All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip] [PATCH v2 00/10] add new SoCs supports
@ 2019-04-23 13:25 Randy 'ayaka' Li
  2019-04-23 13:25 ` [PATCH v2 01/10] conf/machine: add support for rk3399 Randy 'ayaka' Li
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Randy 'ayaka' Li @ 2019-04-23 13:25 UTC (permalink / raw)
  To: yocto; +Cc: Randy 'ayaka' Li, romain.perier

Although the upstream kernel may work with the most of chips
I sent in the previous time, but there would be broken
clock tree there, making everyhing not work or perform
badly.

I am not sure about the status of u-boot master branch,
usually u-boot-rockchip would work better if we don't use
the SPL/TPL from u-boot but vendor. Especially for those
ARMv8 platform.

I also add some SoCs are not merged into upstream kernel
yet, so I don't offer a machine files for them.

Changelog:
v2 Removing the settings applied for vendor kernel
v2 Adding some SoCs which are supported by the upstream kernel

Randy 'ayaka' Li (9):
  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
  conf/machine: rk3288: adding some machine files

ayaka (1):
  conf: use rockchip kernel 4.4 for firefly release

 conf/machine/evb-rk3288.conf       | 10 ++++++++++
 conf/machine/evb-rk3328.conf       | 11 +++++++++++
 conf/machine/evb-rv1108.conf       | 10 ++++++++++
 conf/machine/excavator-rk3399.conf | 12 ++++++++++++
 conf/machine/fennec-rk3288.conf    | 10 ++++++++++
 conf/machine/firefly-rk3288.conf   |  2 ++
 conf/machine/firefly-rk3399.conf   | 14 ++++++++++++++
 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 ++++++++++++
 16 files changed, 217 insertions(+)
 create mode 100644 conf/machine/evb-rk3288.conf
 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/fennec-rk3288.conf
 create mode 100644 conf/machine/firefly-rk3399.conf
 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.20.1



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-04-24 15:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23 13:25 [meta-rockchip] [PATCH v2 00/10] add new SoCs supports Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 01/10] conf/machine: add support for rk3399 Randy 'ayaka' Li
2019-04-23 17:47   ` Trevor Woerner
2019-04-24 15:01     ` ayaka
2019-04-23 13:25 ` [PATCH v2 02/10] conf/machine: add support for rk3328 Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 03/10] conf/machine: add support for rv1108 Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 04/10] conf/machine: add support for rk3036 Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 05/10] conf/machine: add support for rk312x Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 06/10] conf/machine: add support for rk3326 Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 07/10] conf/machine: add support for rk3368 Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 08/10] conf/machine: add support for rk3308 Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 09/10] conf/machine: rk3288: adding some machine files Randy 'ayaka' Li
2019-04-23 13:25 ` [PATCH v2 10/10] conf: use rockchip kernel 4.4 for firefly release Randy 'ayaka' Li

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.