aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/test_dtoc.py
AgeCommit message (Expand)AuthorFilesLines
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-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass1-33/+33
2020-12-13dm: 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-28dtoc: remove compatible string aliases supportWalter Lozano1-43/+0
2020-07-28dtoc: look for compatible string aliases in driver listWalter Lozano1-4/+16
2020-07-28dtoc: add coverage test for unicode errorWalter Lozano1-0/+26
2020-07-17dtoc: Support ACPI paths in of-platdataSimon Glass1-0/+3
2020-07-09dtoc: add test for cd-gpiosWalter Lozano1-0/+67
2020-07-09dtoc: update dtb_platdata to support cd-gpiosWalter Lozano1-1/+1
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-43/+61
2020-07-09dtoc: add option to disable warningsWalter Lozano1-29/+62
2020-07-09dtoc: add support to scan driversWalter Lozano1-0/+33
2020-04-26patman: Move to absolute importsSimon Glass1-5/+5
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-04test_dtoc: Move to use Python 3Simon Glass1-0/+1
2019-07-10dtoc: Sort platdata output from dtocSimon Glass1-6/+6
2019-07-10dtoc: Adjust code for Python 3Simon Glass1-1/+3
2019-01-26tests: dtoc: adapt tests to changed dtoc outputSimon Goldschmidt1-27/+27
2018-10-08buildman: dtoc: Suppress unwanted output from testSimon Glass1-2/+4
2018-07-09dtoc: Avoid unwanted output during testsSimon Glass1-4/+9
2018-07-09dtoc: Increase code coverage to 100%Simon Glass1-0/+141
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon Glass1-0/+10
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass1-0/+2
2018-07-09dtoc: Update tests to write failures to /tmpSimon Glass1-14/+42
2018-07-09libfdt: Bring in proposed pylibfdt changesSimon Glass1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-11-22dtoc: Fix up testsSimon Glass1-45/+37
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass1-3/+24