summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt.py
AgeCommit message (Expand)Author
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass
2017-09-15dtoc: Adjust Node to record its parentSimon Glass
2017-06-02fdt: Drop fdt_select.pySimon Glass
2017-06-02fdt: Merge fdt_normal with its base classSimon Glass
2017-06-02fdt: Drop fdt_fallback librarySimon Glass
2017-06-02fdt: Support use of the new python libfdt librarySimon 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 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-07-14dm: Add a more efficient libfdt librarySimon Glass