summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmstb
Commit message (Collapse)AuthorAgeFilesLines
* board: arm: Add support for Broadcom BCM7260Thomas Fitzsimmons2018-09-101-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: bcmstb: Declare get_ticks in timer.hThomas Fitzsimmons2018-08-241-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>
* arm: bcm7445: Fix parallel make race conditionThomas Fitzsimmons2018-08-131-30/+0
| | | | | | | | Move the contents of prior_stage.h into bcmstb.h to prevent a build failure when bcmstb.h is #include'ed before the asm/arch symbolic link is present. Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-108-0/+145
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>