Payloads: Add U-Boot as a coreboot-payload

Hardware / Coreboot - Martin Roth [google.com] - 18 February 2016 13:53 UTC

- Add Kconfig and Makefile options to use U-Boot as a payload.
- Add Kconfig option for extra cbfstool command line arguments.
- Add Kconfig & Makefile option to load the payload as a flat binary.
- Add u-boot directory to .gitignore.

This is currently working for X-86 only.

Graphics worked in U-Boot correctly by initializing the VBIOS and setting up a console mode.

Tested in QEMU and on Minnowboard Max. Got into U-Boot, have not booted an OS yet.

Change-Id: Ia122a4ad7cd7d96107c1552b0376c8106ca8fb92

dbae4d0 Payloads: Add U-Boot as a coreboot-payload
.gitignore | 1 +
Makefile.inc | 15 +++++-
payloads/Kconfig | 12 +++++
payloads/external/Makefile.inc | 5 ++
payloads/external/U-Boot/Kconfig | 40 ++++++++++++++++
payloads/external/U-Boot/Kconfig.name | 11 +++++
payloads/external/U-Boot/Makefile.inc | 82 +++++++++++++++++++++++++++++++++
7 files changed, 164 insertions(+), 2 deletions(-)

Upstream: review.coreboot.org


  • Share