Searched refs:use_spi_flash (Results 1 – 7 of 7) sorted by relevance
/u-boot/arch/x86/lib/fsp2/ |
A D | fsp_init.c | 105 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 D | fsp_support.c | 18 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 D | fsp_silicon_init.c | 22 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 D | fsp_meminit.c | 60 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 D | fsp_api.h | 43 int fsp_memory_init(bool s3wake, bool use_spi_flash); 59 int fsp_silicon_init(bool s3wake, bool use_spi_flash);
|
A D | fsp_internal.h | 21 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 D | spl.c | 140 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