public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] rockchip: Initial RK3368 and GeekBox support
@ 2016-07-18  1:06 Andreas Färber
  2016-07-18  1:06 ` [U-Boot] [PATCH 1/2] dts: Import rk3368-geekbox.dts Andreas Färber
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Andreas Färber @ 2016-07-18  1:06 UTC (permalink / raw)
  To: u-boot

Hi,

This series adds initial support for RK3368 SoC and GeekBox.
For more details see the commit message.

Will need to be rebased onto Heiko's cleanups and Kever's RK3399 series.

Regards,
Andreas

Cc: Simon Glass <sjg@chromium.org>
Cc: Kever Yang <kever.yang@rock-chips.com>
Cc: Heiko St?bner <heiko@sntech.de>

Andreas F?rber (2):
  dts: Import rk3368-geekbox.dts
  ARM64: rockchip: Add initial support for RK3368 based GeekBox

 arch/arm/Kconfig                       |    4 -
 arch/arm/dts/Makefile                  |    3 +-
 arch/arm/dts/rk3368-geekbox.dts        |  319 ++++++++++
 arch/arm/dts/rk3368.dtsi               | 1082 ++++++++++++++++++++++++++++++++
 arch/arm/mach-rockchip/Kconfig         |   14 +
 arch/arm/mach-rockchip/Makefile        |    1 +
 arch/arm/mach-rockchip/rk3368/Kconfig  |   14 +
 arch/arm/mach-rockchip/rk3368/Makefile |    7 +
 arch/arm/mach-rockchip/rk3368/rk3368.c |   28 +
 board/geekbuying/geekbox/Kconfig       |   15 +
 board/geekbuying/geekbox/Makefile      |    7 +
 board/geekbuying/geekbox/geekbox.c     |   26 +
 configs/geekbox_defconfig              |   20 +
 include/configs/geekbox.h              |   19 +
 include/configs/rk3368_common.h        |   47 ++
 include/dt-bindings/clock/rk3368-cru.h |  384 ++++++++++++
 16 files changed, 1985 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/dts/rk3368-geekbox.dts
 create mode 100644 arch/arm/dts/rk3368.dtsi
 create mode 100644 arch/arm/mach-rockchip/rk3368/Kconfig
 create mode 100644 arch/arm/mach-rockchip/rk3368/Makefile
 create mode 100644 arch/arm/mach-rockchip/rk3368/rk3368.c
 create mode 100644 board/geekbuying/geekbox/Kconfig
 create mode 100644 board/geekbuying/geekbox/Makefile
 create mode 100644 board/geekbuying/geekbox/geekbox.c
 create mode 100644 configs/geekbox_defconfig
 create mode 100644 include/configs/geekbox.h
 create mode 100644 include/configs/rk3368_common.h
 create mode 100644 include/dt-bindings/clock/rk3368-cru.h

-- 
2.6.6

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

end of thread, other threads:[~2016-08-29  7:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-18  1:06 [U-Boot] [PATCH 0/2] rockchip: Initial RK3368 and GeekBox support Andreas Färber
2016-07-18  1:06 ` [U-Boot] [PATCH 1/2] dts: Import rk3368-geekbox.dts Andreas Färber
2016-07-18 11:56   ` Simon Glass
2016-07-18  1:06 ` [U-Boot] [PATCH 2/2] ARM64: rockchip: Add initial support for RK3368 based GeekBox Andreas Färber
2016-07-18  1:22   ` Andreas Färber
2016-07-18 11:56   ` Simon Glass
2016-07-18 12:13   ` Heiko Stübner
2016-07-23  2:31     ` Simon Glass
2016-07-25 14:46       ` Andreas Färber
2016-08-06  4:30 ` [U-Boot] [PATCH 0/2] rockchip: Initial RK3368 and GeekBox support Simon Glass
2016-08-06 16:05   ` Andreas Färber
2016-08-06 18:52     ` Simon Glass
2016-08-07 13:31     ` Tom Rini
2016-08-07 16:46       ` Andreas Färber
2016-08-07 20:07         ` Tom Rini
2016-08-08 21:44           ` Simon Glass
2016-08-29  7:17 ` Peter Robinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox