Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | board: arm: bcmstb: Declare get_ticks in timer.h | Thomas Fitzsimmons | 2018-08-24 | 1 | -1/+1 |
| | | | | | | | | In an earlier proposed patch, bcmstb.c implemented timer_read_counter, but it was updated to implement get_ticks instead. This patch updates the declaration in timer.h accordingly. Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org> | ||||
* | board: arm: Add support for Broadcom BCM7445 | Thomas Fitzsimmons | 2018-07-10 | 1 | -0/+13 |
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> |