From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: michael.a.kubacki@intel.com) 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 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" 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-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> X-Mailer: git-send-email 2.16.2.windows.1 In-Reply-To: <20190425010855.21596-1-michael.a.kubacki@intel.com> References: <20190425010855.21596-1-michael.a.kubacki@intel.com> 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 --- .../KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.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 -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 available under the terms and conditions of the BSD License that accompanies this distribution. 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 -// 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 + } Else { ADBG("Dev Present") Return (0) -- 2.16.2.windows.1