mbox series

[0/2] ASoC: SOF: Intel: hda: Use cold/purge boot after firmware crash

Message ID 20220712120936.28072-1-peter.ujfalusi@linux.intel.com
Headers show
Series ASoC: SOF: Intel: hda: Use cold/purge boot after firmware crash | expand

Message

Péter Ujfalusi July 12, 2022, 12:09 p.m. UTC
Hi,

In case of a firmware crash we force the DSP to be powered down and rebooted.
To make sure that the next boot is going to be clean, force the boot process to
skip the IMR booting and re-download the firmware.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: SOF: Intel: hda: Introduce skip_imr_boot flag
  ASoC: SOF: Intel: hda: Skip IMR boot after a firmware crash or boot
    failure

 sound/soc/sof/intel/hda-dsp.c    | 12 ++++++++++++
 sound/soc/sof/intel/hda-loader.c | 10 ++++++----
 sound/soc/sof/intel/hda.h        |  1 +
 3 files changed, 19 insertions(+), 4 deletions(-)