| Kernel configuration fragments | Description |
|---|---|
<kernel_src>/arch/arm64/configs/defconfig | Upstream Arm64 defconfig used as the base configuration. |
<kernel_src>/arch/arm64/configs/prune.config | Prunes unwanted configurations from the upstream defconfig to optimize build time. |
<kernel_src>/arch/arm64/configs/qcom.config | Enables Qualcomm configuration that isn’t part of the upstream defconfig. |
<kernel_src>/kernel/configs/debug.config | Enables standard kernel debug configuration. |
<kernel_src>/kernel/configs/hardening.config | Enables security configurations to harden the production kernel. |
<kernel_src>/arch/arm64/configs/rt.config | Enables PREEMPT_RT configurations for real-time kernel support. |
Migrate the device tree from Qualcomm Linux 1.0 to Qualcomm Linux 2.0
The Qualcomm device tree source include (DTSI) and device tree source (DTS) files for supported Qualcomm kits are located in the kernel source in thearch/arm64/boot/dts/qcom/ directory.
Qualcomm Linux 2.0 aligns all device trees to upstream, adhering to standard device tree bindings. Hence, there are no addons device tree fragments that carry downstream additions.
The following table compares the device tree layout between Qualcomm Linux 1.0 and Qualcomm Linux 2.0:
- QCS6490
- IQ-9075
- IQ-8275
- IQ-615
The following table lists the Qualcomm device tree files for the Qualcomm Dragonwing™ RB3 Gen 2 Development Kit:
| Table: Qualcomm device tree source | ||
|---|---|---|
| Qualcomm Linux 1.0 | Qualcomm Linux 2.0 | Details |
| arch/arm64/boot/dts/qcom/sc7280.dtsi | arch/arm64/boot/dts/qcom/kodiak.dtsi | The QCS6490 SoC DTSI has been renamed. |
| arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts arch/arm64/boot/dts/qcom/qcs6490-addons-rb3gen2.dts | arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | Device tree source for the QCS6490 Qualcomm Dragonwing™ RB3 Gen 2 Development Kit; no addons. |
| arch/arm64/boot/dts/qcom/qcs6490-addons-rb3gen2-vision-mezz.dts | arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-vision-mezzanine.dts | QCS6490 Qualcomm Dragonwing™ RB3 Gen 2 Vision Mezzanine Development Kit. |
| arch/arm64/boot/dts/qcom/qcs6490-addons-rb3gen2-ia-mezz.dts | arch/arm64/boot/dts/qcom/qcs6490-rb3gen2-industrial-mezzanine.dts | QCS6490 Qualcomm Dragonwing™ RB3 Gen 2 Industrial Mezzanine Development Kit. |
el2 are intended for Linux configurations running at Exception Level 2 (EL2), such as kernel-based virtual machine (KVM). The el2 overlays are applied on the platform DTB to generate the corresponding EL2 DTB variants. Use these EL2-specific DTBs only when Linux is required to operate as a KVM hypervisor. For example, arch/arm64/boot/dts/qcom/lemans-el2.dtso.
