maintainers: new email addressUpdate the email address for the boards that I maintain.Signed-off-by: Steve Rae <steve.rae@raedomain.com>
ARM: bcm: Enable five Cygnus boardsbcm911360_entphnbcm911360_entphn-nsbcm911360kbcm958300k-nsbcm958305k- updates to support Cygnus and NSP board families better- add functions so CONFIG_ARMV
ARM: bcm: Enable five Cygnus boardsbcm911360_entphnbcm911360_entphn-nsbcm911360kbcm958300k-nsbcm958305k- updates to support Cygnus and NSP board families better- add functions so CONFIG_ARMV7_NONSEC can be enabled on Cygnus boardsSigned-off-by: Steve Rae <srae@broadcom.com>
show more ...
kconfig: arm: introduce symbol for ARM CPUsThis commit introduces a Kconfig symbol for each ARM CPU:CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136,CPU_ARM1176, CPU_V7, CPU_PXA
kconfig: arm: introduce symbol for ARM CPUsThis commit introduces a Kconfig symbol for each ARM CPU:CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136,CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100.Also, it adds the CPU feature Kconfig symbol HAS_VBAR which is selectedfor CPU_ARM1176 and CPU_V7.For each target, the corresponding CPU is selected and the definition ofSYS_CPU in the corresponding Kconfig file is removed.Also, it removes redundant "string" type in some Kconfig files.Signed-off-by: Georges Savoundararadj <savoundg@gmail.com>Acked-by: Albert ARIBAUD <albert.u.boot@aribaud.net>Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
kconfig: remove redundant "string" type in arch and board KconfigsNow the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}are specified in arch/Kconfig.We can delete the ones in
kconfig: remove redundant "string" type in arch and board KconfigsNow the types of CONFIG_SYS_{ARCH, CPU, SOC, VENDOR, BOARD, CONFIG_NAME}are specified in arch/Kconfig.We can delete the ones in arch and board Kconfig files.This commit can be easily reproduced by the following command:find . -name Kconfig -a ! -path ./arch/Kconfig | xargs sed -i -e '/config[[:space:]]SYS_\(ARCH\|CPU\|SOC\|\VENDOR\|BOARD\|CONFIG_NAME\)/ { N s/\n[[:space:]]*string//}'Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arm: convert Cygnus and NSP boards to KconfigConvert the bcm958300k and the bcm958622hr boards from "boards.cfg" to Kconfig.Signed-off-by: Steve Rae <srae@broadcom.com>