diff options
author | lushifex <shifeix.a.lu@intel.com> | 2016-06-08 14:24:16 +0800 |
---|---|---|
committer | david wei <david.wei@intel.com> | 2016-06-21 11:20:54 +0800 |
commit | aa44e98dc23eec452d4d16a86e047d5f91a4440f (patch) | |
tree | abf3358bd328ab807ba412f4aed1e1e1ab592fa1 /Vlv2TbltDevicePkg/Include | |
parent | a0f3b02894c140e11238c06ab17f898b199c4384 (diff) | |
download | edk2-aa44e98dc23eec452d4d16a86e047d5f91a4440f.tar.gz edk2-aa44e98dc23eec452d4d16a86e047d5f91a4440f.tar.bz2 edk2-aa44e98dc23eec452d4d16a86e047d5f91a4440f.zip |
Vlv2DeviceRefCodePkg&Vlv2TbltDevicePkg:Add setup option of LPE Audio.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lushifex <shifeix.a.lu@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/Include')
-rw-r--r-- | Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h | 3 | ||||
-rw-r--r-- | Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h b/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h index e2a88758f2..d9ac9f79e1 100644 --- a/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h +++ b/Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h @@ -1,6 +1,6 @@ /** @file
- 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 b7fb022118..8f9948c2f8 100644 --- a/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h +++ b/Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h @@ -1,6 +1,6 @@ /** @file
- 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 ()
|