[U-Boot] [PATCH 0/4] Add network support for Serval SoCs.

Horatiu Vultur horatiu.vultur at microchip.com
Thu Apr 11 12:11:31 UTC 2019


This patch series add network support for Serval SoCs family.
There are the following pcb: Serval-nid(pcb106), Serval-ref
(pcb105).

Horatiu Vultur (4):
  net: Add MSCC Serval network driver.
  board: mscc: serval: Update MSCC Serval boards
  net: mscc: serval: Add ethernet nodes for Serval
  configs: mscc_serval: Add network support

 arch/mips/dts/mscc,serval.dtsi           |  58 +++
 arch/mips/dts/serval_pcb105.dts          |  44 ++
 arch/mips/dts/serval_pcb106.dts          |  44 ++
 board/mscc/serval/serval.c               |  12 +
 configs/mscc_serval_defconfig            |   6 +-
 drivers/net/mscc_eswitch/Kconfig         |   7 +
 drivers/net/mscc_eswitch/Makefile        |   1 +
 drivers/net/mscc_eswitch/serval_switch.c | 703 +++++++++++++++++++++++++++++++
 include/dt-bindings/mscc/serval_data.h   |  19 +
 9 files changed, 893 insertions(+), 1 deletion(-)
 create mode 100644 drivers/net/mscc_eswitch/serval_switch.c
 create mode 100644 include/dt-bindings/mscc/serval_data.h

-- 
2.7.4



More information about the U-Boot mailing list