linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] rockchip: Add Engicam PX30.Core support
@ 2020-09-14 15:36 Suniel Mahesh
  2020-09-14 15:36 ` [PATCH v2 1/7] arm64: dts: rockchip: px30: Add Engicam EDIMM2.2 Starter Kit Suniel Mahesh
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Suniel Mahesh @ 2020-09-14 15:36 UTC (permalink / raw)
  To: kever.yang, philipp.tomsich, sjg
  Cc: u-boot, linux-rockchip, linux-amarula, jagan, sunil

PX30.Core is an EDIMM SOM based on Rockchip PX30 from Engicam.

PX30.Core needs to mount on top of Engicam baseboards for creating
complete platform boards.

Possible baseboards are,
- EDIMM2.2 Starter Kit
- C.TOUCH 2.0 10.1" Open Frame

Right now boot support is working via Rockchip miniloader, will
update to U-Boot TPL once the ddr supported.

Note: dts patches are in Linux mailing-list.

Earlier patch series is at:
https://patchwork.ozlabs.org/project/uboot/cover/20200724105119.13123-1-jagan@amarulasolutions.com/

Jagan Teki (6):
  arm64: dts: rockchip: px30: Add Engicam EDIMM2.2 Starter Kit
  rockchip: px30: Add EVB_PX30 Kconfig help
  rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit
  arm64: dts: rockchip: px30: Add Engicam C.TOUCH 2.0
  rockchip: Add Engicam PX30.Core C.TOUCH 2.0
  doc: rockchip: Document Rockchip miniloader flashing

Michael Trimarchi (1):
  arm64: dts: rockchip: Add Engicam PX30.Core SOM

 arch/arm/dts/Makefile                     |   2 +
 arch/arm/dts/px30-engicam-common.dtsi     |  39 ++++
 arch/arm/dts/px30-engicam-ctouch2.dtsi    |   8 +
 arch/arm/dts/px30-engicam-edimm2.2.dtsi   |   7 +
 arch/arm/dts/px30-px30-core-ctouch2.dts   |  22 ++
 arch/arm/dts/px30-px30-core-edimm2.2.dts  |  21 ++
 arch/arm/dts/px30-px30-core.dtsi          | 232 ++++++++++++++++++++++
 arch/arm/mach-rockchip/px30/Kconfig       |  18 ++
 board/rockchip/evb_px30/MAINTAINERS       |  12 ++
 configs/px30-core-ctouch2-px30_defconfig  | 108 ++++++++++
 configs/px30-core-edimm2.2-px30_defconfig | 108 ++++++++++
 doc/board/rockchip/rockchip.rst           |  40 +++-
 12 files changed, 616 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/px30-engicam-common.dtsi
 create mode 100644 arch/arm/dts/px30-engicam-ctouch2.dtsi
 create mode 100644 arch/arm/dts/px30-engicam-edimm2.2.dtsi
 create mode 100644 arch/arm/dts/px30-px30-core-ctouch2.dts
 create mode 100644 arch/arm/dts/px30-px30-core-edimm2.2.dts
 create mode 100644 arch/arm/dts/px30-px30-core.dtsi
 create mode 100644 configs/px30-core-ctouch2-px30_defconfig
 create mode 100644 configs/px30-core-edimm2.2-px30_defconfig

-- 
2.17.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2020-09-28  2:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14 15:36 [PATCH v2 0/7] rockchip: Add Engicam PX30.Core support Suniel Mahesh
2020-09-14 15:36 ` [PATCH v2 1/7] arm64: dts: rockchip: px30: Add Engicam EDIMM2.2 Starter Kit Suniel Mahesh
2020-09-14 15:36 ` [PATCH v2 2/7] arm64: dts: rockchip: Add Engicam PX30.Core SOM Suniel Mahesh
2020-09-14 15:36 ` [PATCH v2 3/7] rockchip: px30: Add EVB_PX30 Kconfig help Suniel Mahesh
2020-09-14 15:36 ` [PATCH v2 4/7] rockchip: Add Engicam PX30.Core EDIMM2.2 Starter Kit Suniel Mahesh
2020-09-14 15:36 ` [PATCH v2 5/7] arm64: dts: rockchip: px30: Add Engicam C.TOUCH 2.0 Suniel Mahesh
2020-09-14 15:36 ` [PATCH v2 6/7] rockchip: Add Engicam PX30.Core " Suniel Mahesh
2020-09-14 15:36 ` [PATCH v2 7/7] doc: rockchip: Document Rockchip miniloader flashing Suniel Mahesh
2020-09-28  2:39 ` [PATCH v2 0/7] rockchip: Add Engicam PX30.Core support Kever Yang

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).