ARM: bcm: Enable five Cygnus boards

bcm911360_entphn
bcm911360_entphn-ns
bcm911360k
bcm958300k-ns
bcm958305k

- updates to support Cygnus and NSP board families better
- add functions so CONFIG_ARMV7_NONSEC can be enabled on Cygnus boards

Signed-off-by: Steve Rae <srae@broadcom.com>
This commit is contained in:
Steve Rae 2014-11-11 11:32:18 -08:00 committed by Tom Rini
parent 18f26fdbd0
commit abb1678cca
18 changed files with 74 additions and 15 deletions

View File

@ -521,12 +521,12 @@ config TARGET_BCM28155_AP
bool "Support bcm28155_ap"
select CPU_V7
config TARGET_BCM958300K
bool "Support bcm958300k"
config TARGET_BCMCYGNUS
bool "Support bcmcygnus"
select CPU_V7
config TARGET_BCM958622HR
bool "Support bcm958622hr"
config TARGET_BCMNSP
bool "Support bcmnsp"
select CPU_V7
config ARCH_EXYNOS
@ -861,8 +861,8 @@ source "board/bluegiga/apx4devkit/Kconfig"
source "board/bluewater/snapper9260/Kconfig"
source "board/boundary/nitrogen6x/Kconfig"
source "board/broadcom/bcm28155_ap/Kconfig"
source "board/broadcom/bcm958300k/Kconfig"
source "board/broadcom/bcm958622hr/Kconfig"
source "board/broadcom/bcmcygnus/Kconfig"
source "board/broadcom/bcmnsp/Kconfig"
source "board/calao/sbc35_a9g20/Kconfig"
source "board/calao/tny_a9260/Kconfig"
source "board/calao/usb_a9263/Kconfig"

View File

@ -0,0 +1,6 @@
BCM911360_ENTPHN-NS BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcmcygnus/
F: include/configs/bcm_ep_board.h
F: configs/bcm911360_entphn-ns_defconfig

View File

@ -0,0 +1,6 @@
BCM911360_ENTPHN BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcmcygnus/
F: include/configs/bcm_ep_board.h
F: configs/bcm911360_entphn_defconfig

View File

@ -0,0 +1,6 @@
BCM911360K BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcmcygnus/
F: include/configs/bcm_ep_board.h
F: configs/bcm911360k_defconfig

View File

@ -0,0 +1,6 @@
BCM958300K-NS BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcmcygnus/
F: include/configs/bcm_ep_board.h
F: configs/bcm958300k-ns_defconfig

View File

@ -1,6 +1,6 @@
Broadcom: Cygnus
BCM958300K BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcm958300k/
F: board/broadcom/bcmcygnus/
F: include/configs/bcm_ep_board.h
F: configs/bcm958300k_defconfig

View File

@ -0,0 +1,6 @@
BCM958305K BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcmcygnus/
F: include/configs/bcm_ep_board.h
F: configs/bcm958305k_defconfig

View File

@ -1,6 +1,6 @@
Broadcom: Northstar Plus
BCM958622HR BOARD
M: Steve Rae <srae@broadcom.com>
S: Maintained
F: board/broadcom/bcm958622hr/
F: board/broadcom/bcmnsp/
F: include/configs/bcm_ep_board.h
F: configs/bcm958622hr_defconfig

View File

@ -53,3 +53,17 @@ int board_early_init_f(void)
return status;
}
#if defined(CONFIG_ARMV7_NONSEC) || defined(CONFIG_ARMV7_VIRT)
void smp_set_core_boot_addr(unsigned long addr, int corenr)
{
}
void smp_kick_all_cpus(void)
{
}
void smp_waitloop(unsigned previous_address)
{
}
#endif

View File

@ -1,4 +1,4 @@
if TARGET_BCM958300K
if TARGET_BCMCYGNUS
config SYS_BOARD
default "bcm_ep"

View File

@ -1,4 +1,4 @@
if TARGET_BCM958622HR
if TARGET_BCMNSP
config SYS_BOARD
default "bcm_ep"

View File

@ -0,0 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x20000000,ARMV7_NONSEC"
CONFIG_ARM=y
CONFIG_TARGET_BCMCYGNUS=y

View File

@ -0,0 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x20000000"
CONFIG_ARM=y
CONFIG_TARGET_BCMCYGNUS=y

View File

@ -0,0 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x40000000"
CONFIG_ARM=y
CONFIG_TARGET_BCMCYGNUS=y

View File

@ -0,0 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x40000000,ARMV7_NONSEC"
CONFIG_ARM=y
CONFIG_TARGET_BCMCYGNUS=y

View File

@ -1,3 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x20000000"
CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x40000000"
CONFIG_ARM=y
CONFIG_TARGET_BCM958300K=y
CONFIG_TARGET_BCMCYGNUS=y

View File

@ -0,0 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x40000000"
CONFIG_ARM=y
CONFIG_TARGET_BCMCYGNUS=y

View File

@ -1,3 +1,3 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x01000000"
CONFIG_ARM=y
CONFIG_TARGET_BCM958622HR=y
CONFIG_TARGET_BCMNSP=y