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 60C1A941348 for ; Mon, 23 Oct 2023 07:18:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ci+9PFz9iFnl4KvNeHTKEKm7BypD4VNETAN679SXiHU=; 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=1698045485; v=1; b=qWcy+qztkB8yEEJ77mgAx0R395ysi2O8Z2ewQjpSzvC5zO5TseZwXBzft8We22iwOLH4e3Il 8IDaAUus2hV9Y+4+2Rt4CA5OKD0v5cis/E3JN/GOg1jMjNhfEVjFC6sENKPk8NIrS+76Dzw0SIG cTBJafZ+OHU6Fyz6gL9rkwVs= X-Received: by 127.0.0.2 with SMTP id w2H9YY7687511xOCIte9JTFz; Mon, 23 Oct 2023 00:18:05 -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.115560.1698045482497875576 for ; Mon, 23 Oct 2023 00:18:04 -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 fd01.gateway.ufhost.com (Postfix) with ESMTP id BD51724E1BB; Mon, 23 Oct 2023 15:17:50 +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; Mon, 23 Oct 2023 15:17:50 +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; Mon, 23 Oct 2023 15:17:47 +0800 From: "John Chew" To: CC: John Chew , Sunil V L , Leif Lindholm , Michael D Kinney , "Cc : Li Yong" Subject: [edk2-devel] [PATCH v2 0/5] Designware MMCDXE changes and enhancement Date: Mon, 23 Oct 2023 15:17:10 +0800 Message-ID: <20231023071715.777-1-yuinyee.chew@starfivetech.com> MIME-Version: 1.0 X-Originating-IP: [202.188.176.82] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) 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: x9Sw8oIfjzyuO2jrLnDukDoVx7686176AA= 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=qWcy+qzt; 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 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: Michael D Kinney Cc: 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 (#109890): https://edk2.groups.io/g/devel/message/109890 Mute This Topic: https://groups.io/mt/102130684/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-