summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-04-06efi_loader: stop network in EXIT_BOOT_SERVICESHeinrich Schuchardt
2025-04-06mbedtls: remove incorrect attribute type checkerRaymond Mao
2025-03-26efi_loader: fix ipv4 device path node conversionVincent Stehlé
2025-03-24lmb: change the return code on lmb_alloc_addr()Ilias Apalodimas
2025-03-17efi_loader: Move .dynamic out of .text in EFISam Edwards
2025-03-03Merge tag 'efi-2025-04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2025-02-28efi_loader: efi_net: let efi_net_set_dp properly update the device pathAdriano Cordova
2025-02-27mbedtls: refactor mbedtls build for XPLRaymond Mao
2025-02-27mbedtls: access mbedtls private members in mscode and pkcs7 parserRaymond Mao
2025-02-27mbedtls: fix incorrect kconfig dependencies on mbedtlsRaymond Mao
2025-02-20efi_loader: make efi_add_memory_map_pg() staticHeinrich Schuchardt
2025-02-20lmb: move lmb_map_update_notify() to EFIHeinrich Schuchardt
2025-02-20lmb: avoid superfluous value check in lmb_map_update_notify()Heinrich Schuchardt
2025-02-20efi_driver: create a parent device for all EFI block devicesHeinrich Schuchardt
2025-02-20efi_loader: remove comparisons to string literals from runtimeIlias Apalodimas
2025-02-20efi_loader: Fix potential deref-after-nullMaks Mishin
2025-02-20lib: uuid: support more efi protocols in uuid_guid_get_str()Vincent Stehlé
2025-02-13mbedtls/external: remove broken git submoduleZHANG Yuntian
2025-02-12net: use strnstr() for lwip_strnstr()Heinrich Schuchardt
2025-02-12lib: implement strnstr()Heinrich Schuchardt
2025-02-12net: lwip: tftp: fix find_option()Heinrich Schuchardt
2025-02-03lib: Mark gunzip as relocation codeSimon Glass
2025-02-03lib: Mark memcpy() and memmove() as relocation codeSimon Glass
2025-02-03lib: Mark lz4 as relocation codeSimon Glass
2025-02-03lib: Mark crc8 as relocation codeSimon Glass
2025-02-03spl: Avoid including hash algorithms which are not wantedSimon Glass
2025-02-03lib: Allow crc16 code to be droppedSimon Glass
2025-02-03mbedtls: Add SHA symbols for VPLSimon Glass
2025-01-28tpm: get tpm event log from bloblistRaymond Mao
2025-01-28tcg2: decouple eventlog size from efiRaymond Mao
2025-01-28tpm: PCR allocate during PCR extend to disable the unsupported algorithmsRaymond Mao
2025-01-28tpm: add PCR allocate into the eventlog handlingRaymond Mao
2025-01-28tpm: add wrapper and helper APIs for PCR allocateRaymond Mao
2025-01-28tpm: add TPM2_PCR_Allocate commandRaymond Mao
2025-01-28tpm: add TPM2_Shutdown commandRaymond Mao
2025-01-26bootmeth_efi: Support PXE bootingSimon Glass
2025-01-26efi_loader: Pass in the required parameters from EFI bootmethSimon Glass
2025-01-26efi_loader: Move the fallback code from efi_run_image()Simon Glass
2025-01-26efi_loader: Add a version of efi_binary_run() with more parametersSimon Glass
2025-01-26efi_loader: Update efi_run_image() to accept image and device pathSimon Glass
2025-01-26efi_loader: reduce UEFI size if HAS_BOARD_SIZE_LIMIT=yHeinrich Schuchardt
2025-01-26efi_loader: use LOGC_EFI consistentlyHeinrich Schuchardt
2025-01-26efi_loader: correct logging StartImage()Heinrich Schuchardt
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22efi_loader: Avoid mapping the ACPI tables twiceSimon Glass
2025-01-22emulation: Use bloblist to hold tablesSimon Glass
2025-01-22abuf: Provide a constant bufferSimon Glass
2025-01-22abuf: Provide a way to get the buffer addressSimon Glass
2025-01-21acpi: don't fill FADT, MADT if CONFIG_QFW_ACPI=yHeinrich Schuchardt
2025-01-20efi_loader: Depend on BLKTom Rini