[PATCH v2 0/1] arm: bcmbca: introduce the bcmbca architecture and 47622 SOC

William Zhang william.zhang at broadcom.com
Fri May 6 20:23:11 CEST 2022


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.

Changes in v2:
- Updated dts and dtsi files which are accpeted in linux-next upstream
- Changed CONFIG_SYS_TEXT_BASE to 0x01000000 from 0x10000000 to work
on boards with 256MB or less memory

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             | 126 +++++++++++++++++++++++++
 arch/arm/dts/bcm947622.dts             |  30 ++++++
 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, 319 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

-------------- 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/20220506/829734ac/attachment.bin>


More information about the U-Boot mailing list