From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7DCE421D2E63A for ; Wed, 23 Aug 2017 20:17:23 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2017 20:19:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,419,1498546800"; d="dat'59?scan'59,208,59";a="1007082649" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 23 Aug 2017 20:19:57 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 23 Aug 2017 20:19:56 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.183]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Thu, 24 Aug 2017 11:19:55 +0800 From: "Guo, Mang" To: "edk2-devel@lists.01.org" Thread-Topic: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 11/1 BroxtonPlatformPkg: Remove EFI_ACPI_5_0_SLP_BUTTON Thread-Index: AdMch9rrrzat9Qy1SYyNaEu9dzqSEw== Date: Thu, 24 Aug 2017 03:19:54 +0000 Message-ID: <22D2C85ED001C54AA20BFE3B0E4751D15253FCB3@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <22D2C85ED001C54AA20BFE3B0E4751D15253FCB3@shsmsx102.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 11/1 BroxtonPlatformPkg: Remove EFI_ACPI_5_0_SLP_BUTTON X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2017 03:17:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatform.h | = 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTab= lePlatform.h b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiT= ablePlatform.h index 73e1dda..cc66d08 100644 --- a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatf= orm.h +++ b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/AcpiTablePlatf= orm.h @@ -60,7 +60,7 @@ #define DAY_ALRM 0x0D #define MON_ALRM 0x00 #define CENTURY 0x32 -#define FLAG (EFI_ACPI_5_0_WBINVD | EFI_ACPI_5_0_SLP_BUTTON | E= FI_ACPI_5_0_RESET_REG_SUP | EFI_ACPI_5_0_RTC_S4) +#define FLAG (EFI_ACPI_5_0_WBINVD | EFI_ACPI_5_0_RESET_REG_SUP = | EFI_ACPI_5_0_RTC_S4) #define IAPC_BOOT_ARCH (EFI_ACPI_5_0_8042 | EFI_ACPI_5_0_LEGACY_DEVICES) #define RESERVED 0x00 =20 --=20 2.10.1.windows.1