summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
2019-07-11dtoc: Update dtb_platdata to support Python 3Simon Glass1-1/+2
2019-07-11dtoc: Update fdt_util for Python 3Simon Glass2-16/+2
2019-07-11dtoc: Add a unit test for BytesToValue()Simon Glass1-1/+5
2019-07-11dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass1-2/+9
2019-07-11dtoc: Use binary mode for reading filesSimon Glass1-3/+3
2019-07-11dtoc: Convert the Fdt.Node class to Python 3Simon Glass1-2/+5
2019-07-11dtoc: Convert the Fdt.Prop class to Python 3Simon Glass1-4/+4
2019-07-11dtoc: Use byte type instead of str in fdtSimon Glass2-14/+18
2019-07-11dtoc: Updates BytesToValue() for Python 3Simon Glass1-16/+25
2019-07-11dtoc: Move BytesToValue() out of the Prop classSimon Glass1-51/+53
2019-07-11dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2-3/+5
2019-07-11dtoc: Sort platdata output from dtocSimon Glass2-7/+8
2019-07-11dtoc: Adjust code for Python 3Simon Glass4-9/+15
2019-07-11tools: dtoc: Open all binary files in binary modeSimon Glass1-1/+1
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