summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_dtoc.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: add test for cd-gpiosWalter Lozano2020-07-091-0/+67
* dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2020-07-091-1/+1
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-091-43/+61
* dtoc: add option to disable warningsWalter Lozano2020-07-091-29/+62
* dtoc: add support to scan driversWalter Lozano2020-07-091-0/+33
* patman: Move to absolute importsSimon Glass2020-04-261-5/+5
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* test_dtoc: Move to use Python 3Simon Glass2019-11-041-0/+1
* dtoc: Sort platdata output from dtocSimon Glass2019-07-101-6/+6
* dtoc: Adjust code for Python 3Simon Glass2019-07-101-1/+3
* tests: dtoc: adapt tests to changed dtoc outputSimon Goldschmidt2019-01-261-27/+27
* buildman: dtoc: Suppress unwanted output from testSimon Glass2018-10-081-2/+4
* dtoc: Avoid unwanted output during testsSimon Glass2018-07-091-4/+9
* dtoc: Increase code coverage to 100%Simon Glass2018-07-091-0/+141
* dtoc: Fix properties with a single zero-arg phandleSimon Glass2018-07-091-0/+10
* dtoc: Update fdt tests to increase code coverageSimon Glass2018-07-091-0/+2
* dtoc: Update tests to write failures to /tmpSimon Glass2018-07-091-14/+42
* libfdt: Bring in proposed pylibfdt changesSimon Glass2018-07-091-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dtoc: Fix up testsSimon Glass2017-11-221-45/+37
* dtoc: Support properties containing multiple phandle valuesSimon Glass2017-09-151-3/+24
* dtoc: Put phandle args in an arraySimon Glass2017-09-151-1/+1
* dtoc: Put each phandle on a separate lineSimon Glass2017-09-151-1/+2
* dtoc: Rename the phandle structSimon Glass2017-09-151-1/+1
* dtoc: Handle 'reg' properties with unusual sizesSimon Glass2017-09-151-0/+24
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-151-0/+212
* dtoc: Avoid very long lines in outputSimon Glass2017-09-151-2/+4
* dtoc: Add testsSimon Glass2017-07-111-0/+271