[U-Boot] [PATCH v2 6/7] MSCC: Add board support for Jaguar2 SOC family
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Mon Jan 7 20:13:50 UTC 2019
Am 07.01.19 um 14:02 schrieb Horatiu Vultur:
> Add board support and configuration for Jaguar2 SOC family.
> The detection of the board type in this family is based on the phy ids.
>
> Signed-off-by: Horatiu Vultur <horatiu.vultur at microchip.com>
> ---
> arch/mips/dts/Makefile | 1 +
> arch/mips/mach-mscc/Makefile | 5 +-
> board/mscc/common/Makefile | 4 ++
> board/mscc/common/spi.c | 31 ++++++++++++
> board/mscc/jr2/Kconfig | 15 ++++++
> board/mscc/jr2/Makefile | 4 ++
> board/mscc/jr2/jr2.c | 117 +++++++++++++++++++++++++++++++++++++++++++
> board/mscc/ocelot/ocelot.c | 22 --------
> configs/mscc_jr2_defconfig | 59 ++++++++++++++++++++++
> 9 files changed, 234 insertions(+), 24 deletions(-)
> create mode 100644 board/mscc/common/Makefile
> create mode 100644 board/mscc/common/spi.c
> create mode 100644 board/mscc/jr2/Kconfig
> create mode 100644 board/mscc/jr2/Makefile
> create mode 100644 board/mscc/jr2/jr2.c
> create mode 100644 configs/mscc_jr2_defconfig
>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
--
- Daniel
More information about the U-Boot
mailing list