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 <ay...@soulik.info> --- conf/machine/include/rk3326.inc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf/machine/include/rk3326.inc diff --git a/conf/machine/include/rk3326.inc b/conf/machine/include/rk3326.inc new file mode 100644 index 0000000..1208b65 --- /dev/null +++ b/conf/machine/include/rk3326.inc @@ -0,0 +1,18 @@ +# Copyright (C) 2019 SUMOMO Computer Association +# Released under the MIT license (see COPYING.MIT for the terms) + +# PX30 is the same SoC as rk3326. +SOC_FAMILY = "rk3326" + +require conf/machine/include/tune-cortexa35.inc +require conf/machine/include/soc-family.inc +require conf/machine/include/rockchip-defaults.inc + +SERIAL_CONSOLES = "1500000;ttyS2" +KERNEL_IMAGETYPE = "Image" +KBUILD_DEFCONFIG = "defconfig" + +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-rockchip" + +IMAGE_FSTYPES = "rockchip-gpt-img" +IMAGE_CLASSES = "rockchip-gpt-img" -- 2.20.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto