[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V2] Enable TDX measurement to RTMR register
From: |
Gerd Hoffmann |
Subject: |
Re: [PATCH V2] Enable TDX measurement to RTMR register |
Date: |
Fri, 29 Apr 2022 08:15:49 +0200 |
Hi,
> But I am thinking how about align with the definition in UEFI now
> https://github.com/tianocore/edk2/blob/d372ab585a2cdc5348af5f701c56c631235fe698/MdePkg/Include/Protocol/CcMeasurement.h#L100.
It surely makes sense to update the uefi specs too.
> I will talk with UEFI owner to make same changes for Event[0] both in
> EFI and grub/shim together in future. Do you agree?
Given that grub manages it's own copy of the structs anyway (instead of
copying them over from edk2) I don't see a need to synchronize the
changes. The struct layout doesn't change, so this doesn't break
compatibility.
take care,
Gerd