From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=DJes1imX; spf=pass (domain: linaro.org, ip: 209.85.221.67, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by groups.io with SMTP; Fri, 03 May 2019 00:36:07 -0700 Received: by mail-wr1-f67.google.com with SMTP id a12so6486298wrq.10 for ; Fri, 03 May 2019 00:36:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=DAdpZLXwRGHCogPZ7hkUiGuVV6MviWF/LjHqs8Rnk+M=; b=DJes1imXYfELOAWDXG5dbCNAbFeWNvNTxjEpKYPysWj/C7O0rEiMy6X+aPep2TuFgu CJL6cIiNAJtkdfY6nkxArLskRbhwDKECaTmRh+kuH0UJh06l1B4JnL04tMFgIAFzunkf 9asNV1KojRuLYdDi+moD1kwQpDgAYFvdPyT73zmOEwkT37HfptC9wn43Vr6Z+U/INdnw T6g5pqYb4wNmvSF5pC7XO8oRSuzXFWfK0VCX7S7L+0JjVo/yHBhTKifmgAV8qVpdyIGV f+ivX/ryIKCmf6AlDliOv0ESay6a+jYcAITaeURQIcXrj3AoiYna0pnAN8pysV7bjV01 2EIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=DAdpZLXwRGHCogPZ7hkUiGuVV6MviWF/LjHqs8Rnk+M=; b=bP3Zbhx+GhgzmAXPXKMGwcm5SmFliI60yp7NXm85SxrtQhWyLNtJTRddjhLRexJUPx zjQYXLO9xk5IokI0GTcw/2lQUsUJAmRVR9OORp2KwSz4QO7IToboUpQh4HLNggJwdT0x KJipN9EFXsdy1gg3Ot1/uBjXt3R2z+Tjkb/m5PcFuHjTMuEo+WNz5CdcIaTSMEVBCxOj RO7BoVoAKZNyre12xHYg70Qv6pbYsK1kgHWGf1VQ1QDgV5cUmJTT/hDTrb5N450FNx1v 2L8quFT2RrlwrIs/95AliVmQS6ICUNvp6CqoWvin+pzcjV8TL02avdaXWu4ePaTuBLwL HvtQ== X-Gm-Message-State: APjAAAWysJCgDAHdypIbWuGK7Mvv06a6DmslH58moJjou3qFvmEUjeAu bCLJGebvI4Ny1xoNh6imyf8++w== X-Google-Smtp-Source: APXvYqwzmLgYha96ikfyejjSSJB+gkRIpTfvJgVPwiDzFFGT7mAdjX4DJpfTpcsVOgSRnJB7l9opxw== X-Received: by 2002:adf:df88:: with SMTP id z8mr5549869wrl.209.1556868965444; Fri, 03 May 2019 00:36:05 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id l127sm1526063wml.40.2019.05.03.00.36.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 03 May 2019 00:36:04 -0700 (PDT) Date: Fri, 3 May 2019 08:36:02 +0100 From: "Leif Lindholm" To: Marcin Wojtas Cc: devel@edk2.groups.io, ard.biesheuvel@linaro.org, jsd@semihalf.com, jaz@semihalf.com, kostap@marvell.com, Jici.Gao@arm.com Subject: Re: [edk2-platforms: PATCH 0/4] Armada 7k8k network improvements Message-ID: <20190503073602.risp2rdtgdondo3p@bivouac.eciton.net> References: <1556841016-10342-1-git-send-email-mw@semihalf.com> MIME-Version: 1.0 In-Reply-To: <1556841016-10342-1-git-send-email-mw@semihalf.com> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, May 03, 2019 at 01:50:12AM +0200, Marcin Wojtas wrote: > Hi, > > This small patchset extends PP2 NIC driver with the basic > AdapterInformationProtocol support and adds 88E1112 PHY support. > Also a minor fix is included on top. > > The patches are available in the github: > https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/net-upstream-r20190503 > > I'm looking forward to your comments or remarks. For v2, please add a comment to 0/4 on what user(or developer)-observable effect this has on existing edk2-platforms ... platforms. No comments (beyond Ard's) on the actual patches. Best Regards, Leif > Best regards, > Marcin > > Marcin Wojtas (3): > Marvell/Drivers: MvPhyDxe: Improve 88E1510 initialization > Marvell/Drivers: MvPhyDxe: Introduce 88E1112 initialization > Marvell/Drivers: MvPhyDxe: Reset PHY only once > > Tomasz Michalec (1): > Marvel/Drivers: Pp2Dxe: Basic support for Adapter Information Protocol > > Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.inf | 1 + > Silicon/Marvell/Drivers/Net/MvPhyDxe/MvPhyDxe.h | 17 ++- > Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.h | 3 + > Silicon/Marvell/Drivers/Net/MvPhyDxe/MvPhyDxe.c | 111 ++++++++++---- > Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c | 157 ++++++++++++++++++++ > Silicon/Marvell/Documentation/PortingGuide.txt | 7 +- > 6 files changed, 265 insertions(+), 31 deletions(-) > > -- > 2.7.4 >