Hi Leif,
Thanks a lot for your remarks. We will try to proceed now as fast as possible on our side, so that we can get over upstreaming whole support quickly.
Best regards, Marcin
2016-10-10 20:51 GMT+02:00 Leif Lindholm leif.lindholm@linaro.org:
Apologies I took so long to get around to reviewing, UEFI plugfest, Linaro Connect, preparations for both and catching up afterwards took nearly a month out of my schedule :]
Expect much faster turnaround in future.
Best Regards,
Leif
On Mon, Sep 12, 2016 at 12:58:09PM +0200, Marcin Wojtas wrote:
Hi,
Because network rework has not been going smoothely, let's remove it from the platform upstream hotpath. It's being finalized in background and will be sent later, once ready. Hereby I present small patchset with three items - introduce USB2.0 PHY support (so called UTMI), reset driver and small I2c fix for devices' enumeration.
The patches are also available in the public github tree: https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/opp-...
Any comments or remarks would be welcome.
Best regards, Marcin
Bartosz Szczepanek (2): Platforms/Marvell: Add MvResetSystem driver Platforms/Marvell: Enable MvResetSystem driver for A70x0 platform
Jan Dąbroś (3): Drivers/I2c: Fix enumaration of I2c devices Platforms/Marvell: Add UtmiPhyLib Platforms/Marvell: Enable UtmiPhyLib for Armada70x0 Platforms
Documentation/Marvell/PortingGuide/Reset.txt | 7 + Documentation/Marvell/PortingGuide/Utmi.txt | 35 ++ Drivers/I2c/MvI2cDxe/MvI2cDxe.c | 13 +- Drivers/ResetSystem/MvResetSystem.c | 158 +++++++++ Drivers/ResetSystem/MvResetSystem.inf | 65 ++++ Platforms/Marvell/Armada/Armada.dsc.inc | 4 +- Platforms/Marvell/Armada/Armada70x0.dsc | 11 + Platforms/Marvell/Armada/Armada70x0.fdf | 2 +- .../Armada/Library/Armada70x0Lib/Armada70x0Lib.c | 2 + .../Armada/Library/Armada70x0Lib/Armada70x0Lib.inf | 1 + Platforms/Marvell/Include/Library/UtmiPhyLib.h | 43 +++ Platforms/Marvell/Library/UtmiPhyLib/UtmiPhyLib.c | 352 +++++++++++++++++++++ Platforms/Marvell/Library/UtmiPhyLib/UtmiPhyLib.h | 110 +++++++ .../Marvell/Library/UtmiPhyLib/UtmiPhyLib.inf | 64 ++++ Platforms/Marvell/Marvell.dec | 11 + 15 files changed, 869 insertions(+), 9 deletions(-) create mode 100644 Documentation/Marvell/PortingGuide/Reset.txt create mode 100644 Documentation/Marvell/PortingGuide/Utmi.txt create mode 100644 Drivers/ResetSystem/MvResetSystem.c create mode 100644 Drivers/ResetSystem/MvResetSystem.inf create mode 100644 Platforms/Marvell/Include/Library/UtmiPhyLib.h create mode 100644 Platforms/Marvell/Library/UtmiPhyLib/UtmiPhyLib.c create mode 100644 Platforms/Marvell/Library/UtmiPhyLib/UtmiPhyLib.h create mode 100644 Platforms/Marvell/Library/UtmiPhyLib/UtmiPhyLib.inf
-- 1.8.3.1