Skip to content

Commit ac618ac

Browse files
committed
feat: debos: Add support for IQ-8 Beta EVK
Also known as QCS8300 Ride SX EVK Signed-off-by: Loïc Minier <[email protected]>
1 parent aeff9a9 commit ac618ac

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_qcs8300 := or .build_qcs8300 "true" }}
23
{{- $build_qcs9100 := or .build_qcs9100 "true" }}
34
{{- $build_rb1 := "false" -}}
45
{{- if .u_boot_rb1 -}}
@@ -40,6 +41,30 @@ actions:
4041
"disk_image_type" "ufs"
4142
)}}
4243
{{- end }}
44+
{{- if eq $build_qcs8300 "true" }}
45+
{{- $boards = append $boards (dict
46+
"name" "qcs8300-ride"
47+
"silicon_family" "qcs8300"
48+
"platform" "qcs8300-ride-sx"
49+
"boot_binaries_download" (dict
50+
"description" "QCS8300 boot binaries"
51+
"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/qcs8300-le-1-0/common/build/ufs/bin/QCS8300_bootbinaries.zip"
52+
"name" "qcs8300_boot-binaries"
53+
"filename" "qcs8300_boot-binaries.zip"
54+
"sha256sum" "463ffd7f20d243a5673ac49d744c8a35a3ab2067c3588be2741c2e6551f5a8f5"
55+
)
56+
"cdt_download" (dict
57+
"description" "QCS8300 Ride SX EVK CDT"
58+
"url" "https://artifacts.codelinaro.org/artifactory/codelinaro-le/Qualcomm_Linux/QCS8300/cdt/ride-sx.zip"
59+
"name" "qcs8300-ride-sx_cdt"
60+
"filename" "qcs8300-ride-sx_cdt.zip"
61+
"sha256sum" "d7fc667372b28383a36d586333097d84b9d9c104f4dd1845d33904e2d6b39f80"
62+
)
63+
"cdt_filename" "cdt_ride_sx.bin"
64+
"dtb" "qcom/qcs8300-ride.dtb"
65+
"disk_image_type" "ufs"
66+
)}}
67+
{{- end }}
4368
{{- if eq $build_qcs9100 "true" }}
4469
{{- $boards = append $boards (dict
4570
"name" "qcs9100-ride-r3"

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/qcs8300-ride.dtb \
308309
qcom/qcs9100-ride-r3.dtb \
309310
qcom/qrb2210-rb1.dtb
310311

0 commit comments

Comments
 (0)