board: ns2: Add support for Broadcom Northstar 2
authorJon Mason <jdmason@kudzu.us>
Fri, 17 Mar 2017 16:12:14 +0000 (12:12 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 20 Mar 2017 22:04:43 +0000 (18:04 -0400)
commit274bced86db206dd9d3f22e932fd7a58907ff9d2
treead09aa51fe9fd8e825834d9ee01eb61fe7aeb31c
parentdaa483debea9596f23f5869f7623cec1ef761718
board: ns2: Add support for Broadcom Northstar 2

Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k).  The
BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57
processors targeting a broad range of networking applications.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
arch/arm/Kconfig
board/broadcom/bcm958712k/MAINTAINERS [new file with mode: 0644]
board/broadcom/bcmns2/Kconfig [new file with mode: 0644]
board/broadcom/bcmns2/Makefile [new file with mode: 0644]
board/broadcom/bcmns2/northstar2.c [new file with mode: 0644]
configs/bcm958712k_defconfig [new file with mode: 0644]
include/configs/bcm_northstar2.h [new file with mode: 0644]