Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: efaf8931bbfa33a81b8792fbf9e2ccc239d53204 https://github.com/tianocore/edk2/commit/efaf8931bbfa33a81b8792fbf9e2ccc239d53204 Author: Min M Xu <min.m...@intel.com> Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths: M OvmfPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.c Log Message: ----------- OvmfPkg/TdTcg2Dxe: Fix the SeparatorEvent issue in RTMRs According to the TCG EFI platform specification, the firmware must measure the EV_SEPARATOR event into PCRs 0-7. As PCR[1] and PCR[7] map to RTMR[0], and PCRs [2-6] map to RTMR[1], it is necessary to measure one EV_SEPARATOR event into RTMR[0] and another one into RTMR[1]. An issue is found in TdTcg2Dxe that 2 EV_SEPARATOR events are measured to RTMR[0] but no EV_SEPARATOR event is measured to RTMR[1]. This patch fixes the above issue. Cc: Erdem Aktas <erdemak...@google.com> Cc: Jiewen Yao <jiewen....@intel.com> Cc: Gerd Hoffmann <kra...@redhat.com> Cc: Qinkun Bao <qin...@google.com> Cc: Tom Lendacky <thomas.lenda...@amd.com> Cc: Michael Roth <michael.r...@amd.com> Signed-off-by: Min Xu <min.m...@intel.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits