]> git.baikalelectronics.ru Git - uboot.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)
commit19387274127cf527cc39175587baa5e2c1ae1958
tree114af204fea015c49875b1aa2ebd7a3a82ed677d
parent733b54f9e7f6482a4039be9af6f04bfa5567f349
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]