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 4D21A7803CC for ; Fri, 3 Nov 2023 02:52:41 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=b6GMFx/9P69aa3tLpT4pk5j4HLlhAFzjpOb0bjwOLO4=; 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=1698979959; v=1; b=WuiMVZeZOom/yLACp6xvRUdXvXpIf8oHe92LfbHgsQKFdpZKCx3dnIogf3Mymxv+g7YElhkW 7D+C1Yz7DbahSfRmv3aKSeas6b1tZV+Y8DUw6Ry7CSP0k87d4wJUExsnWlGPA4IZWhiM56Aot3C EO6iVI6NFCwc6EVHy435o1Mc= X-Received: by 127.0.0.2 with SMTP id blLDYY7687511x3mKE0S5lxF; Thu, 02 Nov 2023 19:52:39 -0700 X-Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by mx.groups.io with SMTP id smtpd.web10.19181.1698979958930265595 for ; Thu, 02 Nov 2023 19:52:39 -0700 X-Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id ACCE024E314; Fri, 3 Nov 2023 10:52:36 +0800 (CST) X-Received: from EXMBX073.cuchost.com (172.16.6.83) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 3 Nov 2023 10:52:36 +0800 X-Received: from localhost.localdomain (161.142.158.84) by EXMBX073.cuchost.com (172.16.6.83) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 3 Nov 2023 10:52:33 +0800 From: "John Chew" To: CC: mindachen1987 , Sunil V L , Leif Lindholm , "Ard Biesheuvel" , Michael D Kinney , Li Yong Subject: [edk2-devel] [PATCH v3 3/5] DesignWare/DwEmmcDxe: Remove ARM dependency library Date: Fri, 3 Nov 2023 10:51:29 +0800 Message-ID: <20231103025131.1643-4-yuinyee.chew@starfivetech.com> In-Reply-To: <20231103025131.1643-1-yuinyee.chew@starfivetech.com> References: <20231103025131.1643-1-yuinyee.chew@starfivetech.com> MIME-Version: 1.0 X-Originating-IP: [161.142.158.84] X-ClientProxiedBy: EXCAS062.cuchost.com (172.16.6.22) 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: rMTEN5T0P6p7gOGkKahkPHZkx7686176AA= 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=WuiMVZeZ; 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: Sunil V L Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Michael D Kinney 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 (#110599): https://edk2.groups.io/g/devel/message/110599 Mute This Topic: https://groups.io/mt/102357274/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-