[yocto] [meta-rockchip] [PATCH 0/3] Add video codec recipes

2017-03-20 Thread ayaka
Those packages are the userspace libraries for the Rockchip Android video codec driver. ayaka (3): recipes-multimedia: add Rockchip MPP library recipes-multimedia: gstreamer: update to 1.10.4 recipes-multimedia: add gstreamer rockchip support .../gstreamer/gstreamer1.0-plugins-bad_

[yocto] [PATCH 1/3] recipes-multimedia: add Rockchip MPP library

2017-03-20 Thread ayaka
MPP means Media Process Platform. The MPP is a middleware for the other video encoder/decoder interface, translating the video information into the hardware registers. Signed-off-by: ayaka --- recipes-multimedia/rockchip-mpp/rockchip-mpp.inc | 20 .../rockchip-mpp

[yocto] [PATCH 3/3] recipes-multimedia: add gstreamer rockchip support

2017-03-20 Thread ayaka
This Gstreamer plugin provides a encoder and decoder plugin for Gstreamer through the Rockchip MPP library. Signed-off-by: ayaka --- .../gstreamer/gstreamer1.0-rockchip.inc| 33 ++ .../gstreamer/gstreamer1.0-rockchip_20170319.bb| 11 .../gstreamer

[yocto] [PATCH 2/3] recipes-multimedia: gstreamer: update to 1.10.4

2017-03-20 Thread ayaka
I need a various of features from the new version. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 4 recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | 4 recipes-multimedia/gstreamer

[yocto] [PATCH 1/7] README: correct the FPU information for RK3288

2017-03-20 Thread ayaka
The RK3288 only supports VFPv3 from the datasheet. Signed-off-by: ayaka --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5d19202..f9f705c 100644 --- a/README +++ b/README @@ -136,6 +136,6 @@ has these same goals, or you can add settings in

[yocto] [meta-rockchip] [PATCH 0/7] Update kernel recipes and machine configure

2017-03-20 Thread ayaka
Those patches came from Rockchip, Jacob developed them. But he forget to clear up it. I just make them into order. ayaka (7): README: correct the FPU information for RK3288 recipes-kernel: linux-rockchip: introduce rockchip 3.10 kernel recipes-kernel: linux-rockchip: Add new recipe for 4.4

[yocto] [PATCH 6/7] conf/machine: add support for rk3036

2017-03-20 Thread ayaka
RK3036 is a SoC from Rockchip which has Dual-Core ARM Cortex-A7 CPU. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- conf/machine/include/rk3036.inc | 20 conf/machine/kylin-rk3036.conf | 10 ++ 2 files changed, 30 insertions(+) create mode 100644 conf/machine

