[PATCH 0/3] arm: bcmbca: move bcm6858 support under CONFIG_ARCH_BCMBCA BCM6858 is

William Zhang william.zhang at broadcom.com
Thu Aug 18 02:07:39 CEST 2022


part of the Broadcom BCA (Broadband Carrier Access origin) chipset
family. BCM6858 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 BCM6858 support under the config of ARCH_BCMBCA and
BCM6858.

This patch series need to apply on top of my previous patch series [1].

[1]: https://lists.denx.de/pipermail/u-boot/2022-August/492078.html


William Zhang (3):
  arm: bcmbca: add bcm6858 SoC support under CONFIG_ARCH_BCMBCA
  arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858
  arm: bcmbca: make bcm6858 driver depending on CONFIG_BCM6858

 MAINTAINERS                                  |   1 +
 arch/arm/Kconfig                             |   7 -
 arch/arm/dts/Makefile                        |   6 +-
 arch/arm/dts/bcm6858.dtsi                    | 197 +++++++++++--------
 arch/arm/dts/bcm96858.dts                    |  30 +++
 arch/arm/dts/bcm968580xref.dts               |   4 +-
 arch/arm/mach-bcmbca/Kconfig                 |   8 +
 arch/arm/mach-bcmbca/Makefile                |   1 +
 arch/arm/mach-bcmbca/bcm6858/Kconfig         |  17 ++
 arch/arm/mach-bcmbca/bcm6858/Makefile        |   5 +
 arch/arm/mach-bcmbca/bcm6858/mmu_table.c     |  32 +++
 board/broadcom/bcm968580xref/Kconfig         |  17 --
 board/broadcom/bcm968580xref/MAINTAINERS     |   6 -
 board/broadcom/bcm968580xref/Makefile        |   3 -
 board/broadcom/bcm968580xref/bcm968580xref.c |  62 ------
 board/broadcom/bcmbca/Kconfig                |   7 +
 configs/bcm968580xref_ram_defconfig          |  64 ------
 configs/bcm96858_defconfig                   |  23 +++
 drivers/gpio/Kconfig                         |   3 +-
 drivers/led/Kconfig                          |   2 +-
 drivers/mtd/nand/raw/Kconfig                 |   2 +-
 drivers/spi/Kconfig                          |   3 +-
 drivers/watchdog/Kconfig                     |   3 +-
 include/configs/bcm96858.h                   |  15 ++
 include/configs/broadcom_bcm968580xref.h     |  32 ---
 25 files changed, 267 insertions(+), 283 deletions(-)
 create mode 100644 arch/arm/dts/bcm96858.dts
 create mode 100644 arch/arm/mach-bcmbca/bcm6858/Kconfig
 create mode 100644 arch/arm/mach-bcmbca/bcm6858/Makefile
 create mode 100644 arch/arm/mach-bcmbca/bcm6858/mmu_table.c
 delete mode 100644 board/broadcom/bcm968580xref/Kconfig
 delete mode 100644 board/broadcom/bcm968580xref/MAINTAINERS
 delete mode 100644 board/broadcom/bcm968580xref/Makefile
 delete mode 100644 board/broadcom/bcm968580xref/bcm968580xref.c
 delete mode 100644 configs/bcm968580xref_ram_defconfig
 create mode 100644 configs/bcm96858_defconfig
 create mode 100644 include/configs/bcm96858.h
 delete mode 100644 include/configs/broadcom_bcm968580xref.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/3b2a9fad/attachment.bin>


More information about the U-Boot mailing list