aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-16bootstd: cros: store partition type in an efi_guid_tVincent Stehlé
2024-07-16efi: move guid helper functions to efi.hVincent Stehlé
2024-07-03u_boot_pylib: Use correct coverage tool within venvSimon Glass
2024-07-03buildman: Always use the full path in CROSS_COMPILESimon Glass
2024-07-03buildman: Fix a few typos in toolchain codeSimon Glass
2024-07-03buildman: Add python3-pycryptodomeSimon Glass
2024-07-03buildman: Add python3-coverageSimon Glass
2024-07-03buildman: Add a way to limit the number of buildmansSimon Glass
2024-07-03buildman: Add a flag to force mrproper on failureSimon Glass
2024-07-03buildman: Avoid rebuilding when --mrproper is usedSimon Glass
2024-07-03buildman: Make mrproper an argument to run_commit()Simon Glass
2024-07-03buildman: Make mrproper an argument to _config_and_build()Simon Glass
2024-07-03buildman: Make mrproper an argument to _reconfigure()Simon Glass
2024-07-03x86: Set up some assumed sizes for binary blobsSimon Glass
2024-07-03binman: Make Intel ME default to position 0x1000Simon Glass
2024-07-03binman: Support an assumed size for missing binariesSimon Glass
2024-07-03binman: Update the entrydocs headerSimon Glass
2024-07-03binman: ti: Regenerate entry docsSimon Glass
2024-07-03binman: Regenerate nxp docsSimon Glass
2024-07-03binman: efi: Correct entry docsSimon Glass
2024-07-03configs: enable setvariable at runtime on sandboxIlias Apalodimas
2024-07-03sandbox: cleanup linker scripts and sectionsIlias Apalodimas
2024-07-03dm: core: fix typo in SPL_DM_WARN prompt textQuentin Schulz
2024-07-03dm: core: migrate debug() messages to use dm_warnQuentin Schulz
2024-07-03dm: core: fix signedness in debug messagesQuentin Schulz
2024-07-03dm: core: fix misleading debug message when matching compatibleQuentin Schulz
2024-07-03tools: patman: fix deprecated Python ConfigParser methodsBrandon Maier
2024-07-03tools: binman: fix deprecated Python ConfigParser methodsBrandon Maier
2024-07-03tools: binman: fix deprecated Python unittest methodsBrandon Maier
2024-07-03global_data.h: drop write-only field dm_root_fRasmus Villemoes
2024-07-03sandbox: enable support for the unlz4 commandJonathan Liu
2024-07-03patman: Add a tag for when a patch gets added to a seriesSean Anderson
2024-07-03patman: Add Commit-cc as an alias for Patch-ccSean Anderson
2024-07-03patman: Fix tests if add_maintainers is set to FalseSean Anderson
2024-07-03acpi: set creator_revision in acpi_fill_headerHeinrich Schuchardt
2024-07-03sandbox: use sane access rights for filesHeinrich Schuchardt
2024-07-01Merge branch 'next'Tom Rini
2024-07-01Prepare v2024.07Tom Rini
2024-07-01configs: Resync with savedefconfigTom Rini
2024-07-01Merge tag 'u-boot-amlogic-20240701' of https://source.denx.de/u-boot/custodia...Tom Rini
2024-06-30Revert "Merge patch series "zlib: Address CVE-2016-9841""Tom Rini
2024-06-30Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2024-06-30doc: develop: Add a general section on gdb usageAlexander Dahl
2024-06-30doc: fit: Make data-size a conditionally mandatory propertyBastian Germann
2024-06-30tpm: allow the user to select the compiled algorithmsIlias Apalodimas
2024-06-30tpm: Untangle tpm2_get_pcr_info()Ilias Apalodimas
2024-06-30efi_loader: remove unneeded header filesIlias Apalodimas
2024-06-30tpm: Move TCG functions into a separate fileIlias Apalodimas
2024-06-30tpm: Move TCG headers into a separate fileIlias Apalodimas
2024-06-30efi_loader: remove unused TCG algo definitionsIlias Apalodimas