summaryrefslogtreecommitdiff
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
* tools: fix TestFdtUtil()Heinrich Schuchardt2023-05-041-2/+2
* dtoc: Add support for building a dtoc PyPi packageSimon Glass2023-03-082-0/+41
* dtoc: Use pathlib to find the test directorySimon Glass2023-03-081-2/+4
* dtoc: Move the main code into a functionSimon Glass2023-03-081-48/+52
* dtoc: Hide the test options unless test code is availableSimon Glass2023-03-081-6/+13
* patman: Move library functions into a library directorySimon Glass2023-03-086-12/+14
* dm: doc: Move to new driver model schemaSimon Glass2023-02-1423-62/+62
* dm: treewide: Complete migration to new driver model schemaSimon Glass2023-02-141-4/+4
* dtoc: Add a way to read a phandle with paramsSimon Glass2023-01-184-0/+43
* dtoc: Drop sys.exit() in test_fdtSimon Glass2022-09-121-1/+0
* dtoc: Correct remaining pylint problems in test_fdtSimon Glass2022-08-091-113/+141
* test_fdt: Convert to use argparseSimon Glass2022-08-091-19/+20
* dtoc: Move main program into its own functionSimon Glass2022-08-091-20/+24
* dtoc: Fix fdt test coverageSimon Glass2022-08-091-1/+1
* dtoc: Tidy up fdt_tests RunTests()Simon Glass2022-08-091-6/+9
* dtoc: Tidy up fdt_tests RunTestCoverage() argsSimon Glass2022-08-091-4/+8
* dm: core: Support accessing core tagsSimon Glass2022-06-281-0/+4
* dm: core: Switch the testbus driver to use a new structSimon Glass2022-06-281-1/+1
* patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak2022-06-282-9/+8
* dtoc: Update fdt tests to use test_utilSimon Glass2022-06-281-17/+10
* dtoc: Update test_src_scan.py for new tegra compatiblesTom Rini2022-06-141-0/+1
* dtoc: Tidy up implementation of AddStringList()Simon Glass2022-03-183-3/+13
* dtoc: Make GetArgs() more flexibleSimon Glass2022-03-183-3/+13
* dtoc: Correct pylint errorsSimon Glass2022-03-022-6/+6
* dtoc: Support reading a list of argumentsSimon Glass2022-02-223-0/+28
* dtoc: Allow deleting nodes and adding them in the same syncSimon Glass2022-02-222-0/+13
* dtoc: Support deleting a nodeSimon Glass2022-02-222-0/+26
* dtoc: Support adding a string list to a device treeSimon Glass2022-02-222-0/+26
* patman: Convert camel case in test_util.pySimon Glass2022-02-092-4/+4
* patman: Convert camel case in command.pySimon Glass2022-02-091-2/+2
* patman: Convert camel case in tools.pySimon Glass2022-02-095-66/+66
* patman: Update test_util to run doc testsSimon Glass2022-02-081-1/+1
* tools: Add init files for Python toolsSimon Glass2022-01-241-0/+0
* dtoc: Fix up a code comment that confuses pylintSimon Glass2022-01-241-1/+1
* dtoc: Add support for reading string-list propertiesSimon Glass2021-12-052-0/+30
* dtoc: Add support for reading fixed-length bytes propertiesSimon Glass2021-12-022-0/+37
* dtoc: Add support for reading 64-bit intsSimon Glass2021-12-024-3/+56
* dtoc: Bring in the libfdt module automaticallySimon Glass2021-12-021-0/+6
* irq: Tidy up of-platdata irq supportSimon Glass2021-09-251-0/+1
* dtoc: Correct the intarray-widening test caseSimon Glass2021-08-081-1/+1
* dtoc: Support widening a bool valueSimon Glass2021-08-014-2/+33
* dtoc: Fix widening an int array to an intSimon Glass2021-08-013-11/+21
* dtoc: Rename is_wider_than() to reduce confusionSimon Glass2021-08-011-6/+9
* dtoc: Detect drivers which do not parse correctlySimon Glass2021-07-212-1/+44
* dtoc: Detect unexpected suffix on .of_matchSimon Glass2021-07-212-3/+101
* dtoc: Add a stdout check in test_normalized_name()Simon Glass2021-07-211-2/+1
* dtoc: Correct the re_compat regular expressionSimon Glass2021-07-211-2/+2
* dtoc: Allow multiple warnings for a driverSimon Glass2021-07-211-4/+20
* dtoc: Convert to use ArgumentParserSimon Glass2021-07-211-24/+27
* dtoc: Avoid using subscripts on match objectsSimon Glass2021-07-211-1/+1