|
1 | 1 | {{- $build_qcm6490 := or .build_qcm6490 "true" }} |
| 2 | +{{- $build_qcs8300 := or .build_qcs8300 "true" }} |
2 | 3 | {{- $build_qcs9100 := or .build_qcs9100 "true" }} |
3 | 4 | {{- $build_rb1 := "false" -}} |
4 | 5 | {{- if .u_boot_rb1 -}} |
@@ -40,6 +41,30 @@ actions: |
40 | 41 | "disk_image_type" "ufs" |
41 | 42 | )}} |
42 | 43 | {{- 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 }} |
43 | 68 | {{- if eq $build_qcs9100 "true" }} |
44 | 69 | {{- $boards = append $boards (dict |
45 | 70 | "name" "qcs9100-ride-r3" |
|
0 commit comments