summaryrefslogtreecommitdiffstats
path: root/tools/dtoc/fdt_util.py
Commit message (Expand)AuthorAgeFilesLines
* binman: Use target-specific tools when cross-compilingAlper Nebi Yasak2020-09-221-4/+5
* patman: Move to absolute importsSimon Glass2020-04-261-2/+2
* binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass2019-07-291-3/+9
* dtoc: Update fdt_util for Python 3Simon Glass2019-07-101-13/+2
* dtoc: Add a function to obtain a list of phandlesSimon Glass2018-08-011-0/+18
* binman: Add an entry filled with a repeating byteSimon Glass2018-08-011-0/+23
* binman: Add support for passing arguments to entriesSimon Glass2018-08-011-0/+21
* dtoc: Add missing comments to fdt_utilSimon Glass2018-08-011-0/+34
* dtoc: Avoid unwanted output during testsSimon Glass2018-07-091-2/+2
* dtoc: Update fdt tests to increase code coverageSimon Glass2018-07-091-9/+16
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dtoc: Allow DTC environment variable to provide path to dtcSimon Glass2018-01-151-1/+2
* binman: Disable the no-unit_address_vs_reg warningsSimon Glass2017-11-221-1/+2
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-151-0/+2
* dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass2017-09-151-0/+14
* dtoc: Decode val if it's a byte stringGeorge McCollister2017-04-131-0/+2
* dtoc: Decode strings for struct.unpack on python 3.xPaul Burton2016-10-091-0/+3
* dtoc: Add methods for reading data from propertiesSimon Glass2016-09-181-0/+25
* dtoc: Correct quotes in fdt_utilSimon Glass2016-09-181-1/+1
* dtoc: Allow the device tree to be compiled from sourceSimon Glass2016-09-181-0/+41
* dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass2016-09-181-66/+0
* dm: Add a library to provide simple device-tree accessSimon Glass2016-07-141-0/+86