summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtb_platdata.py
Commit message (Expand)AuthorAgeFilesLines
* 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