board_f: Drop setup_dram_config() wrapperBy making dram_init_banksize() return an error code we can drop thewrapper. Adjust this and clean up all implementations.Signed-off-by: Simon Glass <sjg@
board_f: Drop setup_dram_config() wrapperBy making dram_init_banksize() return an error code we can drop thewrapper. Adjust this and clean up all implementations.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Stefan Roese <sr@denx.de>
show more ...
arm: bcmcygnus: Enable Ethernet supportEnable BCM SF2 ethernet and PHY for BCM Cygnus SoCSigned-off-by: Jiandong Zheng <jdzheng@broadcom.com>Signed-off-by: Steve Rae <srae@broadcom.com>Acked-by
arm: bcmcygnus: Enable Ethernet supportEnable BCM SF2 ethernet and PHY for BCM Cygnus SoCSigned-off-by: Jiandong Zheng <jdzheng@broadcom.com>Signed-off-by: Steve Rae <srae@broadcom.com>Acked-by: Joe Hershberger <joe.hershberger@ni.com>
ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsCONFIG_ARMV7_VIRT depends on CONFIG_ARMV7_NONSEC, thus doesn't need tobe taken into account additionally. CONFIG_ARMV7_PSCI is only set onboa
ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditionsCONFIG_ARMV7_VIRT depends on CONFIG_ARMV7_NONSEC, thus doesn't need tobe taken into account additionally. CONFIG_ARMV7_PSCI is only set onboards that support CONFIG_ARMV7_NONSEC, and it only works on those.CC: Tang Yuantian <Yuantian.Tang@freescale.com>CC: York Sun <yorksun@freescale.com>CC: Steve Rae <srae@broadcom.com>CC: Andre Przywara <andre.przywara@linaro.org>Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>Tested-by: Alison Wang <alison.wang@freescale.com>Signed-off-by: Tom Warren <twarren@nvidia.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>
arm: add Cygnus and NSP boardsThe bcm_ep board configuration is used by a number of boardsincluding Cygnus and NSP.Add builds for the bcm958300k and the bcm958622hr boards.Signed-off-by: Scott
arm: add Cygnus and NSP boardsThe bcm_ep board configuration is used by a number of boardsincluding 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>