aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-08efi_loader: check lowest supported versionMasahisa Kojima1-1/+18
2023-06-08efi_loader: get lowest supported version from device treeMasahisa Kojima1-1/+49
2023-06-08efi_loader: versioning support in GetImageInfoMasahisa Kojima1-6/+35
2023-06-08efi_loader: store firmware version into FmpState variableMasahisa Kojima1-19/+145
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima2-4/+4
2023-05-31efi: Correct .efi rulesSimon Glass1-0/+3
2023-05-31acpi: Put the version numbers in a central placeSimon Glass1-8/+7
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023Tom Rini1-1/+0
2023-04-28fdt: Indicate that people should use the ofnode APISimon Glass1-0/+3
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland1-1/+0
2023-04-21efi_loader: remove unused efi_capsule_authenticateHeinrich Schuchardt1-6/+0
2023-04-08efi: loader: Make efi_runtime_mmio staticBin Meng1-1/+1
2023-04-08efi: loader: Make efi_mem staticBin Meng1-1/+1
2023-04-08efi: loader: Make efi_event_queue and efi_register_notify_events staticBin Meng1-2/+2
2023-04-08efi: selftest: Make load_file() and load_file2() staticBin Meng1-10/+10
2023-04-08efi: selftest: Make record staticBin Meng1-1/+1
2023-04-08efi_loader: avoid using HandleProtocol in initrddump.efiHeinrich Schuchardt1-2/+3
2023-04-08efi_loader: avoid using HandleProtocol in helloworld.efiHeinrich Schuchardt1-5/+8
2023-04-06lib: missing fallthrough comment in vsnprintf_internal()Heinrich Schuchardt1-0/+3
2023-04-06lmb: add max number of region in lmb_dump_region() outputPatrick Delaunay1-1/+1
2023-04-06lmb: Fix LMB_MEMORY_REGIONS flag usagePatrick Delaunay2-5/+4
2023-04-05efi_loader: device_path: support blkmap devicesWIP/2023-04-05-blkmap-composable-virtual-block-devicesTobias Waldekranz1-0/+30
2023-04-03Merge branch 'next'Tom Rini12-57/+136
2023-04-01efi_loader: remove duplicate assignmentHeinrich Schuchardt1-1/+1
2023-04-01efi_loader: correct shortening of device-pathsHeinrich Schuchardt1-15/+6
2023-03-30lib: Fix SYS_TIMER_COUNTS_DOWN description in KconfigMarek Vasut1-1/+1
2023-03-27Merge branch 'master' into nextTom Rini1-1/+3
2023-03-25efi: Include GUID names with EFI app and payloadSimon Glass1-1/+1
2023-03-25efi: Add another tranch of GUIDsSimon Glass1-0/+8
2023-03-25efi_loader: simplify efi_str_to_u16()Heinrich Schuchardt1-3/+2
2023-03-25efi_loader: move dp_alloc() to efi_alloc()Heinrich Schuchardt2-48/+38
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt1-0/+7
2023-03-25efi_loader: fix device-path for USB devicesHeinrich Schuchardt1-12/+33
2023-03-25efi_loader: support for Ctrl() device path nodeHeinrich Schuchardt1-0/+7
2023-03-22zlib: trees.c: Fix a warning with clang-15Tom Rini1-1/+1
2023-03-22libavb: Fix a warning with clang-15Tom Rini1-1/+1
2023-03-22console: Use flush() before panic and resetTony Dinh1-1/+3
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini2-6/+33
2023-03-13efi_loader: describe term_get_char()Heinrich Schuchardt1-0/+8
2023-03-13efi_loader: update SetVariable attribute checkMasahisa Kojima1-6/+25
2023-03-02lib: Add an SPL config for LIB_UUIDSimon Glass1-0/+4
2023-03-02lib: Fix build condition for tiny-printfSimon Glass1-1/+1
2023-03-02lib: Add VPL options for SHA1 and SHA256Simon Glass1-0/+20
2023-03-02lib: Add a Kconfig for SPL_BZIP2Simon Glass1-0/+6
2023-02-28tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass3-11/+30
2023-02-28efi_loader: use tpm_auto_start for the tpm deviceIlias Apalodimas1-1/+1
2023-02-28tpm: add a function that performs selftest + startupIlias Apalodimas2-0/+33
2023-02-19efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAXEtienne Carriere3-15/+48
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere2-0/+84