All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip
@ 2017-01-19 14:04 Jacob Chen
  2017-01-19 14:04 ` [meta-rockchip][PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4 Jacob Chen
                   ` (7 more replies)
  0 siblings, 8 replies; 27+ messages in thread
From: Jacob Chen @ 2017-01-19 14:04 UTC (permalink / raw)
  To: yocto; +Cc: Jacob Chen, eddie.cai

This series of patches add below features, will add more supports in the future(medias, more chips).

1. rockchip 4.4 kernel

Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch.
We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips.

2. rockchip next-dev U-boot

Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.
At present, this branch is just a rebased upstream u-boot.

3. graphics

We have plans for the acceleration in wayland, x11 in the rockchip platform, but in this series of patches, we only include the mali bianry support.

4. rockchip-next-image

Being different from the previous rk-u-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image.

Jacob Chen (7):
  recipes-kernel: linux-rockchip: Add new recipe for 4.4
  machine: Add machine file for the rk3288 linux Boards
  machine: firefly: use linux-rockchip by default
  recipes-graphics: Add support for mali-userspace
  recipes-bsp: add u-boot-rockchip support
  rk3288.inc: add some variables
  rockchip-next-image: introduce image for rockchip next-dev u-boot

 classes/rockchip-next-image.bbclass                | 130 +++++++++++++++++++++
 conf/machine/evb-rk3288.conf                       |  12 ++
 conf/machine/fennec-rk3288.conf                    |  12 ++
 conf/machine/firefly-rk3288.conf                   |   4 +
 conf/machine/include/rk-linux.inc                  |  20 ++++
 conf/machine/include/rk3288.inc                    |  10 +-
 conf/machine/tinker-rk3288.conf                    |  13 +++
 recipes-bsp/u-boot/u-boot-rockchip_next.bb         |  17 +++
 recipes-graphics/mali-userspace/mali-userspace.inc |  57 +++++++++
 .../mali-userspace/mali-userspace_t76x.bb          |  18 +++
 recipes-graphics/mesa/mesa_%.bbappend              |   9 ++
 recipes-kernel/linux/linux-rockchip_4.4.bb         |  20 ++++
 12 files changed, 321 insertions(+), 1 deletion(-)
 create mode 100644 classes/rockchip-next-image.bbclass
 create mode 100644 conf/machine/evb-rk3288.conf
 create mode 100644 conf/machine/fennec-rk3288.conf
 create mode 100644 conf/machine/include/rk-linux.inc
 create mode 100644 conf/machine/tinker-rk3288.conf
 create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_next.bb
 create mode 100644 recipes-graphics/mali-userspace/mali-userspace.inc
 create mode 100644 recipes-graphics/mali-userspace/mali-userspace_t76x.bb
 create mode 100644 recipes-graphics/mesa/mesa_%.bbappend
 create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb

-- 
2.7.4



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

end of thread, other threads:[~2017-03-06 20:18 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-19 14:04 [meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip Jacob Chen
2017-01-19 14:04 ` [meta-rockchip][PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4 Jacob Chen
2017-01-19 14:04 ` [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards Jacob Chen
2017-01-27 14:37   ` Romain Perier
2017-01-27 19:41     ` Trevor Woerner
     [not found]       ` <588ba270.4c18370a.3b01f.9247.GMRIR@mx.google.com>
2017-01-27 19:46         ` Delivery Status Notification (Failure) Trevor Woerner
2017-01-27 19:54       ` [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards Khem Raj
2017-02-09  6:49       ` Jacob Chen
2017-02-09  8:20         ` Eddie Cai
2017-02-09  9:18           ` Jacob Chen
2017-02-09  9:48             ` Eddie Cai
2017-02-18 12:32           ` Jacob Chen
2017-02-03 15:48     ` jacob-chen
2017-02-03 15:52     ` Jacob Chen
2017-01-19 14:04 ` [meta-rockchip][PATCH 3/7] machine: firefly: use linux-rockchip by default Jacob Chen
2017-01-19 14:04 ` [meta-rockchip][PATCH 4/7] recipes-graphics: Add support for mali-userspace Jacob Chen
2017-01-27 14:41   ` Romain Perier
2017-01-28  1:44     ` Trevor Woerner
2017-02-09  7:23       ` Jacob Chen
2017-03-06 20:18         ` Trevor Woerner
2017-01-19 14:04 ` [meta-rockchip][PATCH 5/7] recipes-bsp: add u-boot-rockchip support Jacob Chen
2017-01-19 14:04 ` [meta-rockchip][PATCH 6/7] rk3288.inc: add some variables Jacob Chen
2017-01-27 15:01   ` Romain Perier
2017-01-27 15:02     ` Romain Perier
2017-01-27 20:24     ` Trevor Woerner
2017-01-19 14:04 ` [meta-rockchip][PATCH 7/7] rockchip-next-image: introduce image for rockchip next-dev u-boot Jacob Chen
2017-01-19 15:53 ` [meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip Eddie Cai

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.