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