All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip] [PATCH 0/5] add new SoCs support
@ 2019-04-21 15:53 Randy 'ayaka' Li
  2019-04-21 15:53 ` [PATCH 1/5] conf/machine: rk3288: Add some machine files Randy 'ayaka' Li
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Randy 'ayaka' Li @ 2019-04-21 15:53 UTC (permalink / raw)
  To: yocto; +Cc: Randy 'ayaka' Li, romain.perier

After the FOSDEM, my patches for ARMv8 cortex tuning
are finally merged. So I think it is complete the
lose piece at meta-rockchip.

Since the big-litte is not supported by OE now,
I make all the chips' configure to use the big core
tuning.

Randy 'ayaka' Li (5):
  conf/machine: rk3288: Add some machine files
  conf/machine: add rk3399 support
  conf/machine: add support for rk3328
  conf/machine: add support for rk3036
  conf/machine: add support for rv1108

 conf/machine/evb-rk3288.conf       | 10 ++++++++++
 conf/machine/evb-rk3328.conf       | 12 ++++++++++++
 conf/machine/evb-rv1108.conf       | 10 ++++++++++
 conf/machine/excavator-rk3399.conf | 10 ++++++++++
 conf/machine/fennec-rk3288.conf    | 10 ++++++++++
 conf/machine/firefly-rk3399.conf   | 15 +++++++++++++++
 conf/machine/include/rk3036.inc    | 19 +++++++++++++++++++
 conf/machine/include/rk3288.inc    |  5 +++++
 conf/machine/include/rk3328.inc    | 18 ++++++++++++++++++
 conf/machine/include/rk3399.inc    | 17 +++++++++++++++++
 conf/machine/include/rv1108.inc    | 12 ++++++++++++
 conf/machine/kylin-rk3036.conf     | 12 ++++++++++++
 conf/machine/tinker-rk3288.conf    |  2 ++
 13 files changed, 152 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/rk3328.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] 17+ messages in thread

end of thread, other threads:[~2019-04-23 10:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-21 15:53 [meta-rockchip] [PATCH 0/5] add new SoCs support Randy 'ayaka' Li
2019-04-21 15:53 ` [PATCH 1/5] conf/machine: rk3288: Add some machine files Randy 'ayaka' Li
2019-04-23  8:24   ` Trevor Woerner
2019-04-21 15:53 ` [PATCH 2/5] conf/machine: add rk3399 support Randy 'ayaka' Li
2019-04-22  3:47   ` Khem Raj
2019-04-22  6:29     ` Ayaka
2019-04-22 20:31       ` Khem Raj
2019-04-23  8:10   ` Trevor Woerner
2019-04-21 15:53 ` [PATCH 3/5] conf/machine: add support for rk3328 Randy 'ayaka' Li
2019-04-23  8:15   ` Trevor Woerner
2019-04-21 15:53 ` [PATCH 4/5] conf/machine: add support for rk3036 Randy 'ayaka' Li
2019-04-23  8:13   ` Trevor Woerner
2019-04-21 15:53 ` [PATCH 5/5] conf/machine: add support for rv1108 Randy 'ayaka' Li
2019-04-23  8:11   ` Trevor Woerner
2019-04-22 15:05 ` [meta-rockchip] [PATCH 0/5] add new SoCs support Trevor Woerner
2019-04-23  8:02 ` Trevor Woerner
2019-04-23 10:56   ` Ayaka

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.