Home
last modified time | relevance | path

Searched refs:use_spi_flash (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c105 bool use_spi_flash, struct udevice **devp, in fsp_locate_fsp() argument
123 if (!use_spi_flash) { in fsp_locate_fsp()
141 if (!use_spi_flash) in fsp_locate_fsp()
161 if (use_spi_flash) in fsp_locate_fsp()
178 if (!use_spi_flash) in fsp_locate_fsp()
180 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
182 if (!use_spi_flash) in fsp_locate_fsp()
A Dfsp_support.c18 int fsp_get_header(ulong offset, ulong size, bool use_spi_flash, in fsp_get_header() argument
40 (uint)buf, use_spi_flash); in fsp_get_header()
41 if (use_spi_flash) { in fsp_get_header()
97 if (use_spi_flash) { in fsp_get_header()
A Dfsp_silicon_init.c22 int fsp_silicon_init(bool s3wake, bool use_spi_flash) in fsp_silicon_init() argument
34 ret = fsp_locate_fsp(FSP_S, &entry, use_spi_flash, &dev, &hdr, in fsp_silicon_init()
A Dfsp_meminit.c60 int fsp_memory_init(bool s3wake, bool use_spi_flash) in fsp_memory_init() argument
72 ret = fsp_locate_fsp(FSP_M, &entry, use_spi_flash, &dev, &hdr, NULL); in fsp_memory_init()
/u-boot/arch/x86/include/asm/fsp2/
A Dfsp_api.h43 int fsp_memory_init(bool s3wake, bool use_spi_flash);
59 int fsp_silicon_init(bool s3wake, bool use_spi_flash);
A Dfsp_internal.h21 int fsp_get_header(ulong offset, ulong size, bool use_spi_flash,
42 bool use_spi_flash, struct udevice **devp,
/u-boot/arch/x86/cpu/apollolake/
A Dspl.c140 bool use_spi_flash = IS_ENABLED(CONFIG_APL_BOOT_FROM_FAST_SPI_FLASH); in board_boot_order() local
142 if (use_spi_flash) { in board_boot_order()

Completed in 7 milliseconds