Home
last modified time | relevance | path

Searched full:dtoc (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/u-boot/test/
H A Drun46 run_test "fdt" ./tools/dtoc/test_fdt -t
47 run_test "dtoc" ./tools/dtoc/dtoc -t
53 run_test "dtoc code coverage" ./tools/dtoc/dtoc -T
54 run_test "fdt code coverage" ./tools/dtoc/test_fdt -T
/openbmc/u-boot/tools/dtoc/
H A Ddtoc.py16 Dtoc produces two output files:
46 """Run all the test we have for dtoc
49 args: List of positional args provided to dtoc. This can hold a test
50 name to execute (as in 'dtoc -t test_empty_file', for example)
76 test_util.RunTestCoverage('tools/dtoc/dtoc.py', '/dtoc.py',
H A Ddtoc16 Dtoc produces two output files:
46 """Run all the test we have for dtoc
49 args: List of positional args provided to dtoc. This can hold a test
50 name to execute (as in 'dtoc -t test_empty_file', for example)
76 test_util.RunTestCoverage('tools/dtoc/dtoc.py', '/dtoc.py',
H A Dtest_fdt66 self.dtb = fdt.FdtScan('tools/dtoc/dtoc_test_simple.dts')
134 self.dtb = fdt.FdtScan('tools/dtoc/dtoc_test_simple.dts')
196 dtb = fdt.FdtScan('tools/dtoc/dtoc_test_phandle.dts')
215 self.dtb = fdt.FdtScan('tools/dtoc/dtoc_test_simple.dts')
223 dtb = fdt.FdtScan('tools/dtoc/dtoc_test_phandle.dts')
435 self.dtb = fdt.FdtScan('tools/dtoc/dtoc_test_simple.dts')
478 dtb = fdt.FdtScan('tools/dtoc/dtoc_test_phandle.dts')
498 dtb2 = fdt.FdtScan('tools/dtoc/dtoc_test_addr64.dts')
505 dtb = fdt_util.EnsureCompiled('tools/dtoc/dtoc_test_simple.dts')
514 test_util.RunTestCoverage('tools/dtoc/test_fdt.py', None,
H A Dtest_fdt.py66 self.dtb = fdt.FdtScan('tools/dtoc/dtoc_test_simple.dts')
134 self.dtb = fdt.FdtScan('tools/dtoc/dtoc_test_simple.dts')
196 dtb = fdt.FdtScan('tools/dtoc/dtoc_test_phandle.dts')
215 self.dtb = fdt.FdtScan('tools/dtoc/dtoc_test_simple.dts')
223 dtb = fdt.FdtScan('tools/dtoc/dtoc_test_phandle.dts')
435 self.dtb = fdt.FdtScan('tools/dtoc/dtoc_test_simple.dts')
478 dtb = fdt.FdtScan('tools/dtoc/dtoc_test_phandle.dts')
498 dtb2 = fdt.FdtScan('tools/dtoc/dtoc_test_addr64.dts')
505 dtb = fdt_util.EnsureCompiled('tools/dtoc/dtoc_test_simple.dts')
514 test_util.RunTestCoverage('tools/dtoc/test_fdt.py', None,
H A Ddtoc_test.dts3 * Test device tree file for dtoc
H A Ddtoc_test_empty.dts3 * Test device tree file for dtoc
H A Dtest_dtoc.py7 This includes unit tests for some functions and functional tests for the dtoc
32 * This file was generated by dtoc from a .dtb (device tree binary) file.
41 * This file was generated by dtoc from a .dtb (device tree binary) file.
66 """Tests for dtoc"""
697 """Test running dtoc without a command"""
704 """Test running dtoc with an invalid command"""
H A Ddtoc_test_phandle_bad.dts3 * Test device tree file for dtoc
H A Ddtoc_test_bad_reg.dts3 * Test device tree file for dtoc
H A Ddtoc_test_aliases.dts3 * Test device tree file for dtoc
H A Ddtoc_test_bad_reg2.dts3 * Test device tree file for dtoc
H A Ddtoc_test_phandle_bad2.dts3 * Test device tree file for dtoc
H A Ddtoc_test_phandle_reorder.dts3 * Test device tree file for dtoc
H A Ddtoc_test_phandle_single.dts3 * Test device tree file for dtoc
H A Ddtoc_test_add_prop.dts3 * Test device tree file for dtoc
H A Ddtoc_test_addr32.dts3 * Test device tree file for dtoc
H A Ddtoc_test_addr64_32.dts3 * Test device tree file for dtoc
H A Ddtoc_test_addr32_64.dts3 * Test device tree file for dtoc
H A Ddtoc_test_addr64.dts3 * Test device tree file for dtoc
H A Ddtoc_test_phandle.dts3 * Test device tree file for dtoc
/openbmc/u-boot/tools/binman/
H A Dbinman19 # Bring in the patman and dtoc libraries
21 for dirname in ['../patman', '../dtoc', '..', '../concurrencytest']:
115 ['*test*', '*binman.py', 'tools/patman/*', 'tools/dtoc/*'],
H A Dbinman.py19 # Bring in the patman and dtoc libraries
21 for dirname in ['../patman', '../dtoc', '..', '../concurrencytest']:
115 ['*test*', '*binman.py', 'tools/patman/*', 'tools/dtoc/*'],
/openbmc/u-boot/dts/
H A DKconfig14 config DTOC config
20 select DTOC
252 select DTOC
273 select DTOC
/openbmc/u-boot/scripts/
H A DMakefile.spl280 quiet_cmd_dtocc = DTOC C $@
281 cmd_dtocc = $(pythonpath) $(srctree)/tools/dtoc/dtoc -d $(obj)/$(SPL_BIN).dtb -o $@ platdata
283 quiet_cmd_dtoch = DTOC H $@
284 cmd_dtoch = $(pythonpath) $(srctree)/tools/dtoc/dtoc -d $(obj)/$(SPL_BIN).dtb -o $@ struct

12