summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/tpm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-1/+1
|\
| * efi/tpm: Use efi_err for error messagesArvind Sankar2020-05-011-1/+1
* | tpm: check event log version before reading final eventsLoïc Yhuel2020-05-171-2/+3
|/
* efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel2019-12-251-18/+7
* efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel2019-12-251-6/+5
* efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel2019-12-251-4/+3
* efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel2019-12-251-2/+1
* efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel2019-12-251-2/+2
* tpm: Don't duplicate events from the final event log in the TCG2 logMatthew Garrett2019-06-241-0/+30
* efi: Attempt to get the TCG2 event log in the boot stubMatthew Garrett2019-06-241-17/+33
* efi: Replace GPL license boilerplate with SPDX headersArd Biesheuvel2019-02-041-3/+1
* efi/libstub/tpm: Initialize efi_physical_addr_t vars to zero for mixed modeHans de Goede2018-06-221-1/+1
* efi/libstub/tpm: Make function efi_retrieve_tpm2_eventlog_1_2() staticWei Yongjun2018-05-141-1/+1
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-021-5/+2
|\
| * efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-121-5/+2
* | efi/libstub/tpm: Initialize pointer variables to zero for mixed modeArd Biesheuvel2018-03-131-2/+2
|/
* efi: call get_event_log before ExitBootServicesThiebaud Weksteen2018-01-081-0/+81
* efi/libstub: Enable reset attack mitigationMatthew Garrett2017-08-261-0/+58