All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 2/7] rockchip: rk3128: add soc basic support
Date: Mon, 27 Nov 2017 20:17:38 +0100	[thread overview]
Message-ID: <E1eJOuQ-0007Cz-Hy@mail.theobroma-systems.com> (raw)
In-Reply-To: <1511776284-2703-3-git-send-email-kever.yang@rock-chips.com>

> RK3128 is a SoC from Rockchip with quad-core Cortex-A7 CPU
> and mali400 GPU. Support Nand flash, eMMC, SD card, USB 2.0 host
> and device, HDMI/LVDS/MIPI display.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
> Changes in v2:
> - update setup_boot_mode() with master
> - enable board_late_init()
> 
>  arch/arm/mach-rockchip/Kconfig                |  10 ++
>  arch/arm/mach-rockchip/Makefile               |   2 +
>  arch/arm/mach-rockchip/rk3128-board.c         | 127 ++++++++++++++++++++++++++
>  arch/arm/mach-rockchip/rk3128/Kconfig         |   0
>  arch/arm/mach-rockchip/rk3128/Makefile        |   8 ++
>  arch/arm/mach-rockchip/rk3128/rk3128.c        |  12 +++
>  arch/arm/mach-rockchip/rk3128/syscon_rk3128.c |  21 +++++
>  include/configs/rk3128_common.h               |  70 ++++++++++++++
>  8 files changed, 250 insertions(+)
>  create mode 100644 arch/arm/mach-rockchip/rk3128-board.c
>  create mode 100644 arch/arm/mach-rockchip/rk3128/Kconfig
>  create mode 100644 arch/arm/mach-rockchip/rk3128/Makefile
>  create mode 100644 arch/arm/mach-rockchip/rk3128/rk3128.c
>  create mode 100644 arch/arm/mach-rockchip/rk3128/syscon_rk3128.c
>  create mode 100644 include/configs/rk3128_common.h
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

  reply	other threads:[~2017-11-27 19:17 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-27  9:51 [U-Boot] [PATCH v2 0/7] rockchip: add new SoC support for RK3128 Kever Yang
2017-11-27  9:51 ` [U-Boot] [PATCH v2 1/7] rockchip: rk3128: add device tree file Kever Yang
2017-11-27 19:17   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-11-27 20:28   ` Philipp Tomsich
2017-11-27  9:51 ` [U-Boot] [PATCH v2 2/7] rockchip: rk3128: add soc basic support Kever Yang
2017-11-27 19:17   ` Philipp Tomsich [this message]
2017-11-27 20:28   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-11-27  9:51 ` [U-Boot] [PATCH v2 3/7] rockchip: rk3128: add clock driver Kever Yang
2017-11-27 19:17   ` [U-Boot] [U-Boot,v2,3/7] " Philipp Tomsich
2017-11-27  9:51 ` [U-Boot] [PATCH v2 4/7] rockchip: rk3128: add pinctrl driver Kever Yang
2017-11-27 19:17   ` [U-Boot] [U-Boot,v2,4/7] " Philipp Tomsich
2017-11-27 20:28   ` Philipp Tomsich
2017-11-27  9:51 ` [U-Boot] [PATCH v2 5/7] rockchip: rk3128: add evb-rk3128 support Kever Yang
2017-11-27 19:17   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-11-27 19:30   ` Philipp Tomsich
2017-11-27  9:51 ` [U-Boot] [PATCH v2 6/7] rockchip: rk3128: add defconfig for evb-rk3128 Kever Yang
2017-11-27 19:17   ` [U-Boot] [U-Boot, v2, " Philipp Tomsich
2017-11-27 20:28   ` Philipp Tomsich
2017-11-27  9:51 ` [U-Boot] [PATCH v2 7/7] rockchip: rk3128: add sdram driver Kever Yang
2017-11-27 19:17   ` [U-Boot] [U-Boot,v2,7/7] " Philipp Tomsich
2017-11-27 20:28   ` Philipp Tomsich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1eJOuQ-0007Cz-Hy@mail.theobroma-systems.com \
    --to=philipp.tomsich@theobroma-systems.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.