[PATCH 0/8] firmware: cirrus: cs_dsp: Add long-offset WMDR blocks
From: Richard Fitzgerald
Date: Wed Dec 31 2025 - 06:16:49 EST
V3 of the WMDR file format introduces a new block type that has a 32-bit
address offset.
The first patch of this series adds the support to the cs_dsp driver.
The rest of the series is adding KUnit tests for this.
Richard Fitzgerald (8):
firmware: cs_dsp: Handle long-offset data blocks
firmware: cs_dsp: test_bin: Run test cases with v3 file format
firmware: cs_dsp: test_bin: Make patch function a test parameter
firmware: cs_dsp: mock_bin: Pass offset32 to
cs_dsp_mock_bin_add_raw_block()
firmware: cs_dsp: mock_bin: Add function to create long-offset patches
firmware: cs_dsp: test: Increase size of XM and YM on Halo Core
firmware: cs_dsp: test_bin: Run test cases on long-offset blocks
firmware: cirrus: test_bin: Add tests for offsets > 0xffff
drivers/firmware/cirrus/cs_dsp.c | 19 +-
.../firmware/cirrus/test/cs_dsp_mock_bin.c | 38 +-
.../cirrus/test/cs_dsp_mock_mem_maps.c | 8 +-
.../firmware/cirrus/test/cs_dsp_mock_regmap.c | 16 +-
.../firmware/cirrus/test/cs_dsp_test_bin.c | 1017 +++++++++++------
.../cirrus/test/cs_dsp_test_bin_error.c | 14 +-
.../linux/firmware/cirrus/cs_dsp_test_utils.h | 6 +-
include/linux/firmware/cirrus/wmfw.h | 7 +-
8 files changed, 731 insertions(+), 394 deletions(-)
--
2.43.0