Re: [edk2-devel] [PATCH v2 2/5] OvmfPkg: Create global entry point for SMBIOS parsing

2021-12-06 Thread Gerd Hoffmann
On Sat, Dec 04, 2021 at 11:51:57PM +0100, sebastien.bo...@intel.com wrote: > From: Sebastien Boeuf > > Move the generic entry point part out of Qemu.c to anticipate the > addition of new ways of retrieving the SMBIOS table. > > Signed-off-by: Sebastien Boeuf Reviewed-by: Gerd Hoffmann -=-=

[edk2-devel] [PATCH v2 2/5] OvmfPkg: Create global entry point for SMBIOS parsing

2021-12-04 Thread sebastien . boeuf
From: Sebastien Boeuf Move the generic entry point part out of Qemu.c to anticipate the addition of new ways of retrieving the SMBIOS table. Signed-off-by: Sebastien Boeuf --- OvmfPkg/SmbiosPlatformDxe/EntryPoint.c| 42 +++ OvmfPkg/SmbiosPlatformDxe/Qemu.c