summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
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-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-19dtoc: Tidy up implementation of AddStringList()Simon Glass3-3/+13
2022-03-19dtoc: 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-09patman: Update test_util to run doc testsSimon Glass1-1/+1
2022-01-25tools: Add init files for Python toolsSimon Glass1-0/+0
2022-01-25dtoc: 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
2021-12-02dtoc: Add support for reading 64-bit intsSimon Glass4-3/+56
2021-12-02dtoc: Bring in the libfdt module automaticallySimon Glass1-0/+6
2021-09-25irq: Tidy up of-platdata irq supportSimon Glass1-0/+1
2021-08-08dtoc: Correct the intarray-widening test caseSimon Glass1-1/+1
2021-08-01dtoc: Support widening a bool valueSimon Glass4-2/+33
2021-08-01dtoc: Fix widening an int array to an intSimon Glass3-11/+21
2021-08-01dtoc: Rename is_wider_than() to reduce confusionSimon Glass1-6/+9
2021-07-21dtoc: Detect drivers which do not parse correctlySimon Glass2-1/+44
2021-07-21dtoc: Detect unexpected suffix on .of_matchSimon Glass2-3/+101
2021-07-21dtoc: Add a stdout check in test_normalized_name()Simon Glass1-2/+1
2021-07-21dtoc: Correct the re_compat regular expressionSimon Glass1-2/+2
2021-07-21dtoc: Allow multiple warnings for a driverSimon Glass1-4/+20
2021-07-21dtoc: Convert to use ArgumentParserSimon Glass1-24/+27
2021-07-21dtoc: Avoid using subscripts on match objectsSimon Glass1-1/+1
2021-07-15dtoc: Check that a parent is not missingSimon Glass3-0/+51
2021-04-29dtoc: Correct dtoc output when testingSimon Glass2-53/+22
2021-04-06dtoc: Improve handling of reg propertiesSimon Glass4-3/+73
2021-04-06dtoc: Adjust detection of 64-bit propertiesSimon Glass2-6/+6
2021-04-06dtoc: Show driver warnings once at the endSimon Glass4-28/+33
2021-03-27dtoc: Add new check that offsets are correctSimon Glass2-3/+40
2021-03-27dtoc: Support adding subnodes alongside existing onesSimon Glass2-9/+51
2021-03-27dtoc: Add a subnode test for multiple nodesSimon Glass2-12/+34
2021-03-27dtoc: Tweak ordering of fdt-offsets refreshingSimon Glass1-3/+4