Re: [edk2-devel] [PATCH V5 0/2] Re-design CcProbeLib

2022-09-05 Thread Yao, Jiewen
James > Bottomley ; Yao, Jiewen ; > Tom Lendacky ; Yuan Yu > > Subject: [edk2-devel] [PATCH V5 0/2] Re-design CcProbeLib > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3974 > > CcProbeLib once was designed to probe the Confidential Computing guest > type by che

[edk2-devel] [PATCH V5 0/2] Re-design CcProbeLib

2022-08-29 Thread Min Xu
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3974 CcProbeLib once was designed to probe the Confidential Computing guest type by checking the PcdOvmfWorkArea. But this memory is allocated with either EfiACPIMemoryNVS or EfiBootServicesData. It cannot be accessed after ExitBootService. Please