summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
2020-07-17dtoc: Support ACPI paths in of-platdataSimon Glass3-1/+7
2020-07-10dtoc: add test for cd-gpiosWalter Lozano2-0/+109
2020-07-10dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2-7/+11
2020-07-10dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2-46/+84
2020-07-10dtoc: add option to disable warningsWalter Lozano3-34/+85
2020-07-10dtoc: add support to scan driversWalter Lozano3-4/+145
2020-07-10dtoc: add missing code commentsWalter Lozano1-0/+3
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-05dtoc: Convert fdt.py to Python 3Simon Glass1-13/+4
2019-11-05test_dtoc: Move to use Python 3Simon Glass2-1/+2
2019-11-05test_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-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