aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-26dtoc: Rename the main moduleSimon Glass1-114/+0
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt1-1/+1
2019-11-04test_dtoc: Move to use Python 3Simon Glass1-1/+1
2019-07-29dtoc: Return a non-zero exit code when tests failSimon Glass1-1/+6
2019-07-10dtoc: Adjust code for Python 3Simon Glass1-3/+5
2018-10-08binman: Run tests concurrentlySimon Glass1-0/+2
2018-10-08binman: Add a default path to libfdt.pySimon Glass1-0/+5
2018-07-09dtoc: Add a test for code coverageSimon Glass1-0/+15
2018-07-09dtoc: Fix some minor errorsSimon Glass1-2/+2
2018-07-09libfdt: Bring in proposed pylibfdt changesSimon Glass1-4/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada1-1/+1
2017-07-11dtoc: Add testsSimon Glass1-4/+27
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass1-17/+2
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass1-1/+1
2017-07-11dtoc: Fix pylint warningsSimon Glass1-7/+7
2017-07-11dtoc: Split out the main class into its own fileSimon Glass1-405/+3
2017-07-11dtoc: Add a comment at the topSimon Glass1-0/+20
2017-07-11dtoc: Use self._options instead of the global optionsSimon Glass1-2/+2
2017-07-11dtoc: Support multiple compatible strings in a nodeSimon Glass1-7/+21
2017-06-02fdt: Drop fdt_select.pySimon Glass1-2/+1
2017-05-10dtoc: Handle nodes with phandles that depend on the sameSimon Glass1-14/+41
2017-05-10dtoc: Move the output code into its own functionSimon Glass1-44/+52
2017-03-22dtoc: make ScanTree recurse into subnodesPhilipp Tomsich1-1/+18
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+2
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass1-0/+1
2016-10-09dtoc: Make integer division python 3.x safePaul Burton1-1/+1
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton1-4/+4
2016-09-18dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass1-8/+9
2016-09-18dtoc: Move the fdt library selection into fdt_selectSimon Glass1-15/+3
2016-09-18dtoc: Move the struct import into the correct orderSimon Glass1-2/+1
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass1-0/+2
2016-07-14dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass1-0/+1
2016-07-14dm: Add a tool to generate C code from a device treeSimon Glass1-0/+391