[U-Boot] [PATCH 0/3] Add network support for ServalT SoCs

Horatiu Vultur horatiu.vultur at microchip.com
Mon Apr 8 08:31:35 UTC 2019


This patch series adds network support for ServalT SoCs family.
There is only one pcb in this family: ServalT(pcb116).

This patch series is based on: u-boot-mips/next.

Horatiu Vultur (3):
  net: Add MSCC ServalT network driver.
  net: mscc: servalt: Add ethernet nodes for ServalT
  configs: mscc_servalt: Add network support

 arch/mips/dts/mscc,servalt.dtsi                    |  40 ++
 arch/mips/dts/servalt_pcb116.dts                   |  25 +
 .../include/mach/servalt/servalt_devcpu_gcb.h      |   2 +
 configs/mscc_servalt_defconfig                     |   6 +-
 drivers/net/mscc_eswitch/Kconfig                   |   7 +
 drivers/net/mscc_eswitch/Makefile                  |   1 +
 drivers/net/mscc_eswitch/servalt_switch.c          | 622 +++++++++++++++++++++
 7 files changed, 702 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/mscc_eswitch/servalt_switch.c

-- 
2.7.4



More information about the U-Boot mailing list