mbox series

[0/5] ASoC: SOF: Intel: fix ICL boot sequence

Message ID 20201127164022.2498406-1-kai.vehmanen@linux.intel.com
Headers show
Series ASoC: SOF: Intel: fix ICL boot sequence | expand

Message

Kai Vehmanen Nov. 27, 2020, 4:40 p.m. UTC
Series introducing a modified boot sequence for the Intel Ice Lake
platform. While no bugs are currently open for this, the current
DSP boot implementation does not follow the full programming sequence.

This patchset is the first instance where SOF driver uses data in
the extended manifest (part of the firmware binary), to influence
the boot process. IPC cannot be used to get this information, as it
is already needed for early boot.

This change is backwards compatible with old firmware versions,
where extended manifest is not available.

Fred Oh (5):
  ASoC: SOF: ops: add parse_platform_ext_manifest() op
  ASoC: SOF: Intel: hda: define parse_platform_ext_manifest op
  ASoC: SOF: ext_manifest: parse cavs extra config data elem
  ASoC: SOF: ops: modify the signature of stall op
  ASoC: SOF: Intel: hda: add sof_icl_ops for ICL platforms

 include/sound/sof/ext_manifest.h   |   1 +
 sound/soc/sof/intel/Makefile       |   2 +-
 sound/soc/sof/intel/apl.c          |   3 +
 sound/soc/sof/intel/cnl.c          |  19 +---
 sound/soc/sof/intel/ext_manifest.h |  35 +++++++
 sound/soc/sof/intel/hda-loader.c   | 100 ++++++++++++++++++++
 sound/soc/sof/intel/hda.h          |  11 +++
 sound/soc/sof/intel/icl.c          | 145 +++++++++++++++++++++++++++++
 sound/soc/sof/intel/tgl.c          |   3 +
 sound/soc/sof/loader.c             |   3 +
 sound/soc/sof/ops.h                |  14 ++-
 sound/soc/sof/sof-pci-dev.c        |   2 +-
 sound/soc/sof/sof-priv.h           |   7 +-
 13 files changed, 324 insertions(+), 21 deletions(-)
 create mode 100644 sound/soc/sof/intel/ext_manifest.h
 create mode 100644 sound/soc/sof/intel/icl.c

Comments

Mark Brown Nov. 30, 2020, 4:55 p.m. UTC | #1
On Fri, 27 Nov 2020 18:40:17 +0200, Kai Vehmanen wrote:
> Series introducing a modified boot sequence for the Intel Ice Lake
> platform. While no bugs are currently open for this, the current
> DSP boot implementation does not follow the full programming sequence.
> 
> This patchset is the first instance where SOF driver uses data in
> the extended manifest (part of the firmware binary), to influence
> the boot process. IPC cannot be used to get this information, as it
> is already needed for early boot.
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: SOF: ops: add parse_platform_ext_manifest() op
      commit: e984f3ef3d2ac4a1896f7a3845b7c89c27841cbe
[2/5] ASoC: SOF: Intel: hda: define parse_platform_ext_manifest op
      commit: edbaaada5c9b57e243a98bf5b442f3a7a43ed14d
[3/5] ASoC: SOF: ext_manifest: parse cavs extra config data elem
      commit: e3a85dbe30cf4c6904640da10e7dbd18c4ee7be7
[4/5] ASoC: SOF: ops: modify the signature of stall op
      commit: a70eb70827b4160ada657649c74647f8bb7768ae
[5/5] ASoC: SOF: Intel: hda: add sof_icl_ops for ICL platforms
      commit: 0cde3e9f029c25b671402425a01e029952a38c8e

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