aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
2021-01-30binman: Support alignment of filesSimon Glass2-0/+18
2021-01-30dtoc: binman: Drop Python 2 codeSimon Glass1-2/+1
2021-01-05dtoc: Tidy up src_scan testsSimon Glass1-6/+22
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass5-78/+97
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass3-169/+204
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass2-28/+7
2021-01-05dtoc: Output nodes in orderSimon Glass2-43/+34
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass2-6/+46
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 Glass2-4/+4
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass2-12/+24
2021-01-05dtoc: Run tests using test_utilSimon Glass1-21/+10
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2-4/+4
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 Glass2-37/+37
2021-01-05dtoc: Add an 'all' commandSimon Glass3-10/+43
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass2-10/+94
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass3-10/+19
2021-01-05dtoc: Test the stdout outputSimon Glass1-15/+22
2021-01-05dtoc: Use None to mean stdoutSimon Glass3-7/+7
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass1-71/+85
2021-01-05dtoc: Convert _drivers to a dictSimon Glass2-4/+32
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
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass2-17/+0
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass2-34/+34
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-34/+34
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.ToChar() and ToChars()Simon Glass2-5/+5
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 Glass4-52/+70
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass2-0/+6
2020-10-29dm: Use driver_info index instead of pointerSimon Glass2-38/+15
2020-10-29dm: Support parent devices with of-platdataSimon Glass2-0/+37
2020-10-29dtoc: Fix widening of int to bytesSimon Glass4-1/+23
2020-10-29dtoc: Order the structures internally by nameSimon Glass2-43/+83
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-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak1-4/+5
2020-08-22dtoc: Add a setup script for PythonSimon Glass1-0/+12
2020-07-28dtoc: remove compatible string aliases supportWalter Lozano2-56/+0
2020-07-28dtoc: look for compatible string aliases in driver listWalter Lozano3-26/+44
2020-07-28dtoc: add coverage test for unicode errorWalter Lozano3-3/+42
2020-07-25dtoc: Allow adding variable-sized data to a dtbSimon Glass2-2/+19
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2-19/+2