diff options
| author | Raymond Mao <raymond.mao@linaro.org> | 2025-01-27 06:49:35 -0800 |
|---|---|---|
| committer | Ilias Apalodimas <ilias.apalodimas@linaro.org> | 2025-01-28 08:59:23 +0200 |
| commit | afe26a74ddfe183b7ea76d5b36d33d2318d02c28 (patch) | |
| tree | 021316c4ec832d47ee2755035753712b78854f69 /include/efi_tcg2.h | |
| parent | bb894c5da5151e0858e217407c0cdeb989725a4a (diff) | |
tcg2: decouple eventlog size from efi
Move default eventlog size from efi to tpm for using in both
efi and measured boot.
Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'include/efi_tcg2.h')
| -rw-r--r-- | include/efi_tcg2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/efi_tcg2.h b/include/efi_tcg2.h index 8dfb1bc9527..7ed88809913 100644 --- a/include/efi_tcg2.h +++ b/include/efi_tcg2.h @@ -28,8 +28,6 @@ #define EFI_TCG2_MAX_PCR_INDEX 23 #define EFI_TCG2_FINAL_EVENTS_TABLE_VERSION 1 -#define TPM2_EVENT_LOG_SIZE CONFIG_EFI_TCG2_PROTOCOL_EVENTLOG_SIZE - typedef u32 efi_tcg_event_log_bitmap; typedef u32 efi_tcg_event_log_format; typedef u32 efi_tcg_event_algorithm_bitmap; |
