summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt_util.py
AgeCommit message (Expand)AuthorFilesLines
2021-12-05dtoc: Add support for reading string-list propertiesSimon Glass1-0/+21
2021-12-02dtoc: Add support for reading fixed-length bytes propertiesSimon Glass1-0/+20
2021-12-02dtoc: Add support for reading 64-bit intsSimon Glass1-0/+35
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak1-4/+5
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass1-3/+9
2019-07-11dtoc: Update fdt_util for Python 3Simon Glass1-13/+2
2018-08-02dtoc: Add a function to obtain a list of phandlesSimon Glass1-0/+18
2018-08-02binman: Add an entry filled with a repeating byteSimon Glass1-0/+23
2018-08-02binman: Add support for passing arguments to entriesSimon Glass1-0/+21
2018-08-02dtoc: Add missing comments to fdt_utilSimon Glass1-0/+34
2018-07-09dtoc: Avoid unwanted output during testsSimon Glass1-2/+2
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass1-9/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-16dtoc: Allow DTC environment variable to provide path to dtcSimon Glass1-1/+2
2017-11-23binman: Disable the no-unit_address_vs_reg warningsSimon Glass1-1/+2
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass1-0/+2
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass1-0/+14
2017-04-13dtoc: Decode val if it's a byte stringGeorge McCollister1-0/+2
2016-10-09dtoc: Decode strings for struct.unpack on python 3.xPaul Burton1-0/+3
2016-09-19dtoc: Add methods for reading data from propertiesSimon Glass1-0/+25
2016-09-19dtoc: Correct quotes in fdt_utilSimon Glass1-1/+1
2016-09-19dtoc: Allow the device tree to be compiled from sourceSimon Glass1-0/+41
2016-09-19dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass1-66/+0
2016-07-15dm: Add a library to provide simple device-tree accessSimon Glass1-0/+86