aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc
2021-09-14lib: fix typos in KconfigOleksandr Suvorov
2021-09-14lib/rsa: don't use NULL as key_idHeinrich Schuchardt
2021-09-13pci: Drop DM_PCI check from fdtdecSimon Glass
2021-09-12Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-09-11efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt
2021-09-11efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas
2021-09-11efi_loader: require CONFIG_BLKHeinrich Schuchardt
2021-09-11efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima
2021-09-09Kconfig: Drop duplicate 'select SHA512' instancesTom Rini
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc
2021-09-04efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima
2021-09-04efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL apiMasahisa Kojima
2021-09-04efi_loader: correct determination of secure boot stateHeinrich Schuchardt
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt
2021-09-04efi_loader: rounding of image sizeHeinrich Schuchardt
2021-09-04efi_loader: sections with zero VirtualSizeHeinrich Schuchardt
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