aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/test_dtoc.py
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-15dtoc: Put phandle args in an arraySimon Glass1-1/+1
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass1-1/+2
2017-09-15dtoc: Rename the phandle structSimon Glass1-1/+1
2017-09-15dtoc: Handle 'reg' properties with unusual sizesSimon Glass1-0/+24
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass1-0/+212
2017-09-15dtoc: Avoid very long lines in outputSimon Glass1-2/+4
2017-07-11dtoc: Add testsSimon Glass1-0/+271