summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_fdt.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-08dtoc: Correct the intarray-widening test caseSimon Glass1-1/+1
2021-08-01dtoc: Support widening a bool valueSimon Glass1-2/+16
2021-08-01dtoc: Fix widening an int array to an intSimon Glass1-1/+10
2021-03-27dtoc: Add new check that offsets are correctSimon Glass1-0/+16
2021-03-27dtoc: Support adding subnodes alongside existing onesSimon Glass1-0/+16
2021-03-27dtoc: Add a subnode test for multiple nodesSimon Glass1-12/+30
2021-03-27dtoc: Improve internal error for Refresh()Simon Glass1-1/+1
2021-03-22dtoc: Move test files into a test/ directorySimon Glass1-10/+21
2021-01-31binman: Support alignment of filesSimon Glass1-0/+6
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass1-1/+1
2020-12-13fdt: Use an Enum for the data typeSimon Glass1-16/+16
2020-10-29dtoc: Fix widening of int to bytesSimon Glass1-0/+10
2020-07-25dtoc: Allow adding variable-sized data to a dtbSimon Glass1-0/+4
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-4/+0
2020-07-20dtoc: Allow adding variable-sized data to a dtbSimon Glass1-0/+4
2020-04-26patman: Tidy up sys.path changesSimon Glass1-2/+1
2020-04-26patman: Move to absolute importsSimon Glass1-6/+6
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-05test_fdt: Move to use Python 3Simon Glass1-1/+1
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass1-0/+5
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass1-1/+16
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass1-0/+5
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass1-0/+21
2019-07-11dtoc: Update fdt_util for Python 3Simon Glass1-3/+0
2019-07-11dtoc: Add a unit test for BytesToValue()Simon Glass1-1/+5
2019-07-11dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass1-2/+9
2019-07-11dtoc: Use binary mode for reading filesSimon Glass1-3/+3
2019-07-11dtoc: Use byte type instead of str in fdtSimon Glass1-9/+9
2019-07-11dtoc: Use GetBytes() to obtain repeating bytesSimon Glass1-1/+1
2019-07-11dtoc: Adjust code for Python 3Simon Glass1-3/+5
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