[U-Boot] [PATCH v2 4/4] x86: Support loading kernel setup from a FIT

2014-10-07 Thread Simon Glass
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 s...@chromium.org --- Changes in v2: - Add a README to explain how to use this feature - Correct addresses in

[U-Boot] [PATCH v2 4/4] x86: Support loading kernel setup from a FIT

2013-11-09 Thread Simon Glass
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 s...@chromium.org --- Changes in v2: - Rebase to master common/cmd_bootm.c| 23 ++--