[U-Boot] [PATCH 2/5] MSCC: Add support for Serval SoC family.

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Wed Jan 23 17:04:08 UTC 2019



Am 23.01.19 um 16:39 schrieb Horatiu Vultur:
> As Ocelot, Servalt, Luton and Jaguar2, this family of SoCs are
> found in Microsemi Switches solution.
> 
> Signed-off-by: Horatiu Vultur <horatiu.vultur at microchip.com>
> ---
>  arch/mips/mach-mscc/Kconfig                        |   9 +
>  arch/mips/mach-mscc/cpu.c                          |   2 +-
>  arch/mips/mach-mscc/dram.c                         |   2 +-
>  arch/mips/mach-mscc/include/mach/common.h          |   5 +
>  arch/mips/mach-mscc/include/mach/ddr.h             |  20 +-
>  arch/mips/mach-mscc/include/mach/serval/serval.h   |  24 ++
>  .../include/mach/serval/serval_devcpu_gcb.h        |  21 ++
>  .../mach/serval/serval_devcpu_gcb_miim_regs.h      |  25 ++
>  .../include/mach/serval/serval_icpu_cfg.h          | 314 +++++++++++++++++++++
>  arch/mips/mach-mscc/reset.c                        |  25 +-
>  include/configs/vcoreiii.h                         |   5 +-
>  11 files changed, 438 insertions(+), 14 deletions(-)
>  create mode 100644 arch/mips/mach-mscc/include/mach/serval/serval.h
>  create mode 100644 arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb.h
>  create mode 100644 arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb_miim_regs.h
>  create mode 100644 arch/mips/mach-mscc/include/mach/serval/serval_icpu_cfg.h
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

-- 
- Daniel


More information about the U-Boot mailing list