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

BCM6813 is a Broadcom B53 based PON and WLAN AP router 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/bcm6813.dtsi [new file with mode: 0644]
arch/arm/dts/bcm96813.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm6813/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm6813/Makefile [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm6813/mmu_table.c [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm96813_defconfig [new file with mode: 0644]
include/configs/bcm96813.h [new file with mode: 0644]