summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_fdt.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-02fdt: Allow copying phandles into templatesSimon Glass1-4/+17
2023-08-02dtoc: Add some debugging when copying nodesSimon Glass1-1/+2
2023-08-02dtoc: Make properties dirty when purging themSimon Glass1-3/+13
2023-07-20dtoc: Allow inserting a list of nodes into anotherSimon Glass1-0/+39
2023-07-20dtoc: Support copying the contents of a node into anotherSimon Glass1-0/+74
2023-05-04tools: fix TestFdtUtil()Heinrich Schuchardt1-2/+2
2023-03-08patman: Move library functions into a library directorySimon Glass1-3/+4
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-4/+4
2023-01-19dtoc: Add a way to read a phandle with paramsSimon Glass1-0/+11
2022-09-13dtoc: Drop sys.exit() in test_fdtSimon Glass1-1/+0
2022-08-09dtoc: Correct remaining pylint problems in test_fdtSimon Glass1-113/+141
2022-08-09test_fdt: Convert to use argparseSimon Glass1-19/+20
2022-08-09dtoc: Move main program into its own functionSimon Glass1-20/+24
2022-08-09dtoc: Fix fdt test coverageSimon Glass1-1/+1
2022-08-09dtoc: Tidy up fdt_tests RunTests()Simon Glass1-6/+9
2022-08-09dtoc: Tidy up fdt_tests RunTestCoverage() argsSimon Glass1-4/+8
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak1-4/+4
2022-06-28dtoc: Update fdt tests to use test_utilSimon Glass1-17/+10
2022-03-19dtoc: Tidy up implementation of AddStringList()Simon Glass1-0/+8
2022-03-19dtoc: Make GetArgs() more flexibleSimon Glass1-1/+5
2022-03-02dtoc: Correct pylint errorsSimon Glass1-3/+3
2022-02-22dtoc: Support reading a list of argumentsSimon Glass1-0/+15
2022-02-22dtoc: Allow deleting nodes and adding them in the same syncSimon Glass1-0/+11
2022-02-22dtoc: Support deleting a nodeSimon Glass1-0/+9
2022-02-22dtoc: Support adding a string list to a device treeSimon Glass1-0/+8
2022-02-09patman: Convert camel case in test_util.pySimon Glass1-1/+1
2022-02-09patman: Convert camel case in tools.pySimon Glass1-16/+16
2021-12-05dtoc: Add support for reading string-list propertiesSimon Glass1-0/+9
2021-12-02dtoc: Add support for reading fixed-length bytes propertiesSimon Glass1-0/+17
2021-12-02dtoc: Add support for reading 64-bit intsSimon Glass1-3/+18
2021-12-02dtoc: Bring in the libfdt module automaticallySimon Glass1-0/+6
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