From nobody Sat Apr 27 14:16:50 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1489559582489406.6642915561183; Tue, 14 Mar 2017 23:33:02 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 465EC803A4; Tue, 14 Mar 2017 23:33:00 -0700 (PDT) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 36F378039D for ; Tue, 14 Mar 2017 23:32:59 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP; 14 Mar 2017 23:32:58 -0700 Received: from shwdeopenpsi011.ccr.corp.intel.com (HELO SHWDEOPENPSI011.local) ([10.239.9.21]) by fmsmga004.fm.intel.com with SMTP; 14 Mar 2017 23:32:58 -0700 X-Original-To: edk2-devel@lists.01.org X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,167,1486454400"; d="scan'208";a="236292117" Date: Wen, 15 Mar 2017 14:32:58 +0800 From: lushifex To: edk2-devel@lists.01.org Message-ID: <3081b6c2-6612-449f-8bb0-2ac4ba6df84a@SHWDEOPENPSI011.local> X-Mailer: TortoiseGit MIME-Version: 1.0 Subject: [edk2] [Patch][edk2-platforms] Vlv2TbltDevicePkg: Disable LPC Serial IRQ. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: , david.wei@intel.com Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex --- Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c b/Vlv2TbltDe= vicePkg/PlatformDxe/IchPlatformPolicy.c index 753eb54..5644a8b 100644 --- a/Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c +++ b/Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c @@ -1,6 +1,6 @@ /** @file =20 - Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.
= =20 =20 This program and the accompanying materials are licensed and made availa= ble under @@ -406,7 +406,7 @@ InitPchPlatformPolicy ( // // Enable / disable serial IRQ according to setup value. // - DxePlatformPchPolicy->SerialIrqConfig->SirqEnable =3D PCH_DEVICE_ENABLE; + DxePlatformPchPolicy->SerialIrqConfig->SirqEnable =3D PCH_DEVICE_DISABLE; =20 // // Set Serial IRQ Mode Select according to setup value. --=20 2.7.0.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel