aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt_fallback.py
AgeCommit message (Expand)AuthorFilesLines
2016-09-18dtoc: Support deleting device tree propertiesSimon Glass1-0/+13
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 Glass1-0/+2
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-41/+0
2016-09-18dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass1-2/+2
2016-09-18dtoc: Create a base class for FdtSimon Glass1-24/+37
2016-07-25dtoc: Correct the type widening code in fdt_fallbackSimon Glass1-0/+6
2016-07-14dm: Add a library to provide simple device-tree accessSimon Glass1-0/+207