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 a17c2823d3 ("xtensa-build-zephyr: remove ipc
option")

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2023-12-11 02:17:09 +00:00 committed by Kai Vehmanen
parent f064c029cc
commit 79e5080175
2 changed files with 0 additions and 112 deletions

View File

@ -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"

View File

@ -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"