mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-24 07:32:01 +00:00
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>
This commit is contained in:
parent
1210957304
commit
3f20321ad8
5 changed files with 76 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue