aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2-6/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2-0/+6
2024-05-07common.h: Remove this file and all referencesTom Rini2-6/+0
2024-03-01dtoc: avoid invalid escape sequence '\s'Heinrich Schuchardt1-4/+4
2024-01-04dtoc: Change dst to self in debug messageManorit Chawdhry1-1/+1
2023-12-13tools: Move python tools to version 0.0.6Simon Glass1-2/+2
2023-12-13doc: Update documentation URLSimon Glass1-1/+1
2023-08-28Revert "binman: Add a temporary hack for duplicate phandles"Simon Glass1-8/+4
2023-08-02binman: Add a temporary hack for duplicate phandlesSimon Glass1-4/+8
2023-08-02fdt: Allow copying phandles into templatesSimon Glass2-13/+36
2023-08-02dtoc: Add some debugging when copying nodesSimon Glass2-1/+7
2023-08-02dtoc: Make properties dirty when purging themSimon Glass3-5/+18
2023-07-20dtoc: Allow inserting a list of nodes into anotherSimon Glass3-1/+74
2023-07-20dtoc: Support copying the contents of a node into anotherSimon Glass3-3/+266
2023-05-04tools: fix TestFdtUtil()Heinrich Schuchardt1-2/+2
2023-03-08dtoc: Add support for building a dtoc PyPi packageSimon Glass2-0/+41
2023-03-08dtoc: Use pathlib to find the test directorySimon Glass1-2/+4
2023-03-08dtoc: Move the main code into a functionSimon Glass1-48/+52
2023-03-08dtoc: Hide the test options unless test code is availableSimon Glass1-6/+13
2023-03-08patman: Move library functions into a library directorySimon Glass6-12/+14
2023-02-14dm: doc: Move to new driver model schemaSimon Glass23-62/+62
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-4/+4
2023-01-18dtoc: Add a way to read a phandle with paramsSimon Glass4-0/+43
2022-09-12dtoc: 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-28dm: core: Support accessing core tagsSimon Glass1-0/+4
2022-06-28dm: core: Switch the testbus driver to use a new structSimon Glass1-1/+1
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak2-9/+8
2022-06-28dtoc: Update fdt tests to use test_utilSimon Glass1-17/+10
2022-06-14dtoc: Update test_src_scan.py for new tegra compatiblesTom Rini1-0/+1
2022-03-18dtoc: Tidy up implementation of AddStringList()Simon Glass3-3/+13
2022-03-18dtoc: Make GetArgs() more flexibleSimon Glass3-3/+13
2022-03-02dtoc: Correct pylint errorsSimon Glass2-6/+6
2022-02-22dtoc: Support reading a list of argumentsSimon Glass3-0/+28
2022-02-22dtoc: Allow deleting nodes and adding them in the same syncSimon Glass2-0/+13
2022-02-22dtoc: Support deleting a nodeSimon Glass2-0/+26
2022-02-22dtoc: Support adding a string list to a device treeSimon Glass2-0/+26
2022-02-09patman: Convert camel case in test_util.pySimon Glass2-4/+4
2022-02-09patman: Convert camel case in command.pySimon Glass1-2/+2
2022-02-09patman: Convert camel case in tools.pySimon Glass5-66/+66
2022-02-08patman: Update test_util to run doc testsSimon Glass1-1/+1
2022-01-24tools: Add init files for Python toolsSimon Glass1-0/+0
2022-01-24dtoc: Fix up a code comment that confuses pylintSimon Glass1-1/+1
2021-12-05dtoc: Add support for reading string-list propertiesSimon Glass2-0/+30
2021-12-02dtoc: Add support for reading fixed-length bytes propertiesSimon Glass2-0/+37