summaryrefslogtreecommitdiff
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Add a setup script for PythonSimon Glass2020-08-221-0/+12
* dtoc: remove compatible string aliases supportWalter Lozano2020-07-282-56/+0
* dtoc: look for compatible string aliases in driver listWalter Lozano2020-07-283-26/+44
* dtoc: add coverage test for unicode errorWalter Lozano2020-07-283-3/+42
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-252-2/+19
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-242-19/+2
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-202-2/+19
* dtoc: Support ACPI paths in of-platdataSimon Glass2020-07-173-1/+7
* dtoc: add test for cd-gpiosWalter Lozano2020-07-092-0/+109
* dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2020-07-092-7/+11
* dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano2020-07-092-46/+84
* dtoc: add option to disable warningsWalter Lozano2020-07-093-34/+85
* dtoc: add support to scan driversWalter Lozano2020-07-093-4/+145
* dtoc: add missing code commentsWalter Lozano2020-07-091-0/+3
* patman: Tidy up sys.path changesSimon Glass2020-04-262-3/+1
* patman: Move to absolute importsSimon Glass2020-04-266-20/+21
* dtoc: Rename the main moduleSimon Glass2020-04-262-2/+2
* patman: Drop references to __future__Simon Glass2020-04-263-6/+0
* doc: fix references to driver-modelHeinrich Schuchardt2020-04-172-3/+3
* 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