-
- Downloads
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>
Showing
- common/bootm.c 21 additions, 2 deletionscommon/bootm.c
- common/cmd_bootm.c 1 addition, 0 deletionscommon/cmd_bootm.c
- common/image-fit.c 22 additions, 0 deletionscommon/image-fit.c
- common/image.c 11 additions, 0 deletionscommon/image.c
- doc/uImage.FIT/kernel.its 50 additions, 0 deletionsdoc/uImage.FIT/kernel.its
- doc/uImage.FIT/source_file_format.txt 2 additions, 0 deletionsdoc/uImage.FIT/source_file_format.txt
- doc/uImage.FIT/x86-fit-boot.txt 276 additions, 0 deletionsdoc/uImage.FIT/x86-fit-boot.txt
- include/bootstage.h 3 additions, 0 deletionsinclude/bootstage.h
- include/image.h 13 additions, 0 deletionsinclude/image.h
Loading
Please register or sign in to comment