summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_fdt.py
AgeCommit message (Expand)Author
2023-05-25patman: Move library functions into a library directorySimon Glass
2023-04-12dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-01-18dtoc: Add a way to read a phandle with paramsSimon Glass
2022-09-12dtoc: Drop sys.exit() in test_fdtSimon Glass
2022-08-09dtoc: Correct remaining pylint problems in test_fdtSimon Glass
2022-08-09test_fdt: Convert to use argparseSimon Glass
2022-08-09dtoc: Move main program into its own functionSimon Glass
2022-08-09dtoc: Fix fdt test coverageSimon Glass
2022-08-09dtoc: Tidy up fdt_tests RunTests()Simon Glass
2022-08-09dtoc: Tidy up fdt_tests RunTestCoverage() argsSimon Glass
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak
2022-06-28dtoc: Update fdt tests to use test_utilSimon Glass
2022-03-18dtoc: Tidy up implementation of AddStringList()Simon Glass
2022-03-18dtoc: Make GetArgs() more flexibleSimon Glass
2022-03-02dtoc: Correct pylint errorsSimon Glass
2022-02-22dtoc: Support reading a list of argumentsSimon Glass
2022-02-22dtoc: Allow deleting nodes and adding them in the same syncSimon Glass
2022-02-22dtoc: Support deleting a nodeSimon Glass
2022-02-22dtoc: Support adding a string list to a device treeSimon Glass
2022-02-09patman: Convert camel case in test_util.pySimon Glass
2022-02-09patman: Convert camel case in tools.pySimon Glass
2021-12-05dtoc: Add support for reading string-list propertiesSimon Glass
2021-12-02dtoc: Add support for reading fixed-length bytes propertiesSimon Glass
2021-12-02dtoc: Add support for reading 64-bit intsSimon Glass
2021-12-02dtoc: Bring in the libfdt module automaticallySimon Glass
2021-08-08dtoc: Correct the intarray-widening test caseSimon Glass
2021-08-01dtoc: Support widening a bool valueSimon Glass
2021-08-01dtoc: Fix widening an int array to an intSimon Glass
2021-03-27dtoc: Add new check that offsets are correctSimon Glass
2021-03-27dtoc: Support adding subnodes alongside existing onesSimon Glass
2021-03-27dtoc: Add a subnode test for multiple nodesSimon Glass
2021-03-27dtoc: Improve internal error for Refresh()Simon Glass
2021-03-22dtoc: Move test files into a test/ directorySimon Glass
2021-01-30binman: Support alignment of filesSimon Glass
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass
2020-12-13fdt: Use an Enum for the data typeSimon Glass
2020-10-29dtoc: Fix widening of int to bytesSimon Glass
2020-07-25dtoc: Allow adding variable-sized data to a dtbSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20dtoc: Allow adding variable-sized data to a dtbSimon Glass
2020-04-26patman: Tidy up sys.path changesSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2019-11-04test_fdt: Move to use Python 3Simon Glass
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass
2019-07-10dtoc: Update fdt_util for Python 3Simon Glass
2019-07-10dtoc: Add a unit test for BytesToValue()Simon Glass