summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt.py
AgeCommit message (Expand)Author
2020-04-26patman: Move to absolute importsSimon Glass
2019-11-04dtoc: Convert fdt.py to Python 3Simon Glass
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass
2019-07-10dtoc: Convert the Fdt.Node class to Python 3Simon Glass
2019-07-10dtoc: Convert the Fdt.Prop class to Python 3Simon Glass
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass
2019-07-10dtoc: Move BytesToValue() out of the Prop classSimon Glass
2019-07-10dtoc: Use GetBytes() to obtain repeating bytesSimon Glass
2019-07-10tools: dtoc: Open all binary files in binary modeSimon Glass
2018-10-09dtoc: Fix the value of SetInt()Simon Glass
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass
2018-09-28dtoc: Support adding new nodesSimon Glass
2018-09-28dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass
2018-08-01dtoc: Add a function to obtain a list of phandlesSimon Glass
2018-08-01dtoc: Export the _FindNode() functionSimon Glass
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass
2018-07-09dtoc: Fix some minor errorsSimon Glass
2018-07-09dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass
2018-07-09dtoc: Keep track of property offsetsSimon Glass
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass
2018-07-09dtoc: Drop use of a local dtb bufferSimon Glass
2018-07-09dtoc: Make use of the new pylibfdt methodsSimon Glass
2018-07-09dtoc: Add some tests for the fdt moduleSimon Glass
2018-07-09libfdt: Bring in proposed pylibfdt changesSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
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