summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_fdt.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-08binman: Run tests concurrentlySimon Glass1-0/+2
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass1-3/+7
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass1-0/+8
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass1-0/+43
2018-09-28dtoc: Support adding new nodesSimon Glass1-0/+8
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass1-1/+7
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/+20
2018-08-02dtoc: Export the _FindNode() functionSimon Glass1-4/+4
2018-08-02binman: Add an entry filled with a repeating byteSimon Glass1-1/+14
2018-08-02binman: Add support for passing arguments to entriesSimon Glass1-0/+8
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass1-0/+20
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon Glass1-1/+3
2018-07-09dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass1-0/+3
2018-07-09dtoc: Keep track of property offsetsSimon Glass1-7/+58
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass1-3/+131
2018-07-09dtoc: Drop use of a local dtb bufferSimon Glass1-2/+2
2018-07-09dtoc: Add some tests for the fdt moduleSimon Glass1-0/+246