summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_dtoc.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-01dtoc: Support widening a bool valueSimon Glass1-0/+3
2021-08-01dtoc: Fix widening an int array to an intSimon Glass1-3/+3
2021-07-15dtoc: Check that a parent is not missingSimon Glass1-0/+10
2021-04-29dtoc: Correct dtoc output when testingSimon Glass1-30/+21
2021-04-06dtoc: Improve handling of reg propertiesSimon Glass1-1/+16
2021-04-06dtoc: Adjust detection of 64-bit propertiesSimon Glass1-3/+3
2021-04-06dtoc: Show driver warnings once at the endSimon Glass1-1/+1
2021-03-26dtoc: Only generate the required filesSimon Glass1-1/+1
2021-03-22dtoc: Drop use of DECL() macrosSimon Glass1-32/+32
2021-03-22dtoc: Generate device instancesSimon Glass1-10/+317
2021-03-22dtoc: Generate uclass devicesSimon Glass1-13/+151
2021-03-22dtoc: Generate a summary in the dt-plat.c fileSimon Glass1-32/+152
2021-03-22dtoc: Don't generate platform data with instantiationSimon Glass1-10/+43
2021-03-22dtoc: Add support for decl fileSimon Glass1-7/+84
2021-03-22dtoc: Add an option for device instantiationSimon Glass1-15/+22
2021-03-22dtoc: Support processing the root nodeSimon Glass1-2/+21
2021-03-22dtoc: Set up the uclasses that are usedSimon Glass1-2/+27
2021-03-22dtoc: Assign a sequence number to each nodeSimon Glass1-0/+6
2021-03-22dtoc: Read aliases for uclassesSimon Glass1-2/+54
2021-03-22dtoc: Support tracking the phase of U-BootSimon Glass1-8/+8
2021-03-22dtoc: Track nodes which are actually usedSimon Glass1-0/+11
2021-03-22dtoc: Process nodes to set up required propertiesSimon Glass1-0/+76
2021-03-22dtoc: Rename sandbox_i2c_test and sandbox_pmic_testSimon Glass1-6/+6
2021-03-22dtoc: Move test files into a test/ directorySimon Glass1-1/+1
2021-03-22dtoc: Save scan information across test runsSimon Glass1-7/+33
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass1-73/+0
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass1-7/+7
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass1-22/+7
2021-01-05dtoc: Output nodes in orderSimon Glass1-32/+32
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass1-0/+34
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass1-2/+2
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass1-2/+4
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-33/+33
2021-01-05dtoc: Add an 'all' commandSimon Glass1-3/+37
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass1-0/+8
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass1-7/+7
2021-01-05dtoc: Test the stdout outputSimon Glass1-15/+22
2021-01-05dtoc: Use None to mean stdoutSimon Glass1-1/+1
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass1-71/+85
2021-01-05dtoc: Convert _drivers to a dictSimon Glass1-0/+10
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass1-12/+0
2020-12-14dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-33/+33
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-33/+33
2020-12-13fdt: Use an Enum for the data typeSimon Glass1-5/+5
2020-10-29dm: Don't allow U_BOOT_DEVICE() when of-platdata is usedSimon Glass1-0/+3
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-22/+11
2020-10-29dm: Support parent devices with of-platdataSimon Glass1-0/+33
2020-10-29dtoc: Fix widening of int to bytesSimon Glass1-1/+3
2020-10-29dtoc: Order the structures internally by nameSimon Glass1-36/+69
2020-07-29dtoc: remove compatible string aliases supportWalter Lozano1-43/+0