summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/AcpiPlatform
diff options
context:
space:
mode:
authortimhe <timhe@timhe>2015-11-06 07:43:47 +0000
committerzwei4 <david.wei@intel.com>2016-04-11 17:03:21 +0800
commit2c8630cd03575c584a17c41b75e852f223b7b8b4 (patch)
tree9bb8c8001427d5e88fb723ec6073679355990437 /Vlv2TbltDevicePkg/AcpiPlatform
parenta493b0f649b0ffe9ab1f214cab45918c2a74afa1 (diff)
downloadedk2-platforms-2c8630cd03575c584a17c41b75e852f223b7b8b4.tar.xz
Vlv2TbltDevicePkg/Vlv2DeviceRefCodePkg:
Add "RTC Battery Present" item in setup page. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lu Shifei <shifeix.a.lu@intel.com> Reviewed-by: Tim He <tim.he@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2014.SP1@18734 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Vlv2TbltDevicePkg/AcpiPlatform')
-rw-r--r--Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c
index c39c36daad..2ff14ec6bb 100644
--- a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c
+++ b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c
@@ -1,6 +1,6 @@
/** @file
- Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
@@ -968,6 +968,7 @@ AcpiPlatformEntryPoint (
mGlobalNvsArea.Area->UartSelection = mSystemConfiguration.UartInterface;
mGlobalNvsArea.Area->PcuUart1Enable = mSystemConfiguration.PcuUart1;
mGlobalNvsArea.Area->NativePCIESupport = 1;
+ mGlobalNvsArea.Area->RtcBattery = mSystemConfiguration.RtcBattery;