aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-08-20binman: Move compression bintools creation into test setupStefan Herbrechtsmeier1-7/+19
2022-08-20binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier4-24/+15
2022-08-20binman: Disable compressed data headerStefan Herbrechtsmeier2-7/+9
2022-08-20binman: Add length header attribute to dtb entryStefan Herbrechtsmeier5-0/+105
2022-08-20binman: Add DecompressData function to entry classStefan Herbrechtsmeier2-2/+16
2022-08-20binman: Check only section data in multi section testStefan Herbrechtsmeier1-4/+6
2022-08-20binman: Collect bintools before usageStefan Herbrechtsmeier1-1/+4
2022-08-20binman: Forward AddBintools calls to base classStefan Herbrechtsmeier5-0/+5
2022-08-20binman: Forward AddBintools calls to sub entries in cbfs_utilStefan Herbrechtsmeier1-0/+5
2022-08-20binman: Avoid duplicates in bintool listsStefan Herbrechtsmeier1-2/+6
2022-08-20binman: Skip elf tests if python elftools is not availableStefan Herbrechtsmeier2-0/+32
2022-08-20binman: Allow collection to use entries from other sectionsSimon Glass8-4/+110
2022-08-20binman: Allow passing entries using -nSimon Glass6-1/+155
2022-08-20binman: Allow the image name to be the data fileSimon Glass4-2/+75
2022-08-20binman: Improve mkimage documentationSimon Glass2-14/+45
2022-08-20binman: Avoid use of expected failureSimon Glass1-5/+6
2022-08-20binman: Adjust mkimage etype node readingSimon Glass1-8/+11
2022-08-20binman: Add a way to check for missing propertiesSimon Glass3-3/+22
2022-08-20binman: Fix up the entry-docs for Entry_pre_loadSimon Glass2-2/+4
2022-08-20patman: Don't buffer test output with a single testSimon Glass1-2/+2
2022-08-20patman: Put the coverage command-line lastSimon Glass1-2/+1
2022-08-20binman: Put fake files in a subdirectorySimon Glass4-14/+53
2022-08-20arm: k3: Correct an awk warningSimon Glass1-1/+4
2022-08-20tools: mkeficapsule: use pkg-config for each lib separatHeiko Thiery1-2/+6
2022-08-13binman: Add more documentation about binman usageSimon Glass1-8/+192
2022-08-13binman: Add rST references for binman entry typesSimon Glass2-1/+150
2022-08-13patman: Add documentation to doc/Simon Glass3-252/+308
2022-08-09dtoc: Correct remaining pylint problems in test_fdtSimon Glass1-113/+141
2022-08-09test_fdt: Convert to use argparseSimon Glass1-19/+20
2022-08-09dtoc: Move main program into its own functionSimon Glass1-20/+24
2022-08-09dtoc: Fix fdt test coverageSimon Glass1-1/+1
2022-08-09dtoc: Tidy up fdt_tests RunTests()Simon Glass1-6/+9
2022-08-09dtoc: Tidy up fdt_tests RunTestCoverage() argsSimon Glass1-4/+8
2022-08-05buildman: Drop a TODO that is doneWIP/2022-08-05-buildman-integrate-boardscfgSimon Glass1-3/+0
2022-08-05buildman: Drop a Python 2.7 commentSimon Glass1-1/+0
2022-08-05buildman: Allow lines without a symbolSimon Glass1-11/+9
2022-08-05Drop genboardscfg.pySimon Glass1-444/+0
2022-08-05buildman: Return an error if there are maintainer warningsSimon Glass3-11/+24
2022-08-05Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""Simon Glass1-65/+0
2022-08-05buildman: Replace the Options column with config nameSimon Glass2-17/+10
2022-08-05buildman: Tidy up pylint problems in boards moduleSimon Glass1-148/+204
2022-08-05buildman: Incorporate the genboardscfg.py toolSimon Glass4-15/+426
2022-08-05buildman: Split out Boards into its own fileSimon Glass5-288/+301
2022-08-05buildman: Convert camel case in board.pySimon Glass4-42/+42
2022-08-05buildman: Drop use of 'board' in board moduleSimon Glass1-8/+8
2022-08-05buildman: Drop use of 'boards' in controlSimon Glass3-20/+19
2022-08-05buildman: Fix use of 'boards' in testSimon Glass1-21/+21
2022-08-05buildman: Fix use of 'boards' in func_testSimon Glass1-19/+19
2022-08-05buildman: Avoid using board as a variableSimon Glass6-56/+55
2022-08-05buildman: Support running from an IDESimon Glass4-29/+63