Skip to content

Commit aeff9a9

Browse files
committed
feat: debos: Add support for IQ-9 Beta EVK
Also known as QCS9100 Ride Rev3 EVK Signed-off-by: Loïc Minier <[email protected]>
1 parent 36d992a commit aeff9a9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

debos-recipes/qualcomm-linux-debian-flash.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{- $build_qcm6490 := or .build_qcm6490 "true" }}
2+
{{- $build_qcs9100 := or .build_qcs9100 "true" }}
23
{{- $build_rb1 := "false" -}}
34
{{- if .u_boot_rb1 -}}
45
{{- $build_rb1 = "true" }}
@@ -39,6 +40,30 @@ actions:
3940
"disk_image_type" "ufs"
4041
)}}
4142
{{- end }}
43+
{{- if eq $build_qcs9100 "true" }}
44+
{{- $boards = append $boards (dict
45+
"name" "qcs9100-ride-r3"
46+
"silicon_family" "qcs9100"
47+
"platform" "qcs9100-ride-sx"
48+
"boot_binaries_download" (dict
49+
"description" "QCS9100 boot binaries"
50+
"url" "https://softwarecenter.qualcomm.com/download/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public/r1.0_00095.0/qcs9100-le-1-0/common/build/ufs/bin/QCS9100_bootbinaries.zip"
51+
"name" "qcs9100_boot-binaries"
52+
"filename" "qcs9100_boot-binaries.zip"
53+
"sha256sum" "c201c9e966a706c9e76685ff4298f0940958c4d4877299eee1248ef26b809aa0"
54+
)
55+
"cdt_download" (dict
56+
"description" "QCS9100 Ride Rev3 EVK CDT"
57+
"url" "https://artifacts.codelinaro.org/artifactory/codelinaro-le/Qualcomm_Linux/QCS9100/cdt/ride-sx_v3.zip"
58+
"name" "qcs9100-ride-sx-v3_cdt"
59+
"filename" "qcs9100-ride-sx-v3_cdt.zip"
60+
"sha256sum" "377a8405899ac82199deaf70bca3648c15b924a3fcef8f109555e661ed70f4b9"
61+
)
62+
"cdt_filename" "cdt_ride_sx.bin"
63+
"dtb" "qcom/qcs9100-ride-r3.dtb"
64+
"disk_image_type" "ufs"
65+
)}}
66+
{{- end }}
4267
{{- if eq $build_rb1 "true" }}
4368
{{- $boards = append $boards (dict
4469
"name" "qrb2210-rb1"

debos-recipes/qualcomm-linux-debian-rootfs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ actions:
305305
ls -d "$ROOTDIR"/usr/lib/linux-image-* | sort -V | tail -1)"
306306
tar -C "${latest_kernel}" -cvzf "$ARTIFACTDIR/dtbs.tar.gz" \
307307
qcom/qcs6490-rb3gen2.dtb \
308+
qcom/qcs9100-ride-r3.dtb \
308309
qcom/qrb2210-rb1.dtb
309310
310311
- action: pack

0 commit comments

Comments
 (0)