summaryrefslogtreecommitdiff
path: root/tools/binman/test/u_boot_no_ucode_ptr
AgeCommit message (Collapse)Author
2019-10-15binman: Use the Makefile for u_boot_no_ucode_ptrSimon Glass
Remove this file from git and instead build it using the Makefile. Signed-off-by: Simon Glass <[email protected]>
2016-12-20binman: Add support for building x86 ROMs with SPLSimon Glass
When building for 64-bit x86 we need an SPL binary in the ROM. Add support for this. Also increase entry test code coverage to 100%. Signed-off-by: Simon Glass <[email protected]> Tested-by: Bin Meng <[email protected]>