]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
x86: Build a .rom file which can be flashed to an x86 machine
authorSimon Glass <sjg@chromium.org>
Thu, 13 Nov 2014 05:42:08 +0000 (22:42 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:34:11 +0000 (07:34 +0100)
commitfce7b2768364366bd4c4af9188186f6b3f9c2fe8
tree995131c544b4157faaaeec77983dd48660914b14
parent8ef07571a0300e6ae84931c63d5eb3b2310c8aba
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>
Makefile
arch/x86/Kconfig
include/configs/chromebook_link.h