From e0ff85513858246e5378e4e3676ef6128452c4f6 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 25 Nov 2016 20:15:53 -0700 Subject: binman: Add support for building x86 ROMs The structure of x86 ROMs is pretty complex. There are various binary blobs to place in the image. Microcode requires special handling so that it is available to very early code and can be used without any memory whatsoever. Add support for the various entry types that are currently needed, along with some tests. Signed-off-by: Simon Glass Tested-by: Bin Meng --- tools/binman/test/u_boot_ucode_ptr | Bin 0 -> 4175 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 tools/binman/test/u_boot_ucode_ptr (limited to 'tools/binman/test/u_boot_ucode_ptr') diff --git a/tools/binman/test/u_boot_ucode_ptr b/tools/binman/test/u_boot_ucode_ptr new file mode 100755 index 0000000..dbfb184 Binary files /dev/null and b/tools/binman/test/u_boot_ucode_ptr differ -- cgit v1.1