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