summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc2021-08-165-0/+160
* efi_loader: refactor efi_append_scrtm_version()Masahisa Kojima2021-08-141-13/+1
* efi_loader: add ExitBootServices() measurementMasahisa Kojima2021-08-142-0/+75
* efi_loader: add boot variable measurementMasahisa Kojima2021-08-142-0/+141
* efi_loader: add secure boot variable measurementMasahisa Kojima2021-08-141-0/+165
* efi_loader: Uri() device path nodeHeinrich Schuchardt2021-08-141-0/+13
* Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini2021-08-031-2/+0
|\
| * samsung: exynos: Convert SROMC interface to a driverSimon Glass2021-07-271-2/+0
* | lib: Allow using 0x when a decimal value is requestedSimon Glass2021-08-021-11/+17
* | lib: Move common digit-parsing code into a functionSimon Glass2021-08-021-7/+24
* | lib: Drop unnecessary check for hex digitSimon Glass2021-08-021-1/+1
* | global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-024-4/+9
* | global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-024-13/+17
* | efi_loader: typo cerificateHeinrich Schuchardt2021-08-021-1/+1
* | lib: disable CONFIG_SPL_HEXDUMP by defaultHeinrich Schuchardt2021-08-011-2/+1
* | mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde2021-07-281-0/+11
* | lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald2021-07-281-1/+1
* | lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot2021-07-281-1/+1
* | lib: Create a new Kconfig option for charset conversionSimon Glass2021-07-282-1/+9
* | lib: strto: add simple_strtoll functionRoland Gaudig2021-07-271-0/+8
|/
* efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro2021-07-241-0/+1
* efi_loader: capsule: remove authentication dataAKASHI Takahiro2021-07-241-13/+57
* efi_loader: capsule: remove unused guidAKASHI Takahiro2021-07-241-3/+0
* smbios: error handling for invalid addressesHeinrich Schuchardt2021-07-242-8/+11
* smbios: Fix calculating BIOS Release DatePali Rohár2021-07-241-0/+23
* lib: wrap crypt API to hide errno usageSteffen Jaeckel2021-07-236-35/+74
* lib: add crypt subsystemSteffen Jaeckel2021-07-2310-0/+813
* efi_capsule: Move signature from DTB to .rodataIlias Apalodimas2021-07-184-3/+47
* efi_loader: increase eventlog buffer sizeMasahisa Kojima2021-07-181-1/+1
* efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu2021-07-181-5/+1
* efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato2021-07-182-2/+9
* image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc2021-07-161-0/+16
* image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2021-07-162-3/+3
* lib/vsprintf.c: remove unused ip6_addr_string()Rasmus Villemoes2021-07-151-1/+5
* lib/vsprintf.c: remove stale commentRasmus Villemoes2021-07-151-3/+0
* lib/vsprintf.c: implement printf() in terms of vprintf()Rasmus Villemoes2021-07-151-12/+1
* tpm: Check outgoing command sizeSimon Glass2021-07-151-0/+5
* lib: move rtc-lib.c to libHeinrich Schuchardt2021-07-142-0/+78
* efi_loader: Fix to set bootdev_root correctly if bootdev foundMasami Hiramatsu2021-07-121-1/+2
* efi_loader: set CapsuleLast after each capsuleHeinrich Schuchardt2021-07-121-12/+13
* efi_loader: missing EFI_CALL() in set_capsule_resultHeinrich Schuchardt2021-07-121-5/+5
* efi_loader: rework messages for capsule updatesHeinrich Schuchardt2021-07-121-13/+15
* efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()Heinrich Schuchardt2021-07-121-0/+15
* lib: remove superfluous #ifdefs from date.cHeinrich Schuchardt2021-07-121-6/+0
* Merge branch 'next'Tom Rini2021-07-056-153/+267
|\
| * Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-285-5/+8
| |\
| * | lib: rational: copy the rational fraction lib routines from LinuxTero Kristo2021-06-113-0/+108
| * | display_options: Split print_buffer() into two functionsSimon Glass2021-06-081-45/+70
| * | hexdump: Allow ctrl-c to interrupt outputSimon Glass2021-06-081-4/+9
| * | hexdump: Support any rowsizeSimon Glass2021-06-081-3/+9