mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
x86: Support loading kernel setup from a FIT
Add a new setup@ section to the FIT which can be used to provide a setup binary for booting Linux on x86. This makes it possible to boot x86 from a FIT. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -159,6 +159,9 @@ enum bootstage_id {
|
||||
/* Next 10 IDs used by BOOTSTAGE_SUB_... */
|
||||
BOOTSTAGE_ID_FIT_RD_START = 120, /* Ramdisk stages */
|
||||
|
||||
/* Next 10 IDs used by BOOTSTAGE_SUB_... */
|
||||
BOOTSTAGE_ID_FIT_SETUP_START = 130, /* x86 setup stages */
|
||||
|
||||
BOOTSTAGE_ID_IDE_FIT_READ = 140,
|
||||
BOOTSTAGE_ID_IDE_FIT_READ_OK,
|
||||
|
||||
|
Reference in New Issue
Block a user