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

BCM6878 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 ARM PL011
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/bcm6878.dtsi [new file with mode: 0644]
arch/arm/dts/bcm96878.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm6878/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm6878/Makefile [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm96878_defconfig [new file with mode: 0644]
include/configs/bcm96878.h [new file with mode: 0644]