On Mon, Feb 25, 2019 at 3:45 PM Murali Karicheri <[email protected]> wrote: > > Hello Maintainer, > > On 02/25/2019 03:27 PM, Murali Karicheri wrote: > > This patch series add networking capability to K2G ICE EVM > > based on netcp driver. Networking function has been tested > > using the latest master branch from u-boot repo. Following > > boot mode has been tested for networking. > > > > Net boot (tftp images over ethernet interface and boot kernel) > > log at https://pastebin.ubuntu.com/p/b3nyCXPhWc/ > > MMC boot: (load images from boot folder of rootfs and boot kernel) > > log at https://pastebin.ubuntu.com/p/FWycmKd9KB/ > > > > Used Linux upstream linux kernel version 4.19.9 for the tests. > > > > Please review and apply if this looks good.
Will do, thanks, -Joe > > > > Thanks > > > > Revision history: > > > > v4: Sorted pins by pin number in patch 1 and 2 as per comment. > > Collected Acked-by and included in patch > > v3: Addressed comment to use KConfig for enable TI PHY driver and also > > netcp driver comment to use proper function as in cpsw driver. > > Rebased to latest on master branch. > > v2: Collected Reviewed-by for patch 1 and 2. Rebased to latest > > on master > > > > Murali Karicheri (7): > > ARM: k2g-gp-evm: update to rgmii pinmux configuration > > ARM: k2g-ice: Add pinmux support for rgmii interface > > net: netcp: add support for phy with rgmii ids > > ARM: k2g: add a workaround to reset the phy > > ARM: dts: k2g-evm: remove unused phy-mode property from phy node > > k2g: config enable ti phy dp83867 for k2g > > ARM: dts: k2g-ice: add dt node for netcp > > > > arch/arm/dts/keystone-k2g-evm.dts | 1 - > > arch/arm/dts/keystone-k2g-ice.dts | 35 +++++++++++++ > > .../mach-keystone/include/mach/hardware-k2g.h | 3 ++ > > arch/arm/mach-keystone/include/mach/mux-k2g.h | 5 ++ > > board/ti/ks2_evm/board_k2g.c | 15 ++++++ > > board/ti/ks2_evm/mux-k2g.h | 51 +++++++++++++------ > > configs/k2g_evm_defconfig | 1 + > > drivers/net/ti/keystone_net.c | 22 +++++++- > > 8 files changed, 116 insertions(+), 17 deletions(-) > > > > Please merge this version if looks good. Have addressed all comments > received so far. > > Murali > _______________________________________________ > U-Boot mailing list > [email protected] > https://lists.denx.de/listinfo/u-boot _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

