summaryrefslogtreecommitdiff
path: root/tools/binman/test/193_tpl_bss_pad.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 10:24:58 +0300
committerSimon Glass <sjg@chromium.org>2021-03-26 07:03:09 +0300
commitd26efc89b11a41d2ef402cac47a3d4a55577084b (patch)
tree07ad2fe3b848894f08d442c9408df0f8fff4dbc3 /tools/binman/test/193_tpl_bss_pad.dts
parent77a64e08e2c8238998e4f5ea014b0c9fd1043b1b (diff)
downloadu-boot-d26efc89b11a41d2ef402cac47a3d4a55577084b.tar.xz
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>
Diffstat (limited to 'tools/binman/test/193_tpl_bss_pad.dts')
-rw-r--r--tools/binman/test/193_tpl_bss_pad.dts19
1 files changed, 19 insertions, 0 deletions
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 {
+ };
+ };
+};