Linaro / meta-qcom

OpenEmbedded/Yocto Project BSP layer for Qualcomm based platforms
MIT License
60 stars 69 forks source link

Wish: Please support Qualcomm ARM Kryo 260 based SoC #389

Open rzr opened 2 years ago

rzr commented 2 years ago

Hi, I am wondering if there are any interest to enable this SoC for this machine:

Relate-to: https://forums.quectel.com/t/sc66-yocto-support/11815/2 Relate-to: https://www.quectel.com/product/lte-sc66-e-332-smart-module/#

ndechesne commented 2 years ago

meta-qcom is a BSP layer for Qualcomm platforms which are running an 'upstream' linux kernel, as opposed to running Qualcomm vendor Linux builds. Qualcomm has their own Yocto layers for dealing with their vendor kernel (and user space).

we would happily merge any contributions for new SoC and boards here, assuming they are using an upstream software stack.

It was a bit buried, but I found that SC66 is a compute module based on the Snapdragon 660 SoC. I believe there is enough upstream support for 660 (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/qcom/sdm660.dtsi) , which should be good enough to start a BSP in meta-qcom.

We don't have any firm plan to add 660 ourselves right now, but I would take patches!