]> git.sur5r.net Git - u-boot/commit
dtoc: Increase code coverage to 100%
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:35 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit8512ea2e359cf5217183fc87326a015caab1994d
tree3865fbcfd1afbbd2b216cee72acfae58fca29489
parentc3f9454103462e2cfcc5a9120b893f4ea250650a
dtoc: Increase code coverage to 100%

Add more tests to increase dtoc code coverage to 100%.

Correct a whitespace error in some test .dts files at the same time.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtoc_test_add_prop.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_addr32_64.dts
tools/dtoc/dtoc_test_addr64_32.dts
tools/dtoc/dtoc_test_bad_reg.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_bad_reg2.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_phandle_bad.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_phandle_bad2.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_phandle_reorder.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_phandle_single.dts [new file with mode: 0644]
tools/dtoc/test_dtoc.py