]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hpe/gxp-soc' into arm/late
authorArnd Bergmann <arnd@arndb.de>
Fri, 27 May 2022 13:52:46 +0000 (15:52 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 27 May 2022 13:55:37 +0000 (15:55 +0200)
commit295ba512797eea77d2870ae3b139e884e92e0267
treea6fde5b67ca56f22fb1688b5ec2c575561b10885
parentd212b5ff19c59c0312f4dea0e95143b621112f8b
parentcf9b471ac2cdd968600f9813a55ee6b46bfe2f51
Merge branch 'hpe/gxp-soc' into arm/late

Patch series from Nick Hawkins:

"The GXP is the HPE BMC SoC that is used in the majority of HPE current
 generation servers. Traditionally the asic will last multiple
 generations of server before being replaced.

 Info about SoC:

  HPE GXP is the name of the HPE Soc. This SoC is used to implement many
  BMC features at HPE. It supports ARMv7 architecture based on the Cortex
  A9 core. It is capable of using an AXI bus to which a memory controller
  is attached. It has multiple SPI interfaces to connect boot flash and
  BIOS flash. It uses a 10/100/1000 MAC for network connectivity. It has
  multiple i2c engines to drive connectivity with a host infrastructure.
  The initial patches enable the watchdog and timer enabling the host to
  be able to boot."

* hpe/gxp-soc:
  MAINTAINERS: Introduce HPE GXP Architecture
  ARM: dts: Introduce HPE GXP Device tree
  dt-bindings: arm: hpe: add GXP Support
  dt-bindings: timer: hpe,gxp-timer: Add HPE GXP Timer and Watchdog
  clocksource/drivers/timer-gxp: Add HPE GXP Timer
  watchdog: hpe-wdt: Introduce HPE GXP Watchdog
  ARM: configs: multi_v7_defconfig: Add HPE GXP ARCH
  ARM: hpe: Introduce the HPE GXP architecture

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
MAINTAINERS
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/boot/dts/Makefile
arch/arm/configs/multi_v7_defconfig
drivers/clocksource/Kconfig
drivers/clocksource/Makefile