aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-20dtoc: Allow adding variable-sized data to a dtbSimon Glass2-2/+19
2020-07-17dtoc: Support ACPI paths in of-platdataSimon Glass3-1/+7
2020-07-09dtoc: add test for cd-gpiosWalter Lozano2-0/+109
2020-07-09dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2-7/+11
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2-46/+84
2020-07-09dtoc: add option to disable warningsWalter Lozano3-34/+85
2020-07-09dtoc: add support to scan driversWalter Lozano3-4/+145
2020-07-09dtoc: add missing code commentsWalter Lozano1-0/+3
2020-04-26patman: Tidy up sys.path changesSimon Glass2-3/+1
2020-04-26patman: Move to absolute importsSimon Glass6-20/+21
2020-04-26dtoc: Rename the main moduleSimon Glass2-2/+2
2020-04-26patman: Drop references to __future__Simon Glass3-6/+0
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt2-3/+3
2019-11-04dtoc: Convert fdt.py to Python 3Simon Glass1-13/+4
2019-11-04test_dtoc: Move to use Python 3Simon Glass2-1/+2
2019-11-04test_fdt: Move to use Python 3Simon Glass1-1/+1
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass2-0/+13
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass2-4/+25
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2-0/+7
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass1-1/+7
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass2-3/+41
2019-07-29dtoc: Return a non-zero exit code when tests failSimon Glass1-1/+6
2019-07-10dtoc: Update dtb_platdata to support Python 3Simon Glass1-1/+2
2019-07-10dtoc: Update fdt_util for Python 3Simon Glass2-16/+2
2019-07-10dtoc: Add a unit test for BytesToValue()Simon Glass1-1/+5
2019-07-10dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass1-2/+9
2019-07-10dtoc: Use binary mode for reading filesSimon Glass1-3/+3
2019-07-10dtoc: Convert the Fdt.Node class to Python 3Simon Glass1-2/+5
2019-07-10dtoc: Convert the Fdt.Prop class to Python 3Simon Glass1-4/+4
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass2-14/+18
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass1-16/+25
2019-07-10dtoc: Move BytesToValue() out of the Prop classSimon Glass1-51/+53
2019-07-10dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2-3/+5
2019-07-10dtoc: Sort platdata output from dtocSimon Glass2-7/+8
2019-07-10dtoc: Adjust code for Python 3Simon Glass4-9/+15