summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner
2020-07-08display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass
2020-07-08lib: rsa: add documentation to padding_pss_verify to document limitationsHeiko Stuebner
2020-07-08lib: rsa: free local arrays after use in rsa_gen_key_prop()Heiko Stuebner
2020-07-08lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop()Heiko Stuebner
2020-07-08lib: rsa: bring exp_len in line when generating a key_propHeiko Stuebner
2020-07-08lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey()Heiko Stuebner
2020-07-08lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFYHeiko Stuebner
2020-07-08tpm: add TPM2_GetRandom command supportDhananjay Phadke
2020-07-07trace: clang compatible handling of gd registerHeinrich Schuchardt
2020-07-05Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-07-05Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini
2020-07-03efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt
2020-07-03efi_loader: rtc_mktime() called twiceHeinrich Schuchardt
2020-07-03efi_loader: use log function in boot managerHeinrich Schuchardt
2020-07-03efi_loader: time based authenticationHeinrich Schuchardt
2020-07-03efi_loader: add missing validation of timestampHeinrich Schuchardt
2020-07-03efi_loader: fix efi_image_region_add()Heinrich Schuchardt
2020-07-03efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro
2020-07-03efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro
2020-07-03efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro
2020-07-03efi_loader: change efi objects initialization orderAKASHI Takahiro
2020-07-01compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini
2020-07-01lib: Always set errno in hcreate_rSean Anderson
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini
2020-06-15Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-06-15Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"Sean Anderson
2020-06-15optee: fix copy of optee reserved-memory nodeEtienne Carriere
2020-06-14efi_loader: printf code in efi_image_parse()Heinrich Schuchardt
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini
2020-06-12Add support for SHA384 and SHA512Reuben Dowle
2020-06-11fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()Bin Meng
2020-06-11fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()Bin Meng
2020-06-08cmd: Correct the 'md.q' commandSimon Glass
2020-06-05efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt
2020-06-05smbios: empty strings in smbios_add_string()Heinrich Schuchardt
2020-06-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2020-06-04lib: Makefile: build crc7.c when CONFIG_MMC_SPIPragnesh Patel
2020-06-03Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro
2020-06-03efi_loader: simplify PE consistency checkHeinrich Schuchardt
2020-06-03efi_loader: function description cmp_pe_section()Heinrich Schuchardt
2020-06-03efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt
2020-06-03efi_loader: allow compiling with clangHeinrich Schuchardt