Commit 698de37
misc: fastrpc: add support for gdsp remoteproc
Some platforms (like lemans) feature one or more GPDSPs (General
Purpose DSPs). Similar to other kinds of Hexagon DSPs, they provide
a FastRPC implementation, allowing code execution in both signed and
unsigned protection domains. Extend the checks to allow domain names
starting with "gdsp" (possibly followed by an index).
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Ekansh Gupta <ekansh.gupta@oss.qualcomm.com>
Signed-off-by: Ling Xu <quic_lxu5@quicinc.com>
Signed-off-by: Srinivas Kandagatla <srini@kernel.org>
Link: https://lore.kernel.org/r/20250912131302.303199-5-srini@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent fb4679f commit 698de37
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
2249 | 2250 | | |
2250 | 2251 | | |
2251 | 2252 | | |
| 2253 | + | |
| 2254 | + | |
2252 | 2255 | | |
2253 | 2256 | | |
2254 | 2257 | | |
| |||
2318 | 2321 | | |
2319 | 2322 | | |
2320 | 2323 | | |
2321 | | - | |
| 2324 | + | |
2322 | 2325 | | |
2323 | 2326 | | |
2324 | 2327 | | |
2325 | 2328 | | |
2326 | 2329 | | |
2327 | 2330 | | |
| 2331 | + | |
2328 | 2332 | | |
2329 | 2333 | | |
2330 | 2334 | | |
| |||
0 commit comments