]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Support loading kernel setup from a FIT
authorSimon Glass <sjg@chromium.org>
Mon, 20 Oct 2014 03:11:24 +0000 (21:11 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 15:03:06 +0000 (09:03 -0600)
commit90268b878bd830f2fc9b1e225d96009efe331cd1
tree680cddba7c37d284971ff23d0b4b66611b4cf019
parent381197788dbf8bb94f96ec9e03b6b81618187260
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>
common/bootm.c
common/cmd_bootm.c
common/image-fit.c
common/image.c
doc/uImage.FIT/kernel.its
doc/uImage.FIT/source_file_format.txt
doc/uImage.FIT/x86-fit-boot.txt [new file with mode: 0644]
include/bootstage.h
include/image.h