[yocto] [PATCH 3/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4

2017-03-20 Thread ayaka
Rockchip 4.4 kernel is currently the latest kernel from the rockchip offical. It supports all rockchip 64-bit chips and few 32-bit chips. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- recipes-kernel/linux/linux-rockchip_4.4.bb | 20 1 file changed, 20 insertions

[yocto] [PATCH 7/7] conf/machine: add support for rv1108

2017-03-20 Thread ayaka
RV1108 is a SoC from Rockchip for the video recording solutions. Change-Id: I3e11ef2eababb4fc3cea497d7a8e00d9b0072a32 Signed-off-by: Jacob Chen Signed-off-by: ayaka --- conf/machine/evb-rv1108.conf| 10 ++ conf/machine/include/rv1108.inc | 12 2 files changed, 22

[yocto] [PATCH 4/7] conf/machine: rk3288: Add some machine files

2017-03-20 Thread ayaka
Evb-rk3288 is the offical evaluate board. Fennec-rk3288 and Tinker-rk3288 is rk3288 based SBCs. Tinker Boards is a RPi compatible board made by ASUS. Update the kernel for Firefly Release to kernel 4.4. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- conf/machine/evb-rk3288.conf | 10

[yocto] [PATCH 5/7] conf/machine: add rk3399 support

2017-03-20 Thread ayaka
RK3399 is a new generation powerful SoC from Rockchip, which has Dual Cortex-A72 + Quad Cortex-A53, 64-bit CPU. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- conf/machine/excavator-rk3399.conf | 10 ++ conf/machine/include/rk3399.inc | 18 +++ conf/machine/include

[yocto] [PATCH 2/7] recipes-kernel: linux-rockchip: introduce rockchip 3.10 kernel

2017-03-20 Thread ayaka
rockchip 3.10 kernel is kernel that support most of 32bit Soc. Change-Id: Ib7ae55c7853d24315c6cc1081a600130c26dfa1c Signed-off-by: Jacob Chen Signed-off-by: ayaka --- .../0001-fix-yocto-build-error.patch | 35 ++ recipes-kernel/linux/linux-rockchip_3.10.bb

Re: [yocto] [PATCH 2/3] recipes-multimedia: gstreamer: update to 1.10.4

2017-03-20 Thread Ayaka
從我的 iPad 傳送 > Jacob Chen 於 2017年3月20日 上午11:11 寫道: > > Hi randy, > > > ayaka wrote on 2017年03月20日 01:54: >> I need a various of features from the new version. >> >> Signed-off-by: Jacob Chen >> Signed-off-by: ayaka >> --- >>

[yocto] [meta-rockchip] [PATCH v2 0/3] Add video codec recipes

2017-04-12 Thread ayaka
Those packages are the userspace libraries for the Rockchip Android video codec driver. Also a minimal image used for verified the media framework is included. ayaka (3): recipes-multimedia: add Rockchip MPP library recipes-multimedia: add gstreamer rockchip support recipes-multimedia

[yocto] [meta-rockchip] [PATCH v2 1/3] recipes-multimedia: add Rockchip MPP library

2017-04-12 Thread ayaka
MPP means Media Process Platform. The MPP is a middleware for the other video encoder/decoder interface, translating the video information into the hardware registers. Signed-off-by: ayaka --- recipes-multimedia/rockchip-mpp/rockchip-mpp.inc| 21 + .../rockchip-mpp

[yocto] [meta-rockchip] [PATCH v2 2/3] recipes-multimedia: add gstreamer rockchip support

2017-04-12 Thread ayaka
This Gstreamer plugin provides a encoder and decoder plugin for Gstreamer through the Rockchip MPP library. Signed-off-by: ayaka --- .../gstreamer/gstreamer1.0-rockchip.inc| 40 ++ .../gstreamer/gstreamer1.0-rockchip_20170412.bb| 9 + .../gstreamer

[yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-04-12 Thread ayaka
A image for debugging the hardware video encoder/decoder. I also use this image for developing the Gstreamer. Signed-off-by: ayaka --- recipes-multimedia/images/rockchip-media-image.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644 recipes-multimedia/images

[yocto] [meta-rockchip] [PATCH v3 0/3] Add video codec recipes

2017-05-16 Thread ayaka
Those packages are the userspace libraries for the Rockchip Android video codec driver. Also a minimal image used for verified the media framework is included. ayaka (3): recipes-multimedia: add Rockchip MPP library recipes-multimedia: add gstreamer rockchip support recipes-multimedia

[yocto] [PATCH v3 1/3] recipes-multimedia: add Rockchip MPP library

2017-05-16 Thread ayaka
MPP means Media Process Platform. The MPP is a middleware for the other video encoder/decoder interface, translating the video information into the hardware registers. Signed-off-by: ayaka --- recipes-multimedia/rockchip-mpp/rockchip-mpp.inc| 21 + .../rockchip-mpp

[yocto] [PATCH v3 2/3] recipes-multimedia: add gstreamer rockchip support

2017-05-16 Thread ayaka
This Gstreamer plugin provides a encoder and decoder plugin for Gstreamer through the Rockchip MPP library. Signed-off-by: ayaka --- .../gstreamer/gstreamer1.0-rockchip.inc| 32 ++ .../gstreamer/gstreamer1.0-rockchip_20170516.bb| 9 ++ .../gstreamer

[yocto] [PATCH v3 3/3] recipes-multimedia: images: rockchip media image

2017-05-16 Thread ayaka
A image for debugging the hardware video encoder/decoder. I also use this image for developing the Gstreamer. Signed-off-by: ayaka --- recipes-multimedia/images/rockchip-media-image.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644 recipes-multimedia/images

Re: [yocto] [meta-rockchip] [PATCH v3 0/3] Add video codec recipes

2017-05-16 Thread ayaka
On 05/16/2017 10:24 PM, Khem Raj wrote: On Tue, May 16, 2017 at 7:18 AM, ayaka wrote: Those packages are the userspace libraries for the Rockchip Android video codec driver. Also a minimal image used for verified the media framework is included. some recipes are pinned with GPL-2.0 and

Re: [yocto] [PATCH v3 1/3] recipes-multimedia: add Rockchip MPP library

2017-05-17 Thread Ayaka
從我的 iPad 傳送 > Romain Perier 於 2017年5月17日 下午2:48 寫道: > > Hello, > > >> Le 16/05/2017 à 20:44, Trevor Woerner a écrit : >> Randy, >> >> Neither of the issues that were identified in your v2 of this patch were >> addressed in this v3. Namely: >> >> 1) please use your real name (first, last) i

Re: [yocto] [PATCH 2/5] conf/machine: add rk3399 support

2019-04-21 Thread Ayaka
ures files. And those boards are sold around the world having many users, it is waste time to make people to collect layers. Anyway, I hope the chip support would be merged. >> On Sun, Apr 21, 2019 at 10:06 AM Randy 'ayaka' Li wrote: >> RK3399 is a new generation powerful

Re: [yocto] [meta-rockchip] [PATCH 0/5] add new SoCs support

2019-04-23 Thread Ayaka
Sent from my iPad > On Apr 23, 2019, at 4:02 PM, Trevor Woerner wrote: > > Hi Randy, > >> On Sun 2019-04-21 @ 11:53:34 PM, Randy 'ayaka' Li wrote: >> After the FOSDEM, my patches for ARMv8 cortex tuning >> are finally merged. So I think it is com

Re: [yocto] [PATCH v2 01/10] conf/machine: add support for rk3399

2019-04-24 Thread ayaka
On 4/24/19 1:47 AM, Trevor Woerner wrote: On Tue 2019-04-23 @ 09:25:05 PM, Randy 'ayaka' Li wrote: RK3399 is a new generation powerful SoC from Rockchip, which has Dual Cortex-A72 + Quad Cortex-A53, 64-bit CPU. Signed-off-by: Randy 'ayaka' Li --- conf/machine/excava

Re: [yocto] [PATCH 3/3] recipes-bsp/u-boot: update to the latest version

2019-05-04 Thread ayaka
On 5/4/19 11:06 AM, Trevor Woerner wrote: On Wed 2019-04-24 @ 10:59:18 PM, Randy 'ayaka' Li wrote: From: Randy Li Signed-off-by: Randy Li --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 recipes-bs

Re: [yocto] [PATCH 1/3] recipes-bsp/u-boot: fixup build for gcc7

2019-05-04 Thread ayaka
On 5/4/19 11:02 AM, Trevor Woerner wrote: On Wed 2019-04-24 @ 10:59:16 PM, Randy 'ayaka' Li wrote: Signed-off-by: Randy Li Signed-off-by: Randy 'ayaka' Li --- .../u-boot/u-boot-rockchip/gcc7_fixup.patch | 38 +++ Why do we care about gcc7 on mas

Re: [yocto] [PATCH 3/3] recipes-bsp/u-boot: update to the latest version

2019-05-08 Thread ayaka
On 5/6/19 9:31 PM, Trevor Woerner wrote: On Sat 2019-05-04 @ 06:43:34 PM, ayaka wrote: On 5/4/19 11:06 AM, Trevor Woerner wrote: On Wed 2019-04-24 @ 10:59:18 PM, Randy 'ayaka' Li wrote: From: Randy Li Signed-off-by: Randy Li --- recipes-bsp/u-boot/u-boot-rockchip_g

Re: [yocto] [PATCH 3/3] recipes-bsp/u-boot: update to the latest version

2019-06-18 Thread ayaka
chip/, they left my and Romain's names as maintainers in the README (along with instructions for github) On Wed, May 8, 2019 at 12:19 PM ayaka <mailto:ay...@soulik.info>> wrote: On 5/6/19 9:31 PM, Trevor Woerner wrote: > On Sat 2019-05-04 @ 06:43:34 PM, ayaka wro

[yocto] [meta-rockchip] [PATCH v2 0/3] fixup u-boot compiling error

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li Changelog v2: Fixed unset SRCREV stopped building in the previous time Fixed compiler warning in GCC 9 of new oe Randy 'ayaka' Li (2): recipes-bsp/u-boot: fixup build for gcc7 recipes-bsp/u-boot: update build rules Randy Li (1): recipes-bsp/u

[yocto] [PATCH v2 1/3] recipes-bsp/u-boot: fixup build for gcc7

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li Signed-off-by: Randy Li Signed-off-by: Randy 'ayaka' Li --- .../u-boot/u-boot-rockchip/gcc7_fixup.patch | 38 +++ 1 file changed, 38 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-rockchip/gcc7_fixup.patch diff --git

[yocto] [PATCH v2 2/3] recipes-bsp/u-boot: update build rules

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li Adding the missing recipes header file. Fixing the compiler error after oe-core update. Disabled the -Werror flag which would break the build due to update of toolchain. Signed-off-by: Randy 'ayaka' Li --- recipes-bsp/u-boot/u-boot-rockchip.i

[yocto] [PATCH v2 3/3] recipes-bsp/u-boot: update to the latest version

2019-06-20 Thread ayaka
From: Randy Li Signed-off-by: Randy Li --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_git.bb diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git.bb b/recipes-bsp/u-boot/u-boot-rock

[yocto] [meta-rockchip] [PATCH v3 0/9] add new SoCs support

2019-06-20 Thread ayaka
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 rv1

[yocto] [PATCH v3 1/9] conf/machine: add support for rk3399

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3399 is a new generation powerful SoC from Rockchip, which has Dual Cortex-A72 + Quad Cortex-A53, 64-bit CPU. Signed-off-by: Randy 'ayaka' Li --- conf/machine/excavator-rk3399.conf | 12 conf/machine/firefly-rk3399.conf | 14

[yocto] [PATCH v3 2/9] conf/machine: add support for rk3328

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li The RK3328 is a SoC with Quad-core Cortex-A53 for Smart OTT/IPTV. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rk3328.conf| 11 +++ conf/machine/include/rk3328.inc | 18 ++ 2 files changed, 29 insertions(+) cre

[yocto] [PATCH v3 3/9] conf/machine: add support for rv1108

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RV1108 is a SoC specific for video enhanced and recording. It is embedded with a DSP for digital process and an ARM Cortex-A7 single core processor for system and application. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rv1108.conf|

[yocto] [PATCH v3 4/9] conf/machine: add support for rk3036

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3036 is a SoC from Rockchip which has Dual-Core ARM Cortex-A7 CPU, for low-end OTT TV Box. Supporting video acceleration for the HEVC and AVC up to 1080P video. With a HDMI sink. Signed-off-by: Randy 'ayaka' Li Signed-off-by: Randy Li --- conf/ma

[yocto] [PATCH v3 5/9] conf/machine: add support for rk312x

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK312X are a serial called RK audio. All of them sharing the simliar hardware configure. A quad-core ARM Cortex-A7 processor with separately Neon and FPU coprocessor, they also share a 256KB L2 Cache. All chips in this serial have a Mali 400 MP2 GPU. Signed-off

[yocto] [PATCH v3 7/9] conf/machine: add support for rk3368

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3368 is integrated with a qual-core Cortex-A53 processor and separately NEON coprocessor. RK3368 supports H.264 decoder up to 4Kx2K@30fps, H.265 decoder by 4Kx2K@60fps. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3368.inc | 17 +

[yocto] [PATCH v3 6/9] conf/machine: add support for rk3326

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3326 is a high-performance quad-core application processor, it supports both H.264 and H.265 decoding up to 1920x1080@30fps. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3326.inc | 18 ++ 1 file changed, 18 insert

[yocto] [PATCH v3 8/9] conf/machine: add support for rk3308

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3308 is a high-performance quad-core application processor designed for intelligent voice interaction. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3308.inc | 17 + 1 file changed, 17 insertions(+) create mode 100644

[yocto] [PATCH v3 9/9] conf/machine: add support for rk1808

2019-06-20 Thread ayaka
From: Randy Li RK1808 is an ARM processor with a neural network process unit, which can acceleration the inference of deep learning. Signed-off-by: Randy Li --- conf/machine/include/rk1808.inc | 17 + 1 file changed, 17 insertions(+) create mode 100644 conf/machine/include/rk1

[yocto] [PATCH 4/5] conf/machine: add support for rk3036

2019-04-21 Thread Randy &#x27;ayaka' Li
RK3036 is a SoC from Rockchip which has Dual-Core ARM Cortex-A7 CPU, for low-end OTT TV Box. Supporting video acceleration for the HEVC and AVC up to 1080P video. With a HDMI sink. Signed-off-by: Randy 'ayaka' Li Signed-off-by: Randy Li --- conf/machine/include/rk303

[yocto] [PATCH 5/5] conf/machine: add support for rv1108

2019-04-21 Thread Randy &#x27;ayaka' Li
RV1108 is a SoC specific for video enhanced and recording. It is embedded with a DSP for digital process and an ARM Cortex-A7 single core processor for system and application. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rv1108.conf| 10 ++ conf/machine/include/

[yocto] [PATCH 3/5] conf/machine: add support for rk3328

2019-04-21 Thread Randy &#x27;ayaka' Li
The RK3328 is a SoC with Quad-core Cortex-A53 for Smart OTT/IPTV. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rk3328.conf| 12 conf/machine/include/rk3328.inc | 18 ++ 2 files changed, 30 insertions(+) create mode 100644 conf/machine/evb-r

[yocto] [meta-rockchip] [PATCH 0/5] add new SoCs support

2019-04-21 Thread Randy &#x27;ayaka' Li
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: r

[yocto] [PATCH 1/5] conf/machine: rk3288: Add some machine files

2019-04-21 Thread Randy &#x27;ayaka' Li
Evb-rk3288 is the offical evaluate board. Fennec-rk3288 and Tinker-rk3288 is rk3288 based SBCs. Tinker Boards is a RPi compatible board made by ASUS. Signed-off-by: Jacob Chen Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rk3288.conf| 10 ++ conf/machine/fennec-r

[yocto] [PATCH 2/5] conf/machine: add rk3399 support

2019-04-21 Thread Randy &#x27;ayaka' Li
RK3399 is a new generation powerful SoC from Rockchip, which has Dual Cortex-A72 + Quad Cortex-A53, 64-bit CPU. Signed-off-by: Randy 'ayaka' Li --- conf/machine/excavator-rk3399.conf | 10 ++ conf/machine/firefly-rk3399.conf | 15 +++ conf/machine/include/

[yocto] [meta-rockchip] [PATCH v2 00/10] add new SoCs supports

2019-04-23 Thread Randy &#x27;ayaka' Li
eam 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: ad

[yocto] [PATCH v2 01/10] conf/machine: add support for rk3399

2019-04-23 Thread Randy &#x27;ayaka' Li
RK3399 is a new generation powerful SoC from Rockchip, which has Dual Cortex-A72 + Quad Cortex-A53, 64-bit CPU. Signed-off-by: Randy 'ayaka' Li --- conf/machine/excavator-rk3399.conf | 12 conf/machine/firefly-rk3399.conf | 14 ++ conf/machine/include/

[yocto] [PATCH v2 02/10] conf/machine: add support for rk3328

2019-04-23 Thread Randy &#x27;ayaka' Li
The RK3328 is a SoC with Quad-core Cortex-A53 for Smart OTT/IPTV. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rk3328.conf| 11 +++ conf/machine/include/rk3328.inc | 18 ++ 2 files changed, 29 insertions(+) create mode 100644 conf/machine/evb-r

[yocto] [PATCH v2 03/10] conf/machine: add support for rv1108

2019-04-23 Thread Randy &#x27;ayaka' Li
RV1108 is a SoC specific for video enhanced and recording. It is embedded with a DSP for digital process and an ARM Cortex-A7 single core processor for system and application. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rv1108.conf| 10 ++ conf/machine/include/

[yocto] [PATCH v2 05/10] conf/machine: add support for rk312x

2019-04-23 Thread Randy &#x27;ayaka' Li
RK312X are a serial called RK audio. All of them sharing the simliar hardware configure. A quad-core ARM Cortex-A7 processor with separately Neon and FPU coprocessor, they also share a 256KB L2 Cache. All chips in this serial have a Mali 400 MP2 GPU. Signed-off-by: Randy 'ayaka' Li

[yocto] [PATCH v2 04/10] conf/machine: add support for rk3036

2019-04-23 Thread Randy &#x27;ayaka' Li
RK3036 is a SoC from Rockchip which has Dual-Core ARM Cortex-A7 CPU, for low-end OTT TV Box. Supporting video acceleration for the HEVC and AVC up to 1080P video. With a HDMI sink. Signed-off-by: Randy 'ayaka' Li Signed-off-by: Randy Li --- conf/machine/include/rk303

[yocto] [PATCH v2 06/10] conf/machine: add support for rk3326

2019-04-23 Thread Randy &#x27;ayaka' Li
RK3326 is a high-performance quad-core application processor, it supports both H.264 and H.265 decoding up to 1920x1080@30fps. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3326.inc | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 conf/machi

[yocto] [PATCH v2 08/10] conf/machine: add support for rk3308

2019-04-23 Thread Randy &#x27;ayaka' Li
RK3308 is a high-performance quad-core application processor designed for intelligent voice interaction. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3308.inc | 17 + 1 file changed, 17 insertions(+) create mode 100644 conf/machine/include/rk3308.inc di

[yocto] [PATCH v2 07/10] conf/machine: add support for rk3368

2019-04-23 Thread Randy &#x27;ayaka' Li
RK3368 is integrated with a qual-core Cortex-A53 processor and separately NEON coprocessor. RK3368 supports H.264 decoder up to 4Kx2K@30fps, H.265 decoder by 4Kx2K@60fps. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3368.inc | 17 + 1 file changed, 17

[yocto] [PATCH v2 09/10] conf/machine: rk3288: adding some machine files

2019-04-23 Thread Randy &#x27;ayaka' Li
Evb-rk3288 is the offical evaluate board. Fennec-rk3288 is a rk3288 based SBCs. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rk3288.conf| 10 ++ conf/machine/fennec-rk3288.conf | 10 ++ 2 files changed, 20 insertions(+) create mode 100644 conf/machine/

[yocto] [PATCH v2 10/10] conf: use rockchip kernel 4.4 for firefly release

2019-04-23 Thread Randy &#x27;ayaka' Li
From: ayaka Signed-off-by: ayaka --- conf/machine/firefly-rk3288.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/firefly-rk3288.conf b/conf/machine/firefly-rk3288.conf index 0fbac06..46a596b 100644 --- a/conf/machine/firefly-rk3288.conf +++ b/conf/machine/firefly-rk3288

[yocto] [meta-rockchip] [PATCH 0/3] fixup u-boot compiling error

2019-04-24 Thread Randy &#x27;ayaka' Li
It would be better that Rockchip adds a new tag for the recently u-boot release. Anyway, I just sent my recipes for building the latest u-boot. You may not merge the last patch. Randy 'ayaka' Li (2): recipes-bsp/u-boot: fixup build for gcc7 recipes-bsp/u-boot: update build rules R

[yocto] [PATCH 1/3] recipes-bsp/u-boot: fixup build for gcc7

2019-04-24 Thread Randy &#x27;ayaka' Li
Signed-off-by: Randy Li Signed-off-by: Randy 'ayaka' Li --- .../u-boot/u-boot-rockchip/gcc7_fixup.patch | 38 +++ 1 file changed, 38 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-rockchip/gcc7_fixup.patch diff --git a/recipes-bsp/u-boot/u-boo

[yocto] [PATCH 2/3] recipes-bsp/u-boot: update build rules

2019-04-24 Thread Randy &#x27;ayaka' Li
Adding the missing recipes header file. Fixing the compiler error after oe-core update. Signed-off-by: Randy 'ayaka' Li --- recipes-bsp/u-boot/u-boot-rockchip.inc | 1 + recipes-bsp/u-boot/u-boot-rockchip_20171218.bb | 3 +++ 2 files changed, 4 insertions(+) diff --git a/rec

[yocto] [PATCH 3/3] recipes-bsp/u-boot: update to the latest version

2019-04-24 Thread Randy &#x27;ayaka' Li
From: Randy Li Signed-off-by: Randy Li --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_git.bb diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git.bb b/recipes-bsp/u-boot/u-boot-rockc