summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: rsa: function to verify a signature against a hashHeiko Stuebner2020-07-081-24/+32
* display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass2020-07-081-14/+4
* Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass2020-07-081-3/+3
* lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner2020-07-081-0/+13
* lib: rsa: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner2020-07-081-11/+10
* lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner2020-07-081-5/+9
* lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner2020-07-081-1/+1
* lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner2020-07-082-4/+4
* lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner2020-07-081-1/+1
* tpm: add TPM2_GetRandom command supportDhananjay Phadke2020-07-081-0/+44
* trace: clang compatible handling of gd registerHeinrich Schuchardt2020-07-071-4/+4
* Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-07-056-141/+166
|\
| * efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt2020-07-031-0/+2
| * efi_loader: export initialization stateHeinrich Schuchardt2020-07-031-1/+1
| * efi_loader: rtc_mktime() called twiceHeinrich Schuchardt2020-07-031-1/+1
| * efi_loader: use log function in boot managerHeinrich Schuchardt2020-07-031-11/+15
| * efi_loader: time based authenticationHeinrich Schuchardt2020-07-031-6/+11
| * efi_loader: add missing validation of timestampHeinrich Schuchardt2020-07-031-1/+5
| * efi_loader: fix efi_image_region_add()Heinrich Schuchardt2020-07-031-16/+19
| * efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-31/+33
| * efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-13/+14
| * efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-59/+62
| * efi_loader: change efi objects initialization orderAKASHI Takahiro2020-07-031-3/+4
| * efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt2020-06-291-1/+1
* | Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini2020-07-051-2/+0
|\ \
| * | compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini2020-07-011-2/+0
* | | lib: Always set errno in hcreate_rSean Anderson2020-07-011-2/+6
|/ /
* | Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-301-7/+7
|\|
| * efi_loader: size of secure boot variablesHeinrich Schuchardt2020-06-241-6/+6
| * efi_loader: type of efi_secure_modeHeinrich Schuchardt2020-06-241-1/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini2020-06-193-22/+5
|\|
| * Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-06-151-1/+1
| |\
| | * efi_loader: printf code in efi_image_parse()Heinrich Schuchardt2020-06-141-1/+1
| * | Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"Sean Anderson2020-06-151-17/+1
| * | optee: fix copy of optee reserved-memory nodeEtienne Carriere2020-06-151-4/+3
| |/
* | Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini2020-06-131-2/+4
|\ \
| * | fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()Bin Meng2020-06-111-1/+2
| * | fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()Bin Meng2020-06-111-1/+2
| |/
* / Add support for SHA384 and SHA512Reuben Dowle2020-06-123-0/+407
|/
* cmd: Correct the 'md.q' commandSimon Glass2020-06-081-0/+1
* efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt2020-06-051-9/+115
* smbios: empty strings in smbios_add_string()Heinrich Schuchardt2020-06-051-0/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-06-041-1/+1
|\
| * lib: Makefile: build crc7.c when CONFIG_MMC_SPIPragnesh Patel2020-06-041-1/+1
* | Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-06-035-33/+62
|\ \ | |/ |/|
| * efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro2020-06-032-1/+1
| * efi_loader: simplify PE consistency checkHeinrich Schuchardt2020-06-031-9/+6
| * efi_loader: function description cmp_pe_section()Heinrich Schuchardt2020-06-031-6/+8
| * efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt2020-06-031-4/+4
| * efi_loader: allow compiling with clangHeinrich Schuchardt2020-06-031-5/+5