aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/test_dtoc.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Use pathlib to find the test directorySimon Glass2023-03-081-2/+4
* patman: Move library functions into a library directorySimon Glass2023-03-081-2/+2
* dtoc: Add a way to read a phandle with paramsSimon Glass2023-01-181-0/+3
* dm: core: Support accessing core tagsSimon Glass2022-06-281-0/+4
* dm: core: Switch the testbus driver to use a new structSimon Glass2022-06-281-1/+1
* dtoc: Correct pylint errorsSimon Glass2022-03-021-3/+3
* patman: Convert camel case in tools.pySimon Glass2022-02-091-38/+38
* dtoc: Add support for reading 64-bit intsSimon Glass2021-12-021-0/+2
* dtoc: Support widening a bool valueSimon Glass2021-08-011-0/+3
* dtoc: Fix widening an int array to an intSimon Glass2021-08-011-3/+3
* dtoc: Check that a parent is not missingSimon Glass2021-07-151-0/+10
* dtoc: Correct dtoc output when testingSimon Glass2021-04-291-30/+21
* dtoc: Improve handling of reg propertiesSimon Glass2021-04-061-1/+16
* dtoc: Adjust detection of 64-bit propertiesSimon Glass2021-04-061-3/+3
* dtoc: Show driver warnings once at the endSimon Glass2021-04-061-1/+1
* dtoc: Only generate the required filesSimon Glass2021-03-261-1/+1
* dtoc: Drop use of DECL() macrosSimon Glass2021-03-221-32/+32
* dtoc: Generate device instancesSimon Glass2021-03-221-10/+317
* dtoc: Generate uclass devicesSimon Glass2021-03-221-13/+151
* dtoc: Generate a summary in the dt-plat.c fileSimon Glass2021-03-221-32/+152
* dtoc: Don't generate platform data with instantiationSimon Glass2021-03-221-10/+43
* dtoc: Add support for decl fileSimon Glass2021-03-221-7/+84
* dtoc: Add an option for device instantiationSimon Glass2021-03-221-15/+22
* dtoc: Support processing the root nodeSimon Glass2021-03-221-2/+21
* dtoc: Set up the uclasses that are usedSimon Glass2021-03-221-2/+27
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-221-0/+6
* dtoc: Read aliases for uclassesSimon Glass2021-03-221-2/+54
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-221-8/+8
* dtoc: Track nodes which are actually usedSimon Glass2021-03-221-0/+11
* dtoc: Process nodes to set up required propertiesSimon Glass2021-03-221-0/+76
* dtoc: Rename sandbox_i2c_test and sandbox_pmic_testSimon Glass2021-03-221-6/+6
* dtoc: Move test files into a test/ directorySimon Glass2021-03-221-1/+1
* dtoc: Save scan information across test runsSimon Glass2021-03-221-7/+33
* dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-051-73/+0
* dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-051-7/+7
* dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-051-22/+7
* dtoc: Output nodes in orderSimon Glass2021-01-051-32/+32
* dtoc: Allow specifying the base directory for testsSimon Glass2021-01-051-0/+34
* dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-051-2/+2
* dtoc: Add a header comment to each generated fileSimon Glass2021-01-051-2/+4
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-33/+33
* dtoc: Add an 'all' commandSimon Glass2021-01-051-3/+37
* dtoc: Allow outputing to multiple filesSimon Glass2021-01-051-0/+8
* dtoc: Allow providing a directory to write files toSimon Glass2021-01-051-7/+7
* dtoc: Test the stdout outputSimon Glass2021-01-051-15/+22
* dtoc: Use None to mean stdoutSimon Glass2021-01-051-1/+1
* dtoc: Tidy up pylint warnings in testSimon Glass2021-01-051-71/+85
* dtoc: Convert _drivers to a dictSimon Glass2021-01-051-0/+10
* sandbox: Drop unnecessary test nodeSimon Glass2021-01-051-12/+0
* dm: Rename 'platdata_size' to 'plat_size'Simon Glass2020-12-131-33/+33