summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-09dtoc: Fix the value of SetInt()Simon Glass1-1/+1
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass1-0/+14
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass1-0/+70
2018-09-28dtoc: Support adding new nodesSimon Glass1-0/+20
2018-09-28dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass1-1/+1
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass1-9/+82
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass1-1/+1
2018-08-02dtoc: Add a function to obtain a list of phandlesSimon Glass1-0/+19
2018-08-02dtoc: Export the _FindNode() functionSimon Glass1-2/+2
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass1-0/+27
2018-07-09dtoc: Fix some minor errorsSimon Glass1-1/+1
2018-07-09dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass1-1/+4
2018-07-09dtoc: Keep track of property offsetsSimon Glass1-0/+20
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass1-12/+0
2018-07-09dtoc: Drop use of a local dtb bufferSimon Glass1-8/+8
2018-07-09dtoc: Make use of the new pylibfdt methodsSimon Glass1-12/+14
2018-07-09dtoc: Add some tests for the fdt moduleSimon Glass1-2/+10
2018-07-09libfdt: Bring in proposed pylibfdt changesSimon Glass1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass1-0/+5
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass1-1/+1
2017-09-15dtoc: Adjust Node to record its parentSimon Glass1-5/+7
2017-06-02fdt: Drop fdt_select.pySimon Glass1-2/+8
2017-06-02fdt: Merge fdt_normal with its base classSimon Glass1-22/+154
2017-06-02fdt: Drop fdt_fallback librarySimon Glass1-2/+2
2017-06-02fdt: Support use of the new python libfdt librarySimon Glass1-0/+1
2016-09-19dtoc: Support finding the offset of a propertySimon Glass1-0/+11
2016-09-19dtoc: Support packing the device treeSimon Glass1-0/+16
2016-09-19dtoc: Support deleting device tree propertiesSimon Glass1-0/+10
2016-09-19dtoc: Move a few more common functions into fdt.pySimon Glass1-0/+57
2016-09-19dtoc: Move Widen() and GetPhandle() into the base classSimon Glass1-0/+41
2016-09-19dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass1-0/+66
2016-09-19dtoc: Create a base class for FdtSimon Glass1-0/+68
2016-09-19dtoc: Rename fdt.py to fdt_normal.pySimon Glass1-180/+0
2016-07-15dm: Add a more efficient libfdt librarySimon Glass1-0/+180