Home
last modified time | relevance | path

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

/arch/x86/lib/fsp2/
A Dfsp_init.c107 bool use_spi_flash, struct udevice **devp, in fsp_locate_fsp() argument
124 if (!use_spi_flash) { in fsp_locate_fsp()
142 if (!use_spi_flash) in fsp_locate_fsp()
162 if (use_spi_flash) in fsp_locate_fsp()
179 if (!use_spi_flash) in fsp_locate_fsp()
181 ret = fsp_get_header(entry->image_pos, entry->size, use_spi_flash, in fsp_locate_fsp()
183 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.c21 int fsp_silicon_init(bool s3wake, bool use_spi_flash) in fsp_silicon_init() argument
33 ret = fsp_locate_fsp(FSP_S, &entry, use_spi_flash, &dev, &hdr, in fsp_silicon_init()
A Dfsp_meminit.c59 int fsp_memory_init(bool s3wake, bool use_spi_flash) in fsp_memory_init() argument
71 ret = fsp_locate_fsp(FSP_M, &entry, use_spi_flash, &dev, &hdr, NULL); in fsp_memory_init()
/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,
/arch/x86/cpu/apollolake/
A Dspl.c139 bool use_spi_flash = IS_ENABLED(CONFIG_APL_BOOT_FROM_FAST_SPI_FLASH); in board_boot_order() local
141 if (use_spi_flash) { in board_boot_order()

Completed in 14 milliseconds