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