public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [platforms: PATCH v2 0/7] Armada 70x0/80x0 network improvements
@ 2017-09-01 11:17 Marcin Wojtas
  2017-09-01 11:17 ` [platforms: PATCH v2 1/7] Drivers/Net/Pp2Dxe: Move registers' description to macros Marcin Wojtas
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Marcin Wojtas @ 2017-09-01 11:17 UTC (permalink / raw)
  To: edk2-devel
  Cc: leif.lindholm, ard.biesheuvel, nadavh, neta, kostap, jinghua,
	agraf, mw, jsd

Hi,

Here's quick v2 of the patchset with following changes:
* Add RB's
* Modify Contributed-under to v1.1
* Fix line breaking around functions in 2/7:
Status = Function (aaa,
           bbb,
           ccc);

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

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     | 167 +++++++++++-
 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, 503 insertions(+), 164 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-09-01 12:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-01 11:17 [platforms: PATCH v2 0/7] Armada 70x0/80x0 network improvements Marcin Wojtas
2017-09-01 11:17 ` [platforms: PATCH v2 1/7] Drivers/Net/Pp2Dxe: Move registers' description to macros Marcin Wojtas
2017-09-01 11:17 ` [platforms: PATCH v2 2/7] Drivers/Net/Pp2Dxe: Add SFI support Marcin Wojtas
2017-09-01 11:17 ` [platforms: PATCH v2 3/7] Drivers/Net/Pp2Dxe: Support multiple ethernet ports simultaneously Marcin Wojtas
2017-09-01 11:17 ` [platforms: PATCH v2 4/7] Drivers/Net/Pp2Dxe: Increase amount of ingress resources Marcin Wojtas
2017-09-01 11:17 ` [platforms: PATCH v2 5/7] Platforms/Marvell: Update ethernet ports types on A70x0 DB Marcin Wojtas
2017-09-01 11:17 ` [platforms: PATCH v2 6/7] Drivers/Net/Pp2Dxe: Move devices description to MvHwDescLib Marcin Wojtas
2017-09-01 11:17 ` [platforms: PATCH v2 7/7] Drivers/Net/Pp2Dxe: Enable using ports from different controllers Marcin Wojtas
2017-09-01 12:07 ` [platforms: PATCH v2 0/7] Armada 70x0/80x0 network improvements Ard Biesheuvel
2017-09-01 12:41   ` Marcin Wojtas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox