summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
2019-04-27dtb_platdata.py: prevent define generation of aliasHeiko Schocher1-2/+3
2019-01-26tests: dtoc: adapt tests to changed dtoc outputSimon Goldschmidt1-27/+27
2019-01-15dtoc: make generated platdata structs constSimon Goldschmidt1-1/+1
2018-10-09dtoc: Fix the value of SetInt()Simon Glass1-1/+1
2018-10-08binman: Run tests concurrentlySimon Glass2-0/+4
2018-10-08buildman: dtoc: Suppress unwanted output from testSimon Glass1-2/+4
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass1-3/+7
2018-10-08binman: Add a default path to libfdt.pySimon Glass1-0/+5
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass2-0/+22
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass2-0/+113
2018-09-28dtoc: Support adding new nodesSimon Glass2-0/+28
2018-09-28dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass1-1/+1
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass2-10/+89
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass2-2/+2
2018-08-02dtoc: Add a function to obtain a list of phandlesSimon Glass3-0/+57
2018-08-02dtoc: Export the _FindNode() functionSimon Glass2-6/+6
2018-08-02binman: Add an entry filled with a repeating byteSimon Glass2-1/+37
2018-08-02binman: Add support for passing arguments to entriesSimon Glass2-0/+29
2018-08-02dtoc: Add missing comments to fdt_utilSimon Glass1-0/+34
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass2-0/+47
2018-07-09dtoc: Avoid unwanted output during testsSimon Glass2-6/+11
2018-07-09dtoc: Increase code coverage to 100%Simon Glass10-2/+285
2018-07-09dtoc: Add a test for code coverageSimon Glass1-0/+15
2018-07-09dtoc: Fix some minor errorsSimon Glass3-4/+5
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon Glass4-5/+27
2018-07-09dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass2-1/+7
2018-07-09dtoc: Keep track of property offsetsSimon Glass2-7/+78
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass5-24/+150
2018-07-09dtoc: Drop use of a local dtb bufferSimon Glass2-10/+10
2018-07-09dtoc: Make use of the new pylibfdt methodsSimon Glass1-12/+14
2018-07-09dtoc: Update tests to write failures to /tmpSimon Glass1-14/+42
2018-07-09dtoc: Add some tests for the fdt moduleSimon Glass3-2/+257
2018-07-09libfdt: Bring in proposed pylibfdt changesSimon Glass3-7/+19
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini14-29/+14
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada1-1/+1
2018-01-16dtoc: Allow DTC environment variable to provide path to dtcSimon Glass1-1/+2
2017-11-23dtoc: Fix up testsSimon Glass1-45/+37
2017-11-23binman: Disable the no-unit_address_vs_reg warningsSimon Glass1-1/+2
2017-09-15dtoc: Add a header to the generated filesSimon Glass1-0/+12
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass3-12/+53
2017-09-15dtoc: Put phandle args in an arraySimon Glass2-2/+2
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass2-6/+9
2017-09-15dtoc: Rename the phandle structSimon Glass2-2/+3
2017-09-15dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2-22/+58
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass1-18/+18
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass1-13/+3
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass1-0/+5
2017-09-15dtoc: Handle 'reg' properties with unusual sizesSimon Glass2-0/+38
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass7-0/+401