Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | board: arm: Add support for Broadcom BCM7260 | Thomas Fitzsimmons | 2018-09-10 | 1 | -3/+10 |
| | | | | | | | | | | | 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> | ||||
* | board: arm: Add support for Broadcom BCM7445 | Thomas Fitzsimmons | 2018-07-10 | 1 | -0/+36 |
Add support for loading U-Boot on the Broadcom 7445 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> Cc: Stefan Roese <sr@denx.de> Cc: Tom Rini <trini@konsulko.com> Cc: Florian Fainelli <f.fainelli@gmail.com> |