public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [platforms: PATCH 0/2] Armada7k8k x4/x2 PCIE fix
@ 2018-02-16 16:35 Marcin Wojtas
  2018-02-16 16:35 ` [platforms: PATCH 1/2] Marvell/Armada7k8k: Add basic sample at reset library Marcin Wojtas
  2018-02-16 16:35 ` [platforms: PATCH 2/2] Marvell/Library: ComPhyLib: Fix configuration for PCIE x4 and x2 Marcin Wojtas
  0 siblings, 2 replies; 5+ messages in thread
From: Marcin Wojtas @ 2018-02-16 16:35 UTC (permalink / raw)
  To: edk2-devel
  Cc: leif.lindholm, ard.biesheuvel, nadavh, neta, jinghua, xswang,
	igall, mw, jsd

Hi,

This short (although not small) patchset adds a fix for the PCIE SerDes
link problems when using x4/x2 end points. Because it relies
on the boot time HW configuration of the reference clock,
a new library is introduced for obtaining sample at reset configuration.
Later it will be reused e.g. in the SMBIOS driver.

More details can be found in the commit log. The code is also
available in the github:
https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/x4pcie-upstream-r20180216

I'm looking forward to your feedback.

Best regards,
Marcin

Evan Wang (1):
  Marvell/Library: ComPhyLib: Fix configuration for PCIE x4 and x2

Igal Liberman (1):
  Marvell/Armada7k8k: Add basic sample at reset library

 Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc                            |   1 +
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kSARLib/Armada7k8kSARLib.c   | 166 +++++++++++++++
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kSARLib/Armada7k8kSARLib.inf |  54 +++++
 Silicon/Marvell/Include/Library/MvSARLib.h                               |  57 ++++++
 Silicon/Marvell/Library/ComPhyLib/ComPhyCp110.c                          | 216 +++++++++++++++-----
 Silicon/Marvell/Library/ComPhyLib/ComPhyLib.c                            |   1 +
 Silicon/Marvell/Library/ComPhyLib/ComPhyLib.h                            |  20 ++
 Silicon/Marvell/Library/ComPhyLib/ComPhyLib.inf                          |   1 +
 Silicon/Marvell/Marvell.dec                                              |   3 +
 9 files changed, 467 insertions(+), 52 deletions(-)
 create mode 100644 Silicon/Marvell/Armada7k8k/Library/Armada7k8kSARLib/Armada7k8kSARLib.c
 create mode 100644 Silicon/Marvell/Armada7k8k/Library/Armada7k8kSARLib/Armada7k8kSARLib.inf
 create mode 100644 Silicon/Marvell/Include/Library/MvSARLib.h

-- 
2.7.4



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

end of thread, other threads:[~2018-02-19 16:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-16 16:35 [platforms: PATCH 0/2] Armada7k8k x4/x2 PCIE fix Marcin Wojtas
2018-02-16 16:35 ` [platforms: PATCH 1/2] Marvell/Armada7k8k: Add basic sample at reset library Marcin Wojtas
2018-02-18 12:26   ` Leif Lindholm
2018-02-16 16:35 ` [platforms: PATCH 2/2] Marvell/Library: ComPhyLib: Fix configuration for PCIE x4 and x2 Marcin Wojtas
2018-02-19 16:54   ` Leif Lindholm

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