]> git.ipfire.org Git - people/ms/u-boot.git/commit
binman: Add add test for SPL with a microcode pointer
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:27 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commit6b187df78754fc2064a73b94941bc2482a36e1a7
tree41830ab2c17025ea3b4aef0a1e9ee1c0711b9c11
parent8772213ea690e025248626096195fdebf402de02
binman: Add add test for SPL with a microcode pointer

Add a test for this feature. It allows SPL to hold a pointer to the
microcode block. This is used for 64-bit U-Boot on x86.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/u_boot_spl_with_ucode_ptr.py
tools/binman/ftest.py
tools/binman/test/49_x86_ucode_spl.dts [new file with mode: 0644]