]> git.baikalelectronics.ru Git - uboot.git/commit
arm: bcmbca: add bcm63146 SoC support
authorWilliam Zhang <william.zhang@broadcom.com>
Sat, 6 Aug 2022 01:34:00 +0000 (18:34 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:54:43 +0000 (08:54 -0400)
commit1820add85a9cb99c646a340168c2a62d4b63a22e
treef8cdec625e72997fbe328114c4794b170a54c687
parent40c1ab12403f2d4fca7f84127d7f4ad933e38cda
arm: bcmbca: add bcm63146 SoC support

BCM63146 is a Broadcom B53 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.

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

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
12 files changed:
MAINTAINERS
arch/arm/dts/Makefile
arch/arm/dts/bcm63146.dtsi [new file with mode: 0644]
arch/arm/dts/bcm963146.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm63146/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm63146/Makefile [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm63146/mmu_table.c [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm963146_defconfig [new file with mode: 0644]
include/configs/bcm963146.h [new file with mode: 0644]