From d26efc89b11a41d2ef402cac47a3d4a55577084b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 18 Mar 2021 20:24:58 +1300 Subject: 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 --- tools/binman/test/193_tpl_bss_pad.dts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tools/binman/test/193_tpl_bss_pad.dts (limited to 'tools/binman/test') diff --git a/tools/binman/test/193_tpl_bss_pad.dts b/tools/binman/test/193_tpl_bss_pad.dts new file mode 100644 index 0000000000..f5c2db0646 --- /dev/null +++ b/tools/binman/test/193_tpl_bss_pad.dts @@ -0,0 +1,19 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + u-boot-tpl { + }; + + u-boot-tpl-bss-pad { + }; + + u-boot { + }; + }; +}; -- cgit v1.2.3