From nobody Sat Apr 27 09:00:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+39528+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39528+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1556154587; cv=none; d=zoho.com; s=zohoarc; b=TQKyAiP+ybTZe4i0212nzscHK8/ptcpwNQO320jpBFYM0fqs0OC8bDJQJqT4FoF88POPijJBs666guJJL+BoCFeeAl/3kwqmfOPlUSjRxMCU6sxAbtzbIUk2J5eXEq6n1khBqwbXkodtkIibVqGuAU3DifffOIslSOuo+jr+lv8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556154587; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=MnmzgLa1yYivmCtIJtPROi3Ig1emennOvG8vwEdRBXE=; b=lJBDBl25GoW7zRJSDto3QUQgBgfCqvyEGg4wkOW0uZjNH9LP2EO2PadF8gMXXlDX8OOC77IbFJ/ewvVPI+BFK84dhnyI7Xf/KfkhllH7TgHBgt+t/QQofp0lL+Bs3Rr8NifpwNOb05KUkc7rWJ42argGe/hnhtu+gs2gBx7ZvdE= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39528+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1556154587702163.94507271515215; Wed, 24 Apr 2019 18:09:47 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Wed, 24 Apr 2019 18:09:45 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2019 18:09:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,391,1549958400"; d="scan'208";a="318743677" X-Received: from makuback-desk1.amr.corp.intel.com ([10.7.159.144]) by orsmga005.jf.intel.com with ESMTP; 24 Apr 2019 18:09:45 -0700 From: "Kubacki, Michael A" To: devel@edk2.groups.io Cc: Nate DeSimone , Chasel Chiu , Michael D Kinney Subject: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 1/2] KabylakeOpenBoardPkg/AcpiTables: Remove dead code Date: Wed, 24 Apr 2019 18:08:54 -0700 Message-Id: <20190425010855.21596-2-michael.a.kubacki@intel.com> In-Reply-To: <20190425010855.21596-1-michael.a.kubacki@intel.com> References: <20190425010855.21596-1-michael.a.kubacki@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.a.kubacki@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1556154587; bh=Qdd8j1/8xo/Pq7DKmY/+O0d50SEUrB2lc1vSNSaKqOs=; h=Cc:Date:From:Reply-To:Subject:To; b=JcAFZn7jxc+A+oYH4hGHDw2n+rXY7T6oAyZtjJoUccB5TMhZVrVNNYKHI++uQjbeGQL p7qc0I4LAqPIVUula4POpRUhS0kNKmHX2dDkptKzuiB+A4A/+PosU39ng7bHk9GAaCI4a uqFz5hRTMy0rRReSWVygxRVDRPEj4y/OJRk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Removes ASL code not referenced in the package. Cc: Nate DeSimone Cc: Chasel Chiu Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kubacki Reviewed-by: Chasel Chiu Reviewed-by: Nate DeSimone --- .../KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl | 12 ++------= ---- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tb= t.asl b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl index 56c27f3a63..d20e35f12e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl @@ -1,7 +1,7 @@ /** @file Thunderbolt ACPI methods =20 -Copyright (c) 2018, Intel Corporation. All rights reserved.
+Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made availabl= e under the terms and conditions of the BSD License that accompanies this distribu= tion. The full text of the license may be found at @@ -106,14 +106,6 @@ External(\_SB.PCI0.RP24.PON, MethodObj) External(\_SB.PCI0.PEG0.PG00._ON, MethodObj) External(\_SB.PCI0.PEG1.PG01._ON, MethodObj) External(\_SB.PCI0.PEG2.PG02._ON, MethodObj) -// -// SA:RestrictedBegin -// -External(\_SB.PCI0.LKEN, MethodObj) -External(\_SB.PCI0.LKDS, MethodObj) -// -// SA:RestrictedEnd -// =20 Name(TRDO, 0) // 1 during TBT RTD3 _ON Name(TRD3, 0) // 1 during TBT RTD3 _OFF @@ -612,7 +604,7 @@ Scope(\_GPE) } Else { Return (OSUP(Local0, DTBT_CONTROLLER)) } - } Else=20 + } Else { ADBG("Dev Present") Return (0) --=20 2.16.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#39528): https://edk2.groups.io/g/devel/message/39528 Mute This Topic: https://groups.io/mt/31338007/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat Apr 27 09:00:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+39529+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39529+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1556154589; cv=none; d=zoho.com; s=zohoarc; b=YrjMaSLJ4SDJSf5e08F9zgUL5X45N91SoIxMnNfnWFwKfIx2oxQ3JMjjZOBFtay0wn3JZmoVtyq+BL7Rvm65b8nbohPc9CmmZD96oHJPCtgDwJgfl63lXvRk5C4JiUknxycoUDY0fbYQ5a2LY/DhmDt6bzQeuHmpgHjJSJKezdU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556154589; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=pxcJTdYoBxs2MpSBtvMiVJrTKHBRfZshwYq4Z2k6eU4=; b=WIzl6o8XvI13+zO+41E9H0FzaY7kEOd01ALhoLDPsUIyGZkPb5j2t2/Sliia/T+yOfR85FFkJzICpSRtpVy+6Z6ZsmT22m++NemhwxcMkn4GkW2eoIWv1uMEBlJMBE9chR0Kb00UUfz8n0cyv2fg0F/XdCMCIoEuJ+OY8YX2B8A= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39529+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1556154589301465.23763163942056; Wed, 24 Apr 2019 18:09:49 -0700 (PDT) Return-Path: X-Received: from mga02.intel.com (mga02.intel.com []) by groups.io with SMTP; Wed, 24 Apr 2019 18:09:48 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2019 18:09:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,391,1549958400"; d="scan'208";a="318743684" X-Received: from makuback-desk1.amr.corp.intel.com ([10.7.159.144]) by orsmga005.jf.intel.com with ESMTP; 24 Apr 2019 18:09:48 -0700 From: "Kubacki, Michael A" To: devel@edk2.groups.io Cc: Nate DeSimone , Ankit Sinha , Michael D Kinney Subject: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 2/2] ClevoOpenBoardPkg/AcpiTables: Remove dead code Date: Wed, 24 Apr 2019 18:08:55 -0700 Message-Id: <20190425010855.21596-3-michael.a.kubacki@intel.com> In-Reply-To: <20190425010855.21596-1-michael.a.kubacki@intel.com> References: <20190425010855.21596-1-michael.a.kubacki@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.a.kubacki@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1556154588; bh=kAmho/F49b/gvsqfLbi+EkBOBUm+ScS1kfwACaSjyYU=; h=Cc:Date:From:Reply-To:Subject:To; b=J/ljNrm+R3NUbfhSvcmainkZV5S18kzFOELGU2Yp1gX64+hhGKzhtX+OAo+90pO0lG3 0yCyQ4xcGA7AwgqW9HIb8gBpm/U0h7mDUgaoHoIulfMj2UEq6CcV4GBOAwlhE8gtCI4RD cwwu1pYN6YIsrshySUZmT7F28nnAbkf9UEc= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Removes ASL code not referenced in the package. Cc: Nate DeSimone Cc: Ankit Sinha Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone --- Platform/Intel/ClevoOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl | 8 -----= --- 1 file changed, 8 deletions(-) diff --git a/Platform/Intel/ClevoOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.a= sl b/Platform/Intel/ClevoOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl index c8226a5549..47a97628a5 100644 --- a/Platform/Intel/ClevoOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl +++ b/Platform/Intel/ClevoOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl @@ -105,14 +105,6 @@ External(\_SB.PCI0.RP24.PON, MethodObj) External(\_SB.PCI0.PEG0.PG00._ON, MethodObj) External(\_SB.PCI0.PEG1.PG01._ON, MethodObj) External(\_SB.PCI0.PEG2.PG02._ON, MethodObj) -// -// SA:RestrictedBegin -// -External(\_SB.PCI0.LKEN, MethodObj) -External(\_SB.PCI0.LKDS, MethodObj) -// -// SA:RestrictedEnd -// =20 Name(TRDO, 0) // 1 during TBT RTD3 _ON Name(TRD3, 0) // 1 during TBT RTD3 _OFF --=20 2.16.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#39529): https://edk2.groups.io/g/devel/message/39529 Mute This Topic: https://groups.io/mt/31338009/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-