All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] rockchip: rk3188: Add Radxa Rock board
Date: Fri, 31 Mar 2017 22:22:32 -0600	[thread overview]
Message-ID: <CAPnjgZ1AOyHP7T8ohfrnA3H5dLVQjOMX24+Y-EbnGUUw-dXZ7Q@mail.gmail.com> (raw)
In-Reply-To: <20170326190955.5800-2-heiko@sntech.de>

On 26 March 2017 at 13:09, Heiko Stuebner <heiko@sntech.de> wrote:
> The Rock is a RK3188 based single board computer by Radxa.
> Currently it still relies on the proprietary DDR init and
> cannot use the generic SPL, but at least is able to boot
> a linux kernel and system up to a regular login prompt.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Tested-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> folded in pmic (act8846) config options

Looks like your change log is a bit mangled, and this should have a
version number.

>
>  arch/arm/dts/Makefile                 |   1 +
>  arch/arm/dts/rk3188-radxarock.dts     | 382 ++++++++++++++++++++++++++++++++++
>  arch/arm/mach-rockchip/rk3188/Kconfig |  11 +
>  board/radxa/rock/Kconfig              |  15 ++
>  board/radxa/rock/MAINTAINERS          |   6 +
>  board/radxa/rock/Makefile             |   7 +
>  board/radxa/rock/rock.c               |   7 +
>  configs/rock_defconfig                |  62 ++++++
>  include/configs/rock.h                |  30 +++
>  9 files changed, 521 insertions(+)
>  create mode 100644 arch/arm/dts/rk3188-radxarock.dts
>  create mode 100644 board/radxa/rock/Kconfig
>  create mode 100644 board/radxa/rock/MAINTAINERS
>  create mode 100644 board/radxa/rock/Makefile
>  create mode 100644 board/radxa/rock/rock.c
>  create mode 100644 configs/rock_defconfig
>  create mode 100644 include/configs/rock.h

Acked-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2017-04-01  4:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26 19:09 [U-Boot] [PATCH 1/2] rockchip: rk3188: follow THUMB_BUILD Kconfig migration Heiko Stuebner
2017-03-26 19:09 ` [U-Boot] [PATCH 2/2] rockchip: rk3188: Add Radxa Rock board Heiko Stuebner
2017-04-01  4:22   ` Simon Glass [this message]
2017-04-01  4:22 ` [U-Boot] [PATCH 1/2] rockchip: rk3188: follow THUMB_BUILD Kconfig migration Simon Glass
2017-04-02  0:05   ` Simon Glass

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=CAPnjgZ1AOyHP7T8ohfrnA3H5dLVQjOMX24+Y-EbnGUUw-dXZ7Q@mail.gmail.com \
    --to=sjg@chromium.org \
    --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.