summaryrefslogtreecommitdiff
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dtoc: Tidy up pylint warnings in testSimon Glass2021-01-051-71/+85
* dtoc: Convert _drivers to a dictSimon Glass2021-01-052-4/+32
* 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
* sandbox: Drop unnecessary test nodeSimon Glass2021-01-052-17/+0
* dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-132-34/+34
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-34/+34
* 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.ToChar() and ToChars()Simon Glass2020-12-132-5/+5
* 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-134-52/+70
* dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass2020-10-292-0/+6
* dm: Use driver_info index instead of pointerSimon Glass2020-10-292-38/+15
* dm: Support parent devices with of-platdataSimon Glass2020-10-292-0/+37
* dtoc: Fix widening of int to bytesSimon Glass2020-10-294-1/+23
* dtoc: Order the structures internally by nameSimon Glass2020-10-292-43/+83
* dtoc: Document the return value of scan_structs()Simon Glass2020-10-291-0/+15
* dtoc: Use a namedtuple for _linksSimon Glass2020-10-291-4/+12
* dtoc: Extract inner loop from output_node()Simon Glass2020-10-291-40/+49
* binman: Use target-specific tools when cross-compilingAlper Nebi Yasak2020-09-221-4/+5
* dtoc: Add a setup script for PythonSimon Glass2020-08-221-0/+12
* dtoc: remove compatible string aliases supportWalter Lozano2020-07-282-56/+0
* dtoc: look for compatible string aliases in driver listWalter Lozano2020-07-283-26/+44
* dtoc: add coverage test for unicode errorWalter Lozano2020-07-283-3/+42
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-252-2/+19
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-242-19/+2
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-202-2/+19
* dtoc: Support ACPI paths in of-platdataSimon Glass2020-07-173-1/+7
* dtoc: add test for cd-gpiosWalter Lozano2020-07-092-0/+109
* dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2020-07-092-7/+11
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-092-46/+84
* dtoc: add option to disable warningsWalter Lozano2020-07-093-34/+85
* dtoc: add support to scan driversWalter Lozano2020-07-093-4/+145
* dtoc: add missing code commentsWalter Lozano2020-07-091-0/+3
* patman: Tidy up sys.path changesSimon Glass2020-04-262-3/+1
* patman: Move to absolute importsSimon Glass2020-04-266-20/+21
* dtoc: Rename the main moduleSimon Glass2020-04-262-2/+2