summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Convert the Fdt.Node class to Python 3Simon Glass2019-07-101-2/+5
* dtoc: Convert the Fdt.Prop class to Python 3Simon Glass2019-07-101-4/+4
* dtoc: Use byte type instead of str in fdtSimon Glass2019-07-101-5/+9
* dtoc: Updates BytesToValue() for Python 3Simon Glass2019-07-101-16/+25
* dtoc: Move BytesToValue() out of the Prop classSimon Glass2019-07-101-51/+53
* dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2019-07-101-2/+4
* tools: dtoc: Open all binary files in binary modeSimon Glass2019-07-101-1/+1
* dtoc: Fix the value of SetInt()Simon Glass2018-10-091-1/+1
* dtoc: Add a way to create an Fdt object from a data blockSimon Glass2018-09-281-0/+14
* dtoc: Add methods for adding and updating propertiesSimon Glass2018-09-281-0/+70
* dtoc: Support adding new nodesSimon Glass2018-09-281-0/+20
* dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass2018-09-281-1/+1
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-281-9/+82
* libfdt: Update to latest pylibfdt implementationSimon Glass2018-08-081-1/+1
* dtoc: Add a function to obtain a list of phandlesSimon Glass2018-08-011-0/+19
* dtoc: Export the _FindNode() functionSimon Glass2018-08-011-2/+2
* dtoc: Add functions to add integer propertiesSimon Glass2018-07-091-0/+27
* dtoc: Fix some minor errorsSimon Glass2018-07-091-1/+1
* dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass2018-07-091-1/+4
* dtoc: Keep track of property offsetsSimon Glass2018-07-091-0/+20
* dtoc: Update fdt tests to increase code coverageSimon Glass2018-07-091-12/+0
* dtoc: Drop use of a local dtb bufferSimon Glass2018-07-091-8/+8
* dtoc: Make use of the new pylibfdt methodsSimon Glass2018-07-091-12/+14
* dtoc: Add some tests for the fdt moduleSimon Glass2018-07-091-2/+10
* libfdt: Bring in proposed pylibfdt changesSimon Glass2018-07-091-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dtoc: Update the Fdt class to record phandlesSimon Glass2017-09-151-0/+5
* dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass2017-09-151-1/+1
* dtoc: Adjust Node to record its parentSimon Glass2017-09-151-5/+7
* fdt: Drop fdt_select.pySimon Glass2017-06-021-2/+8
* fdt: Merge fdt_normal with its base classSimon Glass2017-06-021-22/+154
* fdt: Drop fdt_fallback librarySimon Glass2017-06-021-2/+2
* fdt: Support use of the new python libfdt librarySimon Glass2017-06-021-0/+1
* dtoc: Support finding the offset of a propertySimon Glass2016-09-181-0/+11
* dtoc: Support packing the device treeSimon Glass2016-09-181-0/+16
* dtoc: Support deleting device tree propertiesSimon Glass2016-09-181-0/+10
* dtoc: Move a few more common functions into fdt.pySimon Glass2016-09-181-0/+57
* dtoc: Move Widen() and GetPhandle() into the base classSimon Glass2016-09-181-0/+41
* dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass2016-09-181-0/+66
* dtoc: Create a base class for FdtSimon Glass2016-09-181-0/+68
* dtoc: Rename fdt.py to fdt_normal.pySimon Glass2016-09-181-180/+0
* dm: Add a more efficient libfdt librarySimon Glass2016-07-141-0/+180