
Am 23.01.19 um 16:39 schrieb Horatiu Vultur:
Add board support and configuration for Jaguar2 SoC family. The detection of the board type is based on the phy ids.
Signed-off-by: Horatiu Vultur horatiu.vultur@microchip.com
arch/mips/dts/Makefile | 1 + arch/mips/mach-mscc/Makefile | 1 + board/mscc/serval/Kconfig | 14 ++++++++ board/mscc/serval/Makefile | 3 ++ board/mscc/serval/serval.c | 74 +++++++++++++++++++++++++++++++++++++++++++ configs/mscc_serval_defconfig | 62 ++++++++++++++++++++++++++++++++++++ 6 files changed, 155 insertions(+) create mode 100644 board/mscc/serval/Kconfig create mode 100644 board/mscc/serval/Makefile create mode 100644 board/mscc/serval/serval.c create mode 100644 configs/mscc_serval_defconfig
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com