From c1031012de48f5c6f5645067c58102fdb575e54e Mon Sep 17 00:00:00 2001 From: DINESHKUMAR Date: Mon, 7 Oct 2024 11:36:06 +0530 Subject: [PATCH] rimage: config: add acp_6_0 toml file to support acp_6_0 build. Add acp_6_0 toml file to support sof-acp_6_0.ri binary build. Signed-off-by: DINESHKUMAR --- tools/rimage/config/acp_6_0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/rimage/config/acp_6_0.toml diff --git a/tools/rimage/config/acp_6_0.toml b/tools/rimage/config/acp_6_0.toml new file mode 100644 index 000000000000..f761b839399f --- /dev/null +++ b/tools/rimage/config/acp_6_0.toml @@ -0,0 +1,15 @@ +version = [1, 0] # use simple file write + +[adsp] +name = "acp_6_0" + +[[adsp.mem_zone]] +type = "IRAM" +base = "0x7F000000" +size = "0x40000" +host_offset = "0x0" +[[adsp.mem_zone]] +type = "DRAM" +base = "0xE0000000" +size = "0xE0000" +host_offset = "0x0"