summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc.py
AgeCommit message (Expand)Author
2017-06-02fdt: Drop fdt_select.pySimon Glass
2017-05-10dtoc: Handle nodes with phandles that depend on the sameSimon Glass
2017-05-10dtoc: Move the output code into its own functionSimon Glass
2017-03-22dtoc: make ScanTree recurse into subnodesPhilipp Tomsich
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass
2016-10-09dtoc: Make integer division python 3.x safePaul Burton
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton
2016-09-19dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass
2016-09-19dtoc: Move the fdt library selection into fdt_selectSimon Glass
2016-09-19dtoc: Move the struct import into the correct orderSimon Glass
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-15dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass
2016-07-15dm: Add a tool to generate C code from a device treeSimon Glass