summaryrefslogtreecommitdiff
path: root/tools/binman/etype/u_boot_spl_bss_pad.py
Commit message (Collapse)AuthorAgeLines
* binman: Add support for building x86 ROMs with SPLSimon Glass2016-12-20-0/+26
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 <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>