All of lore.kernel.org
 help / color / mirror / Atom feed
From: sjg at google.com <sjg@google.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 5/7] rockchip: rk3368: add Sheep board
Date: Tue, 23 May 2017 20:48:04 -0400	[thread overview]
Message-ID: <CAPnjgZ13mvYrVJ5pAT9aYMxBpEscnVdmE2K1sNrZrm1n3VbUvA@mail.gmail.com> (raw)
In-Reply-To: <09ffaaab-e973-f569-b88d-87264c900503@rock-chips.com>

Hi Simon:


On 2017年05月17日 09:38, Simon Glass wrote:
> On 15 May 2017 at 03:53, Andy Yan <andy.yan@rock-chips.com> wrote:
>> Sheep board is designed by Rockchip as a EVB for rk3368.
>> Currently it is able to boot a linux kernel and system
>> to console with the miniloader run as fist level loader.
>>
>> Reviewed-by: Simon Glass <sjg@chromium.org>
>> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
>> ---
>>
>> Changes in v2:
>> - add a README to describe how to boot the board
>>
>>   arch/arm/dts/Makefile                      |   1 +
>>   arch/arm/dts/rk3368-sheep.dts              | 283 +++++++++++++++++++++++++++++
>>   arch/arm/mach-rockchip/rk3368/Kconfig      |  11 ++
>>   board/rockchip/sheep_rk3368/Kconfig        |  15 ++
>>   board/rockchip/sheep_rk3368/MAINTAINERS    |   6 +
>>   board/rockchip/sheep_rk3368/Makefile       |   7 +
>>   board/rockchip/sheep_rk3368/README         |  44 +++++
>>   board/rockchip/sheep_rk3368/sheep_rk3368.c |  37 ++++
>>   configs/sheep-rk3368_defconfig             |  28 +++
>>   include/configs/sheep_rk3368.h             |  21 +++
>>   10 files changed, 453 insertions(+)
>>   create mode 100644 arch/arm/dts/rk3368-sheep.dts
>>   create mode 100644 board/rockchip/sheep_rk3368/Kconfig
>>   create mode 100644 board/rockchip/sheep_rk3368/MAINTAINERS
>>   create mode 100644 board/rockchip/sheep_rk3368/Makefile
>>   create mode 100644 board/rockchip/sheep_rk3368/README
>>   create mode 100644 board/rockchip/sheep_rk3368/sheep_rk3368.c
>>   create mode 100644 configs/sheep-rk3368_defconfig
>>   create mode 100644 include/configs/sheep_rk3368.h
>>
> Can you also please add the board to README.rockchip with a link to
> the README file.


  Okay, I will do it in next version.
>
>



Applied to u-boot-rockchip, thanks!

  reply	other threads:[~2017-05-24  0:48 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15  9:49 [U-Boot] [PATCH v2 0/7] Add basic support for Rockchip RK3368 SOC Andy Yan
2017-05-15  9:49 ` [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver Andy Yan
2017-05-17  1:38   ` Simon Glass
2017-05-24  0:48     ` sjg at google.com
2017-05-15  9:50 ` [U-Boot] [PATCH v2 2/7] rockchip: rk3368: Add pinctrl driver Andy Yan
2017-05-17  1:38   ` Simon Glass
2017-05-24  0:48     ` sjg at google.com
2017-05-15  9:51 ` [U-Boot] [PATCH v2 3/7] rockchip: rk3368: Add core start-up code for RK3368 Andy Yan
2017-05-24  0:48   ` sjg at google.com
2017-05-15  9:53 ` [U-Boot] (no subject) Andy Yan
2017-05-15  9:53 ` [U-Boot] [PATCH v2 5/7] rockchip: rk3368: add Sheep board Andy Yan
2017-05-17  1:38   ` Simon Glass
2017-05-17  1:53     ` Andy Yan
2017-05-24  0:48       ` sjg at google.com [this message]
2017-05-15  9:54 ` [U-Boot] [PATCH v2 6/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox Andy Yan
2017-05-15 13:23   ` Andreas Färber
2017-05-16  0:47     ` Andy Yan
2017-05-17  1:38   ` Simon Glass
2017-05-24  0:48     ` sjg at google.com
2017-05-15  9:54 ` [U-Boot] [PATCH v2 7/7] rockchip: rk3368: Add PX5 Evaluation board Andy Yan
2017-05-24  0:48   ` sjg at google.com
2017-05-15 10:19 ` [U-Boot] [PATCH v2 4/7] rockchip: rk3368: Add sysreset driver Andy Yan
2017-05-24  0:48   ` sjg at google.com

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=CAPnjgZ13mvYrVJ5pAT9aYMxBpEscnVdmE2K1sNrZrm1n3VbUvA@mail.gmail.com \
    --to=sjg@google.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.