summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-08-21 14:06:47 +0800
committerGuo Mang <mang.guo@intel.com>2017-08-24 18:47:20 +0800
commit99858dd36345505607eea07765cf06d16ae03806 (patch)
tree802761c70ac4356034cb5bb05406a7369a09d325 /Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl
parent326febe5dfd25bc9cec3c9e05611834ac947078c (diff)
downloadedk2-platforms-99858dd36345505607eea07765cf06d16ae03806.tar.xz
BroxtonPlatformPkg: Add SueCreek.asl
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl10
1 files changed, 6 insertions, 4 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl
index 5c3b726ce9..4674f70f2c 100644
--- a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl
+++ b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl
@@ -708,10 +708,12 @@ Scope(\_SB)
Return (RBUF)
}
- Method (_STA, 0x0, NotSerialized)
- {
-
- Return (0xF)
+ Method (_STA, 0x0, NotSerialized) {
+ If (LEqual (OSYS, 2015)) {
+ Return (0x0)
+ } else {
+ Return (0xF)
+ }
}
}
}//end scope