<div dir="ltr">(CCing the layer maintainers as listed in the README to ensure this gets noticed)<div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 19 January 2017 at 10:09, Jacob Chen <span dir="ltr"><<a href="mailto:jacob-chen@iotwrt.com" target="_blank">jacob-chen@iotwrt.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This series of patches add below features, will add more supports in the future(medias, more chips).<br>
<br>
1. rockchip 4.4 kernel<br>
<br>
Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch.<br>
We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips.<br>
<br>
2. rockchip next-dev U-boot<br>
<br>
Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.<br>
At present, this branch is just a rebased upstream u-boot.<br>
<br>
3. graphics<br>
<br>
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.<br>
<br>
4. rockchip-next-image<br>
<br>
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.<br>
<br>
<br>
Jacob Chen (7):<br>
  recipes-kernel: linux-rockchip: Add new recipe for 4.4<br>
  machine: Add machine file for the rk3288 linux Boards<br>
  machine: firefly: use linux-rockchip by default<br>
  recipes-graphics: Add support for mali-userspace<br>
  recipes-bsp: add u-boot-rockchip support<br>
  rk3288.inc: add some variables<br>
  rockchip-next-image: introduce image for rockchip next-dev u-boot<br>
<br>
 classes/rockchip-next-image.<wbr>bbclass  Â  Â  Â  Â  Â  Â  Â  | 130 +++++++++++++++++++++<br>
 conf/machine/evb-rk3288.conf  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â |  12 ++<br>
 conf/machine/fennec-rk3288.<wbr>conf  Â  Â  Â  Â  Â  Â  Â  Â  Â  |  12 ++<br>
 conf/machine/firefly-rk3288.<wbr>conf  Â  Â  Â  Â  Â  Â  Â  Â  Â |  Â 4 +<br>
 conf/machine/include/rk-linux.<wbr>inc  Â  Â  Â  Â  Â  Â  Â  Â  |  20 ++++<br>
 conf/machine/include/rk3288.<wbr>inc  Â  Â  Â  Â  Â  Â  Â  Â  Â  |  10 +-<br>
 conf/machine/tinker-rk3288.<wbr>conf  Â  Â  Â  Â  Â  Â  Â  Â  Â  |  13 +++<br>
 recipes-bsp/u-boot/<a href="http://u-boot-rockchip_next.bb" rel="noreferrer" target="_blank">u-boot-<wbr>rockchip_next.bb</a>  Â  Â  Â  Â |  17 +++<br>
 recipes-graphics/mali-<wbr>userspace/mali-userspace.inc |  57 +++++++++<br>
 .../mali-userspace/<a href="http://mali-userspace_t76x.bb" rel="noreferrer" target="_blank">mali-<wbr>userspace_t76x.bb</a>  Â  Â  Â  Â  |  18 +++<br>
 recipes-graphics/mesa/mesa_%.<wbr>bbappend  Â  Â  Â  Â  Â  Â  |  Â 9 ++<br>
 recipes-kernel/linux/<a href="http://linux-rockchip_4.4.bb" rel="noreferrer" target="_blank">linux-<wbr>rockchip_4.4.bb</a>  Â  Â  Â  Â |  20 ++++<br>
 12 files changed, 321 insertions(+), 1 deletion(-)<br>
 create mode 100644 classes/rockchip-next-image.<wbr>bbclass<br>
 create mode 100644 conf/machine/evb-rk3288.conf<br>
 create mode 100644 conf/machine/fennec-rk3288.<wbr>conf<br>
 create mode 100644 conf/machine/include/rk-linux.<wbr>inc<br>
 create mode 100644 conf/machine/tinker-rk3288.<wbr>conf<br>
 create mode 100644 recipes-bsp/u-boot/<a href="http://u-boot-rockchip_next.bb" rel="noreferrer" target="_blank">u-boot-<wbr>rockchip_next.bb</a><br>
 create mode 100644 recipes-graphics/mali-<wbr>userspace/mali-userspace.inc<br>
 create mode 100644 recipes-graphics/mali-<wbr>userspace/<a href="http://mali-userspace_t76x.bb" rel="noreferrer" target="_blank">mali-userspace_t76x.<wbr>bb</a><br>
 create mode 100644 recipes-graphics/mesa/mesa_%.<wbr>bbappend<br>
 create mode 100644 recipes-kernel/linux/<a href="http://linux-rockchip_4.4.bb" rel="noreferrer" target="_blank">linux-<wbr>rockchip_4.4.bb</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
2.7.4<br>
<br>
--<br>
______________________________<wbr>_________________<br>
yocto mailing list<br>
<a href="mailto:yocto@yoctoproject.org">yocto@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/yocto" rel="noreferrer" target="_blank">https://lists.yoctoproject.<wbr>org/listinfo/yocto</a><br>
</font></span></blockquote></div><br></div>