aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
2020-04-26patman: Tidy up sys.path changesSimon Glass2-3/+1
2020-04-26patman: Move to absolute importsSimon Glass6-20/+21
2020-04-26dtoc: Rename the main moduleSimon Glass2-2/+2
2020-04-26patman: Drop references to __future__Simon Glass3-6/+0
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt2-3/+3
2019-11-04dtoc: Convert fdt.py to Python 3Simon Glass1-13/+4
2019-11-04test_dtoc: Move to use Python 3Simon Glass2-1/+2
2019-11-04test_fdt: Move to use Python 3Simon Glass1-1/+1
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass2-0/+13
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass2-4/+25
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2-0/+7
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass1-1/+7
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass2-3/+41
2019-07-29dtoc: Return a non-zero exit code when tests failSimon Glass1-1/+6
2019-07-10dtoc: Update dtb_platdata to support Python 3Simon Glass1-1/+2
2019-07-10dtoc: Update fdt_util for Python 3Simon Glass2-16/+2
2019-07-10dtoc: Add a unit test for BytesToValue()Simon Glass1-1/+5
2019-07-10dtoc: Test full 64-bit properties with FdtCellsToCpu()Simon Glass1-2/+9
2019-07-10dtoc: Use binary mode for reading filesSimon Glass1-3/+3
2019-07-10dtoc: Convert the Fdt.Node class to Python 3Simon Glass1-2/+5
2019-07-10dtoc: Convert the Fdt.Prop class to Python 3Simon Glass1-4/+4
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass2-14/+18
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass1-16/+25
2019-07-10dtoc: Move BytesToValue() out of the Prop classSimon Glass1-51/+53
2019-07-10dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2-3/+5
2019-07-10dtoc: Sort platdata output from dtocSimon Glass2-7/+8
2019-07-10dtoc: Adjust code for Python 3Simon Glass4-9/+15
2019-07-10tools: dtoc: Open all binary files in binary modeSimon Glass1-1/+1
2019-04-26dtb_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-01dtoc: Add a function to obtain a list of phandlesSimon Glass3-0/+57
2018-08-01dtoc: Export the _FindNode() functionSimon Glass2-6/+6
2018-08-01binman: Add an entry filled with a repeating byteSimon Glass2-1/+37
2018-08-01binman: Add support for passing arguments to entriesSimon Glass2-0/+29
2018-08-01dtoc: 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