summaryrefslogtreecommitdiff
path: root/tools/dtoc/dtb_platdata.py
AgeCommit message (Expand)Author
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt
2019-07-10dtoc: Update dtb_platdata to support Python 3Simon Glass
2019-07-10dtoc: Sort platdata output from dtocSimon Glass
2019-07-10dtoc: Adjust code for Python 3Simon Glass
2019-04-26dtb_platdata.py: prevent define generation of aliasHeiko Schocher
2019-01-15dtoc: make generated platdata structs constSimon Goldschmidt
2018-07-09dtoc: Fix some minor errorsSimon Glass
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon 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-09-15dtoc: Add a header to the generated filesSimon 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: Rename is_phandle() and adjust it to return more detailSimon Glass
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass
2017-09-15dtoc: Avoid very long lines in outputSimon Glass
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass
2017-08-20Fix 'notes' typosAnatolij Gustschin
2017-07-11dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass
2017-07-11dtoc: Move static functions out of the classSimon Glass
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass
2017-07-11dtoc: Don't handle properties with / in themSimon Glass
2017-07-11dtoc: Fix pylint warningsSimon Glass
2017-07-11dtoc: Split out the main class into its own fileSimon Glass