Skip to content

Commit d358a03

Browse files
quic-ylalKrzysztof Wilczyński
authored andcommitted
(platforms.yaml) Add Qualcomm platforms qcs8300 and qcs9100
Extend pipeline to support additional Qualcomm platforms: - qcs8300-ride - qcs9100-ride Signed-off-by: Yogesh Lal <quic_ylal@quicinc.com>
1 parent b11ca50 commit d358a03

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config/platforms.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,20 @@ platforms:
331331
dtb: dtbs/qcom/qcs6490-rb3gen2.dtb
332332
compatible: ['qcom,qcs6490-rb3gen2', 'qcom,qcm6490']
333333

334+
qcs8300-ride:
335+
<<: *arm64-device
336+
boot_method: fastboot
337+
mach: qcom
338+
dtb: dtbs/qcom/qcs8300-ride.dtb
339+
compatible: ['qcom,qcs8300-ride', 'qcom,qcs8300']
340+
341+
qcs9100-ride:
342+
<<: *arm64-device
343+
boot_method: fastboot
344+
mach: qcom
345+
dtb: dtbs/qcom/qcs9100-ride.dtb
346+
compatible: ['qcom,qcs9100-ride', 'qcom,qcs9100']
347+
334348
qemu: &qemu-device
335349
base_name: qemu
336350
arch: x86_64

0 commit comments

Comments
 (0)