diff options
author | Thomas Fitzsimmons | 2018-08-22 18:37:55 -0400 |
---|---|---|
committer | Tom Rini | 2018-09-10 21:19:31 -0400 |
commit | 3f20321ad8bdd7e84c3cfd2592b16ff65d05d04c (patch) | |
tree | 58e4d84c96eec92fc62aee6d632b8aa5f5777b66 /board | |
parent | 12109573042ce7b10bc67c20abcc07df5238094d (diff) |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/broadcom/bcmstb/MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/broadcom/bcmstb/MAINTAINERS b/board/broadcom/bcmstb/MAINTAINERS index 5851cb9978f..eda29b95c82 100644 --- a/board/broadcom/bcmstb/MAINTAINERS +++ b/board/broadcom/bcmstb/MAINTAINERS @@ -5,3 +5,11 @@ F: board/broadcom/bcmstb/ F: include/configs/bcmstb.h F: include/configs/bcm7445.h F: configs/bcm7445_defconfig + +BCM7260 BOARD +M: Thomas Fitzsimmons <fitzsim@fitzsim.org> +S: Maintained +F: board/broadcom/bcmstb/ +F: include/configs/bcmstb.h +F: include/configs/bcm7260.h +F: configs/bcm7260_defconfig |