From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.33924.1620662868189778617 for ; Mon, 10 May 2021 09:07:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=Ml+TKA5i; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id 50D8C61278 for ; Mon, 10 May 2021 16:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1620662867; bh=Ho4vHRJSo3kyWU6opwkSa3YmWfHyjL1/sEPG1VbTxq8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Ml+TKA5idfkTAbthjiVoox6mEa3Vuqqr/3rVcobqYfUvbNJJ61sM2ZRcQ7XRlOIAM yKUQawS9SZtBwnmlLni1fHQy3in90g27bHRqWECHzfYzi03nmhP97PVrmF+lJNFWQK /gh99o3gPzjnaGCMvxxIx8PvWUeD3/kpMHvZ+vf5/UCGANRWAFeDVFF/BziZgFy3gM MH8gaboPoMPDZKBo+wZLMUls2kfN8czo36YsRIgBvpCll82i1j0EMIx47HzZnkNXpg 4Z/VIS8WDw8iKrikyCSZtcEQK4gxRZzuYs+ZqIF0YgFXH6oJOTuJfsNc20igOwfkCj tGTK48EMx0smA== Received: by mail-oi1-f169.google.com with SMTP id i81so16263033oif.6 for ; Mon, 10 May 2021 09:07:47 -0700 (PDT) X-Gm-Message-State: AOAM531caQ3LvVuAgh/0g7dxlwEMO4E80EqKGTiuOhUgSzFQQyvH5pU9 SdrNmzBqj3hhXoyDH8XmfBM9FpSqehJH9LojgQE= X-Google-Smtp-Source: ABdhPJzLJRWxslj2Ax7IAog6cB6ObdUexImnfTo1cVmOvgPnWdeU1rj+M/Rf0yXAvo89DOT67zOzhfxRvsQnWcgpUiM= X-Received: by 2002:a54:4395:: with SMTP id u21mr18298190oiv.174.1620662866549; Mon, 10 May 2021 09:07:46 -0700 (PDT) MIME-Version: 1.0 References: <20210419084901.380576-1-mw@semihalf.com> In-Reply-To: From: "Ard Biesheuvel" Date: Mon, 10 May 2021 18:07:35 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-platforms PATCH 0/6] Marvell SD/MMC updates To: Marcin Wojtas Cc: Leif Lindholm , Ard Biesheuvel , Grzegorz Jaszczyk , edk2-devel-groups-io , Kostya Porotchkin , upstream@semihalf.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 30 Apr 2021 at 20:04, Marcin Wojtas wrote: > > Hi, > > > pon., 19 kwi 2021 o 10:52 Marcin Wojtas napisa=C5=82(a)= : > > > > 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= -uspstream-r20210416 > > > > Correct link: > > https://github.com/semihalf-wojtas-marcin/edk2-platforms/commits/mmc-up= stream-r20210419 > > > > I am looking forward to your review. > > > > Do you have any comments/remarks to the patchset? > For the series, Acked-by: Ard Biesheuvel Pushed as 7661dfff1528..c7e1631a673f thanks, > > > > > > 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/NonDiscoverable= InitLib.h | 1 + > > > Platform/Marvell/Cn913xDb/NonDiscoverableInitLib/NonDiscoverableInit= Lib.h | 1 + > > > Platform/Marvell/Armada70x0Db/Armada70x0DbBoardDescLib/Armada70x0DbB= oardDescLib.c | 2 +- > > > Platform/Marvell/Armada70x0Db/NonDiscoverableInitLib/NonDiscoverable= InitLib.c | 79 +++++++++++++++----- > > > Platform/Marvell/Armada80x0Db/Armada80x0DbBoardDescLib/Armada80x0DbB= oardDescLib.c | 2 +- > > > Platform/Marvell/Cn913xDb/BoardDescriptionLib/Cn9130DbABoardDescLib.= c | 8 +- > > > Platform/Marvell/Cn913xDb/NonDiscoverableInitLib/NonDiscoverableInit= Lib.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 > > >