]> git.ipfire.org Git - people/ms/u-boot.git/commit
dtoc: Add tests
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jun 2017 04:09:06 +0000 (22:09 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commitc07919281c521c57d34eba8bfbac910c9632beda
tree114af204fea015c49875b1aa2ebd7a3a82ed677d
parent2028cc59f7b904f8e91a99439aa630b20932baa5
dtoc: Add tests

Add some tests of dtoc's functionality to make it easier to expand and
enhance the tool.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtoc.py
tools/dtoc/dtoc_test.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_aliases.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_empty.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_phandle.dts [new file with mode: 0644]
tools/dtoc/dtoc_test_simple.dts [new file with mode: 0644]
tools/dtoc/test_dtoc.py [new file with mode: 0644]