board: arm: Add support for Broadcom BCM7445
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>
Showing
- MAINTAINERS 10 additions, 0 deletionsMAINTAINERS
- arch/arm/Kconfig 12 additions, 0 deletionsarch/arm/Kconfig
- arch/arm/Makefile 1 addition, 0 deletionsarch/arm/Makefile
- arch/arm/mach-bcmstb/Kconfig 36 additions, 0 deletionsarch/arm/mach-bcmstb/Kconfig
- arch/arm/mach-bcmstb/Makefile 8 additions, 0 deletionsarch/arm/mach-bcmstb/Makefile
- arch/arm/mach-bcmstb/include/mach/gpio.h 11 additions, 0 deletionsarch/arm/mach-bcmstb/include/mach/gpio.h
- arch/arm/mach-bcmstb/include/mach/hardware.h 11 additions, 0 deletionsarch/arm/mach-bcmstb/include/mach/hardware.h
- arch/arm/mach-bcmstb/include/mach/prior_stage.h 30 additions, 0 deletionsarch/arm/mach-bcmstb/include/mach/prior_stage.h
- arch/arm/mach-bcmstb/include/mach/sdhci.h 15 additions, 0 deletionsarch/arm/mach-bcmstb/include/mach/sdhci.h
- arch/arm/mach-bcmstb/include/mach/timer.h 13 additions, 0 deletionsarch/arm/mach-bcmstb/include/mach/timer.h
- arch/arm/mach-bcmstb/lowlevel_init.S 21 additions, 0 deletionsarch/arm/mach-bcmstb/lowlevel_init.S
- board/broadcom/bcmstb/MAINTAINERS 7 additions, 0 deletionsboard/broadcom/bcmstb/MAINTAINERS
- board/broadcom/bcmstb/Makefile 8 additions, 0 deletionsboard/broadcom/bcmstb/Makefile
- board/broadcom/bcmstb/bcmstb.c 194 additions, 0 deletionsboard/broadcom/bcmstb/bcmstb.c
- configs/bcm7445_defconfig 27 additions, 0 deletionsconfigs/bcm7445_defconfig
- doc/README.bcm7xxx 150 additions, 0 deletionsdoc/README.bcm7xxx
- drivers/mmc/Kconfig 11 additions, 0 deletionsdrivers/mmc/Kconfig
- drivers/mmc/Makefile 1 addition, 0 deletionsdrivers/mmc/Makefile
- drivers/mmc/bcmstb_sdhci.c 67 additions, 0 deletionsdrivers/mmc/bcmstb_sdhci.c
- drivers/spi/Kconfig 7 additions, 0 deletionsdrivers/spi/Kconfig
Loading
Please register or sign in to comment