summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-06-08 15:13:09 +0800
committerGuo Mang <mang.guo@intel.com>2017-06-09 18:25:45 +0800
commit778d8ba5997a4fbf0e3b18a24111ac2f98378989 (patch)
treeb9772a223477c5778d3e6e1d16d9a86bf4e76869 /Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
parent9726187be01c397be6616e15093419c4cfa49396 (diff)
downloadedk2-platforms-778d8ba5997a4fbf0e3b18a24111ac2f98378989.tar.xz
Add Benson GPIO Code
Add GPIO setting for Benson Glacier Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
index e6df76e8fe..54c751faaf 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
@@ -144,6 +144,7 @@ LoadPlatformDefaultValues (
switch (Private->FakeNvData.BoardId) {
case BOARD_ID_LFH_CRB:
case BOARD_ID_MINNOW:
+ case BOARD_ID_BENSON:
if (Private->FakeNvData.PmicSetupDefault == 1) {
Private->FakeNvData.EnableRenderStandby = FALSE;
}