aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-03buildman: Make mrproper an argument to run_commit()Simon Glass1-8/+10
2024-07-03buildman: Make mrproper an argument to _config_and_build()Simon Glass1-4/+6
2024-07-03buildman: Make mrproper an argument to _reconfigure()Simon Glass1-3/+5
2024-07-03x86: Set up some assumed sizes for binary blobsSimon Glass1-0/+5
2024-07-03binman: Make Intel ME default to position 0x1000Simon Glass1-1/+1
2024-07-03binman: Support an assumed size for missing binariesSimon Glass6-1/+74
2024-07-03binman: Update the entrydocs headerSimon Glass1-1/+1
2024-07-03binman: ti: Regenerate entry docsSimon Glass2-22/+58
2024-07-03binman: Regenerate nxp docsSimon Glass1-0/+22
2024-07-03binman: efi: Correct entry docsSimon Glass3-59/+61
2024-07-03configs: enable setvariable at runtime on sandboxIlias Apalodimas2-0/+2
2024-07-03sandbox: cleanup linker scripts and sectionsIlias Apalodimas3-30/+5
2024-07-03dm: core: fix typo in SPL_DM_WARN prompt textQuentin Schulz1-1/+1
2024-07-03dm: core: migrate debug() messages to use dm_warnQuentin Schulz10-143/+149
2024-07-03dm: core: fix signedness in debug messagesQuentin Schulz1-5/+5
2024-07-03dm: core: fix misleading debug message when matching compatibleQuentin Schulz1-3/+2
2024-07-03tools: patman: fix deprecated Python ConfigParser methodsBrandon Maier1-4/+4
2024-07-03tools: binman: fix deprecated Python ConfigParser methodsBrandon Maier1-1/+1
2024-07-03tools: binman: fix deprecated Python unittest methodsBrandon Maier5-86/+86
2024-07-03global_data.h: drop write-only field dm_root_fRasmus Villemoes3-7/+1
2024-07-03sandbox: enable support for the unlz4 commandJonathan Liu1-1/+3
2024-07-03patman: Add a tag for when a patch gets added to a seriesSean Anderson5-0/+22
2024-07-03patman: Add Commit-cc as an alias for Patch-ccSean Anderson5-2/+9
2024-07-03patman: Fix tests if add_maintainers is set to FalseSean Anderson1-1/+2
2024-07-03acpi: set creator_revision in acpi_fill_headerHeinrich Schuchardt4-6/+2
2024-07-03sandbox: use sane access rights for filesHeinrich Schuchardt1-3/+3
2024-07-01Merge branch 'next'Tom Rini6229-52965/+91307
2024-07-01Prepare v2024.07v2024.07Tom Rini3-13/+908
2024-07-01configs: Resync with savedefconfigTom Rini8-32/+22
2024-07-01Merge tag 'u-boot-amlogic-20240701' of https://source.denx.de/u-boot/custodia...Tom Rini9-56/+35
2024-06-30Revert "Merge patch series "zlib: Address CVE-2016-9841""Tom Rini7-90/+151
2024-06-30Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini18-1079/+1386
2024-06-30doc: develop: Add a general section on gdb usageAlexander Dahl2-0/+172
2024-06-30doc: fit: Make data-size a conditionally mandatory propertyBastian Germann1-3/+3
2024-06-30tpm: allow the user to select the compiled algorithmsIlias Apalodimas4-22/+87
2024-06-30tpm: Untangle tpm2_get_pcr_info()Ilias Apalodimas5-56/+86
2024-06-30efi_loader: remove unneeded header filesIlias Apalodimas1-1/+0
2024-06-30tpm: Move TCG functions into a separate fileIlias Apalodimas5-864/+887
2024-06-30tpm: Move TCG headers into a separate fileIlias Apalodimas5-131/+149
2024-06-30efi_loader: remove unused TCG algo definitionsIlias Apalodimas1-8/+0
2024-06-30cmd: correct kaslrseed descriptionHeinrich Schuchardt1-1/+1
2024-06-30efi_selftest: can't have measured device-tree with kaslr-seedHeinrich Schuchardt1-0/+7
2024-06-30spl: correct link to FIT specificationHeinrich Schuchardt1-1/+1
2024-06-30doc: update requirements.txtHeinrich Schuchardt1-8/+8
2024-06-30cmd: fwu: Also print information about sizeMichal Simek1-0/+1
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini6-115/+79
2024-06-28test: cmd: fdt: fix chosen test for DM_RNGTim Harvey1-0/+8
2024-06-28use fdt_kaslrseed function to de-duplicate codeTim Harvey3-115/+8
2024-06-28fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabledTim Harvey1-0/+9
2024-06-28Add fdt_kaslrseed function to add kaslr-seed to chosen nodeTim Harvey2-0/+54