summaryrefslogtreecommitdiff
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
* tests: dtoc: adapt tests to changed dtoc outputSimon Goldschmidt2019-01-261-27/+27
* dtoc: make generated platdata structs constSimon Goldschmidt2019-01-151-1/+1
* dtoc: Fix the value of SetInt()Simon Glass2018-10-091-1/+1
* binman: Run tests concurrentlySimon Glass2018-10-082-0/+4
* buildman: dtoc: Suppress unwanted output from testSimon Glass2018-10-081-2/+4
* binman: Fix up removal of temporary directoriesSimon Glass2018-10-081-3/+7
* binman: Add a default path to libfdt.pySimon Glass2018-10-081-0/+5
* dtoc: Add a way to create an Fdt object from a data blockSimon Glass2018-09-282-0/+22
* dtoc: Add methods for adding and updating propertiesSimon Glass2018-09-282-0/+113
* dtoc: Support adding new nodesSimon Glass2018-09-282-0/+28
* dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass2018-09-281-1/+1
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-282-10/+89
* 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