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 ...
board: ns2: Add support for Broadcom Northstar 2Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). TheBCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57processors targ
board: ns2: Add support for Broadcom Northstar 2Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). TheBCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57processors targeting a broad range of networking applications.Signed-off-by: Jon Mason <jon.mason@broadcom.com>