summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc.py
AgeCommit message (Expand)AuthorFilesLines
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-17dm: 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-19dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass1-8/+9
2016-09-19dtoc: Move the fdt library selection into fdt_selectSimon Glass1-15/+3
2016-09-19dtoc: Move the struct import into the correct orderSimon Glass1-2/+1
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass1-0/+2
2016-07-15dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass1-0/+1
2016-07-15dm: Add a tool to generate C code from a device treeSimon Glass1-0/+391