All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/3] rockchip: rk3399: add RK3399-Q7 (Puma) SoM support
@ 2017-03-28 16:48 Philipp Tomsich
  2017-03-28 16:48 ` [U-Boot] [PATCH v1 1/3] arm64: rockchip: rk3399-puma: add DDR3-1333 timings Philipp Tomsich
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Philipp Tomsich @ 2017-03-28 16:48 UTC (permalink / raw)
  To: u-boot


The RK3399-Q7 is a system-on-module featuring a Rockchip RK3399 SoC
in a Qseven-compatible form-factor.

This changeset adds basic support for the following features (validated
against the Hainan baseboard):
 * Gigabit Ethernet (incl. the KSZ9031 GbE PHY)
 * SPI on SPI1 (on-module) and SPI5 (edge-connector)
 * SPL loading the next stage from SPI, eMMC or SD card
 * Console on the external UART w/ configurable baudrate


Philipp Tomsich (3):
  arm64: rockchip: rk3399-puma: add DDR3-1333 timings
  dts: rk3399-puma: add DTS for RK3399-Q7 (Puma) SoM
  defconfig: puma-rk3399: add defconfig for the RK3399-Q7 (Puma)

 arch/arm/dts/Makefile                    |    3 +-
 arch/arm/dts/rk3399-puma.dts             |  189 ++++
 arch/arm/dts/rk3399-sdram-ddr3-1333.dtsi | 1537 ++++++++++++++++++++++++++++++
 configs/evb-rk3399_defconfig             |    3 +
 configs/puma-rk3399_defconfig            |   73 ++
 include/configs/rk3399_common.h          |    2 -
 6 files changed, 1804 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/dts/rk3399-puma.dts
 create mode 100644 arch/arm/dts/rk3399-sdram-ddr3-1333.dtsi
 create mode 100644 configs/puma-rk3399_defconfig

-- 
1.9.1

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

end of thread, other threads:[~2017-04-05  1:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28 16:48 [U-Boot] [PATCH v1 0/3] rockchip: rk3399: add RK3399-Q7 (Puma) SoM support Philipp Tomsich
2017-03-28 16:48 ` [U-Boot] [PATCH v1 1/3] arm64: rockchip: rk3399-puma: add DDR3-1333 timings Philipp Tomsich
2017-04-01  4:23   ` Simon Glass
2017-04-05  1:05     ` Simon Glass
2017-03-28 16:48 ` [U-Boot] [PATCH v1 2/3] dts: rk3399-puma: add DTS for RK3399-Q7 (Puma) SoM Philipp Tomsich
2017-04-01  4:23   ` Simon Glass
2017-04-05  1:05     ` Simon Glass
2017-03-28 16:48 ` [U-Boot] [PATCH v1 3/3] defconfig: puma-rk3399: add defconfig for the RK3399-Q7 (Puma) Philipp Tomsich
2017-04-01  4:24   ` Simon Glass
2017-04-05  1:05     ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.