]> git.baikalelectronics.ru Git - uboot.git/commit
arm: bcmbca: add bcm63178 SoC support
authorWilliam Zhang <william.zhang@broadcom.com>
Mon, 1 Aug 2022 18:39:21 +0000 (11:39 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:54:42 +0000 (08:54 -0400)
commita5232ecd1d6e13609b3481d7e9121c946cfce27b
tree6dc50de60258cfc98912580e7b01c4788ba74f7a
parent3b81fd5507eb0905a33053dc9bd2fe6dcbe91c68
arm: bcmbca: add bcm63178 SoC support

BCM63178 is an ARM A7 based DSL 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/bcm63178.dtsi [new file with mode: 0644]
arch/arm/dts/bcm963178.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm63178/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm63178/Makefile [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm963178_defconfig [new file with mode: 0644]
include/configs/bcm963178.h [new file with mode: 0644]