From 082b6261c9dc54d0e5587a57f67b02d3d973fc8d Mon Sep 17 00:00:00 2001 From: Tinghan Shen Date: Tue, 28 Jun 2022 12:01:06 +0800 Subject: [PATCH] config: Add mt8188.toml Add mt8188.toml to support sof-mt8188.ri binary build. Signed-off-by: Tinghan Shen --- config/mt8188.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/mt8188.toml diff --git a/config/mt8188.toml b/config/mt8188.toml new file mode 100644 index 000000000..0dcc4b4b3 --- /dev/null +++ b/config/mt8188.toml @@ -0,0 +1,15 @@ +version = [1, 0] # parse_adsp_config_v1_0() + +[adsp] +name = "mt8188" + +[[adsp.mem_zone]] +type = "IRAM" +base = "0x4e100000" +size = "0x00080000" +host_offset = "0x0" +[[adsp.mem_zone]] +type = "SRAM" +base = "0x60000000" +size = "0x00600000" +host_offset = "0x0"