summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)Author
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass
2019-07-29dtoc: Return a non-zero exit code when tests failSimon Glass
2019-07-10dtoc: Update dtb_platdata to support Python 3Simon Glass
2019-07-10dtoc: Update fdt_util for Python 3Simon Glass
2019-07-10dtoc: Add a unit test for BytesToValue()Simon Glass
2019-07-10dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass
2019-07-10dtoc: Use binary mode for reading filesSimon Glass
2019-07-10dtoc: Convert the Fdt.Node class to Python 3Simon Glass
2019-07-10dtoc: Convert the Fdt.Prop class to Python 3Simon Glass
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass
2019-07-10dtoc: Move BytesToValue() out of the Prop classSimon Glass
2019-07-10dtoc: Use GetBytes() to obtain repeating bytesSimon Glass
2019-07-10dtoc: Sort platdata output from dtocSimon Glass
2019-07-10dtoc: Adjust code for Python 3Simon Glass
2019-07-10tools: dtoc: Open all binary files in binary modeSimon Glass
2019-04-26dtb_platdata.py: prevent define generation of aliasHeiko Schocher
2019-01-26tests: dtoc: adapt tests to changed dtoc outputSimon Goldschmidt
2019-01-15dtoc: make generated platdata structs constSimon Goldschmidt
2018-10-09dtoc: Fix the value of SetInt()Simon Glass
2018-10-08binman: Run tests concurrentlySimon Glass
2018-10-08buildman: dtoc: Suppress unwanted output from testSimon Glass
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass
2018-10-08binman: Add a default path to libfdt.pySimon Glass
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass
2018-09-28dtoc: Support adding new nodesSimon Glass
2018-09-28dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass
2018-08-01dtoc: Add a function to obtain a list of phandlesSimon Glass
2018-08-01dtoc: Export the _FindNode() functionSimon Glass
2018-08-01binman: Add an entry filled with a repeating byteSimon Glass
2018-08-01binman: Add support for passing arguments to entriesSimon Glass
2018-08-01dtoc: Add missing comments to fdt_utilSimon Glass
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass
2018-07-09dtoc: Avoid unwanted output during testsSimon Glass
2018-07-09dtoc: Increase code coverage to 100%Simon Glass
2018-07-09dtoc: Add a test for code coverageSimon Glass
2018-07-09dtoc: Fix some minor errorsSimon Glass
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon Glass
2018-07-09dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass
2018-07-09dtoc: Keep track of property offsetsSimon Glass
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass
2018-07-09dtoc: Drop use of a local dtb bufferSimon Glass
2018-07-09dtoc: Make use of the new pylibfdt methodsSimon Glass