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 A5611AC098C for ; Fri, 3 Nov 2023 02:52:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=KczXCtwVIWfXlvf71kHMH5rMb1t8rQAzvLbKvbeNLlA=; c=relaxed/simple; d=groups.io; h=From:To:CC:Subject:Date:Message-ID: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=1698979937; v=1; b=EaCmW0yFACUsGtzwSMoXTQwmUlWMFhe4NlT7g0+xa1Vl+leGDSEg+WaTomTR3J3ICV1rnca2 mNoB/6iCXmbxPh+Y8F0c45k23BB2TaEdAPxBivFvZHPXKqGgNwhzbBSoEndFmHCnHzXGhPi9xU5 ZGYGA3TH5PjJo+uaKVEFtQ30= X-Received: by 127.0.0.2 with SMTP id n7aYYY7687511xSaf74QuQGX; Thu, 02 Nov 2023 19:52:17 -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.18783.1698979935199766782 for ; Thu, 02 Nov 2023 19:52:16 -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 9968D24E17F; Fri, 3 Nov 2023 10:52:13 +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; Fri, 3 Nov 2023 10:52:13 +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:10 +0800 From: "John Chew" To: CC: John Chew , Sunil V L , Leif Lindholm , "Ard Biesheuvel" , Michael D Kinney , Li Yong Subject: [edk2-devel] [PATCH v3 0/5] Designware MMCDXE changes and enhancement Date: Fri, 3 Nov 2023 10:51:26 +0800 Message-ID: <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: x1KvygGUdyhTWts5uInv492Wx7686176AA= 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=EaCmW0yF; 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 v3: - CC Ard in this patch series [John Chew] v2: - Added maintainer to all patch in this series [Sunil] - Implement addition memory allocation strategy, where dma buffer is force to allocation below 4GB (Please refer to pathc 0005) [Sunil] v1: This patch series involves the following changes: 1. Remove DMA enable in CTRL register 2. Added DMA polling handling for RX/TX=20 3. Integrate SD MMC handling into the driver Cc: Sunil V L Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Michael D Kinney Cc: Li Yong John Chew (1): DesignWare/DwEmmcDxe: Force DMA buffer to allocate below 4GB mindachen1987 (4): DesignWare/DwEmmcDxe: Enabled Internal IDMAC interrupt RX/TX register DesignWare/DwEmmcDxe: Add CPU little endian option DesignWare/DwEmmcDxe: Remove ARM dependency library DesignWare/DwEmmcDxe: Add handling for SDMMC Silicon/Synopsys/DesignWare/DesignWare.dec = | 3 + Silicon/Synopsys/DesignWare/DesignWare.dsc = | 1 + Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/DwEmmc.h = | 70 +++-- Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/DwEmmcDxe.c = | 315 +++++++++++++++----- Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/DwEmmcDxe.inf = | 3 +- Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/{DwEmmcDxe.inf =3D> DwSdmmcD= xe.inf} | 11 +- 6 files changed, 283 insertions(+), 120 deletions(-) copy Silicon/Synopsys/DesignWare/Drivers/DwEmmcDxe/{DwEmmcDxe.inf =3D> DwS= dmmcDxe.inf} (74%) --=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 (#110596): https://edk2.groups.io/g/devel/message/110596 Mute This Topic: https://groups.io/mt/102357267/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-