aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2019-03-27 15:15:52 +0900
committerDavid Gibson <david@gibson.dropbear.id.au>2019-03-29 12:12:29 +1100
commit7fcf8208b8a98f65ce938a64fab674add3656f27 (patch)
treeca512ab8387d896c469382e7c34e0ffb188badc5 /tests/Makefile.tests
parentae795b2db7a43f8f076a8b688761244ed0f93128 (diff)
downloaddtc-7fcf8208b8a98f65ce938a64fab674add3656f27.zip
dtc-7fcf8208b8a98f65ce938a64fab674add3656f27.tar.gz
dtc-7fcf8208b8a98f65ce938a64fab674add3656f27.tar.bz2
libfdt: add fdt_append_addrrange()
This function will append an address range property using parent node's "#address-cells" and "#size-cells" properties. It will be used in implementing kdump with kexec_file_load system call at linux kernel for arm64 once it is merged into kernel tree. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Message-Id: <20190327061552.17170-2-takahiro.akashi@linaro.org> [dwg: Correct a SEGV error in the testcase] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index b02d8bf..b77f121 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -10,6 +10,7 @@ LIB_TESTS_L = get_mem_rsv \
notfound \
addr_size_cells \
addr_size_cells2 \
+ appendprop_addrrange \
stringlist \
setprop_inplace nop_property nop_node \
sw_tree1 sw_states \