summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)Author
2016-10-09dtoc: Make integer division python 3.x safePaul Burton
2016-10-09dtoc: Decode strings for struct.unpack on python 3.xPaul Burton
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton
2016-10-09dtoc: Add a way for tests to request the fallback librarySimon Glass
2016-10-09dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass
2016-10-09dtoc: Fix bug in GetProp()Simon Glass
2016-09-18dtoc: Add methods for reading data from propertiesSimon Glass
2016-09-18dtoc: Correct quotes in fdt_utilSimon Glass
2016-09-18dtoc: Support finding the offset of a propertySimon Glass
2016-09-18dtoc: Support packing the device treeSimon Glass
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass
2016-09-18dtoc: Move to using bytearraySimon Glass
2016-09-18dtoc: Prepare for supporting changing of device treesSimon Glass
2016-09-18dtoc: Drop the convert_dash parameter to GetProps()Simon Glass
2016-09-18dtoc: Allow the device tree to be compiled from sourceSimon Glass
2016-09-18dtoc: Move a few more common functions into fdt.pySimon Glass
2016-09-18dtoc: Move Widen() and GetPhandle() into the base classSimon Glass
2016-09-18dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass
2016-09-18dtoc: Create a base class for FdtSimon Glass
2016-09-18dtoc: Rename fdt.py to fdt_normal.pySimon 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-25dtoc: Correct the type widening code in fdt_fallbackSimon 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 more efficient libfdt librarySimon Glass
2016-07-14dm: Add a tool to generate C code from a device treeSimon Glass
2016-07-14dm: Add a library to provide simple device-tree accessSimon Glass