From 03dba0e020d3a12ac7937d075f43b91a869f9f00 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Thu, 5 Oct 2023 18:46:41 +0000 Subject: [PATCH] Upgrade rimage submodule and west submodule to ac487e09ca5b Add the following rimage commits: ac487e09ca5b Congfig: Add TDFB to TGL, TGL-H, MTL, and LNL d89b7d28f636 ipc4: add google rtc AEC support for mtl 4fc431b355e1 elf: Remove unused elf.c 71553274b569 Switch to new elf reader and module parse functions. 539c2b388cc5 module: Set of a new functions to parse modules 5f47509b6757 elf_file: Set of new functions for reading elf files 7bc2958ba4fd Config: Add DCblock to TGL, TGL-H, MTL, and LNL e8b380d4aec2 Config: Add Multiband-DRC component to TGL, TGL-H, MTL, LNL 8bcf1fc91147 mtl: fill in cps and cpc data for COPIER & GAIN modules 4a36634db612 mtl: fill in cps and cpc data for EQIIR module fea2a30e5691 mtl: fill in cps and cpc data for smart_amp_test module 476d63608bcc mtl: fill in cps and cpc data for ASRC module 352f01fee4ba mtl: fill in subsequent measured cps and mcps data c183ce273943 mtl: add measured cps and cpc values 43eb2a435c29 Config: Add crossover component for MTL and LNL platforms Signed-off-by: Marc Herbert --- rimage | 2 +- west.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rimage b/rimage index 4fb9fe00575b..ac487e09ca5b 160000 --- a/rimage +++ b/rimage @@ -1 +1 @@ -Subproject commit 4fb9fe00575bc2e9f14570803d811987fb27f010 +Subproject commit ac487e09ca5bb34a2eebd2f3d1cfeb9e792c501a diff --git a/west.yml b/west.yml index 5046cf4c4e51..e90e99d134bc 100644 --- a/west.yml +++ b/west.yml @@ -36,7 +36,7 @@ manifest: - name: rimage repo-path: rimage path: sof/rimage - revision: 4fb9fe00575bc2e9f14570803d811987fb27f010 + revision: ac487e09ca5bb34a2eebd2f3d1cfeb9e792c501a - name: tomlc99 repo-path: tomlc99