From f3f87cb86c01279c4455de15960cd6f35c4b058d Mon Sep 17 00:00:00 2001 From: Sergii Dmytruk Date: Tue, 25 Jun 2024 19:35:08 +0300 Subject: [PATCH] DasharoPayloadPkg/Coreboot.h: Update value of CB_TAG_CAPSULE Signed-off-by: Sergii Dmytruk --- DasharoPayloadPkg/Include/Coreboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DasharoPayloadPkg/Include/Coreboot.h b/DasharoPayloadPkg/Include/Coreboot.h index 1bdcb40b71..48d1d82656 100644 --- a/DasharoPayloadPkg/Include/Coreboot.h +++ b/DasharoPayloadPkg/Include/Coreboot.h @@ -753,7 +753,7 @@ struct cb_tpm_physical_presence { UINT8 ppi_version; /* BCD encoded */ }; -#define CB_TAG_CAPSULE 0x00b0 +#define CB_TAG_CAPSULE 0x0046 struct cb_range { UINT32 tag;