summaryrefslogtreecommitdiff
path: root/Vlv2TbltDevicePkg/Include
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-04-12 10:19:12 +0800
committerzwei4 <david.wei@intel.com>2016-04-12 10:27:45 +0800
commitaebc9bc8d3b8a613061d4d5ff46711229b885f9b (patch)
tree268f7172bd1971a8fa983fccf0cddd64469e4f51 /Vlv2TbltDevicePkg/Include
parent354ac6c03356b27dee13c508d7156cf5519065f4 (diff)
downloadedk2-platforms-aebc9bc8d3b8a613061d4d5ff46711229b885f9b.tar.xz
Sync UDK2014 SVN commit in January 21, 2016: Add setup option to control _STA of LPE Audio.
Diffstat (limited to 'Vlv2TbltDevicePkg/Include')
-rw-r--r--Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h3
-rw-r--r--Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h b/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h
index 5168bd51f9..c7c51d0d2a 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h
@@ -1,6 +1,6 @@
/*++
- Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
@@ -1309,6 +1309,7 @@ typedef struct {
UINT8 SdCardRemovable; // ACPI reporting MMC/SD media as: removable/non-removable
UINT8 GpioWakeCapability;
UINT8 RtcBattery;
+ UINT8 LpeAudioReportedByDSDT;
} SYSTEM_CONFIGURATION;
#pragma pack()
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h b/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h
index 5e650b69a2..aa7ec9277e 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h
@@ -1,6 +1,6 @@
/*++
- Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
@@ -472,6 +472,7 @@ typedef struct {
UINT32 DIDX; // 793 Device ID for eDP device
UINT8 MicrosoftIoT; // (794)JP1 pins are for Microsoft IoT project.
UINT8 RtcBattery; // (795) The Flag of RTC Battery Present.
+ UINT8 LpeAudioReportedByDSDT; // (796)
} EFI_GLOBAL_NVS_AREA;
#pragma pack ()