mbox series

[0/7] ASoC: SOF: Intel: mtl/lnl: Improve firmware boot state handling

Message ID 20240403105210.17949-1-peter.ujfalusi@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: Intel: mtl/lnl: Improve firmware boot state handling | expand

Message

Péter Ujfalusi April 3, 2024, 10:52 a.m. UTC
Hi,

this series improves the firmware/boot state handling which will allow
failed IMR boot recovery and human readable boot failure decoding.

Additionally a new debugfs file is added to force a purge/clean boot
of the DSP for developers.

Regards,
Peter
---
Peter Ujfalusi (7):
  ASoC: SOF: Intel: hda: Create debugfs file to force a clean DSP boot
  ASoC: SOF: Intel: mtl: Correct rom_status_reg
  ASoC: SOF: Intel: lnl: Correct rom_status_reg
  ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed
  ASoC: SOF: Intel: mtl: Implement firmware boot state check
  ASoC: SOF: Intel: hda-dsp/mtl: Add support for ACE ROM state codes
  ASoC: SOF: Intel: mtl: Correct the mtl_dsp_dump output

 sound/soc/sof/intel/hda-loader.c |  7 ++-
 sound/soc/sof/intel/hda.c        | 73 +++++++++++++++++++++++++++++---
 sound/soc/sof/intel/hda.h        |  2 +
 sound/soc/sof/intel/lnl.c        | 10 ++++-
 sound/soc/sof/intel/lnl.h        | 15 +++++++
 sound/soc/sof/intel/mtl.c        | 63 +++++++++++++++++++--------
 sound/soc/sof/intel/mtl.h        | 48 ++++++++++++++++++++-
 7 files changed, 189 insertions(+), 29 deletions(-)
 create mode 100644 sound/soc/sof/intel/lnl.h

Comments

Mark Brown April 3, 2024, 9:46 p.m. UTC | #1
On Wed, 03 Apr 2024 13:52:03 +0300, Peter Ujfalusi wrote:
> this series improves the firmware/boot state handling which will allow
> failed IMR boot recovery and human readable boot failure decoding.
> 
> Additionally a new debugfs file is added to force a purge/clean boot
> of the DSP for developers.
> 
> Regards,
> Peter
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/7] ASoC: SOF: Intel: hda: Create debugfs file to force a clean DSP boot
      commit: bbdf9af261adca039de29e7fc1faff367bf7e9a0
[2/7] ASoC: SOF: Intel: mtl: Correct rom_status_reg
      commit: 1f1b820dc3c65b6883da3130ba3b8624dcbf87db
[3/7] ASoC: SOF: Intel: lnl: Correct rom_status_reg
      commit: b852574c671a9983dd51c81582c8c5085f3dc382
[4/7] ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed
      commit: 26187f44aabdf3df7609b7c78724a059c230a2ad
[5/7] ASoC: SOF: Intel: mtl: Implement firmware boot state check
      commit: 6b1c1c47e76f0161bda2b1ac2e86a219fe70244f
[6/7] ASoC: SOF: Intel: hda-dsp/mtl: Add support for ACE ROM state codes
      commit: 3dc2682870ea8f5a7749c069dfc4e0040e69cb5d
[7/7] ASoC: SOF: Intel: mtl: Correct the mtl_dsp_dump output
      commit: 40bdf121a3ed91281196068e50789888e4b1d2d2

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark