summaryrefslogtreecommitdiff
path: root/tools/binman/test/048_x86_start16_spl.dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-15 11:57:51 -0400
committerTom Rini <trini@konsulko.com>2019-10-15 11:57:51 -0400
commit80d9585afaffd1602e972688fdae4a53ecb0ea90 (patch)
tree320c5ab3e28e8aab27bef65e8532deee7e3f1972 /tools/binman/test/048_x86_start16_spl.dts
parent83f24a110fb4180c945e212b2465b41cc76be545 (diff)
parentd11ef4d54cab0e740efbceb9c6b5697a41770eea (diff)
downloadu-boot-80d9585afaffd1602e972688fdae4a53ecb0ea90.tar.gz
Merge tag 'dm-pull-15oct19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmWIP/15Oct2019
binman enhancements: - Dropping some test Elf files and building them from source instead - Refactoring of x86 16-bit entries - Support for SPL symbols within sections - Handle the 'notes' sections and hidden symbols in recent binutils - Improved error reporting with a tool fails libfdt and documentation fixes vboot required-key test driver model power-domain controls patman Message-Id enhancement
Diffstat (limited to 'tools/binman/test/048_x86_start16_spl.dts')
-rw-r--r--tools/binman/test/048_x86_start16_spl.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/binman/test/048_x86_start16_spl.dts b/tools/binman/test/048_x86_start16_spl.dts
new file mode 100644
index 0000000000..e2009f15f0
--- /dev/null
+++ b/tools/binman/test/048_x86_start16_spl.dts
@@ -0,0 +1,13 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ binman {
+ size = <16>;
+
+ x86-start16-spl {
+ };
+ };
+};