From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mx.groups.io with SMTP id smtpd.web11.6238.1618822370858426110 for ; Mon, 19 Apr 2021 01:52:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=U4bigexG; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.219.45, mailfrom: mw@semihalf.com) Received: by mail-qv1-f45.google.com with SMTP id h3so15736835qve.13 for ; Mon, 19 Apr 2021 01:52:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=dMfl3/BM4eBMBnD9m3Y16sdaHy8SaVknTTCWzA9Vlmw=; b=U4bigexG0kRYIuXQKr4SlRJwuFWRfQoJqAUTkMCGYFMA1b1wR0p4xIz5sMxcAhgGiz N5ckwgsJrlVOo1NxjlcnT0q6aOhinHiepaG7auMCz5BEy/KM0B6TOWQIw/3l4Hm4cJTs q5OixNzjDoFyQBp39IEnXalUIOrjAmOh26FwoD1q9RQfDWn1p/7145GKpuyif6uxo/Vt 4UfD2bdMIcHFN3CrWM+TX6iPov7COCZkrHuk/dCjZv00567P3YKX3MA6qd3U3ZY56Suo svUTkSwphg+hJvsUfJZ3RjT+V2yzJDIEpF8FtHXQKyvmPejLaX4i4r2e0CaaFisxrzKg Ahlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=dMfl3/BM4eBMBnD9m3Y16sdaHy8SaVknTTCWzA9Vlmw=; b=CCIy6+8n1e0yE4kM5hl/kkdwgy7tS+c1UmLLOcTOShHSW4H91rNROl8z4RUxQXPJck bKwIs7aBg3buJ90GVTkzYbnogp6TZOWS3ovaSHG/SgWN/03Tblm5HSIFvaqGy6GYU6pv yGBlNYAMgNYG3KZCJEe3A9UBgf7S7tXgu6YVAtWCMVizSHOu52FMFJ57p3ekNXcikJNj B+IP32lnMK1624sOFMwnKvfOITm9zq7c7Oxy1ZxZ6CaElx3d/Fwx2nXxR3AHp1dIghCw lT3JQVT0LCfW/uu/OJaA38poGpQRaG+8uzMmpWvEA5E9E3CxK6ll+2NjzlnXWZ2gZwOY cE4Q== X-Gm-Message-State: AOAM533+wl/Mf3y8pCulzctdLQSGqrm3KDuKIJylXQ9qu+SQIrKgBScK 3bw40oJCgFXxKfFInAUOFAdiUbFILF2C1nEEBz53czBnofd94X/S X-Google-Smtp-Source: ABdhPJw33ZiXU3TPi6+1HTQVdyGopoTq0PtMqWjUBqrOOzngfaj33cTvsR8k74VOeyq1sH4GmX9yOL1qDLmbQ/8Lis4= X-Received: by 2002:a0c:aa04:: with SMTP id d4mr20376303qvb.16.1618822369825; Mon, 19 Apr 2021 01:52:49 -0700 (PDT) MIME-Version: 1.0 References: <20210419084901.380576-1-mw@semihalf.com> In-Reply-To: <20210419084901.380576-1-mw@semihalf.com> From: "Marcin Wojtas" Date: Mon, 19 Apr 2021 10:52:39 +0200 Message-ID: Subject: Re: [edk2-platforms PATCH 0/6] Marvell SD/MMC updates To: edk2-devel-groups-io Cc: Leif Lindholm , Ard Biesheuvel , Grzegorz Jaszczyk , Kostya Porotchkin , upstream@semihalf.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable pon., 19 kwi 2021 o 10:49 Marcin Wojtas napisa=C5=82(a): > > Hi, > > This series applies modifications to the MMC settings > on the platforms based on the Marvell SoCs. > Where possible, higher speeds are enabled. > Moreover a DSDT description is added, which allows > to make use of the SD/MMC in the OS booted with ACPI. > > More details can be found in the commit logs. > The patchest is publicly available in the github: > https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/misc-usp= stream-r20210416 Correct link: https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/mmc-upstre= am-r20210419 I am looking forward to your review. Best regards, Marcin > > Best regards, > Marcin > > Marcin Wojtas (6): > Marvell/Armada80x0Db: Update CP0 MMC settings > Marvell/Armada80x0Db: Introduce SD/MMC ACPI description > Marvell/Armada70x0Db: Update CP0 MMC settings > Marvell/Armada70x0Db: Introduce SD/MMC ACPI description > Marvell/Cn913xDb: Update AP807 MMC settings > Marvell/Cn913xDb: Introduce SD/MMC ACPI description > > Platform/Marvell/Armada70x0Db/NonDiscoverableInitLib/NonDiscoverableInit= Lib.h | 1 + > Platform/Marvell/Cn913xDb/NonDiscoverableInitLib/NonDiscoverableInitLib.= h | 1 + > Platform/Marvell/Armada70x0Db/Armada70x0DbBoardDescLib/Armada70x0DbBoard= DescLib.c | 2 +- > Platform/Marvell/Armada70x0Db/NonDiscoverableInitLib/NonDiscoverableInit= Lib.c | 79 +++++++++++++++----- > Platform/Marvell/Armada80x0Db/Armada80x0DbBoardDescLib/Armada80x0DbBoard= DescLib.c | 2 +- > Platform/Marvell/Cn913xDb/BoardDescriptionLib/Cn9130DbABoardDescLib.c = | 8 +- > Platform/Marvell/Cn913xDb/NonDiscoverableInitLib/NonDiscoverableInitLib.= c | 23 ++++++ > Silicon/Marvell/Armada7k8k/AcpiTables/Armada70x0Db/Dsdt.asl = | 56 ++++++++++++++ > Silicon/Marvell/Armada7k8k/AcpiTables/Armada80x0Db/Dsdt.asl = | 59 +++++++++++++++ > Silicon/Marvell/OcteonTx/AcpiTables/T91/Cn913xDbA/Dsdt.asl = | 59 +++++++++++++++ > 10 files changed, 266 insertions(+), 24 deletions(-) > > -- > 2.29.0 >