aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)Author
2023-08-02binman: Add a temporary hack for duplicate phandlesSimon Glass
2023-08-02fdt: Allow copying phandles into templatesSimon Glass
2023-08-02dtoc: Add some debugging when copying nodesSimon Glass
2023-08-02dtoc: Make properties dirty when purging themSimon Glass
2023-07-20dtoc: Allow inserting a list of nodes into anotherSimon Glass
2023-07-20dtoc: Support copying the contents of a node into anotherSimon Glass
2023-05-04tools: fix TestFdtUtil()Heinrich Schuchardt
2023-03-08dtoc: Add support for building a dtoc PyPi packageSimon Glass
2023-03-08dtoc: Use pathlib to find the test directorySimon Glass
2023-03-08dtoc: Move the main code into a functionSimon Glass
2023-03-08dtoc: Hide the test options unless test code is availableSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-02-14dm: doc: Move to new driver model schemaSimon Glass
2023-02-14dm: 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-28dm: core: Support accessing core tagsSimon Glass
2022-06-28dm: core: Switch the testbus driver to use a new structSimon 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-06-14dtoc: Update test_src_scan.py for new tegra compatiblesTom Rini
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 command.pySimon Glass
2022-02-09patman: Convert camel case in tools.pySimon Glass
2022-02-08patman: Update test_util to run doc testsSimon Glass
2022-01-24tools: Add init files for Python toolsSimon Glass
2022-01-24dtoc: Fix up a code comment that confuses pylintSimon 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-09-25irq: Tidy up of-platdata irq supportSimon 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-08-01dtoc: Rename is_wider_than() to reduce confusionSimon Glass
2021-07-21dtoc: Detect drivers which do not parse correctlySimon Glass