u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] add an initial support for hisilicon histb hc2910
@ 2023-04-01 11:17 Yang Xiwen
  0 siblings, 0 replies; only message in thread
From: Yang Xiwen @ 2023-04-01 11:17 UTC (permalink / raw)
  To: u-boot, Peng Fan, Jaehoon Chung, Peter Griffin, Manivannan Sadhasivam
  Cc: Yang Xiwen

Also introduced a new mach-histb, should apply to hi3798cv200 and
various hi3798-series SoCs.

Yang Xiwen (4):
  arm: add support for Hisilicon HiSTB family SoCs
  mmc: hi6220_dw_mmc: add compatible for HC2910 support
  dt-binding: histb-clock: add clocks definition for Hi3798MV200
  arm: histb: hi3798mv200: add initial support for Hi3798MV200
    HC2910-2AGHD05 board

 MAINTAINERS                                   |   1 +
 arch/arm/Kconfig                              |  12 +
 arch/arm/Makefile                             |   1 +
 .../hi3798mv200-hc2910-2aghd05-u-boot.dtsi    |   8 +
 arch/arm/dts/hi3798mv200-hc2910-2aghd05.dts   |  71 ++++++
 arch/arm/dts/hi3798mv200-u-boot.dtsi          |  22 ++
 arch/arm/dts/hi3798mv200.dtsi                 | 225 ++++++++++++++++++
 arch/arm/mach-histb/Kconfig                   |  39 +++
 arch/arm/mach-histb/Makefile                  |   4 +
 arch/arm/mach-histb/board_common.c            |  31 +++
 arch/arm/mach-histb/sysmap-histb.c            |  31 +++
 board/skyworth/hc2910-2aghd05/Kconfig         |  15 ++
 board/skyworth/hc2910-2aghd05/MAINTAINERS     |   6 +
 board/skyworth/hc2910-2aghd05/Makefile        |   1 +
 board/skyworth/hc2910-2aghd05/README          |  25 ++
 .../skyworth/hc2910-2aghd05/hc2910-2aghd05.c  |  26 ++
 configs/hc2910_2aghd05_defconfig              |  50 ++++
 drivers/mmc/hi6220_dw_mmc.c                   |   2 +
 include/configs/hc2910-2aghd05.h              |   6 +
 include/dt-bindings/clock/histb-clock.h       |  12 +
 20 files changed, 588 insertions(+)
 create mode 100644 arch/arm/dts/hi3798mv200-hc2910-2aghd05-u-boot.dtsi
 create mode 100644 arch/arm/dts/hi3798mv200-hc2910-2aghd05.dts
 create mode 100644 arch/arm/dts/hi3798mv200-u-boot.dtsi
 create mode 100644 arch/arm/dts/hi3798mv200.dtsi
 create mode 100644 arch/arm/mach-histb/Kconfig
 create mode 100644 arch/arm/mach-histb/Makefile
 create mode 100644 arch/arm/mach-histb/board_common.c
 create mode 100644 arch/arm/mach-histb/sysmap-histb.c
 create mode 100644 board/skyworth/hc2910-2aghd05/Kconfig
 create mode 100644 board/skyworth/hc2910-2aghd05/MAINTAINERS
 create mode 100644 board/skyworth/hc2910-2aghd05/Makefile
 create mode 100644 board/skyworth/hc2910-2aghd05/README
 create mode 100644 board/skyworth/hc2910-2aghd05/hc2910-2aghd05.c
 create mode 100644 configs/hc2910_2aghd05_defconfig
 create mode 100644 include/configs/hc2910-2aghd05.h

-- 
2.39.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-01 12:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-01 11:17 [PATCH 0/4] add an initial support for hisilicon histb hc2910 Yang Xiwen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).