summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-27dtoc: Tidy up property-offset handlingSimon Glass1-3/+7
2021-03-27dtoc: Improve internal error for Refresh()Simon Glass2-3/+3
2021-03-26dtoc: Only generate the required filesSimon Glass2-5/+20
2021-03-22dtoc: Drop use of DECL() macrosSimon Glass2-36/+36
2021-03-22dtoc: Generate device instancesSimon Glass2-15/+480
2021-03-22dtoc: Generate uclass devicesSimon Glass2-13/+244
2021-03-22dtoc: Generate a summary in the dt-plat.c fileSimon Glass2-35/+169
2021-03-22dtoc: Tidy up the list of supported phandle propertiesSimon Glass1-7/+21
2021-03-22dtoc: Don't generate platform data with instantiationSimon Glass2-13/+75
2021-03-22dtoc: Add support for decl fileSimon Glass2-7/+120
2021-03-22dtoc: Add an option for device instantiationSimon Glass3-22/+36
2021-03-22dtoc: Support processing the root nodeSimon Glass4-20/+59
2021-03-22dtoc: Set up the uclasses that are usedSimon Glass4-18/+119
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass2-15/+46
2021-03-22dtoc: Detect drivers only at the start of start of lineSimon Glass1-2/+2
2021-03-22dtoc: Read aliases for uclassesSimon Glass7-3/+345
2021-03-22dtoc: Warn of duplicate driversSimon Glass2-1/+122
2021-03-22dtoc: Process driver aliases along with driversSimon Glass2-11/+9
2021-03-22dtoc: Support headers needed for driversSimon Glass2-0/+11
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass5-12/+31
2021-03-22dtoc: Track nodes which are actually usedSimon Glass4-4/+37
2021-03-22dtoc: Process nodes to set up required propertiesSimon Glass3-0/+124
2021-03-22dtoc: Make use of node propertiesSimon Glass1-26/+19
2021-03-22dtoc: Add some extra properties to nodesSimon Glass1-0/+37
2021-03-22dtoc: Rename sandbox_i2c_test and sandbox_pmic_testSimon Glass2-8/+8
2021-03-22dtoc: Move test files into a test/ directorySimon Glass23-12/+24
2021-03-22dtoc: Support scanning of structs in header filesSimon Glass2-3/+128
2021-03-22dtoc: Support scanning of uclassesSimon Glass2-0/+177
2021-03-22dtoc: Collect priv/plat struct info from driversSimon Glass2-2/+55
2021-03-22dtoc: Ignore unwanted files when scanning for driversSimon Glass2-1/+9