mbox series

[v2,0/7] rockchip: Add Engicam PX30.Core support

Message ID 20200914153634.18121-1-sunil@amarulasolutions.com (mailing list archive)
Headers show
Series rockchip: Add Engicam PX30.Core support | expand

Message

Suniel Mahesh Sept. 14, 2020, 3:36 p.m. UTC
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

Comments

Kever Yang Sept. 28, 2020, 2:39 a.m. UTC | #1
Hi Suniel,

     Seems like the comments in V1 does not addressed.

     And for the DRAM support, all the DRAM type driver for PX30 has 
been support, what's the reason you can't add

DRAM support in TPL for this board?


Thanks,

- Kever

On 2020/9/14 下午11:36, Suniel Mahesh wrote:
> 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
>