From nobody Sat Apr 27 11:11:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+58556+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58556+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1588600658; cv=none; d=zohomail.com; s=zohoarc; b=mQ6ox8+qWskD+d8FKCPcb083QeOFcVABLjWUGR9SjR2iZhC785RU0JPV6xGp1JIGOm6qVEObeYElVpkfpQnjxNrlbTNCUIV7251FoB3UVfZJW178LV4ynqHHtupXSF/j5btTeWdTdZfdptpCXu0/WWPPcGSd8qHJY3BDJ7msiMc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588600658; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=8UvP0aLjmZR7kgRjE1oKGh1uEs+pTj07B6BL2EYXOhc=; b=Y0PlQgmdIQ4P8rEtZe+cEXfGdRvrxFSBI8e9jrUXwkFoieUZ0Cv2A/UVrZ+N+Lc6xClEQW4nSp0IKKl/R1En63qwdLX/1b2ghMmyWxrLMFHy7Kj1mJm2KhDtKGUw4ztV+IO2K6c6ZPCp8V9RTHNwEr6v1gCV9Omq2QNAdehtT78= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58556+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1588600658386711.1947765976035; Mon, 4 May 2020 06:57:38 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id vaSjYY1788612x1s683usyFP; Mon, 04 May 2020 06:57:38 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.6664.1588600657137653497 for ; Mon, 04 May 2020 06:57:37 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B75E31045; Mon, 4 May 2020 06:57:36 -0700 (PDT) X-Received: from e123331-lin.nice.arm.com (unknown [10.37.8.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B0D323F305; Mon, 4 May 2020 06:57:35 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, philmd@redhat.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH 1/5] EmbeddedPkg: remove DwEmmcDxe host controller driver Date: Mon, 4 May 2020 15:57:23 +0200 Message-Id: <20200504135727.18406-2-ard.biesheuvel@arm.com> In-Reply-To: <20200504135727.18406-1-ard.biesheuvel@arm.com> References: <20200504135727.18406-1-ard.biesheuvel@arm.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,ard.biesheuvel@arm.com X-Gm-Message-State: 5WivjJp3A7JJCn7oinA6TjpGx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1588600658; bh=J2ngz/4ywPN8mJN/+B9GPuqgUUiVNoU6jGXROr6OqP4=; h=Cc:Date:From:Reply-To:Subject:To; b=CqOixrVugEum0jjnhOgVt98Ns8sJR11IhmOSqLsIx2Iw8mEljY9kNaQc6p9uC/pPmY9 WiSrAEysN9TGWDw+5mY+SC8LnrCWdnZzQ7QV6i6BcpyHZCRd7+/zQrnlzb3TEa650z0ob Man4IbAozCo54mvBD7M3OkwdEzxj1Twsx74= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The Synopsys DesignWare eMMC host controller driver does not implement that SD/MMC host controller protocol that the UEFI spec defines, but an obsolete EDK2-specific one that predates it. It also does not implement the UEFI driver model. Due to this, it has been moved into the edk2-platforms repository, alongside its remaining users, which have been updated to refer to it in its new location. So drop this version from EmbeddedPkg. Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm Reviewed-by: Philippe Mathieu-Daude --- EmbeddedPkg/EmbeddedPkg.dec | 6 - EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf | 49 -- EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmc.h | 127 ---- EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.c | 688 -------------------- 4 files changed, 870 deletions(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 7e0f692d6fc1..11e9f4f57731 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -144,12 +144,6 @@ [PcdsFixedAtBuild.common] # LAN91x Ethernet Driver PCDs gEmbeddedTokenSpaceGuid.PcdLan91xDxeBaseAddress|0x0|UINT32|0x00000029 =20 - # DwEmmc Driver PCDs - gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeBaseAddress|0x0|UINT32|0x00000035 - gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeClockFrequencyInHz|0x0|UINT32|0x0000= 0036 - gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeMaxClockFreqInHz|0x0|UINT32|0x000000= 37 - gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeFifoDepth|0x0|UINT32|0x00000038 - # # Android FastBoot # diff --git a/EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf b/EmbeddedPkg/Driv= ers/DwEmmcDxe/DwEmmcDxe.inf deleted file mode 100644 index cf8e2422134d..000000000000 diff --git a/EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmc.h b/EmbeddedPkg/Drivers/D= wEmmcDxe/DwEmmc.h deleted file mode 100644 index 2f3659718a39..000000000000 diff --git a/EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.c b/EmbeddedPkg/Driver= s/DwEmmcDxe/DwEmmcDxe.c deleted file mode 100644 index b95917bd7aa5..000000000000 --=20 2.17.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 (#58556): https://edk2.groups.io/g/devel/message/58556 Mute This Topic: https://groups.io/mt/73975411/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 11:11:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+58557+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58557+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1588600659; cv=none; d=zohomail.com; s=zohoarc; b=gjkTcNP3yK8QPpe2lnhUPAM8LHvELIylxqOQxetW2pNnINLU6y6TEnBC83v0anKkNYFVd1oMUTWzHffpjwLIeMJ5xZEAQfXGNlYRoHvfW9UkXxTc3eGL5ziEecY3lvuXNFKDzs06aMGRe60kqkwCcfM9raCcZCjoWC+654ruqfA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588600659; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=PYOUJVKZFGoBcLg2kQXuiHkZ8V5qzhs8VMqwsiOOGcA=; b=I/3Ckr8fruR5duTYo8g/wV9xdRi+6iEvwFXDvCFengyQjvIbJupLzT6vUuvp3kDnNOarQFPv0C3LqSAdqCpMTnl13JqeC6TaQNJ8TJVNGqukDVfIaDGVEZZg32qWrw9mTHWNKNdDukzSUc4FjwCs7MEx0jrecnBOMwJooNnQc/U= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58557+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1588600659225613.9752242336261; Mon, 4 May 2020 06:57:39 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id Dm8qYY1788612x1gB9m9MAn3; Mon, 04 May 2020 06:57:38 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.6672.1588600658402348892 for ; Mon, 04 May 2020 06:57:38 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1A3631063; Mon, 4 May 2020 06:57:38 -0700 (PDT) X-Received: from e123331-lin.nice.arm.com (unknown [10.37.8.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 134A23F305; Mon, 4 May 2020 06:57:36 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, philmd@redhat.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH 2/5] EmbeddedPkg: remove Lan91x network controller driver Date: Mon, 4 May 2020 15:57:24 +0200 Message-Id: <20200504135727.18406-3-ard.biesheuvel@arm.com> In-Reply-To: <20200504135727.18406-1-ard.biesheuvel@arm.com> References: <20200504135727.18406-1-ard.biesheuvel@arm.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,ard.biesheuvel@arm.com X-Gm-Message-State: UbTwZQGgP209oCmAVO6vthM6x1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1588600658; bh=HsMy0MkTdrCbB0RqqcjVSOrVdGujpBtHXOZ+SRcXNts=; h=Cc:Date:From:Reply-To:Subject:To; b=QZvcloGsTqQHO+UNdDtPaNqT7pQ6llsuywxXppenN1NaCp8G7cq2SED01C53JKLpbAc wFar+TsxlYk/7eBfg8Rql4FdWhMKVz4Frb0/d7z2RiheF+BUAEJ8YTg1pG1IPF6Si0JK3 kaq9jKNnyizb+7BuTv5y4BG34olZheaoTH4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The Lan91x network controller driver does not implement the UEFI driver model, and is not a suitable example for new drivers to be based on. Also, it is currently only used on a limited set of ARM development platforms. Due to this, it has been moved into the edk2-platforms repository, alongside its remaining users, which have been updated to refer to it in its new location. So drop this version from EmbeddedPkg. Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm Reviewed-by: Philippe Mathieu-Daude --- EmbeddedPkg/EmbeddedPkg.dec | 3 - EmbeddedPkg/Drivers/Lan91xDxe/Lan91xDxe.inf | 52 - EmbeddedPkg/Drivers/Lan91xDxe/Lan91xDxeHw.h | 272 --- EmbeddedPkg/Drivers/Lan91xDxe/Lan91xDxe.c | 2229 -------------------- 4 files changed, 2556 deletions(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 11e9f4f57731..6ef070e9e436 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -141,9 +141,6 @@ [PcdsFixedAtBuild.common] # duplex operation is suspected to be broken in the driver. gEmbeddedTokenSpaceGuid.PcdLan9118NegotiationFeatureMask|0xFFFFFEBF|UINT= 32|0x00000028 =20 - # LAN91x Ethernet Driver PCDs - gEmbeddedTokenSpaceGuid.PcdLan91xDxeBaseAddress|0x0|UINT32|0x00000029 - # # Android FastBoot # diff --git a/EmbeddedPkg/Drivers/Lan91xDxe/Lan91xDxe.inf b/EmbeddedPkg/Driv= ers/Lan91xDxe/Lan91xDxe.inf deleted file mode 100644 index ba63d26fe85a..000000000000 diff --git a/EmbeddedPkg/Drivers/Lan91xDxe/Lan91xDxeHw.h b/EmbeddedPkg/Driv= ers/Lan91xDxe/Lan91xDxeHw.h deleted file mode 100644 index d13f2bc6efc0..000000000000 diff --git a/EmbeddedPkg/Drivers/Lan91xDxe/Lan91xDxe.c b/EmbeddedPkg/Driver= s/Lan91xDxe/Lan91xDxe.c deleted file mode 100644 index e3e8d6889594..000000000000 --=20 2.17.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 (#58557): https://edk2.groups.io/g/devel/message/58557 Mute This Topic: https://groups.io/mt/73975412/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 11:11:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+58558+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58558+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1588600660; cv=none; d=zohomail.com; s=zohoarc; b=f4RKj4El15Gs1R6rDmWbWtFRzhJ94lfc9vOiNSQ73VuJNsJgHhAgiV7cjVbPYGD/WzOteyjw9hqYKJv4RpewEkwTz5onWa1rJHgAFPNqCgukyDCW1Ec9R27UgE3CtX/rIQAWZa4bBzVWzuQ+3V1RjK0yPNKspdMeMrGqgDwW3sQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588600660; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=y4kGltdR+7xPmr9a5CInuOvI8NydjSgLBHSjvjQrogA=; b=jINRAtXs+3sr2DN51/VjO/Wk//lB/e1XgvJow+QFrXzfbOKXePKZEfLJIhB9WQqB8RKPsJipjPQcWO36iepbN7nutFrrKyzWJIFYlpqofsiO5iFulp7u49NAJuTG+7YPJjpaFng1qYPGhJ5N5cWXEMdpkOgmuK8uCn3hF3bEJfg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58558+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1588600660636842.6157750201688; Mon, 4 May 2020 06:57:40 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 5kliYY1788612xwpur6Vnypu; Mon, 04 May 2020 06:57:40 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.6665.1588600659808206692 for ; Mon, 04 May 2020 06:57:39 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 719E71FB; Mon, 4 May 2020 06:57:39 -0700 (PDT) X-Received: from e123331-lin.nice.arm.com (unknown [10.37.8.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6B5D03F305; Mon, 4 May 2020 06:57:38 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, philmd@redhat.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH 3/5] EmbeddedPkg: remove Lan9118 network controller driver Date: Mon, 4 May 2020 15:57:25 +0200 Message-Id: <20200504135727.18406-4-ard.biesheuvel@arm.com> In-Reply-To: <20200504135727.18406-1-ard.biesheuvel@arm.com> References: <20200504135727.18406-1-ard.biesheuvel@arm.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,ard.biesheuvel@arm.com X-Gm-Message-State: pXURsjUTsmu2eKdTlK9qpMFtx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1588600660; bh=P/kUgzwQOLwO2jSWAar4hM4f+bcu1fSexrVAn4SsFv8=; h=Cc:Date:From:Reply-To:Subject:To; b=QFCoovtgslCnN/gYymHTwW4pxqT0ixGZChpY3XVhhcZd2agmycQl93HvuX4akJntJN6 x7Foek3hkMckryEpVjiT7bVlVzA9JL02lNTt4yF9UNR7tix74vbPebv90Nb6HrOXpm3Bm 6o/ibeChqo4kluB9aAN3mpIfSPEuEumgWXU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The Lan9118 network controller driver does not implement the UEFI driver model, and is not a suitable example for new drivers to be based on. Also, it is currently only used on a limited set of ARM development platforms. Due to this, it has been moved into the edk2-platforms repository, alongside its remaining users, which have been updated to refer to it in its new location. So drop this version from EmbeddedPkg. Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm Reviewed-by: Philippe Mathieu-Daude --- EmbeddedPkg/EmbeddedPkg.dec | 8 - EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf | 51 - EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.h | 297 ---- EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeHw.h | 394 ----- EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeUtil.h | 276 ---- EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.c | 1532 -------------------- EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeUtil.c | 1032 ------------- 7 files changed, 3590 deletions(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 6ef070e9e436..8b3019eec725 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -133,14 +133,6 @@ [PcdsFixedAtBuild.common] gEmbeddedTokenSpaceGuid.PcdGdbMaxPacketRetryCount|10000000|UINT32|0x0000= 004c gEmbeddedTokenSpaceGuid.PcdGdbTimerPeriodMilliseconds|250|UINT32|0x00000= 04d =20 - # LAN9118 Ethernet Driver PCDs - gEmbeddedTokenSpaceGuid.PcdLan9118DxeBaseAddress|0x0|UINT32|0x00000025 - gEmbeddedTokenSpaceGuid.PcdLan9118DefaultMacAddress|0x0|UINT64|0x00000026 - gEmbeddedTokenSpaceGuid.PcdLan9118DefaultNegotiationTimeout|4000|UINT32|= 0x00000027 - # The default feature mask below disables full duplex negotiation, since= full - # duplex operation is suspected to be broken in the driver. - gEmbeddedTokenSpaceGuid.PcdLan9118NegotiationFeatureMask|0xFFFFFEBF|UINT= 32|0x00000028 - # # Android FastBoot # diff --git a/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf b/EmbeddedPkg/Dr= ivers/Lan9118Dxe/Lan9118Dxe.inf deleted file mode 100644 index 35e6460f3b2e..000000000000 diff --git a/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.h b/EmbeddedPkg/Driv= ers/Lan9118Dxe/Lan9118Dxe.h deleted file mode 100644 index 76cf9226c510..000000000000 diff --git a/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeHw.h b/EmbeddedPkg/Dr= ivers/Lan9118Dxe/Lan9118DxeHw.h deleted file mode 100644 index 80df34b87e63..000000000000 diff --git a/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeUtil.h b/EmbeddedPkg/= Drivers/Lan9118Dxe/Lan9118DxeUtil.h deleted file mode 100644 index 24e74077e559..000000000000 diff --git a/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.c b/EmbeddedPkg/Driv= ers/Lan9118Dxe/Lan9118Dxe.c deleted file mode 100644 index 2138f7576bec..000000000000 diff --git a/EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118DxeUtil.c b/EmbeddedPkg/= Drivers/Lan9118Dxe/Lan9118DxeUtil.c deleted file mode 100644 index be4d6bb9c1cf..000000000000 --=20 2.17.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 (#58558): https://edk2.groups.io/g/devel/message/58558 Mute This Topic: https://groups.io/mt/73975414/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 11:11:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+58559+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58559+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1588600662; cv=none; d=zohomail.com; s=zohoarc; b=cgYejXsCvMdBXiTLfEVOfRn11rp4jOZ+HmOfGG09VDxVkg8ZzcDbi/9gozaLUBq5TX5B9vfrJpb/9G/YP3UeFDXP8dh5yv1U5zVh5vVibnYqJrR1CCS2f6hYJMHBIkSCRgB1YoV+wV3h4gp/aFsBPee57k/D8QN2Sz/o/rQUjDM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588600662; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=xIpj6P7W1SkhXl31ftL3MqxDzRYqCDuvRRzfdiGdC4U=; b=PiuJ2iNwfTFVW8vUQQkdhssV3+OaH7SzxTEbsIWNvs44tJnwhNwJ44LK1t1bCEqV9ih3Sn8jtYPqiGXzbLtNl66mmrNhp3hG2mcm7p69vjVKUSHZ/yrmWhkRBgRDKeBQZq7ZOqLK/WEkYDspLbqxTeapWDKGhEo5HistW7ehv0A= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58559+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1588600662109247.2412568078006; Mon, 4 May 2020 06:57:42 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id QxZtYY1788612xQWI9fDojAm; Mon, 04 May 2020 06:57:41 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.6674.1588600661126110064 for ; Mon, 04 May 2020 06:57:41 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C953F1045; Mon, 4 May 2020 06:57:40 -0700 (PDT) X-Received: from e123331-lin.nice.arm.com (unknown [10.37.8.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C26353F305; Mon, 4 May 2020 06:57:39 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, philmd@redhat.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH 4/5] EmbeddedPkg: remove SiI3132 SATA controller driver Date: Mon, 4 May 2020 15:57:26 +0200 Message-Id: <20200504135727.18406-5-ard.biesheuvel@arm.com> In-Reply-To: <20200504135727.18406-1-ard.biesheuvel@arm.com> References: <20200504135727.18406-1-ard.biesheuvel@arm.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,ard.biesheuvel@arm.com X-Gm-Message-State: WjOgXqaJMEshsOA3wwIyLIpcx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1588600661; bh=ptTKc7Hc7Triq9954nr7eluuey3z688JK0efkr44/Kk=; h=Cc:Date:From:Reply-To:Subject:To; b=oVY6dzHDFMpcL7LxbLnCOB0vRxkaGp1gnoFhbc3zr4LeTsB8mvOuaAtWm/N938kICcw DluZHe5cNOuAYed+NzXmimq+8cqmCMy7cUa4ZIIH8iiCm2nf+Rhxr7kFbVf+qy6KXvM+P ZGuHGOjQrM6/x1RZGfB6XFRZayhQo5Zs9A4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The SiI3132 SATA controller driver does not implement the UEFI driver model, and is not a suitable example for new drivers to be based on. Also, it is currently only used on a limited set of ARM development platforms. Due to this, it has been moved into the edk2-platforms repository, alongside its remaining users, which have been updated to refer to it in its new location. So drop this version from EmbeddedPkg. Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm Reviewed-by: Philippe Mathieu-Daude --- EmbeddedPkg/EmbeddedPkg.dec | 3 - EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132Dxe.inf | 42 - EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132.h | 279 ------- EmbeddedPkg/Drivers/SataSiI3132Dxe/ComponentName.c | 172 ---- EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132.c | 539 ------------- EmbeddedPkg/Drivers/SataSiI3132Dxe/SiI3132AtaPassThru.c | 827 ------------= -------- 6 files changed, 1862 deletions(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 8b3019eec725..0d7d76fc3c69 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -87,9 +87,6 @@ [PcdsFeatureFlag.common] gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|FALSE|BO= OLEAN|0x0000001b gEmbeddedTokenSpaceGuid.PcdGdbSerial|FALSE|BOOLEAN|0x00000053 =20 - gEmbeddedTokenSpaceGuid.PcdSataSiI3132FeaturePMPSupport|FALSE|BOOLEAN|0x= 00000050 - gEmbeddedTokenSpaceGuid.PcdSataSiI3132FeatureDirectCommandIssuing|FALSE|= BOOLEAN|0x00000051 - [PcdsFixedAtBuild.common] gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0|UINT32|0x0000000b gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|131072|UINT32|0x0000000c diff --git a/EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132Dxe.inf b/Embedd= edPkg/Drivers/SataSiI3132Dxe/SataSiI3132Dxe.inf deleted file mode 100644 index 227e52adb45a..000000000000 diff --git a/EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132.h b/EmbeddedPkg= /Drivers/SataSiI3132Dxe/SataSiI3132.h deleted file mode 100644 index 20636574c271..000000000000 diff --git a/EmbeddedPkg/Drivers/SataSiI3132Dxe/ComponentName.c b/EmbeddedP= kg/Drivers/SataSiI3132Dxe/ComponentName.c deleted file mode 100644 index 0ce01bd363fc..000000000000 diff --git a/EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132.c b/EmbeddedPkg= /Drivers/SataSiI3132Dxe/SataSiI3132.c deleted file mode 100644 index df0f16d19a8f..000000000000 diff --git a/EmbeddedPkg/Drivers/SataSiI3132Dxe/SiI3132AtaPassThru.c b/Embe= ddedPkg/Drivers/SataSiI3132Dxe/SiI3132AtaPassThru.c deleted file mode 100644 index 0e2905c1ebb0..000000000000 --=20 2.17.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 (#58559): https://edk2.groups.io/g/devel/message/58559 Mute This Topic: https://groups.io/mt/73975415/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 11:11:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+58560+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58560+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1588600663; cv=none; d=zohomail.com; s=zohoarc; b=PWIN9HRfOeM9qOrqk5tDaLr5Szx9gdf4y0LocSQAX7XUJXR2BUqDKrmDEEKzaAxKSBsBCPyCqkrh/0I7szZI3kIs4sMCUMu/aJiRiWRE9DFXOgbVkk1M1yhjkTKC4kieoQ6ZCQyo24DyzS2PX42qmJAOuvqtM72Cle+2XOuYnhg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588600663; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To; bh=x8LI15JoqdHQqlgusLLaT9bDlJpOjjf10pPWKcUXcTY=; b=Vay4xVwnEsqsH/ozvz+mKWDQdsLlC309YH6HOIVZrbqnbZwLKUTAqHmRkhkuhK8sNEWQke/NEnkryGkLsnFc/bTGQQJxKeP9YaALFipnEGK4+sSRCgngdcPTCkpjX8FFD3tb65YJDDPPTsZmRzlkdvvb4pV6i6p6j/liKRVcoBY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+58560+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1588600663497713.0603117780909; Mon, 4 May 2020 06:57:43 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 0IJyYY1788612xEY3rvMBlAt; Mon, 04 May 2020 06:57:43 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.6716.1588600662483155803 for ; Mon, 04 May 2020 06:57:42 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2DD4A1FB; Mon, 4 May 2020 06:57:42 -0700 (PDT) X-Received: from e123331-lin.nice.arm.com (unknown [10.37.8.24]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 267233F305; Mon, 4 May 2020 06:57:40 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif@nuviainc.com, philmd@redhat.com, Ard Biesheuvel Subject: [edk2-devel] [PATCH 5/5] EmbeddedPkg: remove ISP 1716 USB host controller driver Date: Mon, 4 May 2020 15:57:27 +0200 Message-Id: <20200504135727.18406-6-ard.biesheuvel@arm.com> In-Reply-To: <20200504135727.18406-1-ard.biesheuvel@arm.com> References: <20200504135727.18406-1-ard.biesheuvel@arm.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,ard.biesheuvel@arm.com X-Gm-Message-State: p5CNc9IQdjQIp610hCc2EjKqx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1588600663; bh=94GuQCaVHi7b8O68BXuIrPdTJ4WLjKbeW4Kn6TroOHM=; h=Cc:Date:From:Reply-To:Subject:To; b=MEhsHgJVVHQhOB5k+K9EY29xMW8kN8TxLQllNuMt/+mt6JEG2ggRPifKPcnQhCkKlpn 9fRn5uUERI9PCrw9cjh94GkN0942MO/99ZG9Xob/jvgeilFzZIwe/224wznfOJtAixW9Q s1EFH3rLEmOWadwiMPPTcBhbW4y6lFVgFyw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The ISP 1716 USB host controller driver does not implement the UEFI driver model, and is not a suitable example for new drivers to be based on. Also, it is currently only used on a limited set of ARM development platforms. Due to this, it has been moved into the edk2-platforms repository, alongside its remaining users, which have been updated to refer to it in its new location. So drop this version from EmbeddedPkg. Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm Reviewed-by: Philippe Mathieu-Daude --- EmbeddedPkg/EmbeddedPkg.dec | 3 - EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.inf | 38 -- EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.h | 116 ---- EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.c | 629 ----------------= ---- 4 files changed, 786 deletions(-) diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 0d7d76fc3c69..c2068ce5a8ce 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -146,9 +146,6 @@ [PcdsFixedAtBuild.common] [PcdsFixedAtBuild.ARM] gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0|UINT8|0x00000011 =20 - # ISP1761 USB OTG Controller - gEmbeddedTokenSpaceGuid.PcdIsp1761BaseAddress|0|UINT32|0x00000021 - [PcdsFixedAtBuild.AARCH64] gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0|UINT8|0x00000011 =20 diff --git a/EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.inf b/Embedded= Pkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.inf deleted file mode 100644 index b0c595c7b6e5..000000000000 diff --git a/EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.h b/EmbeddedPk= g/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.h deleted file mode 100644 index c4f1aabdc3cc..000000000000 diff --git a/EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.c b/EmbeddedPk= g/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.c deleted file mode 100644 index 3ad453595bcd..000000000000 --=20 2.17.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 (#58560): https://edk2.groups.io/g/devel/message/58560 Mute This Topic: https://groups.io/mt/73975417/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-