All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] arm: bcmbca: move bcm6753 support under CONFIG_ARCH_BCMBCA
@ 2022-08-22 18:49 William Zhang
  2022-08-22 18:49 ` [PATCH v2 1/3] arm: bcmbca: add bcm6855 SoC " William Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: William Zhang @ 2022-08-22 18:49 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: f.fainelli, anand.gore, rafal, dan.beygelman, kursad.oney,
	philippe.reynes, joel.peshkin, William Zhang, Andre Przywara,
	Christian Hewitt, Fabio Estevam, Rayagonda Kokatanur, Rick Chen,
	Samuel Holland, Sean Anderson, Simon Glass, Tom Rini,
	Tomer Yacoby, Ying-Chun Liu (PaulLiu)

[-- Attachment #1: Type: text/plain, Size: 3178 bytes --]

Sorry for another version of patch series with some minor updates.
Please see the change log and specific patch for details.

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/492474.html

Changes in v2:
- Add help in BCM6855 Kconfig option to include the list of the
supported chips.
- Update subject line to be more clear for patch 3

William Zhang (3):
  arm: bcmbca: add bcm6855 SoC support under CONFIG_ARCH_BCMBCA
  arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753
  arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with 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             |  11 +
 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, 377 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


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-31 14:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22 18:49 [PATCH v2 0/3] arm: bcmbca: move bcm6753 support under CONFIG_ARCH_BCMBCA William Zhang
2022-08-22 18:49 ` [PATCH v2 1/3] arm: bcmbca: add bcm6855 SoC " William Zhang
2022-08-24 12:41   ` Philippe REYNES
2022-10-31 14:45   ` Tom Rini
2022-08-22 18:49 ` [PATCH v2 2/3] arm: bcmbca: remove bcm6753 support under CONFIG_ARCH_BCM6753 William Zhang
2022-08-24 12:42   ` Philippe REYNES
2022-08-22 18:49 ` [PATCH v2 3/3] arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855 William Zhang
2022-08-24 12:42   ` Philippe REYNES

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.