mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
x86: fsp: Add FSP2 base support
Add support for some important configuration options and FSP memory init. The memory init uses swizzle tables from the device tree. Support for the FSP_S binary is also included. Bootstage timing is used for both FSP_M and FSP_S and memory-mapped SPI reads. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -202,6 +202,9 @@ enum bootstage_id {
|
||||
BOOTSTATE_ID_ACCUM_DM_SPL,
|
||||
BOOTSTATE_ID_ACCUM_DM_F,
|
||||
BOOTSTATE_ID_ACCUM_DM_R,
|
||||
BOOTSTATE_ID_ACCUM_FSP_M,
|
||||
BOOTSTATE_ID_ACCUM_FSP_S,
|
||||
BOOTSTAGE_ID_ACCUM_MMAP_SPI,
|
||||
|
||||
/* a few spare for the user, from here */
|
||||
BOOTSTAGE_ID_USER,
|
||||
|
Reference in New Issue
Block a user