summaryrefslogtreecommitdiffstats
path: root/tools/dtoc/test_fdt.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Update fdt_util for Python 3Simon Glass2019-07-101-3/+0
* dtoc: Add a unit test for BytesToValue()Simon Glass2019-07-101-1/+5
* dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass2019-07-101-2/+9
* dtoc: Use binary mode for reading filesSimon Glass2019-07-101-3/+3
* dtoc: Use byte type instead of str in fdtSimon Glass2019-07-101-9/+9
* dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2019-07-101-1/+1
* dtoc: Adjust code for Python 3Simon Glass2019-07-101-3/+5
* binman: Run tests concurrentlySimon Glass2018-10-081-0/+2
* binman: Fix up removal of temporary directoriesSimon Glass2018-10-081-3/+7
* dtoc: Add a way to create an Fdt object from a data blockSimon Glass2018-09-281-0/+8
* dtoc: Add methods for adding and updating propertiesSimon Glass2018-09-281-0/+43
* dtoc: Support adding new nodesSimon Glass2018-09-281-0/+8
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-281-1/+7
* 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/+20
* dtoc: Export the _FindNode() functionSimon Glass2018-08-011-4/+4
* binman: Add an entry filled with a repeating byteSimon Glass2018-08-011-1/+14
* binman: Add support for passing arguments to entriesSimon Glass2018-08-011-0/+8
* dtoc: Add functions to add integer propertiesSimon Glass2018-07-091-0/+20
* dtoc: Fix properties with a single zero-arg phandleSimon Glass2018-07-091-1/+3
* dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass2018-07-091-0/+3
* dtoc: Keep track of property offsetsSimon Glass2018-07-091-7/+58
* dtoc: Update fdt tests to increase code coverageSimon Glass2018-07-091-3/+131
* dtoc: Drop use of a local dtb bufferSimon Glass2018-07-091-2/+2
* dtoc: Add some tests for the fdt moduleSimon Glass2018-07-091-0/+246