summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-11-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L4-0/+77
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta1-17/+23
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass4-47/+3
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc1-0/+15
2021-09-14lib: fix typos in KconfigOleksandr Suvorov1-2/+2
2021-09-14lib/rsa: don't use NULL as key_idHeinrich Schuchardt1-1/+1
2021-09-14pci: Drop DM_PCI check from fdtdecSimon Glass1-2/+8
2021-09-13Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-13/+10
2021-09-11efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt1-2/+1
2021-09-11efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas1-9/+6
2021-09-11efi_loader: require CONFIG_BLKHeinrich Schuchardt1-0/+1
2021-09-11efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima1-2/+2
2021-09-09Kconfig: Drop duplicate 'select SHA512' instancesTom Rini2-2/+0
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc1-2/+2
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc1-1/+1
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc5-13/+7
2021-09-04efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima1-1/+1
2021-09-04efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL apiMasahisa Kojima1-0/+19
2021-09-04efi_loader: correct determination of secure boot stateHeinrich Schuchardt1-8/+31
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt2-2/+4
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt3-19/+26
2021-09-04efi_loader: rounding of image sizeHeinrich Schuchardt1-2/+2
2021-09-04efi_loader: sections with zero VirtualSizeHeinrich Schuchardt1-4/+27
2021-08-23Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini3-4/+5
2021-08-22display_options: Do not use %llu in print_sizeMatwey V. Kornilov1-1/+6
2021-08-22tiny-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-29mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde1-0/+11
2021-07-29lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald1-1/+1
2021-07-29lib: 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