aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* binman: Add a tutorial on resolving test-coverage bugsSimon Glass2024-10-181-0/+5
* binman: Support getting test-coverage on just one testSimon Glass2024-10-182-4/+7
* u_boot_pylib: Support running coverage on selected functionsSimon Glass2024-10-181-5/+8
* buildman: Correct some warnings about regex stringsSimon Glass2024-10-182-7/+7
* binman: implement signing FIT images during image buildAlexander Kochetkov2024-10-188-1/+442
* image-host: fix 'unknown error' error messageAlexander Kochetkov2024-10-181-1/+1
* binman: fix passing loadables to mkimage on first runAlexander Kochetkov2024-10-181-3/+3
* binman: add fast authentication method for i.MX8M signingBrian Ruley2024-10-131-8/+26
* binman: cosmetic: refactor `nxp_imx8mcst' etype codeBrian Ruley2024-10-131-13/+23
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-111-16/+16
|\
| * qconfig: Update tool for new Makefile variablesSimon Glass2024-10-111-9/+9
| * global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-111-3/+3
| * global: Rename SPL_ to XPL_Simon Glass2024-10-111-3/+3
| * kconfig: binman: Check for SPL instead of XPLSimon Glass2024-10-111-1/+1
| * global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-1/+1
| * qconfig: Add XPL_BUILD to ignored symbolsSimon Glass2024-10-111-1/+1
* | Merge branch 'next'Tom Rini2024-10-0732-185/+800
|\ \
| * | Add mkimage secp521r1 ECDSA curve supportJoakim Tjernlund2024-10-021-0/+7
| * | binman: Make a start on an iMX8 testSimon Glass2024-09-263-1/+23
| * | binman: Allow image_pos to be None when writing symbolsSimon Glass2024-09-263-13/+65
| * | binman: Unwind the end-at-4gb special-case a littleSimon Glass2024-09-263-18/+18
| * | binman: Provide a way to set the symbol base addressSimon Glass2024-09-267-7/+110
| * | binman: Add minor improvements to symbol-writingSimon Glass2024-09-263-9/+34
| * | binman: Adjust naming for reading symbolsSimon Glass2024-09-265-21/+19
| * | binman: fit: Refine handling of devicetrees for OF_UPSTREAMSimon Glass2024-09-262-8/+26
| * | binman: fit: Set the image_pos attributes only onceSimon Glass2024-09-261-1/+4
| * | binman: fit: Avoid assuming that a FIT member is a sectionSimon Glass2024-09-261-3/+3
| * | binman: Update fdt-list-dir to use the provided directorySimon Glass2024-09-262-3/+14
| * | binman: Avoid setting the image_pos attribute directlySimon Glass2024-09-262-2/+2
| * | binman: Tidy up comments and pylint warnings in fitSimon Glass2024-09-261-31/+42
| * | binman: Tidy up comments for Entry.GetEntryArgsOrProps()Simon Glass2024-09-261-1/+9
| * | binman: Correct the comment for fdtgrepSimon Glass2024-09-262-2/+4
| * | binman: Fix up test coverage for mkeficapsuleSimon Glass2024-09-262-1/+23
| * | buildman: Allow skipping the dtc buildSimon Glass2024-09-266-4/+66
| * | buildman: Retry the build for current sourceSimon Glass2024-09-261-0/+8
| * | Merge patch series "Miscellaneous fixes"WIP/24Sep2024-nextTom Rini2024-09-242-2/+50
| |\ \ | | |/ | |/|
| | * buildman/toolchain.py: do not set CROSS_COMPILE for sandboxJerome Forissier2024-09-242-2/+50
| * | Merge tag 'v2024.10-rc5' into nextTom Rini2024-09-162-2/+2
| |\ \
| * | | tools: mkeficapsule: support generating dynamic GUIDsCaleb Connolly2024-09-121-5/+151
| * | | tools: mkeficapsule: use u-boot UUID libraryCaleb Connolly2024-09-122-51/+9
| * | | sandbox: switch to dynamic UUIDsCaleb Connolly2024-09-122-2/+2
| * | | efi: define struct efi_guidCaleb Connolly2024-09-121-1/+1
| | |/ | |/|
| * | buildman: Support building within a Python venvWIP/06Sep2024-nextSimon Glass2024-09-063-4/+114
| * | Merge tag 'v2024.10-rc4' into nextTom Rini2024-09-025-9/+10
| |\ \
| * | | tools/scripts/Kconfig: Update references from kconfig-language.txt to rstHiago De Franco2024-08-271-5/+5
| * | | buildman: Make test_process_limit handle time.monotonic()Simon Glass2024-08-261-0/+1
* | | | Update directories for new name of TF-A directoriesPeter Robinson2024-10-042-7/+7
* | | | Update the ARM trusted firmware git URLPeter Robinson2024-10-033-4/+4
| |_|/ |/| |
* | | binman: Update links for sending patchesTom Rini2024-09-122-2/+2
| |/ |/|
* | qconfig: Fix an incorrect format-string with negative valueSimon Glass2024-09-011-1/+1