| commit | 7ab8607e7140294ac73cd0f5470c1bc162bed219 | [log] [tgz] |
|---|---|---|
| author | Ederson de Souza <ederson.desouza@intel.com> | Wed Jun 15 13:59:22 2022 -0700 |
| committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 28 14:56:57 2022 -0400 |
| tree | f889d5f8568ac0344f143b6b728816a5153866e1 | |
| parent | c8a4440d0cacf033b9786d164347c5eb6adb2823 [diff] |
soc/xtensa/intel_adsp/tools: Ack local interrupt before processing IPC It seems a race can happen between the host acknowledging a DONE interrupt and the DSP being able to mark some IPC as done. To avoid this, the host script now always acknowledges the DONE interrupt _before_ processing the IPC message. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>