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

2019-04-21 Thread Ayaka
> On Apr 22, 2019, at 11:47 AM, Khem Raj wrote: > > This seems more a bsp layer thing may be meta-rockchip is better for this or > meta-firefly > You want to make a board vendor maintain a layer repository themselves? I saw every meta bsp repository would have some configures files. And tho

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

2019-04-21 Thread Khem Raj
This seems more a bsp layer thing may be meta-rockchip is better for this or meta-firefly On Sun, Apr 21, 2019 at 10:06 AM 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'

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

2019-04-21 Thread 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 | 10 ++ conf/machine/firefly-rk3399.conf | 15 +++ conf/machine/include/rk3399.inc| 17

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

2019-04-21 Thread Randy '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-rk3288.conf |

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

2019-04-21 Thread Randy '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: rk3288: Add some ma

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

2019-04-21 Thread 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| 12 conf/machine/include/rk3328.inc | 18 ++ 2 files changed, 30 insertions(+) create mode 100644 conf/machine/evb-rk3328.conf cr

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

2019-04-21 Thread 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| 10 ++ conf/machine/include/rv1108.inc | 1

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

2019-04-21 Thread 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/machine/include/rk3036.inc | 19