aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/dtb_platdata.py
AgeCommit message (Expand)AuthorFilesLines
2019-07-10dtoc: Update dtb_platdata to support Python 3Simon Glass1-1/+2
2019-07-10dtoc: Sort platdata output from dtocSimon Glass1-1/+2
2019-07-10dtoc: Adjust code for Python 3Simon Glass1-2/+2
2019-04-26dtb_platdata.py: prevent define generation of aliasHeiko Schocher1-2/+3
2019-01-15dtoc: make generated platdata structs constSimon Goldschmidt1-1/+1
2018-07-09dtoc: Fix some minor errorsSimon Glass1-1/+2
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon Glass1-4/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-09-15dtoc: Add a header to the generated filesSimon Glass1-0/+12
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass1-7/+14
2017-09-15dtoc: Put phandle args in an arraySimon Glass1-1/+1
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass1-5/+7
2017-09-15dtoc: Rename the phandle structSimon Glass1-1/+2
2017-09-15dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass1-22/+57
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass1-18/+18
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass1-13/+3
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass1-0/+61
2017-09-15dtoc: Avoid very long lines in outputSimon Glass1-1/+6
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass1-0/+3
2017-08-20Fix 'notes' typosAnatolij Gustschin1-1/+1
2017-07-11dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass1-0/+3
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass1-0/+29
2017-07-11dtoc: Move static functions out of the classSimon Glass1-62/+63
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass1-4/+4
2017-07-11dtoc: Don't handle properties with / in themSimon Glass1-1/+0
2017-07-11dtoc: Fix pylint warningsSimon Glass1-124/+137
2017-07-11dtoc: Split out the main class into its own fileSimon Glass1-0/+411