From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=VUydY7zI; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.222.196, mailfrom: mw@semihalf.com) Received: from mail-qk1-f196.google.com (mail-qk1-f196.google.com [209.85.222.196]) by groups.io with SMTP; Mon, 29 Apr 2019 06:54:32 -0700 Received: by mail-qk1-f196.google.com with SMTP id w73so5908057qkb.13 for ; Mon, 29 Apr 2019 06:54:32 -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=lzBmD2oNNeP87tm5b3cN8u1K1zidGgFAEFtzOZrjdWg=; b=VUydY7zI7LT3pJeO6ZE1P3oFBz52Zd+mjkx707TzOJrSTyET7xD8NywYzmjxm51sYv vVV4cnOR0ARma2d4etDFP85rfSLvZeAw+YC7ClKzkYG+YBHqEGO5SBABjcgSUiPsIX+p EUoskine6havwDipLMtRVTtLIjFwfJhv90kunMi0oRq6eclx4H4XRfyX/ktKA87jNXDH A6/U623Jc/zLhyg2MvdZZJkkalSJNrWPaITqHxL0cV5oIfTTrFR3OOlkEdoFkRZmkYg8 OZSMDhzbbVijOg/pJGFhELyxes5gaxR7ZHoSMQQ4Cat4VUA0qWVJk3qvhU4CvCQYsxQ6 auSw== 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=lzBmD2oNNeP87tm5b3cN8u1K1zidGgFAEFtzOZrjdWg=; b=LXH5po5TUJ559ipQOJqTAFr8a1X0JV77eM4AiAHMbirj6VLU6eiYoFU2hFArFY+az5 /MJSlJXnFTM6ff8pUqtQNkPwVi4oEp0WHV+2UT5hO6UxaExmNatx7kbl2bIoePfl98s7 xd6mF2S0RlMCLsA3qRtesZcvQrrDIu64/wMF97tyGLi0/JRni/rLCjuyTQEW0LaP63E2 nABY24cnh3r5QvYLA7FK5Scfo9QGPjoSGF29jy4aBwVJnD99yBCE+IFfHQA2Vo7nC26m zIXrNonx0wWgeLImS+QTkO9QdrGRc8dWnRA28lsycuwsl8eN4OAxsMFF/mx1xKj4K++C HYPQ== X-Gm-Message-State: APjAAAVVbXX9HuldB2zZEfzCjigbDnot22K9G5BbSKCd+b+FxmOvcgVH 6DCjqT6JO1cK9Z/RbLiG+wxQxwbi8X0TsqXgyJUAtw== X-Google-Smtp-Source: APXvYqyKXiRw9LnBCakYS4mXP8a8kk3z0r7iInYVLOmYbG5/Cvsq9/r6txEO5SvneRHrQLjzr856IWH8+gufObvPJ0s= X-Received: by 2002:a37:7f84:: with SMTP id a126mr45554309qkd.231.1556546071476; Mon, 29 Apr 2019 06:54:31 -0700 (PDT) MIME-Version: 1.0 References: <1556191704-28834-1-git-send-email-mw@semihalf.com> <20190425120123.55ytftaqcbmzdzri@bivouac.eciton.net> In-Reply-To: From: "Marcin Wojtas" Date: Mon, 29 Apr 2019 15:54:13 +0200 Message-ID: Subject: Re: [edk2-platforms: PATCH v3 0/4] Armada7k8k FVB improvements To: Leif Lindholm Cc: edk2-devel-groups-io , Ard Biesheuvel , "jsd@semihalf.com" , Grzegorz Jaszczyk , Kostya Porotchkin , Jici Gao Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Leif, Ard, czw., 25 kwi 2019 o 14:35 Marcin Wojtas napisa=C5=82(a): > > Hi Leif, > > czw., 25 kwi 2019 o 14:01 Leif Lindholm napisa= =C5=82(a): > > > > Hi Marcin, > > > > Just to be awkward - edk2-platforms (and edk2-non-osi) have not yet > > been relicensed, so we still need "contributed-under" here. > > > > For this series, can you confirm to the list that this is indeed > > Contributed-under: TianoCore Contribution Agreement 1.1 > > ? If so, we can fix that up before committing. > > > > Yes, I confirm that - if possible fix-up. Actually I removed those > lines right before sending :) > Do you have any more comments on the patchset? Thanks, Marcin > Best regards, > Marcin > > > I'll start looking into what we need to do for a license transition > > for edk2-platforms master next week. > > > > Best Regards, > > > > Leif > > > > On Thu, Apr 25, 2019 at 01:28:20PM +0200, Marcin Wojtas wrote: > > > Hi, > > > > > > The third version of the patchset cleans up the dependencies between > > > the SPI drivers, so that now they explicitly rely on the protocols' > > > instead of BEFORE statements and modules GUIDs. Also force dependency > > > between FTW and MvFvbDxe using library NULL resolution. > > > > > > The patches are available in the github: > > > https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commi= ts/fvb-upstream-r20190425 > > > > > > I'm looking forward to your comments or remarks. > > > > > > Best regards, > > > Marcin > > > > > > Changelog: > > > v2->v3 > > > > > > 3/4 (new patch) > > > * Clean-up MvSpiFlashDxe / MvSpiOrionDxe / MvFvbDxe dependencies and > > > rely on the protocols' GUIDs > > > > > > 4/4 > > > * Force dependency for loading FTW driver > > > > > > v1->v2 > > > * Replace clock-enabling patch with PEI phase FV cleanup > > > > > > Hanna Hawa (1): > > > Marvell/Drivers: MvFvbDxe: Change Pcd parameters to be 64 bit > > > > > > Kornel Duleba (1): > > > Marvell/Drivers: MvFvbDxe: Introduce non-mmio mode > > > > > > Marcin Wojtas (2): > > > Marvell/Armada7k8k: Cleanup PEI phase FV > > > Marvell/Drivers/Spi: Improve modules dependencies > > > > > > Silicon/Marvell/Marvell.dec | 7 +- > > > Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 18 ++= - > > > Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 3 - > > > Silicon/Marvell/Drivers/Spi/MvFvbDxe/MvFvbDxe.inf | 14 +- > > > Silicon/Marvell/Drivers/Spi/MvSpiFlashDxe/MvSpiFlashDxe.inf | 5 +- > > > Silicon/Marvell/Drivers/Spi/MvSpiOrionDxe/MvSpiOrionDxe.inf | 5 +- > > > Silicon/Marvell/Drivers/Spi/MvFvbDxe/MvFvbDxe.h | 1 + > > > Silicon/Marvell/Drivers/Spi/MvFvbDxe/MvFvbDxe.c | 149 ++= +++++++++++++----- > > > 8 files changed, 140 insertions(+), 62 deletions(-) > > > > > > -- > > > 2.7.4 > > >