From 4975da2d9ac9abc3f3ea8bf08a6e84ea222981fd Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 11 Dec 2023 02:17:09 +0000 Subject: [PATCH] rimage: remove obsolete, IPC3 tgl.toml and tgl-h.toml The main branch hasn't supported IPC3 for tgl for a long time. Follow-up to commit a17c2823d376 ("xtensa-build-zephyr: remove ipc option") Signed-off-by: Marc Herbert --- tools/rimage/config/tgl-h.toml | 56 ---------------------------------- tools/rimage/config/tgl.toml | 56 ---------------------------------- 2 files changed, 112 deletions(-) delete mode 100644 tools/rimage/config/tgl-h.toml delete mode 100644 tools/rimage/config/tgl.toml diff --git a/tools/rimage/config/tgl-h.toml b/tools/rimage/config/tgl-h.toml deleted file mode 100644 index 997e1a832899..000000000000 --- a/tools/rimage/config/tgl-h.toml +++ /dev/null @@ -1,56 +0,0 @@ -version = [2, 5] - -[adsp] -name = "tgl" -image_size = "0x1F0000" # (30 + 1) bank * 64KB -alias_mask = "0xE0000000" - -[[adsp.mem_zone]] -type = "ROM" -base = "0x9F180000" -size = "0x00002000" -[[adsp.mem_zone]] -type = "IMR" -base = "0xB0038000" -size = "0x100000" -[[adsp.mem_zone]] -type = "SRAM" -base = "0xBE040000" -size = "0x100000" - -[[adsp.mem_alias]] -type = "uncached" -base = "0x9E000000" -[[adsp.mem_alias]] -type = "cached" -base = "0xBE000000" - -[cse] -partition_name = "ADSP" -[[cse.entry]] -name = "ADSP.man" -offset = "0x5c" -length = "0x464" -[[cse.entry]] -name = "cavs0015.met" -offset = "0x4c0" -length = "0x70" -[[cse.entry]] -name = "cavs0015" -offset = "0x540" -length = "0x0" # calculated by rimage - -[css] - -[signed_pkg] -name = "ADSP" -[[signed_pkg.module]] -name = "cavs0015.met" - -[adsp_file] -[[adsp_file.comp]] -base_offset = "0x2000" - -[fw_desc.header] -name = "ADSPFW" -load_offset = "0x30000" diff --git a/tools/rimage/config/tgl.toml b/tools/rimage/config/tgl.toml deleted file mode 100644 index 9a64c694c7f8..000000000000 --- a/tools/rimage/config/tgl.toml +++ /dev/null @@ -1,56 +0,0 @@ -version = [2, 5] - -[adsp] -name = "tgl" -image_size = "0x2F0000" # (46 + 1) bank * 64KB -alias_mask = "0xE0000000" - -[[adsp.mem_zone]] -type = "ROM" -base = "0x9F180000" -size = "0x00002000" -[[adsp.mem_zone]] -type = "IMR" -base = "0xB0038000" -size = "0x100000" -[[adsp.mem_zone]] -type = "SRAM" -base = "0xBE040000" -size = "0x100000" - -[[adsp.mem_alias]] -type = "uncached" -base = "0x9E000000" -[[adsp.mem_alias]] -type = "cached" -base = "0xBE000000" - -[cse] -partition_name = "ADSP" -[[cse.entry]] -name = "ADSP.man" -offset = "0x5c" -length = "0x464" -[[cse.entry]] -name = "cavs0015.met" -offset = "0x4c0" -length = "0x70" -[[cse.entry]] -name = "cavs0015" -offset = "0x540" -length = "0x0" # calculated by rimage - -[css] - -[signed_pkg] -name = "ADSP" -[[signed_pkg.module]] -name = "cavs0015.met" - -[adsp_file] -[[adsp_file.comp]] -base_offset = "0x2000" - -[fw_desc.header] -name = "ADSPFW" -load_offset = "0x30000"