Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions conf.d/hexagon-dsp-binaries-qualcomm-db410c.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SPDX-License-Identifier: MIT
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
# yaml-language-server: $schema=schema.json
machines:
Qualcomm Technologies, Inc. APQ 8016 SBC:
DSP_LIBRARY_PATH: apq8016/Qualcomm/db410c/dsp
ADSP_ARCH: v5

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it just v5, without any v51 or v55?

2 changes: 2 additions & 0 deletions conf.d/hexagon-dsp-binaries-qualcomm-db820c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
machines:
Qualcomm Technologies, Inc. DB820c:
DSP_LIBRARY_PATH: apq8096/Qualcomm/db820c/dsp
ADSP_ARCH: v60
Comment thread
quic-vkatoch marked this conversation as resolved.
SDSP_ARCH: v60
4 changes: 4 additions & 0 deletions conf.d/hexagon-dsp-binaries-qualcomm-qcs615-ride.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
machines:
Qualcomm QCS615 IQ 615 EVK:
DSP_LIBRARY_PATH: qcs615/Qualcomm/QCS615-RIDE/dsp
ADSP_ARCH: v66
CDSP_ARCH: v66
Qualcomm Technologies, Inc. QCS615 Ride (IQ-615 Beta EVK):
DSP_LIBRARY_PATH: qcs615/Qualcomm/QCS615-RIDE/dsp
ADSP_ARCH: v66
CDSP_ARCH: v66
3 changes: 3 additions & 0 deletions conf.d/hexagon-dsp-binaries-thundercomm-db845c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
machines:
Thundercomm Dragonboard 845c:
DSP_LIBRARY_PATH: sdm845/Thundercomm/db845c/dsp
ADSP_ARCH: v65
CDSP_ARCH: v65
SDSP_ARCH: v65
16 changes: 16 additions & 0 deletions conf.d/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@
"DSP_LIBRARY_PATH": {
"type": "string",
"pattern": "^([^/]+/)+dsp$"
},
"ADSP_ARCH": {
"type": "string",
"pattern": "^v[0-9a-f]+$"
},
"MDSP_ARCH": {
"type": "string",
"pattern": "^v[0-9a-f]+$"
},
"SDSP_ARCH": {
"type": "string",
"pattern": "^v[0-9a-f]+$"
},
"CDSP_ARCH": {
"type": "string",
"pattern": "^v[0-9a-f]+$"
}
}
}
Expand Down
Loading