summaryrefslogtreecommitdiffstats
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
* binman: Support alignment of filesSimon Glass2021-01-302-0/+18
* dtoc: binman: Drop Python 2 codeSimon Glass2021-01-301-2/+1
* dtoc: Tidy up src_scan testsSimon Glass2021-01-051-6/+22
* dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-055-78/+97
* dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-053-169/+204
* dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-052-28/+7
* dtoc: Output nodes in orderSimon Glass2021-01-052-43/+34
* dtoc: Allow specifying the base directory for testsSimon Glass2021-01-052-6/+46
* 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-052-4/+4
* dtoc: Add a header comment to each generated fileSimon Glass2021-01-052-12/+24
* 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