commit | 6622b340b5d9e9cb22a42ad4d37bdd477e9e2351 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 12 22:42:08 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 07:34:11 2014 +0100 |
tree | 995131c544b4157faaaeec77983dd48660914b14 | |
parent | 0b36ecd08adaeaddbc642114000e1a0cf211cf6c [diff] |
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>