]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit278105fddd213503ead5a268843a4d86cf727dfe
tree07ad2fe3b848894f08d442c9408df0f8fff4dbc3
parent4db50356c128df2b9881de017817087a4da577ca
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]