summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* acpi: Support generation of SPI descriptorSimon Glass2020-07-171-0/+124
* acpi: Support generation of I2C descriptorSimon Glass2020-07-171-0/+107
* acpi: Support generation of a GPIO/irq for a deviceSimon Glass2020-07-171-1/+30
* acpi: Support generation of GPIO descriptorSimon Glass2020-07-171-0/+151
* acpi: Support string outputSimon Glass2020-07-171-0/+14
* acpi: Support generation of interrupt descriptorSimon Glass2020-07-171-0/+119
* acpi: Support generation of ACPI codeSimon Glass2020-07-173-0/+41
* acpi: Add a way to check device statusSimon Glass2020-07-171-0/+5
* acpi: Add a function to get a device path and scopeSimon Glass2020-07-172-0/+84
* timer: Allow delays with a 32-bit microsecond timerSimon Glass2020-07-171-0/+5
* efi_loader: pre-seed UEFI variablesHeinrich Schuchardt2020-07-165-10/+63
* efi_loader: identify PK, KEK, db, dbx correctlyHeinrich Schuchardt2020-07-162-13/+41
* efi_loader: configuration of variables storeHeinrich Schuchardt2020-07-161-12/+18
* efi_loader: update secure stateHeinrich Schuchardt2020-07-161-0/+10
* efi_loader: restructure code for TEE variablesHeinrich Schuchardt2020-07-162-159/+155
* efi_loader: display RO attribute with TEE-backed variablesIlias Apalodimas2020-07-161-6/+136
* efi_selftest: adjust runtime test for variablesHeinrich Schuchardt2020-07-111-7/+6
* efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt2020-07-113-5/+17
* efi_loader: use memory based variable storageHeinrich Schuchardt2020-07-111-468/+94
* efi_loader: memory buffer for variablesHeinrich Schuchardt2020-07-112-0/+267
* efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt2020-07-111-0/+19
* efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt2020-07-111-0/+6
* efi_loader: export efi_convert_pointer()Heinrich Schuchardt2020-07-111-5/+3
* efi_loader: UEFI variable persistenceHeinrich Schuchardt2020-07-114-1/+257
* efi_loader: secure boot flagHeinrich Schuchardt2020-07-111-6/+2
* efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt2020-07-111-9/+13
* efi_loader: value of VendorKeysHeinrich Schuchardt2020-07-111-60/+15
* efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt2020-07-111-12/+12
* efi_loader: simplify boot managerHeinrich Schuchardt2020-07-111-16/+12
* efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt2020-07-111-28/+31
* efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt2020-07-113-79/+94
* efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt2020-07-114-181/+148
* efi_loader: NULL dereference in efi_convert_pointerHeinrich Schuchardt2020-07-111-1/+2
* efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt2020-07-111-4/+8
* efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt2020-07-111-1/+1
* efi_loader: cleanup for tee backed variablesIlias Apalodimas2020-07-111-5/+3
* lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro2020-07-111-4/+4
* efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro2020-07-112-75/+97
* efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro2020-07-112-150/+191
* efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro2020-07-111-29/+17
* efi_loader: signature: fix a size check against revocation listAKASHI Takahiro2020-07-111-2/+3
* efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro2020-07-111-8/+21
* efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro2020-07-111-12/+44
* powerpc: move ADDR_MAP to KconfigMarek Szyprowski2020-07-101-0/+13
* 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