summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h
diff options
context:
space:
mode:
authorKesavan Balakrishnan, ThiyaguX <thiyagux.kesavan.balakrishnan@intel.com>2021-10-19 23:05:19 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-30 15:00:58 +0000
commite7663fdd82a2bf934c51b66f4af3e4479b131923 (patch)
tree3341f54fe66f3f7edc54539abeb66164e0a277ec /UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h
parent1bc232aae32e812341f10c9b938350cd93308eee (diff)
downloadedk2-e7663fdd82a2bf934c51b66f4af3e4479b131923.tar.gz
edk2-e7663fdd82a2bf934c51b66f4af3e4479b131923.tar.bz2
edk2-e7663fdd82a2bf934c51b66f4af3e4479b131923.zip
UefiPayloadPkg: Remove SystemTableInfo GUID.
SystemTableInfo GUID is not a Spec defined GUID. The latest SBL and CBL produces ACPI and SMBIOS table information. So removing the SystemTableInfo GUID implementation. Cc: Maurice Ma <maurice.ma@intel.com> Cc: Guo Dong <guo.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Signed-off-by: Guo Dong <guo.dong@intel.com> Signed-off-by: Thiyagu Kesavan Balakrishnan <thiyagux.kesavan.balakrishnan@intel.com> Reviewed-by: Guo Dong <guo.dong@intel.com>
Diffstat (limited to 'UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h')
-rw-r--r--UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h
index 3332a30eae..b16ca4cc59 100644
--- a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h
+++ b/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.h
@@ -20,7 +20,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include <Library/HobLib.h>
#include <Guid/SmBios.h>
-#include <Guid/SystemTableInfoGuid.h>
#include <Guid/AcpiBoardInfoGuid.h>
#include <Guid/GraphicsInfoHob.h>