aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/dtb_platdata.py
AgeCommit message (Expand)AuthorFilesLines
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-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-1/+1
2020-12-13dm: 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
2020-12-13patman: Drop unicode helper functionsSimon Glass1-1/+2
2020-12-13fdt: Use an Enum for the data typeSimon Glass1-13/+13
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass1-0/+3
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-16/+4
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-0/+4
2020-10-29dtoc: Order the structures internally by nameSimon Glass1-7/+14
2020-10-29dtoc: Document the return value of scan_structs()Simon Glass1-0/+15
2020-10-29dtoc: Use a namedtuple for _linksSimon Glass1-4/+12
2020-10-29dtoc: Extract inner loop from output_node()Simon Glass1-40/+49
2020-07-28dtoc: remove compatible string aliases supportWalter Lozano1-13/+0
2020-07-28dtoc: look for compatible string aliases in driver listWalter Lozano1-22/+23
2020-07-28dtoc: add coverage test for unicode errorWalter Lozano1-3/+15
2020-07-17dtoc: Support ACPI paths in of-platdataSimon Glass1-1/+3
2020-07-09dtoc: update dtb_platdata to support cd-gpiosWalter Lozano1-6/+10
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-3/+23
2020-07-09dtoc: add option to disable warningsWalter Lozano1-5/+8
2020-07-09dtoc: add support to scan driversWalter Lozano1-4/+92
2020-07-09dtoc: add missing code commentsWalter Lozano1-0/+3
2020-04-26patman: Move to absolute importsSimon Glass1-3/+3
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt1-2/+2
2019-07-10dtoc: Update dtb_platdata to support Python 3Simon Glass1-1/+2
2019-07-10dtoc: Sort platdata output from dtocSimon Glass1-1/+2
2019-07-10dtoc: Adjust code for Python 3Simon Glass1-2/+2
2019-04-26dtb_platdata.py: prevent define generation of aliasHeiko Schocher1-2/+3
2019-01-15dtoc: make generated platdata structs constSimon Goldschmidt1-1/+1