summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)Author
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
2021-07-21dtoc: Detect unexpected suffix on .of_matchSimon Glass
2021-07-21dtoc: Add a stdout check in test_normalized_name()Simon Glass
2021-07-21dtoc: Correct the re_compat regular expressionSimon Glass
2021-07-21dtoc: Allow multiple warnings for a driverSimon Glass
2021-07-21dtoc: Convert to use ArgumentParserSimon Glass
2021-07-21dtoc: Avoid using subscripts on match objectsSimon Glass
2021-07-15dtoc: Check that a parent is not missingSimon Glass
2021-04-29dtoc: Correct dtoc output when testingSimon Glass
2021-04-06dtoc: Improve handling of reg propertiesSimon Glass
2021-04-06dtoc: Adjust detection of 64-bit propertiesSimon Glass
2021-04-06dtoc: Show driver warnings once at the endSimon 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: Tweak ordering of fdt-offsets refreshingSimon Glass
2021-03-27dtoc: Tidy up property-offset handlingSimon Glass
2021-03-27dtoc: Improve internal error for Refresh()Simon Glass
2021-03-26dtoc: Only generate the required filesSimon Glass
2021-03-22dtoc: Drop use of DECL() macrosSimon Glass
2021-03-22dtoc: Generate device instancesSimon Glass
2021-03-22dtoc: Generate uclass devicesSimon Glass
2021-03-22dtoc: Generate a summary in the dt-plat.c fileSimon Glass
2021-03-22dtoc: Tidy up the list of supported phandle propertiesSimon Glass
2021-03-22dtoc: Don't generate platform data with instantiationSimon Glass
2021-03-22dtoc: Add support for decl fileSimon Glass
2021-03-22dtoc: Add an option for device instantiationSimon Glass
2021-03-22dtoc: Support processing the root nodeSimon Glass