aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-07-17acpi: Add a way to check device statusSimon Glass
2020-07-17acpi: Add a function to get a device path and scopeSimon Glass
2020-07-17timer: Allow delays with a 32-bit microsecond timerSimon Glass
2020-07-16efi_loader: pre-seed UEFI variablesHeinrich Schuchardt
2020-07-16efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt
2020-07-16efi_loader: configuration of variables storeHeinrich Schuchardt
2020-07-16efi_loader: update secure stateHeinrich Schuchardt
2020-07-16efi_loader: restructure code for TEE variablesHeinrich Schuchardt
2020-07-16efi_loader: display RO attribute with TEE-backed variablesIlias Apalodimas
2020-07-11efi_selftest: adjust runtime test for variablesHeinrich Schuchardt
2020-07-11efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt
2020-07-11efi_loader: use memory based variable storageHeinrich Schuchardt
2020-07-11efi_loader: memory buffer for variablesHeinrich Schuchardt
2020-07-11efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt
2020-07-11efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt
2020-07-11efi_loader: export efi_convert_pointer()Heinrich Schuchardt
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt
2020-07-11efi_loader: secure boot flagHeinrich Schuchardt
2020-07-11efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt
2020-07-11efi_loader: value of VendorKeysHeinrich Schuchardt
2020-07-11efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt
2020-07-11efi_loader: simplify boot managerHeinrich Schuchardt
2020-07-11efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt
2020-07-11efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt
2020-07-11efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt
2020-07-11efi_loader: NULL dereference in efi_convert_pointerHeinrich Schuchardt
2020-07-11efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt
2020-07-11efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt
2020-07-11efi_loader: cleanup for tee backed variablesIlias Apalodimas
2020-07-11lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro
2020-07-11efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro
2020-07-11efi_loader: signature: fix a size check against revocation listAKASHI Takahiro
2020-07-11efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro
2020-07-11efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro
2020-07-10powerpc: move ADDR_MAP to KconfigMarek Szyprowski
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