aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-08binman: Hide the 'test' command unless test code is availableSimon Glass1-13/+21
2023-03-08binman: Move the main code into a functionSimon Glass1-4/+8
2023-03-08dtoc: Add support for building a dtoc PyPi packageSimon Glass3-0/+42
2023-03-08dtoc: Use pathlib to find the test directorySimon Glass1-2/+4
2023-03-08dtoc: Move the main code into a functionSimon Glass1-48/+52
2023-03-08dtoc: Hide the test options unless test code is availableSimon Glass1-6/+13
2023-03-08buildman: Add support for building a buildman PyPi packageSimon Glass2-0/+30
2023-03-08buildman: Use importlib to find the helpSimon Glass1-3/+3
2023-03-08buildman: Fix use of a type as a variableSimon Glass1-2/+2
2023-03-08buildman: Hide the test options unless test code is availableSimon Glass1-4/+10
2023-03-08buildman: Move the main code into a functionSimon Glass1-11/+16
2023-03-08patman: Add support for building a patman PyPi packageSimon Glass2-0/+30
2023-03-08patman: Avoid importing test_checkpatch before it is neededSimon Glass1-1/+1
2023-03-08patman: Add support for building a u_boot_tools PyPi packageSimon Glass4-1/+393
2023-03-08script: Add a script to build a PyPi packageSimon Glass1-0/+117
2023-03-08patman: Move library functions into a library directorySimon Glass87-151/+182
2023-03-08Remove concurrencytestSimon Glass5-221/+2
2023-03-08Revert "patman: test_util: Print test stdout/stderr within test summaries"Simon Glass2-112/+4
2023-03-08binman: Avoid unwanted output in testFitFirmwareLoadables()Simon Glass1-4/+5
2023-03-08bootstd: Replicate the dtb-filename quirks of distrobootSimon Glass3-9/+78
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass7-59/+60
2023-03-08binman: Make the tooldir configurableSimon Glass6-14/+64
2023-03-08binman: Use a private directory for bintoolsSimon Glass2-1/+3
2023-03-08binman: Move the tools directory into the Bintool classSimon Glass2-5/+6
2023-03-08binman: Update bintools documentationSimon Glass1-0/+70
2023-03-08binman: Correct an 'aot' typoSimon Glass1-1/+1
2023-03-08buildman: Add a flag for reproducible buildsSimon Glass7-12/+56
2023-03-08buildman: Support disabling LTOSimon Glass6-6/+44
2023-03-08buildman: Write out the build command usedSimon Glass3-0/+34
2023-03-08buildman: Add a note about the out-env fileSimon Glass1-0/+2
2023-03-08binman: Use correct argument name in docstringsJonas Karlman3-4/+4
2023-03-08binman: Fix spelling of nodes in code commentsJonas Karlman3-3/+3
2023-03-08binman: Remove redundant SetAllowFakeBlob from blob-ext entryJonas Karlman1-8/+0
2023-03-08binman: Support marking FMAP areas as preservedSimon Glass7-3/+38
2023-03-08binman: Avoid requiring a home directory on startupSimon Glass1-1/+1
2023-03-07Merge tag 'next-20230307' of https://source.denx.de/u-boot/custodians/u-boot-...WIP/07Mar2023-nextTom Rini23-5044/+13513
2023-03-07Merge branch '2023-03-06-assorted-platform-updates' into nextTom Rini62-5475/+1178
2023-03-07video console: add 12x22 console simple font testDzmitry Sankouski1-0/+41
2023-03-07video console: sandbox: add 12x22 font defconfigsDzmitry Sankouski2-0/+2
2023-03-07video console: add 16x32 Terminus font from linuxDzmitry Sankouski3-0/+2075
2023-03-07video console: add 12x22 Sun font from linuxDzmitry Sankouski3-0/+6171
2023-03-07video console: allow font size configuration at runtimeDzmitry Sankouski7-1/+70
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski5-10/+37
2023-03-07video console: implement multiple fonts configurationDzmitry Sankouski10-93/+202
2023-03-07video console: move 8x16 font data in named headerDzmitry Sankouski2-4/+3
2023-03-07video console: add support for fonts wider than 1 byteDzmitry Sankouski4-34/+59
2023-03-07video console: refactoring and optimizationDzmitry Sankouski6-376/+327
2023-03-06riscv: semihosting: replace inline assembly with assembly fileAndre Przywara2-24/+22
2023-03-06arm: semihosting: replace inline assembly with assembly fileAndre Przywara2-47/+31
2023-03-06am62a7: dts: Enable full 4GB LPDDR4Devarsh Thakkar2-3/+6