summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc.py
AgeCommit message (Expand)Author
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada
2017-07-11dtoc: Add testsSimon Glass
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass
2017-07-11dtoc: Fix pylint warningsSimon Glass
2017-07-11dtoc: Split out the main class into its own fileSimon Glass
2017-07-11dtoc: Add a comment at the topSimon Glass
2017-07-11dtoc: Use self._options instead of the global optionsSimon Glass
2017-07-11dtoc: Support multiple compatible strings in a nodeSimon Glass
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-18dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass
2016-09-18dtoc: Move the fdt library selection into fdt_selectSimon Glass
2016-09-18dtoc: Move the struct import into the correct orderSimon Glass
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-14dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass
2016-07-14dm: Add a tool to generate C code from a device treeSimon Glass