All of lore.kernel.org
 help / color / mirror / Atom feed
From: ayaka <ayaka@soulik.info>
To: yocto@yoctoproject.org
Cc: ayaka <ayaka@soulik.info>
Subject: [meta-rockchip] [PATCH v3 0/9] add new SoCs support
Date: Thu, 20 Jun 2019 19:19:02 +0800	[thread overview]
Message-ID: <20190620111911.4736-1-ayaka@soulik.info> (raw)

Changelog
v2 Removing the settings applied for vendor kernel
v2 Adding some SoCs which are supported by the upstream kernel
v3 Adding new chip RK1808

Randy 'ayaka' Li (8):
  conf/machine: add support for rk3399
  conf/machine: add support for rk3328
  conf/machine: add support for rv1108
  conf/machine: add support for rk3036
  conf/machine: add support for rk312x
  conf/machine: add support for rk3326
  conf/machine: add support for rk3368
  conf/machine: add support for rk3308

Randy Li (1):
  conf/machine: add support for rk1808

 conf/machine/evb-rk3328.conf       | 11 +++++++++++
 conf/machine/evb-rv1108.conf       | 10 ++++++++++
 conf/machine/excavator-rk3399.conf | 12 ++++++++++++
 conf/machine/firefly-rk3399.conf   | 14 ++++++++++++++
 conf/machine/include/rk1808.inc    | 17 +++++++++++++++++
 conf/machine/include/rk3036.inc    | 16 ++++++++++++++++
 conf/machine/include/rk312x.inc    | 17 +++++++++++++++++
 conf/machine/include/rk3308.inc    | 17 +++++++++++++++++
 conf/machine/include/rk3326.inc    | 18 ++++++++++++++++++
 conf/machine/include/rk3328.inc    | 18 ++++++++++++++++++
 conf/machine/include/rk3368.inc    | 17 +++++++++++++++++
 conf/machine/include/rk3399.inc    | 17 +++++++++++++++++
 conf/machine/include/rv1108.inc    | 16 ++++++++++++++++
 conf/machine/kylin-rk3036.conf     | 12 ++++++++++++
 14 files changed, 212 insertions(+)
 create mode 100644 conf/machine/evb-rk3328.conf
 create mode 100644 conf/machine/evb-rv1108.conf
 create mode 100644 conf/machine/excavator-rk3399.conf
 create mode 100644 conf/machine/firefly-rk3399.conf
 create mode 100644 conf/machine/include/rk1808.inc
 create mode 100644 conf/machine/include/rk3036.inc
 create mode 100644 conf/machine/include/rk312x.inc
 create mode 100644 conf/machine/include/rk3308.inc
 create mode 100644 conf/machine/include/rk3326.inc
 create mode 100644 conf/machine/include/rk3328.inc
 create mode 100644 conf/machine/include/rk3368.inc
 create mode 100644 conf/machine/include/rk3399.inc
 create mode 100644 conf/machine/include/rv1108.inc
 create mode 100644 conf/machine/kylin-rk3036.conf

-- 
2.21.0



             reply	other threads:[~2019-06-20 11:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-20 11:19 ayaka [this message]
2019-06-20 11:19 ` [PATCH v3 1/9] conf/machine: add support for rk3399 ayaka
2019-06-20 11:19 ` [PATCH v3 2/9] conf/machine: add support for rk3328 ayaka
2019-06-20 11:19 ` [PATCH v3 3/9] conf/machine: add support for rv1108 ayaka
2019-06-20 11:19 ` [PATCH v3 4/9] conf/machine: add support for rk3036 ayaka
2019-06-20 11:19 ` [PATCH v3 5/9] conf/machine: add support for rk312x ayaka
2019-06-20 11:19 ` [PATCH v3 6/9] conf/machine: add support for rk3326 ayaka
2019-06-20 11:19 ` [PATCH v3 7/9] conf/machine: add support for rk3368 ayaka
2019-06-20 11:19 ` [PATCH v3 8/9] conf/machine: add support for rk3308 ayaka
2019-06-20 11:19 ` [PATCH v3 9/9] conf/machine: add support for rk1808 ayaka

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=20190620111911.4736-1-ayaka@soulik.info \
    --to=ayaka@soulik.info \
    --cc=yocto@yoctoproject.org \
    /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.