From: "Lendacky, Thomas" <thomas.lendacky@amd.com>
To: Min Xu <min.m.xu@intel.com>, devel@edk2.groups.io
Cc: Gerd Hoffmann <kraxel@redhat.com>,
Erdem Aktas <erdemaktas@google.com>,
James Bottomley <jejb@linux.ibm.com>,
Jiewen Yao <jiewen.yao@intel.com>
Subject: Re: [PATCH V4 2/2] OvmfPkg: Update CcProbeLib to DxeCcProbeLib
Date: Mon, 29 Aug 2022 08:36:51 -0500 [thread overview]
Message-ID: <b02c839e-8ad3-98df-813f-8ed29ae22c55@amd.com> (raw)
In-Reply-To: <a6689544a16476b7baafa17ac137957c6e88e12c.1661555091.git.min.m.xu@intel.com>
On 8/26/22 18:07, Min Xu wrote:
> From: Min M Xu <min.m.xu@intel.com>
>
> 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 see the detailed analysis in BZ#3974.
>
> To fix this issue, CcProbeLib is redesigned as 2 implementation:
> - SecPeiCcProbeLib
> - DxeCcProbeLib
>
> In SecPeiCcProbeLib we check the CC guest type by reading the
> PcdOvmfWorkArea. Because it is used in SEC / PEI and we don't worry about
> the issues in BZ#3974.
>
> In DxeCcProbeLib we cache the GuestType in Ovmf work area in a variable.
> After that the Guest type is returned with the cached value. So that we
> don't need to worry about the access to Ovmf work area after
> ExitBootService.
>
> To gurantee the GuestType is cached, we read the value in both
s/gurantee/guarantee/
> constructor and CcProbe. Because in some corner case, the constructor
> may be called after CcProbe. For example in MdeModulePkg/Core/Dxe/DxeMain,
> BaseDebugLibSerialPortConstructor is called before
> DxeCcProbeLibConstructor. While CcProbe () is called in
> BaseDebugLibSerialPortConstructor.
Is there a way to put some kind of ordering in place so that CcProbe's
constructor is called before BaseDebugLibSerialPortConstructor?
>
> The reason why we probe CC guest type in 2 different ways is the global
> varialbe. Global variable cannot be used in SEC/PEI and CcProbe is called
s/varialbe/variable/
Thanks,
Tom
> very frequently.
>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Erdem Aktas <erdemaktas@google.com>
> Cc: James Bottomley <jejb@linux.ibm.com>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Tom Lendacky <thomas.lendacky@amd.com>
> Signed-off-by: Min Xu <min.m.xu@intel.com>
> ---
next prev parent reply other threads:[~2022-08-29 13:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-26 23:07 [PATCH V4 0/2] Re-design CcProbeLib Min Xu
2022-08-26 23:07 ` [PATCH V4 1/2] OvmfPkg: Add SecPeiCcProbeLib Min Xu
2022-08-26 23:07 ` [PATCH V4 2/2] OvmfPkg: Update CcProbeLib to DxeCcProbeLib Min Xu
2022-08-29 13:36 ` Lendacky, Thomas [this message]
2022-08-29 23:57 ` Min Xu
2022-08-29 9:34 ` [PATCH V4 0/2] Re-design CcProbeLib Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b02c839e-8ad3-98df-813f-8ed29ae22c55@amd.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox