You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
To be ARM System Ready IR compliant, QCOM UEFI implementation is now supporting loading a matching device-tree by reading 'combined-dtb.dtb' from the dtb partition. linux-qcom-dtbbin.bbclass when inherited by kernel recipe, generates one vfat image per dtb by packing dtb as 'combined-dtb.dtb'. This image can be flashed into dtb parititon for UEFI to read and load device-tree. Signed-off-by: Viswanath Kraleti <quic_vkraleti@quicinc.com>