summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-23Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-08-21display_options: Do not use %llu in print_sizeMatwey V. Kornilov
2021-08-21tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabledMatwey V. Kornilov
2021-08-17efi_loader: use EfiBootServicesData for DP to textHeinrich Schuchardt
2021-08-17efi_loader: use EfiBootServicesData for device pathHeinrich Schuchardt
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt
2021-08-16lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc
2021-08-14efi_loader: refactor efi_append_scrtm_version()Masahisa Kojima
2021-08-14efi_loader: add ExitBootServices() measurementMasahisa Kojima
2021-08-14efi_loader: add boot variable measurementMasahisa Kojima
2021-08-14efi_loader: add secure boot variable measurementMasahisa Kojima
2021-08-14efi_loader: Uri() device path nodeHeinrich Schuchardt
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass
2021-08-02lib: Move common digit-parsing code into a functionSimon Glass
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-08-02efi_loader: typo cerificateHeinrich Schuchardt
2021-08-01lib: disable CONFIG_SPL_HEXDUMP by defaultHeinrich Schuchardt
2021-07-28mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde
2021-07-28lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald
2021-07-28lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot
2021-07-28lib: Create a new Kconfig option for charset conversionSimon Glass
2021-07-27lib: strto: add simple_strtoll functionRoland Gaudig
2021-07-27samsung: exynos: Convert SROMC interface to a driverSimon Glass
2021-07-24efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro
2021-07-24efi_loader: capsule: remove authentication dataAKASHI Takahiro
2021-07-24efi_loader: capsule: remove unused guidAKASHI Takahiro
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt
2021-07-24smbios: Fix calculating BIOS Release DatePali Rohár
2021-07-23lib: wrap crypt API to hide errno usageSteffen Jaeckel
2021-07-23lib: add crypt subsystemSteffen Jaeckel
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas
2021-07-18efi_loader: increase eventlog buffer sizeMasahisa Kojima
2021-07-18efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu
2021-07-18efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass
2021-07-15lib/vsprintf.c: remove unused ip6_addr_string()Rasmus Villemoes
2021-07-15lib/vsprintf.c: remove stale commentRasmus Villemoes
2021-07-15lib/vsprintf.c: implement printf() in terms of vprintf()Rasmus Villemoes
2021-07-15tpm: Check outgoing command sizeSimon Glass
2021-07-14lib: move rtc-lib.c to libHeinrich Schuchardt
2021-07-12efi_loader: Fix to set bootdev_root correctly if bootdev foundMasami Hiramatsu
2021-07-12efi_loader: set CapsuleLast after each capsuleHeinrich Schuchardt
2021-07-12efi_loader: missing EFI_CALL() in set_capsule_resultHeinrich Schuchardt
2021-07-12efi_loader: rework messages for capsule updatesHeinrich Schuchardt
2021-07-12efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()Heinrich Schuchardt
2021-07-12lib: remove superfluous #ifdefs from date.cHeinrich Schuchardt