[edk2-devel] [PATCH V2 05/10] OvmfPkg: Update EFI_HOB_PLATFORM_INFO with more platform settings

2022-01-24 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 This patch-sets is to bring up Legacy guest and Tdx guest without PEI phase. So platform initialization has to be done in SEC phase. It is similar with the work of OvmfPkg/PlatformPei. In OvmfPkg/PlatformPei some PCDs are set during platform

Re: [edk2-devel] [PATCH V2 05/10] OvmfPkg: Update EFI_HOB_PLATFORM_INFO with more platform settings

2022-01-27 Thread Gerd Hoffmann
> This patch-sets is to bring up Legacy guest and Tdx guest without > PEI phase. So platform initialization has to be done in SEC phase. > It is similar with the work of OvmfPkg/PlatformPei. In > OvmfPkg/PlatformPei some PCDs are set during platform initialization, > such as PcdPciMmio64Base. But i

Re: [edk2-devel] [PATCH V2 05/10] OvmfPkg: Update EFI_HOB_PLATFORM_INFO with more platform settings

2022-02-13 Thread Min Xu
Hi > > --- a/OvmfPkg/Include/IndustryStandard/IntelTdx.h > > +++ b/OvmfPkg/Include/IndustryStandard/IntelTdx.h > > With this being more widely used it doesn't make sense to have it in > IntelTdx.h ... > I am thinking EFI_HOB_PLATFORM_INFO can be declared at OvmfPkg/Include/Library/PlatformInitLi

Re: [edk2-devel] [PATCH V2 05/10] OvmfPkg: Update EFI_HOB_PLATFORM_INFO with more platform settings

2022-02-14 Thread Gerd Hoffmann
On Mon, Feb 14, 2022 at 02:34:30AM +, Xu, Min M wrote: > Hi > > > --- a/OvmfPkg/Include/IndustryStandard/IntelTdx.h > > > +++ b/OvmfPkg/Include/IndustryStandard/IntelTdx.h > > > > With this being more widely used it doesn't make sense to have it in > > IntelTdx.h ... > > > I am thinking EFI_H