summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima2021-09-041-1/+1
* efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL apiMasahisa Kojima2021-09-041-0/+19
* efi_loader: correct determination of secure boot stateHeinrich Schuchardt2021-09-041-8/+31
* efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt2021-09-042-2/+4
* efi_loader: don't load signature database from fileHeinrich Schuchardt2021-09-043-19/+26
* efi_loader: rounding of image sizeHeinrich Schuchardt2021-09-041-2/+2
* efi_loader: sections with zero VirtualSizeHeinrich Schuchardt2021-09-041-4/+27
* Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/23Aug2021Tom Rini2021-08-233-4/+5
|\
| * efi_loader: use EfiBootServicesData for DP to textHeinrich Schuchardt2021-08-171-1/+1
| * efi_loader: use EfiBootServicesData for device pathHeinrich Schuchardt2021-08-171-1/+1
| * efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt2021-08-171-2/+3
* | display_options: Do not use %llu in print_sizeWIP/2021-08-21-assorted-changesMatwey V. Kornilov2021-08-211-1/+6
* | tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabledMatwey V. Kornilov2021-08-211-13/+13
|/
* 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