From d6cf6960662f3f5b3f65e0f27d74f20de4edc41e Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Mon, 26 Oct 2020 10:41:17 +0000 Subject: [PATCH] config: tgl: fix CSE offsets for TGL Now aligns with actual offsets. Signed-off-by: Liam Girdwood --- config/tgl.toml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/config/tgl.toml b/config/tgl.toml index dc5c760ed..57a1e13f4 100644 --- a/config/tgl.toml +++ b/config/tgl.toml @@ -22,15 +22,15 @@ size = "0x100000" partition_name = "ADSP" [[cse.entry]] name = "ADSP.man" -offset = "0x58" -length = "0x378" +offset = "0x5c" +length = "0x464" [[cse.entry]] name = "cavs0015.met" -offset = "0x400" +offset = "0x4c0" length = "0x70" [[cse.entry]] name = "cavs0015" -offset = "0x490" +offset = "0x540" length = "0x0" # calculated by rimage [css] @@ -40,11 +40,6 @@ name = "ADSP" [[signed_pkg.module]] name = "cavs0015.met" -[partition_info] -name = "ADSP" -[[partition_info.module]] -name = "cavs0015.met" - [adsp_file] [[adsp_file.comp]] base_offset = "0x2000"