From 99858dd36345505607eea07765cf06d16ae03806 Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Mon, 21 Aug 2017 14:06:47 +0800 Subject: BroxtonPlatformPkg: Add SueCreek.asl Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/Platform.asl') 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 -- cgit v1.2.3