summaryrefslogtreecommitdiff
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Convert fdt.py to Python 3Simon Glass2019-11-041-13/+4
* test_dtoc: Move to use Python 3Simon Glass2019-11-042-1/+2
* test_fdt: Move to use Python 3Simon Glass2019-11-041-1/+1
* binman: Update state when replacing device-tree entriesSimon Glass2019-07-292-0/+13
* binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass2019-07-292-4/+25
* dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2019-07-292-0/+7
* dtoc: Update Fdt.FromData() to allow a nameSimon Glass2019-07-291-1/+7
* binman: Show a helpful error when a DT property is missingSimon Glass2019-07-292-3/+41
* dtoc: Return a non-zero exit code when tests failSimon Glass2019-07-291-1/+6
* dtoc: Update dtb_platdata to support Python 3Simon Glass2019-07-101-1/+2
* dtoc: Update fdt_util for Python 3Simon Glass2019-07-102-16/+2
* dtoc: Add a unit test for BytesToValue()Simon Glass2019-07-101-1/+5
* dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass2019-07-101-2/+9
* dtoc: Use binary mode for reading filesSimon Glass2019-07-101-3/+3
* dtoc: Convert the Fdt.Node class to Python 3Simon Glass2019-07-101-2/+5
* dtoc: Convert the Fdt.Prop class to Python 3Simon Glass2019-07-101-4/+4
* dtoc: Use byte type instead of str in fdtSimon Glass2019-07-102-14/+18
* dtoc: Updates BytesToValue() for Python 3Simon Glass2019-07-101-16/+25
* dtoc: Move BytesToValue() out of the Prop classSimon Glass2019-07-101-51/+53
* dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2019-07-102-3/+5
* dtoc: Sort platdata output from dtocSimon Glass2019-07-102-7/+8
* dtoc: Adjust code for Python 3Simon Glass2019-07-104-9/+15
* tools: dtoc: Open all binary files in binary modeSimon Glass2019-07-101-1/+1
* dtb_platdata.py: prevent define generation of aliasHeiko Schocher2019-04-261-2/+3
* 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