Re: [edk2-devel] [PATCH v2 0/4] OvmfPkg: remove PlatformBootManagerLibGrub

2023-05-10 Thread Ard Biesheuvel
(cc Liming) I'd like to merge this series before the stable tag - any objections? On Fri, 5 May 2023 at 07:28, Gerd Hoffmann wrote: > > An attempt to reduce code duplication a bit. PlatformBootManagerLibGrub > is an (outdated) copy of PlatformBootManagerLib with some policy > changes. Add a PC

[edk2-devel] [PATCH v2 0/4] OvmfPkg: remove PlatformBootManagerLibGrub

2023-05-04 Thread Gerd Hoffmann
An attempt to reduce code duplication a bit. PlatformBootManagerLibGrub is an (outdated) copy of PlatformBootManagerLib with some policy changes. Add a PCD to enable this policy and add support for that to PlatformBootManagerLib, which in turn allows to remove PlatformBootManagerLibGrub. v2: -