[U-Boot] [PATCH v3 05/26] x86: Build a .rom file which can be flashed to an x86 machine

Simon Glass sjg at chromium.org
Fri Nov 21 07:50:24 CET 2014


On 13 November 2014 06:42, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v3:
> - Add an option to control the inclusion of the Intel ME
>
> Changes in v2: None
>
>  Makefile                          | 36 +++++++++++++++++++++++++++++++++++-
>  arch/x86/Kconfig                  | 13 +++++++++++++
>  include/configs/chromebook_link.h |  2 ++
>  3 files changed, 50 insertions(+), 1 deletion(-)

Applied to u-boot-x86.


More information about the U-Boot mailing list