[edk2] [platforms: PATCH v2 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)
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(-)
[edk2] [platforms: PATCH v2 0/7] Armada 70x0/80x0 network improvements
Posted by Marcin Wojtas 6 years, 7 months ago
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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH v2 0/7] Armada 70x0/80x0 network improvements
Posted by Ard Biesheuvel 6 years, 7 months ago
On 1 September 2017 at 12:17, Marcin Wojtas <mw@semihalf.com> wrote:
> 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.
>

Pushed to edk2-platforms

Thanks,
Ard.
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH v2 0/7] Armada 70x0/80x0 network improvements
Posted by Marcin Wojtas 6 years, 7 months ago
2017-09-01 14:07 GMT+02:00 Ard Biesheuvel <ard.biesheuvel@linaro.org>:
> On 1 September 2017 at 12:17, Marcin Wojtas <mw@semihalf.com> wrote:
>> 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.
>>
>
> Pushed to edk2-platforms
>
> Thanks,
> Ard.

Thanks!
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel