Skip to content

Commit 575c931

Browse files
Youssef Samirquic-jhugo
authored andcommitted
accel/qaic: Update the sahara image table for AIC200
Update the Sahara image table for the AIC200 to add entries for: - qupv3fw.elf at id 54 - xbl_config.elf at id 38 - tz_qti_config.mbn at id 76 And move pvs.bin to id 78 to avoid firmware conflict. Co-developed-by: Zack McKevitt <zmckevit@qti.qualcomm.com> Signed-off-by: Zack McKevitt <zmckevit@qti.qualcomm.com> Co-developed-by: Aswin Venkatesan <aswivenk@qti.qualcomm.com> Signed-off-by: Aswin Venkatesan <aswivenk@qti.qualcomm.com> Signed-off-by: Youssef Samir <quic_yabdulra@quicinc.com> Signed-off-by: Youssef Samir <youssef.abdulrahman@oss.qualcomm.com> Reviewed-by: Karol Wachowski <karol.wachowski@linux.intel.com> Reviewed-by: Jeff Hugo <jeff.hugo@oss.qualcomm.com> Signed-off-by: Jeff Hugo <jeff.hugo@oss.qualcomm.com> Link: https://patch.msgid.link/20251017173432.1207656-1-youssef.abdulrahman@oss.qualcomm.com
1 parent 18ff1dc commit 575c931

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

drivers/accel/qaic/sahara.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ static const char * const aic200_image_table[] = {
198198
[23] = "qcom/aic200/aop.mbn",
199199
[32] = "qcom/aic200/tz.mbn",
200200
[33] = "qcom/aic200/hypvm.mbn",
201+
[38] = "qcom/aic200/xbl_config.elf",
201202
[39] = "qcom/aic200/aic200_abl.elf",
202203
[40] = "qcom/aic200/apdp.mbn",
203204
[41] = "qcom/aic200/devcfg.mbn",
@@ -206,6 +207,7 @@ static const char * const aic200_image_table[] = {
206207
[49] = "qcom/aic200/shrm.elf",
207208
[50] = "qcom/aic200/cpucp.elf",
208209
[51] = "qcom/aic200/aop_devcfg.mbn",
210+
[54] = "qcom/aic200/qupv3fw.elf",
209211
[57] = "qcom/aic200/cpucp_dtbs.elf",
210212
[62] = "qcom/aic200/uefi_dtbs.elf",
211213
[63] = "qcom/aic200/xbl_ac_config.mbn",
@@ -217,7 +219,8 @@ static const char * const aic200_image_table[] = {
217219
[69] = "qcom/aic200/dcd.mbn",
218220
[73] = "qcom/aic200/gearvm.mbn",
219221
[74] = "qcom/aic200/sti.bin",
220-
[75] = "qcom/aic200/pvs.bin",
222+
[76] = "qcom/aic200/tz_qti_config.mbn",
223+
[78] = "qcom/aic200/pvs.bin",
221224
};
222225

223226
static bool is_streaming(struct sahara_context *context)

0 commit comments

Comments
 (0)