summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)Author
2021-03-22dtoc: Set up the uclasses that are usedSimon Glass
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass
2021-03-22dtoc: Detect drivers only at the start of start of lineSimon Glass
2021-03-22dtoc: Read aliases for uclassesSimon Glass
2021-03-22dtoc: Warn of duplicate driversSimon Glass
2021-03-22dtoc: Process driver aliases along with driversSimon Glass
2021-03-22dtoc: Support headers needed for driversSimon Glass
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass
2021-03-22dtoc: Track nodes which are actually usedSimon Glass
2021-03-22dtoc: Process nodes to set up required propertiesSimon Glass
2021-03-22dtoc: Make use of node propertiesSimon Glass
2021-03-22dtoc: Add some extra properties to nodesSimon Glass
2021-03-22dtoc: Rename sandbox_i2c_test and sandbox_pmic_testSimon Glass
2021-03-22dtoc: Move test files into a test/ directorySimon Glass
2021-03-22dtoc: Support scanning of structs in header filesSimon Glass
2021-03-22dtoc: Support scanning of uclassesSimon Glass
2021-03-22dtoc: Collect priv/plat struct info from driversSimon Glass
2021-03-22dtoc: Ignore unwanted files when scanning for driversSimon Glass
2021-03-22dtoc: Save scan information across test runsSimon Glass
2021-03-22dtoc: Scan drivers for available informationSimon Glass
2021-01-30binman: Support alignment of filesSimon Glass
2021-01-30dtoc: binman: Drop Python 2 codeSimon Glass
2021-01-05dtoc: Tidy up src_scan testsSimon Glass
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dtoc: Output nodes in orderSimon Glass
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass
2021-01-05dtoc: Run tests using test_utilSimon Glass
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dtoc: Add an 'all' commandSimon Glass
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass
2021-01-05dtoc: Test the stdout outputSimon Glass
2021-01-05dtoc: Use None to mean stdoutSimon Glass
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass
2021-01-05dtoc: Convert _drivers to a dictSimon Glass
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass
2021-01-05dtoc: Output the device in a separate functionSimon Glass
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dtoc: Tidy up more Python style in dtb_platdataSimon Glass