summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-22dtoc: Save scan information across test runsSimon Glass3-10/+43
2021-03-22dtoc: Scan drivers for available informationSimon Glass2-14/+311
2021-01-31binman: Support alignment of filesSimon Glass2-0/+18
2021-01-31dtoc: binman: Drop Python 2 codeSimon Glass1-2/+1
2021-01-05dtoc: Tidy up src_scan testsSimon Glass1-6/+22
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass5-78/+97
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass3-169/+204
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass2-28/+7
2021-01-05dtoc: Output nodes in orderSimon Glass2-43/+34
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass2-6/+46
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass1-26/+16
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2-4/+4
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass2-12/+24
2021-01-05dtoc: Run tests using test_utilSimon Glass1-21/+10
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2-4/+4
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass1-2/+2
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2-37/+37
2021-01-05dtoc: Add an 'all' commandSimon Glass3-10/+43
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass2-10/+94
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass3-10/+19
2021-01-05dtoc: Test the stdout outputSimon Glass1-15/+22
2021-01-05dtoc: Use None to mean stdoutSimon Glass3-7/+7