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