[edk2] [platforms: PATCH 0/7] Armada 70x0/80x0 network improvements

Marcin Wojtas posted 7 patches 6 years, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
Platform/Marvell/Armada/Armada70x0.dsc             |  21 +-
.../Marvell/Documentation/PortingGuide/Pp2.txt     |  34 +--
Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2Lib.c     | 185 +++++++++++++-
Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2Lib.h     |  31 +++
Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2LibHw.h   |  51 +++-
Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c       | 282 ++++++++++++++-------
Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.h       |  30 ++-
Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.inf     |  11 +-
Platform/Marvell/Include/Library/MvHwDescLib.h     |  26 ++
Platform/Marvell/Include/Protocol/MvPhy.h          |   3 +-
Platform/Marvell/Marvell.dec                       |  11 +-
11 files changed, 521 insertions(+), 164 deletions(-)
[edk2] [platforms: PATCH 0/7] Armada 70x0/80x0 network improvements
Posted by Marcin Wojtas 6 years, 7 months ago
Hi,

Let's get back to the Armada upstream, so that the iceberg of patches
melts. This patchset adds following improvements/features to the
Pp2Dxe driver:
* 10G support
* Proper multiple ports and controllers usage
* Cleaned PCD representation
Details can be found in the commit logs.

Patches are available in the github:
https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/pp2-upstream-r20170901

I'm looking forward to the comments or remarks.

Best regards,
Marcin

Joe Zhou (2):
  Drivers/Net/Pp2Dxe: Support multiple ethernet ports simultaneously
  Drivers/Net/Pp2Dxe: Increase amount of ingress resources

Marcin Wojtas (5):
  Drivers/Net/Pp2Dxe: Move registers' description to macros
  Drivers/Net/Pp2Dxe: Add SFI support
  Platforms/Marvell: Update ethernet ports types on A70x0 DB
  Drivers/Net/Pp2Dxe: Move devices description to MvHwDescLib
  Drivers/Net/Pp2Dxe: Enable using ports from different controllers

 Platform/Marvell/Armada/Armada70x0.dsc             |  21 +-
 .../Marvell/Documentation/PortingGuide/Pp2.txt     |  34 +--
 Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2Lib.c     | 185 +++++++++++++-
 Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2Lib.h     |  31 +++
 Platform/Marvell/Drivers/Net/Pp2Dxe/Mvpp2LibHw.h   |  51 +++-
 Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c       | 282 ++++++++++++++-------
 Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.h       |  30 ++-
 Platform/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.inf     |  11 +-
 Platform/Marvell/Include/Library/MvHwDescLib.h     |  26 ++
 Platform/Marvell/Include/Protocol/MvPhy.h          |   3 +-
 Platform/Marvell/Marvell.dec                       |  11 +-
 11 files changed, 521 insertions(+), 164 deletions(-)

-- 
1.8.3.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH 0/7] Armada 70x0/80x0 network improvements
Posted by Ard Biesheuvel 6 years, 7 months ago
Hi,

On 1 September 2017 at 03:37, Marcin Wojtas <mw@semihalf.com> wrote:
> Hi,
>
> Let's get back to the Armada upstream, so that the iceberg of patches
> melts. This patchset adds following improvements/features to the
> Pp2Dxe driver:
> * 10G support
> * Proper multiple ports and controllers usage
> * Cleaned PCD representation
> Details can be found in the commit logs.
>
> Patches are available in the github:
> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/pp2-upstream-r20170901
>
> I'm looking forward to the comments or remarks.
>

One general comment: we updated the contribution agreement to version
1.1. The changes only cover contributions to documentation, as far as
I am aware, but for new submissions, please switch to v1.1
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel