summaryrefslogtreecommitdiffstats
path: root/tools/dtoc/dtb_platdata.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Correct dtoc output when testingSimon Glass2021-04-291-23/+1
* dtoc: Improve handling of reg propertiesSimon Glass2021-04-061-2/+6
* dtoc: Adjust detection of 64-bit propertiesSimon Glass2021-04-061-3/+3
* dtoc: Show driver warnings once at the endSimon Glass2021-04-061-2/+4
* dtoc: Only generate the required filesSimon Glass2021-03-261-4/+19
* dtoc: Drop use of DECL() macrosSimon Glass2021-03-221-4/+4
* dtoc: Generate device instancesSimon Glass2021-03-221-5/+163
* dtoc: Generate uclass devicesSimon Glass2021-03-221-0/+93
* dtoc: Generate a summary in the dt-plat.c fileSimon Glass2021-03-221-3/+17
* dtoc: Tidy up the list of supported phandle propertiesSimon Glass2021-03-221-7/+21
* dtoc: Don't generate platform data with instantiationSimon Glass2021-03-221-3/+32
* dtoc: Add support for decl fileSimon Glass2021-03-221-0/+36
* dtoc: Add an option for device instantiationSimon Glass2021-03-221-6/+11
* dtoc: Support processing the root nodeSimon Glass2021-03-221-2/+8
* dtoc: Set up the uclasses that are usedSimon Glass2021-03-221-16/+30
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-221-15/+40
* dtoc: Read aliases for uclassesSimon Glass2021-03-221-0/+28
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-221-2/+5
* dtoc: Track nodes which are actually usedSimon Glass2021-03-221-0/+3
* dtoc: Process nodes to set up required propertiesSimon Glass2021-03-221-0/+37
* dtoc: Make use of node propertiesSimon Glass2021-03-221-26/+19
* dtoc: Add some extra properties to nodesSimon Glass2021-03-221-0/+37
* dtoc: Save scan information across test runsSimon Glass2021-03-221-3/+8
* dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-051-1/+1
* dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-051-162/+12
* dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-6/+0
* dtoc: Output nodes in orderSimon Glass2021-01-051-11/+2
* dtoc: Allow specifying the base directory for testsSimon Glass2021-01-051-6/+12
* 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-051-2/+2
* dtoc: Add a header comment to each generated fileSimon Glass2021-01-051-10/+20
* dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-3/+3
* 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-051-4/+4
* dtoc: Add an 'all' commandSimon Glass2021-01-051-2/+5
* dtoc: Allow outputing to multiple filesSimon Glass2021-01-051-10/+86
* dtoc: Allow providing a directory to write files toSimon Glass2021-01-051-2/+6
* dtoc: Use None to mean stdoutSimon Glass2021-01-051-5/+5
* dtoc: Convert _drivers to a dictSimon Glass2021-01-051-4/+22
* dtoc: Output the struct values in a separate functionSimon Glass2021-01-051-16/+34
* dtoc: Output the device in a separate functionSimon Glass2021-01-051-11/+22
* dtoc: Make _output_list a top-level functionSimon Glass2021-01-051-40/+40
* dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass2021-01-051-15/+16
* dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dtoc: Tidy up more Python style in dtb_platdataSimon Glass2020-12-131-45/+46
* dtoc: Tidy up Python style in dtb_platdataSimon Glass2020-12-131-29/+42
* patman: Drop tools.ToByte()Simon Glass2020-12-131-1/+1
* patman: Drop unicode helper functionsSimon Glass2020-12-131-1/+2
* fdt: Use an Enum for the data typeSimon Glass2020-12-131-13/+13