Skip to content
Snippets Groups Projects
Commit fce7b276 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 8ef07571
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment