]> git.baikalelectronics.ru Git - kernel.git/commit
Merge series "ASoC: SOF: extended manifest support for 5.8" from Kai Vehmanen <kai...
authorMark Brown <broonie@kernel.org>
Mon, 25 May 2020 14:31:12 +0000 (15:31 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 25 May 2020 14:31:12 +0000 (15:31 +0100)
commit0daac3a33007dd48e7203a4a961244ca373ada77
treec0619c36aadfffde25c0be16a4c9f5ae5be3e63e
parent5fb4a9f7ee12bb30c6124b0f4bd9decc19ba66fe
parentbb1c99a487bff3a8054e83abd47dab81a682422a
Merge series "ASoC: SOF: extended manifest support for 5.8" from Kai Vehmanen <kai.vehmanen@linux.intel.com>:

Hello,

extended firmware manifest is a method to retrieve capabilities
directly from the firmware file instead of routing the information via
the DSP and reading it back via IPC (latter mechanism still supported
but will be deprecated).

This feature was briefly merged to 5.8 with the series sent on
2020-Apr-15, but due to a regression hit with exporting uapi headers,
the patches got dropped.

Here's an update with the uapi header issue fixed, rebased to latest
'for-5.8' and a few minor fixes. This has been sitting in sof-dev for
some weeks and no further issues have been found. We also added
a check for the uapi-export case to SOF CI, so such errors would
not slip through again in the future.

Tooling support to create firmware files with an extended header
is available in SOF firmware repository (see the rimage tool) and
this part is already merged.

Karol Trzcinski (5):
  ASoC: SOF: loader: Adjust validation condition for fw_offset
  ASoC: SOF: Introduce extended manifest
  ASoC: SOF: ext_manifest: parse firmware version
  ASoC: SOF: ext_manifest: parse windows
  ASoC: SOF: ext_manifest: parse compiler version

 include/sound/sof/ext_manifest.h |  95 +++++++++++++++++
 sound/soc/sof/intel/hda-loader.c |   2 +-
 sound/soc/sof/loader.c           | 176 ++++++++++++++++++++++++++++++-
 3 files changed, 269 insertions(+), 4 deletions(-)
 create mode 100644 include/sound/sof/ext_manifest.h

--
2.26.2