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 v3 2/2] rockchip: Add support for MiQi rk3288 board
Date: Tue, 4 Apr 2017 19:05:49 -0600	[thread overview]
Message-ID: <CAPnjgZ0C0=xumYoa4erR0rHXqLBjYBTr8qHWB-fKdHshzcY0Mw@mail.gmail.com> (raw)
In-Reply-To: <CAPnjgZ2nO4gndN+zx9eUjkkz1gu1bamPKQd=krirM-vO2=Dk2A@mail.gmail.com>

On 31 March 2017 at 22:23, Simon Glass <sjg@chromium.org> wrote:
> On 29 March 2017 at 17:23, Jernej Skrabec <jernej.skrabec@siol.net> wrote:
>> MiQi is rk3288 based development board with 1 or 2 GB SDRAM, 16 GB eMMC,
>> micro SD card interface, 4 USB 2.0 ports, HDMI, gigabit Ethernet and
>> expansion ports.
>>
>> Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
>> ---
>> Changes in v3:
>> - split out cosmetic changes into a new patch
>>
>> Changes in v2:
>> - change license to SPDX identifier
>> - reorder boards in alphabetical order in Kconfig and Makefile
>>
>>  arch/arm/dts/Makefile                   |   1 +
>>  arch/arm/dts/rk3288-miqi.dts            |  46 ++++
>>  arch/arm/dts/rk3288-miqi.dtsi           | 423 ++++++++++++++++++++++++++++++++
>>  arch/arm/mach-rockchip/rk3288/Kconfig   |  11 +
>>  board/mqmaker/miqi_rk3288/Kconfig       |  15 ++
>>  board/mqmaker/miqi_rk3288/MAINTAINERS   |   6 +
>>  board/mqmaker/miqi_rk3288/Makefile      |   7 +
>>  board/mqmaker/miqi_rk3288/miqi-rk3288.c |  15 ++
>>  configs/miqi-rk3288_defconfig           |  73 ++++++
>>  doc/README.rockchip                     |   3 +-
>>  include/configs/miqi_rk3288.h           |  22 ++
>>  11 files changed, 621 insertions(+), 1 deletion(-)
>>  create mode 100644 arch/arm/dts/rk3288-miqi.dts
>>  create mode 100644 arch/arm/dts/rk3288-miqi.dtsi
>>  create mode 100644 board/mqmaker/miqi_rk3288/Kconfig
>>  create mode 100644 board/mqmaker/miqi_rk3288/MAINTAINERS
>>  create mode 100644 board/mqmaker/miqi_rk3288/Makefile
>>  create mode 100644 board/mqmaker/miqi_rk3288/miqi-rk3288.c
>>  create mode 100644 configs/miqi-rk3288_defconfig
>>  create mode 100644 include/configs/miqi_rk3288.h
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip, thanks!

      reply	other threads:[~2017-04-05  1:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-29 23:23 [U-Boot] [PATCH v3 0/2] rockchip: Add support for MiQi board Jernej Skrabec
2017-03-29 23:23 ` [U-Boot] [PATCH v3 1/2] rockchip: cosmetic: Sort RK3288 boards Jernej Skrabec
2017-03-30  3:24   ` Kever Yang
2017-03-30  7:04   ` Eddie Cai
2017-04-01  4:23   ` Simon Glass
2017-04-05  1:05     ` Simon Glass
2017-03-29 23:23 ` [U-Boot] [PATCH v3 2/2] rockchip: Add support for MiQi rk3288 board Jernej Skrabec
2017-03-30  3:25   ` Kever Yang
2017-03-30  7:05   ` Eddie Cai
2017-04-01  4:23   ` Simon Glass
2017-04-05  1:05     ` Simon Glass [this message]

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='CAPnjgZ0C0=xumYoa4erR0rHXqLBjYBTr8qHWB-fKdHshzcY0Mw@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.