summaryrefslogtreecommitdiff
path: root/tests/testdata/libufdt_local_fixup.add_ov_dts
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2017-01-10 11:54:22 +0800
committerSzuWei Lin <szuweilin@google.com>2017-01-16 17:19:39 +0800
commitb63f3b74cc6f87a1106e2afd49e82cac3538ef53 (patch)
tree07c043517d2e001d48cbc80dea554bb416a52fb4 /tests/testdata/libufdt_local_fixup.add_ov_dts
parentda8237d9cceccc3e650ad433689ee4c6ba93b80b (diff)
downloadlibufdt-b63f3b74cc6f87a1106e2afd49e82cac3538ef53.tar.gz
Add shell scripts to verify DTO
Add two shell scripts to verify DTO (device tree overlay). verify_dto_inc.sh uses syntax /include/ to simulate DTO. verify_dto_ovl.sh uses dtc to compile dts to dtb, and uses ufdt_overlay_test_app which implemented with libufdt to apply DTO. Also modified test code and test cases to use these shell scripts. Bug: 33954716 Test: run test scripts (see libufdt/tests/README) Change-Id: Iaa16d6d2b9a6cb767ed0cf25180b0e6ee290415d
Diffstat (limited to 'tests/testdata/libufdt_local_fixup.add_ov_dts')
-rw-r--r--tests/testdata/libufdt_local_fixup.add_ov_dts11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/testdata/libufdt_local_fixup.add_ov_dts b/tests/testdata/libufdt_local_fixup.add_ov_dts
deleted file mode 100644
index 2734141..0000000
--- a/tests/testdata/libufdt_local_fixup.add_ov_dts
+++ /dev/null
@@ -1,11 +0,0 @@
-/dts-v1/ /plugin/;
-/ {
- fragment@0 {
- target = <&a>;
- __overlay__ {
- c: c{
- d{ interrupt_parent = <&c>; };
- };
- };
- };
-};