summaryrefslogtreecommitdiffstats
path: root/tools/dtoc/test_fdt.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-251-0/+4
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-4/+0
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-201-0/+4
* patman: Tidy up sys.path changesSimon Glass2020-04-261-2/+1
* patman: Move to absolute importsSimon Glass2020-04-261-6/+6
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* test_fdt: Move to use Python 3Simon Glass2019-11-041-1/+1
* binman: Update state when replacing device-tree entriesSimon Glass2019-07-291-0/+5
* binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass2019-07-291-1/+16
* dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2019-07-291-0/+5
* binman: Show a helpful error when a DT property is missingSimon Glass2019-07-291-0/+21
* 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