]> Git Repo - u-boot.git/commit - configs/bcm_ns3_defconfig
board: ns3: add support for Broadcom Northstar 3
authorRayagonda Kokatanur <[email protected]>
Wed, 15 Jul 2020 17:18:55 +0000 (22:48 +0530)
committerTom Rini <[email protected]>
Wed, 29 Jul 2020 14:13:40 +0000 (10:13 -0400)
commit291635aecf84442876030972fd05b767e738f6fb
tree3ae6c0cba7b37489a1ef4e63fc149d6cc26e2137
parent423e08cb77015beab6a81595765ec1faa34bedde
board: ns3: add support for Broadcom Northstar 3

Add support for Broadcom Northstar 3 SoC.
NS3 is a octo-core 64-bit ARMv8 Cortex-A72 processors
targeting a broad range of networking applications.

Signed-off-by: Rayagonda Kokatanur <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/ns3-board.dts [new file with mode: 0644]
arch/arm/dts/ns3.dtsi [new file with mode: 0644]
board/broadcom/bcmns3/Kconfig [new file with mode: 0644]
board/broadcom/bcmns3/Makefile [new file with mode: 0644]
board/broadcom/bcmns3/ns3.c [new file with mode: 0644]
configs/bcm_ns3_defconfig [new file with mode: 0644]
include/configs/bcm_ns3.h [new file with mode: 0644]
This page took 0.047386 seconds and 4 git commands to generate.