aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
2017-04-13dtoc: Decode val if it's a byte stringGeorge McCollister1-0/+2
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: Decode strings for struct.unpack on python 3.xPaul Burton1-0/+3
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2-5/+5
2016-10-09dtoc: Add a way for tests to request the fallback librarySimon Glass1-3/+13
2016-10-09dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass1-6/+3
2016-10-09dtoc: Fix bug in GetProp()Simon Glass1-1/+1
2016-09-18dtoc: Add methods for reading data from propertiesSimon Glass1-0/+25
2016-09-18dtoc: Correct quotes in fdt_utilSimon Glass1-1/+1
2016-09-18dtoc: Support finding the offset of a propertySimon Glass2-0/+29
2016-09-18dtoc: Support packing the device treeSimon Glass2-0/+27
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass3-0/+43
2016-09-18dtoc: Move to using bytearraySimon Glass1-1/+1
2016-09-18dtoc: Prepare for supporting changing of device treesSimon Glass1-4/+42
2016-09-18dtoc: Drop the convert_dash parameter to GetProps()Simon Glass1-4/+1
2016-09-18dtoc: Allow the device tree to be compiled from sourceSimon Glass3-2/+48
2016-09-18dtoc: Move a few more common functions into fdt.pySimon Glass3-32/+57
2016-09-18dtoc: Move Widen() and GetPhandle() into the base classSimon Glass3-83/+41
2016-09-18dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass5-79/+80
2016-09-18dtoc: Create a base class for FdtSimon Glass4-48/+148
2016-09-18dtoc: Rename fdt.py to fdt_normal.pySimon Glass2-1/+1
2016-09-18dtoc: Move the fdt library selection into fdt_selectSimon Glass2-15/+26
2016-09-18dtoc: Move the struct import into the correct orderSimon Glass1-2/+1
2016-07-25dtoc: Correct the type widening code in fdt_fallbackSimon Glass1-0/+6
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 more efficient libfdt librarySimon Glass1-0/+180
2016-07-14dm: Add a tool to generate C code from a device treeSimon Glass2-0/+392
2016-07-14dm: Add a library to provide simple device-tree accessSimon Glass3-0/+294