aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-09-02lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL buildAndreas Schwab1-0/+1
2021-09-01lib: -Wformat-truncation in rsa_engine_get_priv_keyHeinrich Schuchardt1-1/+1
2021-09-01lib/md5: Export progressive APIsChia-Wei Wang1-3/+3
2021-09-01lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0Alexandru Gagniuc1-72/+4
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek3-14/+0
2021-08-23Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/23Aug2021Tom Rini3-4/+5
2021-08-21display_options: Do not use %llu in print_sizeWIP/2021-08-21-assorted-changesMatwey V. Kornilov1-1/+6
2021-08-21tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabledMatwey V. Kornilov1-13/+13
2021-08-17efi_loader: use EfiBootServicesData for DP to textHeinrich Schuchardt1-1/+1
2021-08-17efi_loader: use EfiBootServicesData for device pathHeinrich Schuchardt1-1/+1
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt1-2/+3
2021-08-16lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc5-0/+160
2021-08-14efi_loader: refactor efi_append_scrtm_version()Masahisa Kojima1-13/+1
2021-08-14efi_loader: add ExitBootServices() measurementMasahisa Kojima2-0/+75
2021-08-14efi_loader: add boot variable measurementMasahisa Kojima2-0/+141
2021-08-14efi_loader: add secure boot variable measurementMasahisa Kojima1-0/+165
2021-08-14efi_loader: Uri() device path nodeHeinrich Schuchardt1-0/+13
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-2/+0
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass1-11/+17
2021-08-02lib: Move common digit-parsing code into a functionSimon Glass1-7/+24
2021-08-02lib: Drop unnecessary check for hex digitSimon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass4-4/+9
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass4-13/+17
2021-08-02efi_loader: typo cerificateHeinrich Schuchardt1-1/+1
2021-08-01lib: disable CONFIG_SPL_HEXDUMP by defaultHeinrich Schuchardt1-2/+1
2021-07-28mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde1-0/+11
2021-07-28lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald1-1/+1
2021-07-28lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot1-1/+1
2021-07-28lib: Create a new Kconfig option for charset conversionSimon Glass2-1/+9
2021-07-27lib: strto: add simple_strtoll functionRoland Gaudig1-0/+8
2021-07-27samsung: exynos: Convert SROMC interface to a driverSimon Glass1-2/+0
2021-07-24efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro1-0/+1
2021-07-24efi_loader: capsule: remove authentication dataAKASHI Takahiro1-13/+57
2021-07-24efi_loader: capsule: remove unused guidAKASHI Takahiro1-3/+0
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt2-8/+11
2021-07-24smbios: Fix calculating BIOS Release DatePali Rohár1-0/+23
2021-07-23lib: wrap crypt API to hide errno usageSteffen Jaeckel6-35/+74
2021-07-23lib: add crypt subsystemSteffen Jaeckel10-0/+813
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas4-3/+47
2021-07-18efi_loader: increase eventlog buffer sizeMasahisa Kojima1-1/+1
2021-07-18efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu1-5/+1
2021-07-18efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato2-2/+9
2021-07-16image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc1-0/+16
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2-3/+3
2021-07-15lib/vsprintf.c: remove unused ip6_addr_string()Rasmus Villemoes1-1/+5
2021-07-15lib/vsprintf.c: remove stale commentRasmus Villemoes1-3/+0
2021-07-15lib/vsprintf.c: implement printf() in terms of vprintf()Rasmus Villemoes1-12/+1
2021-07-15tpm: Check outgoing command sizeSimon Glass1-0/+5
2021-07-14lib: move rtc-lib.c to libHeinrich Schuchardt2-0/+78
2021-07-12efi_loader: Fix to set bootdev_root correctly if bootdev foundMasami Hiramatsu1-1/+2