summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl
diff options
context:
space:
mode:
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