board: arm: Add support for Broadcom BCM7260
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 22 Aug 2018 22:37:55 +0000 (18:37 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 01:19:31 +0000 (21:19 -0400)
commit3f20321ad8bdd7e84c3cfd2592b16ff65d05d04c
tree58e4d84c96eec92fc62aee6d632b8aa5f5777b66
parent12109573042ce7b10bc67c20abcc07df5238094d
board: arm: Add support for Broadcom BCM7260

Add support for loading U-Boot on the Broadcom 7260 SoC.  This port
assumes Broadcom's BOLT bootloader is acting as the second stage
bootloader, and U-Boot is acting as the third stage bootloader, loaded
as an ELF program by BOLT.

Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
MAINTAINERS
arch/arm/mach-bcmstb/Kconfig
board/broadcom/bcmstb/MAINTAINERS
configs/bcm7260_defconfig [new file with mode: 0644]
include/configs/bcm7260.h [new file with mode: 0644]