summaryrefslogtreecommitdiff
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtoc: Check that a parent is not missingSimon Glass2021-07-153-0/+51
* dtoc: Correct dtoc output when testingSimon Glass2021-04-292-53/+22
* dtoc: Improve handling of reg propertiesSimon Glass2021-04-064-3/+73
* dtoc: Adjust detection of 64-bit propertiesSimon Glass2021-04-062-6/+6
* dtoc: Show driver warnings once at the endSimon Glass2021-04-064-28/+33
* dtoc: Add new check that offsets are correctSimon Glass2021-03-272-3/+40
* dtoc: Support adding subnodes alongside existing onesSimon Glass2021-03-272-9/+51
* dtoc: Add a subnode test for multiple nodesSimon Glass2021-03-272-12/+34
* dtoc: Tweak ordering of fdt-offsets refreshingSimon Glass2021-03-271-3/+4
* dtoc: Tidy up property-offset handlingSimon Glass2021-03-271-3/+7
* dtoc: Improve internal error for Refresh()Simon Glass2021-03-272-3/+3
* dtoc: Only generate the required filesSimon Glass2021-03-262-5/+20
* dtoc: Drop use of DECL() macrosSimon Glass2021-03-222-36/+36
* dtoc: Generate device instancesSimon Glass2021-03-222-15/+480
* dtoc: Generate uclass devicesSimon Glass2021-03-222-13/+244
* dtoc: Generate a summary in the dt-plat.c fileSimon Glass2021-03-222-35/+169
* dtoc: Tidy up the list of supported phandle propertiesSimon Glass2021-03-221-7/+21
* dtoc: Don't generate platform data with instantiationSimon Glass2021-03-222-13/+75
* dtoc: Add support for decl fileSimon Glass2021-03-222-7/+120
* dtoc: Add an option for device instantiationSimon Glass2021-03-223-22/+36
* dtoc: Support processing the root nodeSimon Glass2021-03-224-20/+59
* dtoc: Set up the uclasses that are usedSimon Glass2021-03-224-18/+119
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-222-15/+46
* dtoc: Detect drivers only at the start of start of lineSimon Glass2021-03-221-2/+2
* dtoc: Read aliases for uclassesSimon Glass2021-03-227-3/+345
* dtoc: Warn of duplicate driversSimon Glass2021-03-222-1/+122
* dtoc: Process driver aliases along with driversSimon Glass2021-03-222-11/+9
* dtoc: Support headers needed for driversSimon Glass2021-03-222-0/+11
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-225-12/+31
* dtoc: Track nodes which are actually usedSimon Glass2021-03-224-4/+37
* dtoc: Process nodes to set up required propertiesSimon Glass2021-03-223-0/+124
* dtoc: Make use of node propertiesSimon Glass2021-03-221-26/+19
* dtoc: Add some extra properties to nodesSimon Glass2021-03-221-0/+37
* dtoc: Rename sandbox_i2c_test and sandbox_pmic_testSimon Glass2021-03-222-8/+8
* dtoc: Move test files into a test/ directorySimon Glass2021-03-2223-12/+24
* dtoc: Support scanning of structs in header filesSimon Glass2021-03-222-3/+128
* dtoc: Support scanning of uclassesSimon Glass2021-03-222-0/+177
* dtoc: Collect priv/plat struct info from driversSimon Glass2021-03-222-2/+55
* dtoc: Ignore unwanted files when scanning for driversSimon Glass2021-03-222-1/+9