aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)Author
2021-01-05dtoc: Convert _drivers to a dictSimon Glass
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass
2021-01-05dtoc: Output the device in a separate functionSimon Glass
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dtoc: Tidy up more Python style in dtb_platdataSimon Glass
2020-12-13dtoc: Tidy up Python style in dtb_platdataSimon Glass
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass
2020-12-13patman: Drop tools.ToByte()Simon Glass
2020-12-13patman: Drop unicode helper functionsSimon Glass
2020-12-13fdt: Use an Enum for the data typeSimon Glass
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass
2020-10-29dm: Use driver_info index instead of pointerSimon Glass
2020-10-29dm: Support parent devices with of-platdataSimon Glass
2020-10-29dtoc: Fix widening of int to bytesSimon Glass
2020-10-29dtoc: Order the structures internally by nameSimon Glass
2020-10-29dtoc: Document the return value of scan_structs()Simon Glass
2020-10-29dtoc: Use a namedtuple for _linksSimon Glass
2020-10-29dtoc: Extract inner loop from output_node()Simon Glass
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak
2020-08-22dtoc: Add a setup script for PythonSimon Glass
2020-07-28dtoc: remove compatible string aliases supportWalter Lozano
2020-07-28dtoc: look for compatible string aliases in driver listWalter Lozano
2020-07-28dtoc: add coverage test for unicode errorWalter Lozano
2020-07-25dtoc: Allow adding variable-sized data to a dtbSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20dtoc: Allow adding variable-sized data to a dtbSimon Glass
2020-07-17dtoc: Support ACPI paths in of-platdataSimon Glass
2020-07-09dtoc: add test for cd-gpiosWalter Lozano
2020-07-09dtoc: update dtb_platdata to support cd-gpiosWalter Lozano
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano
2020-07-09dtoc: add option to disable warningsWalter Lozano
2020-07-09dtoc: add support to scan driversWalter Lozano
2020-07-09dtoc: add missing code commentsWalter Lozano
2020-04-26patman: Tidy up sys.path changesSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26dtoc: Rename the main moduleSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt
2019-11-04dtoc: Convert fdt.py to Python 3Simon Glass
2019-11-04test_dtoc: Move to use Python 3Simon Glass
2019-11-04test_fdt: Move to use Python 3Simon Glass
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass