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

BCM4912 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 ARM PL011 uart.

This SoC is supported in the linux-next git repository so the dts
and dtsi files are copied from linux.

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/bcm4912.dtsi [new file with mode: 0644]
arch/arm/dts/bcm94912.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm4912/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm4912/Makefile [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm4912/mmu_table.c [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm94912_defconfig [new file with mode: 0644]
include/configs/bcm94912.h [new file with mode: 0644]