alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: Intel: Skylake: Manifest parsing support
@ 2016-05-30 12:12 Vinod Koul
  2016-05-30 12:12 ` [PATCH 1/7] ASoC: Intel: Skylake: Add strip extended manifest utility Vinod Koul
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Vinod Koul @ 2016-05-30 12:12 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, patches.audio, broonie, Vinod Koul

The firmware file contains the extended manifest which needs to
be stripped before downloading of firmware.

The firmware manifest also contains manifest which has module
information, Driver needs to parse and create module information
and use it for sending IPCs.

So this series adds common API for stripping manifest and then
strips it for SKL and BXT.  Also it adds core support to parse
and add module information and its use in SKL and BXT.

Changes in this series:
 - modified manifest parse to be generic utility code, added calling patches
   from SKL n BXTN
 - fix issues in last rvw
 - add extended manifest parsing in this series
 - make manifest series common and use list instead of table and bxtn
   modules will have manifest parsing and addition later

Ramesh Babu (1):
  ASoC: Intel: Skylake: Add strip extended manifest utility

Shreyas NC (1):
  ASoC: Intel: Skylake: Add DSP firmware manifest parsing

Vinod Koul (5):
  ASoC: Intel: Skylake: Don't use local pointer for firmware
  ASoC: Intel: Skylake: Strip manifest for Skylake platform
  ASoC: Intel: Skylake: Strip manifest for Broxton platform
  ASoC: Intel: Skylake: Find uuids for Skylake
  ASoC: Intel: Skylake: Find uuids for Broxton

 sound/soc/intel/skylake/Makefile        |   2 +-
 sound/soc/intel/skylake/bxt-sst.c       |  26 +++-
 sound/soc/intel/skylake/skl-sst-dsp.h   |   8 +
 sound/soc/intel/skylake/skl-sst-ipc.h   |   3 +
 sound/soc/intel/skylake/skl-sst-utils.c | 256 ++++++++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-sst.c       |  23 ++-
 sound/soc/intel/skylake/skl-topology.c  |   4 +
 7 files changed, 315 insertions(+), 7 deletions(-)
 create mode 100644 sound/soc/intel/skylake/skl-sst-utils.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-05-30 17:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-30 12:12 [PATCH 0/7] ASoC: Intel: Skylake: Manifest parsing support Vinod Koul
2016-05-30 12:12 ` [PATCH 1/7] ASoC: Intel: Skylake: Add strip extended manifest utility Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Add strip extended manifest utility" to the asoc tree Mark Brown
2016-05-30 12:12 ` [PATCH 2/7] ASoC: Intel: Skylake: Don't use local pointer for firmware Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Don't use local pointer for firmware" to the asoc tree Mark Brown
2016-05-30 12:12 ` [PATCH 3/7] ASoC: Intel: Skylake: Strip manifest for Skylake platform Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Strip manifest for Skylake platform" to the asoc tree Mark Brown
2016-05-30 12:12 ` [PATCH 4/7] ASoC: Intel: Skylake: Strip manifest for Broxton platform Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Strip manifest for Broxton platform" to the asoc tree Mark Brown
2016-05-30 12:12 ` [PATCH 5/7] ASoC: Intel: Skylake: Add DSP firmware manifest parsing Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Add DSP firmware manifest parsing" to the asoc tree Mark Brown
2016-05-30 12:13 ` [PATCH 6/7] ASoC: Intel: Skylake: Find uuids for Skylake Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Find uuids for Skylake" to the asoc tree Mark Brown
2016-05-30 12:13 ` [PATCH 7/7] ASoC: Intel: Skylake: Find uuids for Broxton Vinod Koul
2016-05-30 17:39   ` Applied "ASoC: Intel: Skylake: Find uuids for Broxton" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).