From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::242; helo=mail-wr0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 8BEF42035BB04 for ; Thu, 16 Nov 2017 09:56:25 -0800 (PST) Received: by mail-wr0-x242.google.com with SMTP id z14so4824658wrb.8 for ; Thu, 16 Nov 2017 10:00:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Jm3NQx34R3sIX2wtl8P06Amd/ppbWe3KqM9w0XMdDxY=; b=XzR93iiVmGps/ZNAEVY7CJ9Jjqwca6idPWVIDTHYrszYuUJ5oGgupzobUld3afwOrG 3u5ZbY6se1qH2R3qvxOhZOZPY7mLjg5B6uhXFQ09D0oSrZnEXTXqIjKRpp+yi5uoSpHR RZq6AI/Gwvi34INelPI2KduhSCXQgyXcPADQ4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Jm3NQx34R3sIX2wtl8P06Amd/ppbWe3KqM9w0XMdDxY=; b=isL1bK9mwjKCs8x1vHL8YDVl6a89ZxC4Qlz5rW3KnvPU/9mHiydLkv8FzQm+BicIWk jcI0t89tL7CK2xhH5oLcDyVKJNIDUNYJwG54LAYVhu9j+SHi5BceOH0znHE11qI3ITkp 6XatxgypJv+lpIlRI0Np8lqv/sj5/Jl04GVtGZBwQese5ELPdDdzluROBD3rDUYS5fH5 agVDByMBrAo1AHBZG+s56ZFNA6JmelowFvgFOeeClYU2NJFjbyOS7NFmbeYiAKZxTZlc xvMyO4eCAUsyueb9E3qP/fn2jLmTCp4hLNaEnWaxG+74DUUY2onswu5p3tO4R9oFmXoM uklg== X-Gm-Message-State: AJaThX6lPqJH4zGiT105bEF5mZ690lJHdb0bH97c8+c2RCs7637RPmHG vXfUiOVNNYFjqODxFZVmmfSwDXnGxc4= X-Google-Smtp-Source: AGs4zMbKf8Et+pJI+REJXPyE9IbklpEF1V+nBu0I8ts4HS83gPWTe6N45EPTDYxV8knWZcyopVPDXg== X-Received: by 10.223.182.81 with SMTP id i17mr2144944wre.224.1510855233762; Thu, 16 Nov 2017 10:00:33 -0800 (PST) Received: from localhost.localdomain ([160.167.170.128]) by smtp.gmail.com with ESMTPSA id s67sm1917372wmd.23.2017.11.16.10.00.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Nov 2017 10:00:32 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org Cc: Ard Biesheuvel Date: Thu, 16 Nov 2017 18:00:18 +0000 Message-Id: <20171116180021.30139-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171116175839.30012-1-ard.biesheuvel@linaro.org> References: <20171116175839.30012-1-ard.biesheuvel@linaro.org> Subject: [PATCH edk2-platforms v2 10/13] Platform: remove stale PL35xSmcLib references 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, 16 Nov 2017 17:56:25 -0000 No drivers actually use PL35xSmcLib so remove any resolutions for it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 2 -- Silicon/Hisilicon/Hisilicon.dsc.inc | 2 -- 2 files changed, 4 deletions(-) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc index 079c743dd2e9..0fbef7e378cd 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -88,8 +88,6 @@ [LibraryClasses.common] # ARM PL031 RTC Driver RealTimeClockLib|ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf - # ARM PL354 SMC Driver - PL35xSmcLib|ArmPlatformPkg/Drivers/PL35xSmc/PL35xSmc.inf # ARM PL011 UART Driver PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisilicon.dsc.inc index 84e5a38475be..318c4ffeb250 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -64,8 +64,6 @@ [LibraryClasses.common] ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf - # ARM PL354 SMC Driver - PL35xSmcLib|ArmPlatformPkg/Drivers/PL35xSmc/PL35xSmc.inf # ARM PL011 UART Driver PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf -- 2.11.0