summaryrefslogtreecommitdiff
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Update to latest pylibfdt implementationSimon Glass2018-08-082-2/+2
* dtoc: Add a function to obtain a list of phandlesSimon Glass2018-08-013-0/+57
* dtoc: Export the _FindNode() functionSimon Glass2018-08-012-6/+6
* binman: Add an entry filled with a repeating byteSimon Glass2018-08-012-1/+37
* binman: Add support for passing arguments to entriesSimon Glass2018-08-012-0/+29
* dtoc: Add missing comments to fdt_utilSimon Glass2018-08-011-0/+34
* dtoc: Add functions to add integer propertiesSimon Glass2018-07-092-0/+47
* dtoc: Avoid unwanted output during testsSimon Glass2018-07-092-6/+11
* dtoc: Increase code coverage to 100%Simon Glass2018-07-0910-2/+285
* dtoc: Add a test for code coverageSimon Glass2018-07-091-0/+15
* dtoc: Fix some minor errorsSimon Glass2018-07-093-4/+5
* dtoc: Fix properties with a single zero-arg phandleSimon Glass2018-07-094-5/+27
* dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass2018-07-092-1/+7
* dtoc: Keep track of property offsetsSimon Glass2018-07-092-7/+78
* dtoc: Update fdt tests to increase code coverageSimon Glass2018-07-095-24/+150
* dtoc: Drop use of a local dtb bufferSimon Glass2018-07-092-10/+10
* dtoc: Make use of the new pylibfdt methodsSimon Glass2018-07-091-12/+14
* dtoc: Update tests to write failures to /tmpSimon Glass2018-07-091-14/+42
* dtoc: Add some tests for the fdt moduleSimon Glass2018-07-093-2/+257
* libfdt: Bring in proposed pylibfdt changesSimon Glass2018-07-093-7/+19
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0714-29/+14
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* host-tools: use python2 explicitly for shebangMasahiro Yamada2018-01-281-1/+1
* dtoc: Allow DTC environment variable to provide path to dtcSimon Glass2018-01-151-1/+2
* dtoc: Fix up testsSimon Glass2017-11-221-45/+37
* binman: Disable the no-unit_address_vs_reg warningsSimon Glass2017-11-221-1/+2
* dtoc: Add a header to the generated filesSimon Glass2017-09-151-0/+12
* dtoc: Support properties containing multiple phandle valuesSimon Glass2017-09-153-12/+53
* dtoc: Put phandle args in an arraySimon Glass2017-09-152-2/+2
* dtoc: Put each phandle on a separate lineSimon Glass2017-09-152-6/+9
* dtoc: Rename the phandle structSimon Glass2017-09-152-2/+3
* dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2017-09-152-22/+58
* 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: Update the Fdt class to record phandlesSimon Glass2017-09-151-0/+5
* dtoc: Handle 'reg' properties with unusual sizesSimon Glass2017-09-152-0/+38
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-157-0/+401
* dtoc: Avoid very long lines in outputSimon Glass2017-09-152-3/+10
* dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass2017-09-153-1/+18
* dtoc: Adjust Node to record its parentSimon Glass2017-09-151-5/+7
* Fix 'notes' typosAnatolij Gustschin2017-08-201-1/+1
* dtoc: Add testsSimon Glass2017-07-117-4/+411
* 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-112-17/+31
* dtoc: Move static functions out of the classSimon Glass2017-07-111-62/+63
* dtoc: Pass include_disabled explicitlySimon Glass2017-07-112-5/+5
* dtoc: Don't handle properties with / in themSimon Glass2017-07-111-1/+0
* dtoc: Fix pylint warningsSimon Glass2017-07-112-131/+144
* dtoc: Split out the main class into its own fileSimon Glass2017-07-112-405/+414
* dtoc: Add a comment at the topSimon Glass2017-07-111-0/+20