]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: add Cygnus and NSP boards
authorScott Branden <sbranden@broadcom.com>
Mon, 11 Aug 2014 20:58:25 +0000 (13:58 -0700)
committerTom Rini <trini@ti.com>
Sat, 30 Aug 2014 11:46:40 +0000 (07:46 -0400)
commitda1f5ac29593449d66833e01668c878ac0665a2e
treed354daf228fc2698dd0fe504e11712e9b4c3bff3
parent562f01a2baff4b454864c3d3d67fb315cf67adfa
arm: add Cygnus and NSP boards

The bcm_ep board configuration is used by a number of boards
including Cygnus and NSP.
Add builds for the bcm958300k and the bcm958622hr boards.

Signed-off-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Steve Rae <srae@broadcom.com>
arch/arm/include/asm/arch-bcmcygnus/configs.h [new file with mode: 0644]
arch/arm/include/asm/arch-bcmnsp/configs.h [new file with mode: 0644]
arch/arm/include/asm/iproc-common/configs.h [new file with mode: 0644]
board/broadcom/bcm_ep/Makefile [new file with mode: 0644]
board/broadcom/bcm_ep/board.c [new file with mode: 0644]
include/configs/bcm_ep_board.h [new file with mode: 0644]