From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 0EF2A7803CE for ; Thu, 29 Aug 2024 18:33:02 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Q7G1DNxX4RMHpXAlQIteUSfU68DxLIJ9lcKDvtzMzvQ=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1724956382; v=1; b=ymHtGzJvuQ1/sZrKNYu/fsXhYQbGhiBHe521UNtkx0cllOB5tEdn5SJOkRtw6tLWN51utgc+ hZmFCpWprgu9ESYLGIydLlAN6+9P38+rjj47ntTTx4xX37nbRfXTrnjbBBXI+KvH+QujXJxdOf5 sVA52CWhA9gRxJHjCFTXz3LuWxiNpG21u9GBjFWpYcgpsvecqOdUnJLPhGRGCUyLk1UKBtdPSY7 p+8bnqA4fgwYD3qRNd+QwDXq7XNjYZgf2t95vCfDJYmfIWn+jQHP4SgeXuMMB3ENjZ10ttod86O jNmCCDHeFBYoIb76kmFjjeYdXHczvdikENe5zY9kkr52A== X-Received: by 127.0.0.2 with SMTP id 5jTYYY7687511xuiV2C4B9Se; Thu, 29 Aug 2024 11:33:01 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.28191.1724956378692969358 for ; Thu, 29 Aug 2024 11:32:58 -0700 X-Received: from OSD-Desktop.redmond.corp.microsoft.com (unknown [131.107.159.43]) by linux.microsoft.com (Postfix) with ESMTPSA id 1DD2220B712C; Thu, 29 Aug 2024 11:32:58 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1DD2220B712C From: "Oliver Smith-Denny" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [PATCH v1 3/3] ARM Platforms: Drop ArmSoftFloatLib Date: Thu, 29 Aug 2024 11:32:51 -0700 Message-Id: <20240829183251.29046-4-osde@linux.microsoft.com> In-Reply-To: <20240829183251.29046-1-osde@linux.microsoft.com> References: <20240829183251.29046-1-osde@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 29 Aug 2024 11:32:58 -0700 Resent-From: osde@linux.microsoft.com Reply-To: devel@edk2.groups.io,osde@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: A2yGFxUpuK8slQlaESM7BvGEx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=ymHtGzJv; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io edk2 PR https://github.com/tianocore/edk2/pull/6048 has moved ArmSoftFloatLib to MdePkg and MdeLibs.dsc.inc. This patch removes all references to the old ArmPkg location and relies on this coming from MdeLibs.dsc.inc. It is done in one shot as this is a breaking change and not a functional change. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Continuous-integration-options: PatchCheck.ignore-multi-package Signed-off-by: Oliver Smith-Denny --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc = | 3 --- Features/ManageabilityPkg/Include/Manageability.dsc = | 1 - Platform/Socionext/DeveloperBox/DeveloperBox.dsc = | 3 --- Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc = | 3 --- Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.d= sc | 3 --- 5 files changed, 13 deletions(-) diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marv= ell/Armada7k8k/Armada7k8k.dsc.inc index 4e1f73b94753..fb7f7b6e6748 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc @@ -204,9 +204,6 @@ [LibraryClasses.ARM, LibraryClasses.AARCH64] # Add support for GCC stack protector NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf =20 -[LibraryClasses.ARM] - ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf - ########################################################################= ######## # # Pcd Section - list of all EDK II PCD Entries defined by this Platform diff --git a/Features/ManageabilityPkg/Include/Manageability.dsc b/Featur= es/ManageabilityPkg/Include/Manageability.dsc index 4121bd303adc..fa0ca795709b 100644 --- a/Features/ManageabilityPkg/Include/Manageability.dsc +++ b/Features/ManageabilityPkg/Include/Manageability.dsc @@ -15,7 +15,6 @@ [LibraryClasses.common.DXE_DRIVER] =20 [LibraryClasses.ARM, LibraryClasses.AARCH64] NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf - ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf =20 diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/= Socionext/DeveloperBox/DeveloperBox.dsc index 71d7abe63e0a..d1914bc3e9ed 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -156,9 +156,6 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLi= bSerialPort.inf !endif =20 -[LibraryClasses.ARM] - ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf - ########################################################################= ######## # # Pcd Section - list of all EDK II PCD Entries defined by this Platform diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc= b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc index 6f87b5801ef0..6929438b5c96 100644 --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc @@ -212,9 +212,6 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLi= bSerialPort.inf !endif =20 -[LibraryClasses.ARM] - ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf - ########################################################################= ######## # # Pcd Section - list of all EDK II PCD Entries defined by this Platform diff --git a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStanda= loneMmRpmb.dsc b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformSt= andaloneMmRpmb.dsc index b44307e027f3..c7a7211ce0a0 100644 --- a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmR= pmb.dsc +++ b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmR= pmb.dsc @@ -65,9 +65,6 @@ [LibraryClasses] SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNu= ll.inf DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf =20 -[LibraryClasses.ARM] - ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf - [LibraryClasses.common.MM_STANDALONE] HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.i= nf MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/Standal= oneMmServicesTableLib.inf --=20 2.40.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120434): https://edk2.groups.io/g/devel/message/120434 Mute This Topic: https://groups.io/mt/108166770/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-