board: arm: bcmstb: Declare get_ticks in timer.hIn an earlier proposed patch, bcmstb.c implemented timer_read_counter,but it was updated to implement get_ticks instead. This patch updatesthe dec
board: arm: bcmstb: Declare get_ticks in timer.hIn an earlier proposed patch, bcmstb.c implemented timer_read_counter,but it was updated to implement get_ticks instead. This patch updatesthe declaration in timer.h accordingly.Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
show more ...
arm: bcm7445: Fix parallel make race conditionMove the contents of prior_stage.h into bcmstb.h to prevent a buildfailure when bcmstb.h is #include'ed before the asm/arch symbolic linkis present.
arm: bcm7445: Fix parallel make race conditionMove the contents of prior_stage.h into bcmstb.h to prevent a buildfailure when bcmstb.h is #include'ed before the asm/arch symbolic linkis present.Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
board: arm: Add support for Broadcom BCM7445Add support for loading U-Boot on the Broadcom 7445 SoC. This portassumes Broadcom's BOLT bootloader is acting as the second stagebootloader, and U-Bo
board: arm: Add support for Broadcom BCM7445Add support for loading U-Boot on the Broadcom 7445 SoC. This portassumes Broadcom's BOLT bootloader is acting as the second stagebootloader, and U-Boot is acting as the third stage bootloader, loadedas 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>