summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtoc.py
Commit message (Expand)AuthorAgeLines
* dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass2017-02-08-0/+1
* dtoc: Make integer division python 3.x safePaul Burton2016-10-09-1/+1
* dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2016-10-09-4/+4
* dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass2016-09-18-8/+9
* dtoc: Move the fdt library selection into fdt_selectSimon Glass2016-09-18-15/+3
* dtoc: Move the struct import into the correct orderSimon Glass2016-09-18-2/+1
* dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-14-0/+2
* dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass2016-07-14-0/+1
* dm: Add a tool to generate C code from a device treeSimon Glass2016-07-14-0/+391