[edk2] [platforms: PATCH 00/10] Armada 7k ComPhy upgrade

Marcin Wojtas posted 10 patches 6 years, 8 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
Documentation/Marvell/PortingGuide/ComPhy.txt    |  64 +-
Platform/Marvell/Armada/Armada70x0.dsc           |  13 +-
Platform/Marvell/Include/Library/MvComPhyLib.h   |   5 +
Platform/Marvell/Include/Library/MvHwDescLib.h   |  38 +
Platform/Marvell/Library/ComPhyLib/ComPhyCp110.c | 915 +++++++++++++++++++++--
Platform/Marvell/Library/ComPhyLib/ComPhyLib.c   | 117 +--
Platform/Marvell/Library/ComPhyLib/ComPhyLib.h   | 351 +++++++--
Platform/Marvell/Library/ComPhyLib/ComPhyLib.inf |  26 +-
Platform/Marvell/Library/ComPhyLib/ComPhyMux.c   |   4 +-
Platform/Marvell/Marvell.dec                     |  28 +-
10 files changed, 1258 insertions(+), 303 deletions(-)
[edk2] [platforms: PATCH 00/10] Armada 7k ComPhy upgrade
Posted by Marcin Wojtas 6 years, 8 months ago
Hi,

I'm reviving upstream process of Armada 7k/8k on the new baseline.
Patches 01 - 08 were already accepted on the linaro lists (please
see 'Reviewed-by's'. On top there are two minor modifications -
macro renaming and adding slave CP110 SATA ports configuration.

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

Any remarks/comments will be very welcome.

Best regards,
Marcin

Ard Biesheuvel (1):
  Platform/Marvell: ComPhyLib: Add support for SATA ports on CP110 slave

Marcin Wojtas (9):
  Platform/Marvell: ComPhyLib: Cleanup and fix SerDes lanes assignment
  Platform/Marvell: ComPhyLib: Rename KR to SFI
  Platform/Marvell: Update SerDes types on A70x0 development board
  Platform/Marvell: ComPhyLib: Mark failing lane as unconnected
  Platform/Marvell: ComPhyLib: Configure analog parameters for SATA
  Platform/Marvell: ComPhyLib: Configure analog parameters for PCIE
  Platform/Marvell: ComPhyLib: Add missing SFI and RXAUI configuration
  Platform/Marvell: ComPhyLib: Move devices description to MvHwDescLib
  Platform/Marvell: ComPhyLib: Use COMPHY_ prefix in macros

 Documentation/Marvell/PortingGuide/ComPhy.txt    |  64 +-
 Platform/Marvell/Armada/Armada70x0.dsc           |  13 +-
 Platform/Marvell/Include/Library/MvComPhyLib.h   |   5 +
 Platform/Marvell/Include/Library/MvHwDescLib.h   |  38 +
 Platform/Marvell/Library/ComPhyLib/ComPhyCp110.c | 915 +++++++++++++++++++++--
 Platform/Marvell/Library/ComPhyLib/ComPhyLib.c   | 117 +--
 Platform/Marvell/Library/ComPhyLib/ComPhyLib.h   | 351 +++++++--
 Platform/Marvell/Library/ComPhyLib/ComPhyLib.inf |  26 +-
 Platform/Marvell/Library/ComPhyLib/ComPhyMux.c   |   4 +-
 Platform/Marvell/Marvell.dec                     |  28 +-
 10 files changed, 1258 insertions(+), 303 deletions(-)

-- 
2.7.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH 00/10] Armada 7k ComPhy upgrade
Posted by Leif Lindholm 6 years, 8 months ago
On Tue, Jul 04, 2017 at 03:24:03PM +0200, Marcin Wojtas wrote:
> Hi,
> 
> I'm reviving upstream process of Armada 7k/8k on the new baseline.
> Patches 01 - 08 were already accepted on the linaro lists (please
> see 'Reviewed-by's'. On top there are two minor modifications -
> macro renaming and adding slave CP110 SATA ports configuration.
> 
> Patches are available in the github:
> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/opp-upstream-r20170704

Many thanks for this restructuring.
Regardless of review status I'll hold off on pushing anything until
we've completed the ResetSystemLib updates in edk2/OpenPlatformPkg
(and I've then synched all of OPP changes across for hopefully the
final time).
Hopefully tomorrow.

/
    Leif

> Any remarks/comments will be very welcome.
> 
> Best regards,
> Marcin
> 
> Ard Biesheuvel (1):
>   Platform/Marvell: ComPhyLib: Add support for SATA ports on CP110 slave
> 
> Marcin Wojtas (9):
>   Platform/Marvell: ComPhyLib: Cleanup and fix SerDes lanes assignment
>   Platform/Marvell: ComPhyLib: Rename KR to SFI
>   Platform/Marvell: Update SerDes types on A70x0 development board
>   Platform/Marvell: ComPhyLib: Mark failing lane as unconnected
>   Platform/Marvell: ComPhyLib: Configure analog parameters for SATA
>   Platform/Marvell: ComPhyLib: Configure analog parameters for PCIE
>   Platform/Marvell: ComPhyLib: Add missing SFI and RXAUI configuration
>   Platform/Marvell: ComPhyLib: Move devices description to MvHwDescLib
>   Platform/Marvell: ComPhyLib: Use COMPHY_ prefix in macros
> 
>  Documentation/Marvell/PortingGuide/ComPhy.txt    |  64 +-
>  Platform/Marvell/Armada/Armada70x0.dsc           |  13 +-
>  Platform/Marvell/Include/Library/MvComPhyLib.h   |   5 +
>  Platform/Marvell/Include/Library/MvHwDescLib.h   |  38 +
>  Platform/Marvell/Library/ComPhyLib/ComPhyCp110.c | 915 +++++++++++++++++++++--
>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.c   | 117 +--
>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.h   | 351 +++++++--
>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.inf |  26 +-
>  Platform/Marvell/Library/ComPhyLib/ComPhyMux.c   |   4 +-
>  Platform/Marvell/Marvell.dec                     |  28 +-
>  10 files changed, 1258 insertions(+), 303 deletions(-)
> 
> -- 
> 2.7.4
> 
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH 00/10] Armada 7k ComPhy upgrade
Posted by Marcin Wojtas 6 years, 8 months ago
2017-07-04 17:41 GMT+02:00 Leif Lindholm <leif.lindholm@linaro.org>:
> On Tue, Jul 04, 2017 at 03:24:03PM +0200, Marcin Wojtas wrote:
>> Hi,
>>
>> I'm reviving upstream process of Armada 7k/8k on the new baseline.
>> Patches 01 - 08 were already accepted on the linaro lists (please
>> see 'Reviewed-by's'. On top there are two minor modifications -
>> macro renaming and adding slave CP110 SATA ports configuration.
>>
>> Patches are available in the github:
>> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/opp-upstream-r20170704
>
> Many thanks for this restructuring.
> Regardless of review status I'll hold off on pushing anything until
> we've completed the ResetSystemLib updates in edk2/OpenPlatformPkg
> (and I've then synched all of OPP changes across for hopefully the
> final time).
> Hopefully tomorrow.
>

Thanks for the information, looking forward to your update. May I
resend the last two only?

Best regards,
Marcin

> /
>     Leif
>
>> Any remarks/comments will be very welcome.
>>
>> Best regards,
>> Marcin
>>
>> Ard Biesheuvel (1):
>>   Platform/Marvell: ComPhyLib: Add support for SATA ports on CP110 slave
>>
>> Marcin Wojtas (9):
>>   Platform/Marvell: ComPhyLib: Cleanup and fix SerDes lanes assignment
>>   Platform/Marvell: ComPhyLib: Rename KR to SFI
>>   Platform/Marvell: Update SerDes types on A70x0 development board
>>   Platform/Marvell: ComPhyLib: Mark failing lane as unconnected
>>   Platform/Marvell: ComPhyLib: Configure analog parameters for SATA
>>   Platform/Marvell: ComPhyLib: Configure analog parameters for PCIE
>>   Platform/Marvell: ComPhyLib: Add missing SFI and RXAUI configuration
>>   Platform/Marvell: ComPhyLib: Move devices description to MvHwDescLib
>>   Platform/Marvell: ComPhyLib: Use COMPHY_ prefix in macros
>>
>>  Documentation/Marvell/PortingGuide/ComPhy.txt    |  64 +-
>>  Platform/Marvell/Armada/Armada70x0.dsc           |  13 +-
>>  Platform/Marvell/Include/Library/MvComPhyLib.h   |   5 +
>>  Platform/Marvell/Include/Library/MvHwDescLib.h   |  38 +
>>  Platform/Marvell/Library/ComPhyLib/ComPhyCp110.c | 915 +++++++++++++++++++++--
>>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.c   | 117 +--
>>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.h   | 351 +++++++--
>>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.inf |  26 +-
>>  Platform/Marvell/Library/ComPhyLib/ComPhyMux.c   |   4 +-
>>  Platform/Marvell/Marvell.dec                     |  28 +-
>>  10 files changed, 1258 insertions(+), 303 deletions(-)
>>
>> --
>> 2.7.4
>>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [platforms: PATCH 00/10] Armada 7k ComPhy upgrade
Posted by Leif Lindholm 6 years, 8 months ago
On Tue, Jul 04, 2017 at 05:59:39PM +0200, Marcin Wojtas wrote:
> 2017-07-04 17:41 GMT+02:00 Leif Lindholm <leif.lindholm@linaro.org>:
> > On Tue, Jul 04, 2017 at 03:24:03PM +0200, Marcin Wojtas wrote:
> >> Hi,
> >>
> >> I'm reviving upstream process of Armada 7k/8k on the new baseline.
> >> Patches 01 - 08 were already accepted on the linaro lists (please
> >> see 'Reviewed-by's'. On top there are two minor modifications -
> >> macro renaming and adding slave CP110 SATA ports configuration.
> >>
> >> Patches are available in the github:
> >> https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/opp-upstream-r20170704
> >
> > Many thanks for this restructuring.
> > Regardless of review status I'll hold off on pushing anything until
> > we've completed the ResetSystemLib updates in edk2/OpenPlatformPkg
> > (and I've then synched all of OPP changes across for hopefully the
> > final time).
> > Hopefully tomorrow.
> >
> 
> Thanks for the information, looking forward to your update. May I
> resend the last two only?

Of course, that was what I was hoping you would do :)
Thanks for double checking.

Regards,

Leif

> Best regards,
> Marcin
> 
> > /
> >     Leif
> >
> >> Any remarks/comments will be very welcome.
> >>
> >> Best regards,
> >> Marcin
> >>
> >> Ard Biesheuvel (1):
> >>   Platform/Marvell: ComPhyLib: Add support for SATA ports on CP110 slave
> >>
> >> Marcin Wojtas (9):
> >>   Platform/Marvell: ComPhyLib: Cleanup and fix SerDes lanes assignment
> >>   Platform/Marvell: ComPhyLib: Rename KR to SFI
> >>   Platform/Marvell: Update SerDes types on A70x0 development board
> >>   Platform/Marvell: ComPhyLib: Mark failing lane as unconnected
> >>   Platform/Marvell: ComPhyLib: Configure analog parameters for SATA
> >>   Platform/Marvell: ComPhyLib: Configure analog parameters for PCIE
> >>   Platform/Marvell: ComPhyLib: Add missing SFI and RXAUI configuration
> >>   Platform/Marvell: ComPhyLib: Move devices description to MvHwDescLib
> >>   Platform/Marvell: ComPhyLib: Use COMPHY_ prefix in macros
> >>
> >>  Documentation/Marvell/PortingGuide/ComPhy.txt    |  64 +-
> >>  Platform/Marvell/Armada/Armada70x0.dsc           |  13 +-
> >>  Platform/Marvell/Include/Library/MvComPhyLib.h   |   5 +
> >>  Platform/Marvell/Include/Library/MvHwDescLib.h   |  38 +
> >>  Platform/Marvell/Library/ComPhyLib/ComPhyCp110.c | 915 +++++++++++++++++++++--
> >>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.c   | 117 +--
> >>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.h   | 351 +++++++--
> >>  Platform/Marvell/Library/ComPhyLib/ComPhyLib.inf |  26 +-
> >>  Platform/Marvell/Library/ComPhyLib/ComPhyMux.c   |   4 +-
> >>  Platform/Marvell/Marvell.dec                     |  28 +-
> >>  10 files changed, 1258 insertions(+), 303 deletions(-)
> >>
> >> --
> >> 2.7.4
> >>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel