]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf1c8b39a84b1321dfa64b5846a1f4b6e6475027f
treefe50e30dfc1de30152e666c3ef3ef2b633d47267
parent954aa38bf6f46c04de0c2f6fd6d1b6da1bec5743
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]