summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-03-07Merge patch series "This series adds support for file renaming to EFI_FILE_PR...Tom Rini
2025-03-07efi_loader: support file rename in SetInfo()Gabriel Dalimonte
2025-03-07efi_loader: move path out of file_handleGabriel Dalimonte
2025-03-07fs: fat: add renameGabriel Dalimonte
2025-03-03lib: ecdsa: fix prevent memory leak in ecdsa_add_verify_dataAnton Moryakov
2025-03-03tiny-printf: emit \0 as %cAlexander Sverdlin
2025-03-03Merge tag 'efi-2025-04-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2025-02-28Merge patch series "rsa: Add rsa_verify_openssl() to use openssl for host bui...Tom Rini
2025-02-28rsa: Add rsa_verify_openssl() to use openssl for host buildsPaul HENRYS
2025-02-28Merge patch series "boards: siemens: iot2050: SM variant, sysinfo support, fi...Tom Rini
2025-02-28smbios: Fill UUID from sysinfo when availableBaocheng Su
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