summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt_normal.py
AgeCommit message (Expand)Author
2017-06-02fdt: Merge fdt_normal with its base classSimon Glass
2017-06-02fdt: Drop use of the legacy libfdt python moduleSimon Glass
2017-06-02fdt: Support use of the new python libfdt librarySimon Glass
2017-06-02fdt: Rename existing python libfdt moduleSimon Glass
2016-10-09dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon 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: 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