Re: [edk2-devel] [PATCH V7 17/37] OvmfPkg: Create initial version of PlatformInitLib

2022-03-01 Thread Gerd Hoffmann
On Mon, Feb 28, 2022 at 03:20:49PM +0800, Min Xu wrote: > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 > > There are 3 variants of PlatformPei in OvmfPkg: > - OvmfPkg/PlatformPei > - OvmfPkg/XenPlatformPei > - OvmfPkg/Bhyve/PlatformPei/PlatformPei.inf > These PlatformPeis can share

[edk2-devel] [PATCH V7 17/37] OvmfPkg: Create initial version of PlatformInitLib

2022-02-27 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 There are 3 variants of PlatformPei in OvmfPkg: - OvmfPkg/PlatformPei - OvmfPkg/XenPlatformPei - OvmfPkg/Bhyve/PlatformPei/PlatformPei.inf These PlatformPeis can share many common codes, such as Cmos / Hob / Memory / Platform related func