aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/test_fdt.py
AgeCommit message (Expand)Author
2019-11-04test_fdt: Move to use Python 3Simon Glass
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass
2019-07-10dtoc: Update fdt_util for Python 3Simon Glass
2019-07-10dtoc: Add a unit test for BytesToValue()Simon Glass
2019-07-10dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass
2019-07-10dtoc: Use binary mode for reading filesSimon Glass
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass
2019-07-10dtoc: Use GetBytes() to obtain repeating bytesSimon Glass
2019-07-10dtoc: Adjust code for Python 3Simon Glass
2018-10-08binman: Run tests concurrentlySimon Glass
2018-10-08binman: Fix up removal of temporary directoriesSimon 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: 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-08-01binman: Add an entry filled with a repeating byteSimon Glass
2018-08-01binman: Add support for passing arguments to entriesSimon Glass
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon 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: Add some tests for the fdt moduleSimon Glass