summaryrefslogtreecommitdiff
path: root/tools/dtoc/test_dtoc.py
AgeCommit message (Expand)Author
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2019-11-04test_dtoc: Move to use Python 3Simon Glass
2019-07-10dtoc: Sort platdata output from dtocSimon Glass
2019-07-10dtoc: Adjust code for Python 3Simon Glass
2019-01-26tests: dtoc: adapt tests to changed dtoc outputSimon Goldschmidt
2018-10-08buildman: dtoc: Suppress unwanted output from testSimon Glass
2018-07-09dtoc: Avoid unwanted output during testsSimon Glass
2018-07-09dtoc: Increase code coverage to 100%Simon Glass
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon Glass
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass
2018-07-09dtoc: Update tests to write failures to /tmpSimon Glass
2018-07-09libfdt: Bring in proposed pylibfdt changesSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2017-11-22dtoc: Fix up testsSimon Glass
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass
2017-09-15dtoc: Put phandle args in an arraySimon Glass
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass
2017-09-15dtoc: Rename the phandle structSimon Glass
2017-09-15dtoc: Handle 'reg' properties with unusual sizesSimon Glass
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass
2017-09-15dtoc: Avoid very long lines in outputSimon Glass
2017-07-11dtoc: Add testsSimon Glass