]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
arm: bcmbca: add bcm6846 SoC support
authorWilliam Zhang <william.zhang@broadcom.com>
Mon, 1 Aug 2022 18:39:22 +0000 (11:39 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:54:43 +0000 (08:54 -0400)
commitadb34dd542d0812441df193fd8011f4e20fb49ee
tree7c36c83cac121865f65947056b61879caf379bd4
parent41c65ce44c3fad473102c92d569cb2c134ae9059
arm: bcmbca: add bcm6846 SoC support

BCM6846 is an ARM A7 based PON Broadband 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-next git repository so the dts and
dtsi files are copied from linux with minor fix-up that needs to be
upstreamed to linux as well.

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

Signed-off-by: William Zhang <william.zhang@broadcom.com>
MAINTAINERS
arch/arm/dts/Makefile
arch/arm/dts/bcm6846.dtsi [new file with mode: 0644]
arch/arm/dts/bcm96846.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm6846/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm6846/Makefile [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm96846_defconfig [new file with mode: 0644]
include/configs/bcm96846.h [new file with mode: 0644]