Re: [edk2-devel] [PATCH] UefiPayloadPkg: Remove SystemTableInfo GUID.

2021-10-11 Thread Ma, Maurice
Reviewed-by: Maurice Ma > -Original Message- > From: Kesavan Balakrishnan, ThiyaguX > > Sent: Sunday, October 10, 2021 21:30 > To: devel@edk2.groups.io > Cc: Kesavan Balakrishnan, ThiyaguX > ; Ma, Maurice > ; Dong, Guo ; Ni, Ray > ; You, Benjamin ; Liu, > Zhiguang > Subject: [PATCH] Ue

[edk2-devel] [PATCH] UefiPayloadPkg: Remove SystemTableInfo GUID.

2021-10-10 Thread thiyagukb
SystemTableInfo GUID is not a Spec defined GUID. But the latest SBL uses SystemTableInfo to get ACPI and SMBIOS table information. So moving the SystemTableInfo GUID implementation to SblParseLib. Cc: Maurice Ma Cc: Guo Dong Cc: Ray Ni Cc: Benjamin You Cc: Zhiguang Liu Signed-off-by: Guo Don