u-boot-brain/arch/x86
Simon Glass fce7b27683 x86: Build a .rom file which can be flashed to an x86 machine
On x86 machines U-Boot needs to be added to a large ROM image which is
then flashed onto the target board. The ROM has a particular format so it
makes sense for U-Boot to build this image automatically. Unfortunately
it relies on binary blobs so we cannot require this for the default
build as yet.

Create a u-boot.rom output file for this purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-11-21 07:34:11 +01:00
..
cpu x86: Add chromebook_link board 2014-11-21 07:34:11 +01:00
dts x86: Add chromebook_link board 2014-11-21 07:34:11 +01:00
include/asm x86: Add chromebook_link board 2014-11-21 07:34:11 +01:00
lib x86: Allow timer calibration to work on ivybridge 2014-11-21 07:24:12 +01:00
config.mk x86: Remove REALMODE_BASE which is no longer used 2014-11-21 07:24:08 +01:00
Kconfig x86: Build a .rom file which can be flashed to an x86 machine 2014-11-21 07:34:11 +01:00