summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Fix spec ID event creationRuchika Gupta2021-09-281-17/+23
* Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass2021-09-184-47/+3
* image: rsa: Move padding_algos to linker listsWIP/2021-09-14-assorted-fixesAlexandru Gagniuc2021-09-141-0/+15
* lib: fix typos in KconfigOleksandr Suvorov2021-09-141-2/+2
* lib/rsa: don't use NULL as key_idHeinrich Schuchardt2021-09-141-1/+1
* pci: Drop DM_PCI check from fdtdecSimon Glass2021-09-131-2/+8
* Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/12Sep2021Tom Rini2021-09-123-13/+10
|\
| * efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt2021-09-111-2/+1
| * efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas2021-09-111-9/+6
| * efi_loader: require CONFIG_BLKHeinrich Schuchardt2021-09-111-0/+1
| * efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima2021-09-111-2/+2
* | Kconfig: Drop duplicate 'select SHA512' instancesTom Rini2021-09-092-2/+0
|/
* common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc2021-09-081-2/+2
* common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc2021-09-081-1/+1
* lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc2021-09-085-13/+7
* 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