binman: Add support for u-boot-tpl-bss-bad
authorSimon Glass <sjg@chromium.org>
Thu, 18 Mar 2021 07:24:58 +0000 (20:24 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:09 +0000 (17:03 +1300)
commitd26efc89b11a41d2ef402cac47a3d4a55577084b
tree07ad2fe3b848894f08d442c9408df0f8fff4dbc3
parent77a64e08e2c8238998e4f5ea014b0c9fd1043b1b
binman: Add support for u-boot-tpl-bss-bad

This entry holds the padding between the end of of TPL binary and the
end of BSS. This region must be left empty so that the devicetree can be
appended correctly and remain accessible without interfering with BSS.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/u_boot_tpl_bss_pad.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/193_tpl_bss_pad.dts [new file with mode: 0644]