]> git.baikalelectronics.ru Git - uboot.git/commit
arm: bcmbca: add bcm4908 SoC support
authorWilliam Zhang <william.zhang@broadcom.com>
Sat, 6 Aug 2022 01:34:03 +0000 (18:34 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:54:44 +0000 (08:54 -0400)
commit3e3692bec1704424bf100a8d3f350472c2cdcfff
tree3f3464b84249a42d89a8ed538594f69e1893e8fe
parent3999b91dc65b6dafaff267c1b8d8655cb7e3d6c4
arm: bcmbca: add bcm4908 SoC support

BCM4908 is a Broadcom B53 based WLAN AP router SoC. It is part of the
BCA (Broadband Carrier Access origin) chipset family so it's added
under ARCH_BCMBCA platform. This initial support includes a bare-bone
implementation and dts with CPU subsystem, memory and Broadcom uart.

This SoC is supported in the linux git repository so the dts and dtsi
files are stripped down version of linux copies with mininum blocks
needed by u-boot.

The u-boot image can be loaded from flash or network to the entry point
address in the memory and boot from there to the console.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
12 files changed:
MAINTAINERS
arch/arm/dts/Makefile
arch/arm/dts/bcm4908.dtsi [new file with mode: 0644]
arch/arm/dts/bcm94908.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm4908/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm4908/Makefile [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm4908/mmu_table.c [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm94908_defconfig [new file with mode: 0644]
include/configs/bcm94908.h [new file with mode: 0644]