[U-Boot] [PATCH 2/3] MSCC: Add support for Servalt SoC family.
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Wed Jan 16 14:11:13 UTC 2019
Am 16.01.19 um 12:15 schrieb Horatiu Vultur:
> As Ocelot, 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 | 8 +
> arch/mips/mach-mscc/cpu.c | 2 +-
> arch/mips/mach-mscc/dram.c | 3 +-
> arch/mips/mach-mscc/include/mach/common.h | 5 +
> arch/mips/mach-mscc/include/mach/ddr.h | 22 +-
> arch/mips/mach-mscc/include/mach/servalt/servalt.h | 24 ++
> .../include/mach/servalt/servalt_devcpu_gcb.h | 20 ++
> .../mach/servalt/servalt_devcpu_gcb_miim_regs.h | 25 ++
> .../include/mach/servalt/servalt_icpu_cfg.h | 319 +++++++++++++++++++++
> arch/mips/mach-mscc/reset.c | 2 +-
> 10 files changed, 419 insertions(+), 11 deletions(-)
> create mode 100644 arch/mips/mach-mscc/include/mach/servalt/servalt.h
> create mode 100644 arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb.h
> create mode 100644 arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb_miim_regs.h
> create mode 100644 arch/mips/mach-mscc/include/mach/servalt/servalt_icpu_cfg.h
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
--
- Daniel
More information about the U-Boot
mailing list