aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt_normal.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-18dtoc: Support finding the offset of a propertySimon Glass1-0/+18
2016-09-18dtoc: Support packing the device treeSimon Glass1-0/+11
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass1-0/+20
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: Allow the device tree to be compiled from sourceSimon Glass1-2/+5
2016-09-18dtoc: Move a few more common functions into fdt.pySimon Glass1-16/+0
2016-09-18dtoc: Move Widen() and GetPhandle() into the base classSimon Glass1-42/+0
2016-09-18dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass1-3/+3
2016-09-18dtoc: Create a base class for FdtSimon Glass1-21/+37
2016-09-18dtoc: Rename fdt.py to fdt_normal.pySimon Glass1-0/+180