From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 88334940FBA for ; Thu, 19 Oct 2023 02:30:43 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=nPTxR88toOSI8vcPCJFkO98NBi4Dya+inkaoK1945vQ=; c=relaxed/simple; d=groups.io; h=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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20140610; t=1697682642; v=1; b=LfdHAH/QW1Wn/Dm6mUPowGoK8oU86odwlgEFqo8M2ZVCd42K3orHAmdDqkaYubCuR+eW22K4 O4omv2H1qh53xal5qJbFWx6bd3ZNDrQ42fvZNFyizYxSb/Kk8t4qM3Dpiw4Nyr1YHW/p6hq0Iy6 sBnMc0dcwrMdKlQcvfw20KDI= X-Received: by 127.0.0.2 with SMTP id k325YY7687511xP8Xgaknmwz; Wed, 18 Oct 2023 19:30:42 -0700 X-Received: from fd01.gateway.ufhost.com (fd01.gateway.ufhost.com [61.152.239.71]) by mx.groups.io with SMTP id smtpd.web11.18580.1697682641012634735 for ; Wed, 18 Oct 2023 19:30:41 -0700 X-Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by fd01.gateway.ufhost.com (Postfix) with ESMTP id 7350C8068; Thu, 19 Oct 2023 10:30:38 +0800 (CST) X-Received: from EXMBX073.cuchost.com (172.16.6.83) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 19 Oct 2023 10:30:38 +0800 X-Received: from localhost.localdomain (202.188.176.82) by EXMBX073.cuchost.com (172.16.6.83) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Thu, 19 Oct 2023 10:30:35 +0800 From: "John Chew" To: CC: mindachen1987 , Ard Biesheuvel , Leif Lindholm , "Sunil V L" , Li Yong Subject: [edk2-devel] [PATCH v1 3/4] DesignWare/DwEmmcDxe: Remove ARM dependency library Date: Thu, 19 Oct 2023 10:30:08 +0800 Message-ID: <20231019023009.1542-3-yuinyee.chew@starfivetech.com> In-Reply-To: <20231019023009.1542-1-yuinyee.chew@starfivetech.com> References: <20231019023009.1542-1-yuinyee.chew@starfivetech.com> MIME-Version: 1.0 X-Originating-IP: [202.188.176.82] X-ClientProxiedBy: EXCAS064.cuchost.com (172.16.6.24) To EXMBX073.cuchost.com (172.16.6.83) X-YovoleRuleAgent: yovoleflag 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 Reply-To: devel@edk2.groups.io,yuinyee.chew@starfivetech.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: dP6NYTJECeLVj9CgamPuNMzwx7686176AA= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="LfdHAH/Q"; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io From: mindachen1987 This driver do not have dependency on ArmLib. It will cause compilation error when compile with risv architecture. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sunil V L Cc: Li Yong Signed-off-by: mindachen1987 --- Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/DwEmmcDxe.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/DwEmmcDxe.inf b/= Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/DwEmmcDxe.inf index 18c84a4172f9..0bd78d5a05ad 100644 --- a/Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/DwEmmcDxe.inf +++ b/Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/DwEmmcDxe.inf @@ -30,7 +30,6 @@ [Packages] Silicon/Synopsys/DesignWare/DesignWare.dec =20 [LibraryClasses] - ArmLib BaseLib BaseMemoryLib CacheMaintenanceLib --=20 2.34.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 (#109774): https://edk2.groups.io/g/devel/message/109774 Mute This Topic: https://groups.io/mt/102053207/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-