aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-18efi_loader: support boot from URI device pathMasahisa Kojima
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima
2023-11-18efi_loader: Boot var automatic managementRaymond Mao
2023-11-14efi: Correct handling of frame bufferSimon Glass
2023-11-10arm: semihosting: Support semihosting fallback on 32-bit ARMSean Anderson
2023-11-07lib: uuid: move CONFIG_RANDOM_UUIDAKASHI Takahiro
2023-11-07efi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGRSimon Glass
2023-10-31fastboot: fix CRC32 chunk size checkingWojciech Nizinski
2023-10-30addrmap: Fix off by one in addrmap_set_entry()Dan Carpenter
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-10-27efi_loader: fix EFI_ENTRY point on get_active_pcr_banksIlias Apalodimas
2023-10-27efi_loader: fix EFI_ENTRY point on get_active_pcr_banksIlias Apalodimas
2023-10-27tpm: Support boot measurementsEddie James
2023-10-27tpm: sandbox: Update for needed TPM2 capabilitiesEddie James
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson
2023-10-12efi_selftest: BitBlt testHeinrich Schuchardt
2023-10-09lmb: remove overlapping region with next rangeUdit Kumar
2023-10-06dm: core: Add a way to convert a devicetree to a dtbSimon Glass
2023-10-06dm: core: Add a function to create an empty treeSimon Glass
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-22efi: Use the installed SMBIOS tablesSimon Glass
2023-09-22x86: smbios: Add a Kconfig indicating SMBIOS-table presenceSimon Glass
2023-09-22efi: x86: Correct the condition for installing ACPI tablesSimon Glass
2023-09-22x86: Allow APCI in SPLSimon Glass
2023-09-19boot: Join FDT_FIXUP_PARTITIONS with related optionsSimon Glass
2023-09-19FWU: Avoid showing an unselectable menu optionSimon Glass
2023-09-19lib: rational: Move the Kconfigs into the correct placeSimon Glass
2023-09-14common: board_r: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-08-31event: Convert existing spy records to simpleSimon Glass
2023-08-31initcall: Support manual relocationSimon Glass
2023-08-31initcall: Support emitting eventsSimon Glass
2023-08-31initcall: Adjust the failure message and return valueSimon Glass
2023-08-31initcall: Adjust the loop logicSimon Glass
2023-08-31initcall: Factor out reloc_off calculationSimon Glass
2023-08-31Revert "initcall: Move to inline function"Simon Glass
2023-08-30fwu: Initialize global fwu library state during CI testMarek Vasut
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu
2023-08-28Revert "arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee"Ricardo Salveti
2023-08-28spl: crypto: fix including SHA* object files in SPLOleksandr Suvorov
2023-08-27efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas
2023-08-27lib: parameter check in hash_calculateHeinrich Schuchardt
2023-08-25uuid: Add ChromiumOS partition typesSimon Glass
2023-08-25uuid: Move function comments to header fileSimon Glass
2023-08-25abuf: Allow incrementing the sizeSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-15efi_loader: fix efi_add_known_memory()Heinrich Schuchardt