]> git.baikalelectronics.ru Git - uboot.git/commit
arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCA
authorWilliam Zhang <william.zhang@broadcom.com>
Mon, 22 Aug 2022 18:31:41 +0000 (11:31 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:55:41 +0000 (08:55 -0400)
commit15cb7f862ce313132d6ac5b240f0b31ac4d44b76
treef48648139372f40068c87acfaea622876ec4567e
parentc4927dc1da034c2e2f10e93fe6b386e029277f68
arm: bcmbca: add bcm6856 SoC support under CONFIG_ARCH_BCMBCA

BCM6856 is a Broadcom B53 based PON Gateway SoC. It is part of the BCA
(Broadband Carrier Access origin) chipset family. Like other Broadband
SoC, this patch adds it under CONFIG_BCM6856 chip config and
CONFIG_ARCH_BCMBCA platform config.

This initial support includes a bare-bone implementation and dts with
CPU subsystem, memory and Broadcom 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: Philippe Reynes <philippe.reynes@softathome.com>
12 files changed:
MAINTAINERS
arch/arm/dts/Makefile
arch/arm/dts/bcm6856.dtsi [new file with mode: 0644]
arch/arm/dts/bcm96856.dts [new file with mode: 0644]
arch/arm/mach-bcmbca/Kconfig
arch/arm/mach-bcmbca/Makefile
arch/arm/mach-bcmbca/bcm6856/Kconfig [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm6856/Makefile [new file with mode: 0644]
arch/arm/mach-bcmbca/bcm6856/mmu_table.c [new file with mode: 0644]
board/broadcom/bcmbca/Kconfig
configs/bcm96856_defconfig [new file with mode: 0644]
include/configs/bcm96856.h [new file with mode: 0644]