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

BCM6756 is an ARM A7 based WLAN Gateway and Access Point 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.

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/bcm6756.dtsi [new file with mode: 0644]
arch/arm/dts/bcm96756.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm6756/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm6756/Makefile [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm96756_defconfig [new file with mode: 0644]
include/configs/bcm96756.h [new file with mode: 0644]