All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC
@ 2022-03-24  2:03 William Zhang
  2022-03-24  2:03 ` [PATCH 1/1] " William Zhang
  0 siblings, 1 reply; 9+ messages in thread
From: William Zhang @ 2022-03-24  2:03 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: William Zhang, Anand Gore, Andre Przywara, Bharat Gooty,
	Christian Hewitt, Fabio Estevam, Jagan Teki, Joel Peshkin,
	Kever Yang, Kursad Oney, Peter Robinson, Rayagonda Kokatanur,
	Simon Glass, Tim Harvey, Tom Rini, Ying-Chun Liu (PaulLiu)

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

This change introduces Broadcom's ARCH_BCMBCA architecture for armv7
and armv8 based Broadband SoCs. We expect to send additional patches
for each SoC in the near future.

William Zhang (1):
  arm: bcmbca: introduce the bcmbca architecture and 47622 SOC

 MAINTAINERS                            | 11 ++++++++
 arch/arm/Kconfig                       |  7 ++++++
 arch/arm/Makefile                      |  1 +
 arch/arm/dts/Makefile                  |  3 +++
 arch/arm/dts/bcm47622.dtsi             | 25 ++++++++++++++++++
 arch/arm/dts/bcm947622.dts             | 31 +++++++++++++++++++++++
 arch/arm/mach-bcmbca/Kconfig           | 17 +++++++++++++
 arch/arm/mach-bcmbca/Makefile          |  6 +++++
 arch/arm/mach-bcmbca/bcm47622/Kconfig  | 17 +++++++++++++
 arch/arm/mach-bcmbca/bcm47622/Makefile |  5 ++++
 board/broadcom/bcmbca/Kconfig          | 17 +++++++++++++
 board/broadcom/bcmbca/Makefile         |  5 ++++
 board/broadcom/bcmbca/board.c          | 35 ++++++++++++++++++++++++++
 configs/bcm947622_defconfig            | 18 +++++++++++++
 include/configs/bcm947622.h            | 21 ++++++++++++++++
 15 files changed, 219 insertions(+)
 create mode 100644 arch/arm/dts/bcm47622.dtsi
 create mode 100644 arch/arm/dts/bcm947622.dts
 create mode 100644 arch/arm/mach-bcmbca/Kconfig
 create mode 100644 arch/arm/mach-bcmbca/Makefile
 create mode 100644 arch/arm/mach-bcmbca/bcm47622/Kconfig
 create mode 100644 arch/arm/mach-bcmbca/bcm47622/Makefile
 create mode 100644 board/broadcom/bcmbca/Kconfig
 create mode 100644 board/broadcom/bcmbca/Makefile
 create mode 100644 board/broadcom/bcmbca/board.c
 create mode 100644 configs/bcm947622_defconfig
 create mode 100644 include/configs/bcm947622.h

-- 
2.17.1


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

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

end of thread, other threads:[~2022-03-25  4:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24  2:03 [PATCH 0/1] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC William Zhang
2022-03-24  2:03 ` [PATCH 1/1] " William Zhang
2022-03-24  3:08   ` Tom Rini
2022-03-24  4:21     ` William Zhang
2022-03-24 18:53     ` William Zhang
2022-03-24 18:58       ` Tom Rini
2022-03-24 21:12         ` William Zhang
2022-03-25  1:13   ` Andre Przywara
2022-03-25  4:52     ` William Zhang

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.