summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt_fallback.py
AgeCommit message (Expand)Author
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton
2016-10-09dtoc: Fix bug in GetProp()Simon Glass
2016-09-18dtoc: Support deleting device tree propertiesSimon 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-07-25dtoc: Correct the type widening code in fdt_fallbackSimon Glass
2016-07-14dm: Add a library to provide simple device-tree accessSimon Glass