Re: [edk2-devel] [PATCH 00/14] Introduce PlatformInitLib in OvmfPkg

2022-03-09 Thread Gerd Hoffmann
On Tue, Mar 08, 2022 at 10:36:01AM +0800, Min Xu wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3863 > > There are 3 variants of PlatformPei in OvmfPkg: > - OvmfPkg/PlatformPei > - OvmfPkg/Bhyve/PlatformPei > - OvmfPkg/XenPlatformPei > > A lot of common code can be shared in above

Re: [edk2-devel] [PATCH 00/14] Introduce PlatformInitLib in OvmfPkg

2022-03-08 Thread Boeuf, Sebastien
The series looks good to me, and I've tested your branch by building CLOUDHV.fd and running it with Cloud Hypervisor, nothing's broken :) Acked-by: Sebastien Boeuf On Tue, 2022-03-08 at 10:36 +0800, Min Xu wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3863 > > There are 3 variants

[edk2-devel] [PATCH 00/14] Introduce PlatformInitLib in OvmfPkg

2022-03-07 Thread Min Xu
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3863 There are 3 variants of PlatformPei in OvmfPkg: - OvmfPkg/PlatformPei - OvmfPkg/Bhyve/PlatformPei - OvmfPkg/XenPlatformPei A lot of common code can be shared in above PlatformPeis. Further more, with the upstreaming of TDVF (Pei-less boot