[PATCH 0/3] arm: bcmbca: move bcm6753 support under CONFIG_ARCH_BCMBCA
William Zhang
william.zhang at broadcom.com
Thu Aug 18 02:22:07 CEST 2022
BCM6753 is essentially same as the main chip BCM6855 with different SKU
number. It is part of the Broadcom BCA (Broadband Carrier Access origin)
chipset family. BCM6753 was originally added by Philippe before Broadcom
started to upstream the support for BCMBCA SoCs. The ARM based broadband
SoC family is now supported under the unified ARCH_BCMBCA config. This
patch series migrate the BCM6753 support under the config of ARCH_BCMBCA
and BCM6855.
This patch series need to apply on top of my previous patch series
[1]. This concludes the addition of BCA SoC support to u-boot at least
for now.
[1]: https://lists.denx.de/pipermail/u-boot/2022-August/492082.html
William Zhang (3):
arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCA
arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753
arm: bcmbca: make bcm6753 driver depending on CONFIG_BCM6855
MAINTAINERS | 1 +
arch/arm/Kconfig | 8 -
arch/arm/dts/Makefile | 6 +-
arch/arm/dts/bcm6753.dtsi | 208 ------------------
arch/arm/dts/bcm6855.dtsi | 257 +++++++++++++++++++++++
arch/arm/dts/bcm96753ref.dts | 6 +-
arch/arm/dts/bcm96855.dts | 30 +++
arch/arm/mach-bcmbca/Kconfig | 8 +
arch/arm/mach-bcmbca/Makefile | 1 +
arch/arm/mach-bcmbca/bcm6855/Kconfig | 17 ++
arch/arm/mach-bcmbca/bcm6855/Makefile | 5 +
board/broadcom/bcm96753ref/Kconfig | 16 --
board/broadcom/bcm96753ref/MAINTAINERS | 6 -
board/broadcom/bcm96753ref/Makefile | 3 -
board/broadcom/bcm96753ref/bcm96753ref.c | 40 ----
board/broadcom/bcmbca/Kconfig | 7 +
configs/bcm96753ref_ram_defconfig | 87 --------
configs/bcm96855_defconfig | 23 ++
drivers/gpio/Kconfig | 2 +-
drivers/led/Kconfig | 2 +-
drivers/mtd/nand/raw/Kconfig | 2 +-
drivers/watchdog/Kconfig | 2 +-
include/configs/bcm96855.h | 15 ++
include/configs/broadcom_bcm96753ref.h | 32 ---
24 files changed, 374 insertions(+), 410 deletions(-)
delete mode 100644 arch/arm/dts/bcm6753.dtsi
create mode 100644 arch/arm/dts/bcm6855.dtsi
create mode 100644 arch/arm/dts/bcm96855.dts
create mode 100644 arch/arm/mach-bcmbca/bcm6855/Kconfig
create mode 100644 arch/arm/mach-bcmbca/bcm6855/Makefile
delete mode 100644 board/broadcom/bcm96753ref/Kconfig
delete mode 100644 board/broadcom/bcm96753ref/MAINTAINERS
delete mode 100644 board/broadcom/bcm96753ref/Makefile
delete mode 100644 board/broadcom/bcm96753ref/bcm96753ref.c
delete mode 100644 configs/bcm96753ref_ram_defconfig
create mode 100644 configs/bcm96855_defconfig
create mode 100644 include/configs/bcm96855.h
delete mode 100644 include/configs/broadcom_bcm96753ref.h
--
2.37.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4212 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220817/25c6b61a/attachment.bin>
More information about the U-Boot
mailing list