summaryrefslogtreecommitdiffstats
path: root/include/sound/sof/xtensa.h
diff options
context:
space:
mode:
authorMark Brown2019-06-03 19:38:15 +0200
committerMark Brown2019-06-03 19:38:15 +0200
commita529819d8876fd469f58e630ed015c4a4620ee75 (patch)
tree99666fbde477efd814c9328bd685a9d6ea208393 /include/sound/sof/xtensa.h
parentASoC: SOF: topology: add support for mux/demux component (diff)
parentASoC: SOF: fix DSP oops definitions in FW ABI (diff)
downloadkernel-qcow2-linux-a529819d8876fd469f58e630ed015c4a4620ee75.tar.gz
kernel-qcow2-linux-a529819d8876fd469f58e630ed015c4a4620ee75.tar.xz
kernel-qcow2-linux-a529819d8876fd469f58e630ed015c4a4620ee75.zip
Merge branch 'asoc-5.2' into asoc-5.3
Diffstat (limited to 'include/sound/sof/xtensa.h')
-rw-r--r--include/sound/sof/xtensa.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/sound/sof/xtensa.h b/include/sound/sof/xtensa.h
index a7189984000d..d25c764b10e8 100644
--- a/include/sound/sof/xtensa.h
+++ b/include/sound/sof/xtensa.h
@@ -17,7 +17,8 @@
/* Xtensa Firmware Oops data */
struct sof_ipc_dsp_oops_xtensa {
- struct sof_ipc_hdr hdr;
+ struct sof_ipc_dsp_oops_arch_hdr arch_hdr;
+ struct sof_ipc_dsp_oops_plat_hdr plat_hdr;
uint32_t exccause;
uint32_t excvaddr;
uint32_t ps;
@@ -38,7 +39,11 @@ struct sof_ipc_dsp_oops_xtensa {
uint32_t intenable;
uint32_t interrupt;
uint32_t sar;
- uint32_t stack;
+ uint32_t debugcause;
+ uint32_t windowbase;
+ uint32_t windowstart;
+ uint32_t excsave1;
+ uint32_t ar[];
} __packed;
#endif