aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc.py
AgeCommit message (Expand)AuthorFilesLines
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