[PATCH v3 08/27] binman: Add support for u-boot-tpl-bss-bad
Simon Glass
sjg at chromium.org
Sat Mar 20 00:53:01 CET 2021
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 at chromium.org>
---
(no changes since v1)
tools/binman/README.entries | 22 ++++++++++++
tools/binman/etype/u_boot_tpl_bss_pad.py | 44 ++++++++++++++++++++++++
tools/binman/ftest.py | 16 +++++++++
tools/binman/test/193_tpl_bss_pad.dts | 19 ++++++++++
4 files changed, 101 insertions(+)
create mode 100644 tools/binman/etype/u_boot_tpl_bss_pad.py
create mode 100644 tools/binman/test/193_tpl_bss_pad.dts
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list