Commit Graph

19 Commits

Author SHA1 Message Date
Karol Trzcinski c4a7456254 config: Remove machine_id field
This enum value is used only to distinguish suecreek from other
platforms, which can be done also by platform name.

Manual enumeration, in separate toml files with manual synchronization
in enum definition is quite error prone. After commit
9bf46d3: "rimage: Add support for mt8195" and
9716e10: "config: Add imx8ulp.toml" there are two different
platform with the same enum value 15 specified, which proves such a
thesis.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2021-08-31 21:23:28 +01:00
Allen-kh Cheng 9bf46d3fe2 rimage: Add support for mt8195
Add mt8195.toml to support sof-mt8195.ri binary build.
Add mt8195 memory layout
Add mt8195 machine_id

Signed-off-by: YC Hung <yc.hung@mediatek.com>
Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
2021-08-27 13:56:56 +01:00
Zhang Peng 9716e10a3e config: Add imx8ulp.toml
Add imx8ulp toml file to support sof-imx8ulp.ri binary build.

Signed-off-by: Zhang Peng <peng.zhang_8@nxp.com>
2021-07-29 14:22:39 +03:00
balakishorepati d1553e9321 config: add rn toml file to support renoir build
Add rn toml file to support sof-rn.ri binary build

Signed-off-by: Basavaraj Hiregoudar <basavaraj.hiregoudar@amd.com>
Signed-off-by: Anup Kulkarni <anup.kulkarni@amd.com>
Signed-off-by: balapati <balakishore.pati@amd.com>
2021-07-26 14:44:51 +01:00
Keyon Jie 246ea6469a config: skl: change image_size to the real SRAM size
We have 30 bank HP and 2 bank LP SRAM on SKL, change to toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-23 13:58:03 +08:00
Keyon Jie 9c9e07c650 config: kbl: change image_size to the real SRAM size
We have 30 bank HP and 2 bank LP SRAM on KBL, change to toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-23 13:58:03 +08:00
Keyon Jie 44b37d19a2 config: sue: change image_size to the real SRAM size
We have 47 bank HP and 1 bank LP SRAM on Suecreek, change the toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-21 11:58:20 +01:00
Rander Wang 580e4d674e config: tgl-cavs: change image_size to the real SRAM size
Apply "config: tgl: change image_size to the real SRAM size"
(9e50a02f1b) to tgl-cavs

Signed-off-by: Rander Wang <rander.wang@intel.com>
2021-07-21 18:03:59 +08:00
Keyon Jie 9a26e45580 config: apl: change image_size to the real SRAM size
We have 8 bank HP and 2 bank LP SRAM on APL, change to toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-02 12:51:46 +01:00
Keyon Jie 8a2ea0044d config: cnl: change image_size to the real SRAM size
We have 47 bank HP and 1 bank LP SRAM on CNL, change to toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-02 12:51:46 +01:00
Keyon Jie 1de9ccca33 config: jsl: change image_size to the real SRAM size
We have 16 bank HP and 1 bank LP SRAM on JSL, change to toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-02 12:51:46 +01:00
Keyon Jie f52a078aad config: icl: change image_size to the real SRAM size
We have 47 bank HP and 1 bank LP SRAM on ICL, change to toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-02 12:51:46 +01:00
Keyon Jie 8073ea3ef9 config: tgl-h: change image_size to the real SRAM size
We have 30 bank HP and 1 bank LP SRAM on TGL-H, change to toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-02 12:51:46 +01:00
Keyon Jie 9e50a02f1b config: tgl: change image_size to the real SRAM size
We have 46 bank HP and 1 bank LP SRAM on TGL, change to toml config file
to reflect that.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
2021-07-02 12:51:46 +01:00
Rander Wang dbb49e03b9 rimage: add cavs fw layout support
Add support of cavs extended manifest and modules. Now
we will have another config tgl-cavs for tgl.

Signed-off-by: Rander Wang <rander.wang@intel.com>
2021-04-21 09:13:28 +01:00
Pan Xiuli d1f91efdc1 config: add tgl-h toml file to support tglh build
Add tgl-h toml file to support sof-tgl-h.ri binary build

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
2020-12-07 09:54:14 +00:00
Pan Xiuli 2e29db4523 config: merge icl and jsl toml file
ICL and JSL is same DSP with differnt HW config.
They can share same toml file

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
2020-12-07 09:54:14 +00:00
Liam Girdwood d6cf696066 config: tgl: fix CSE offsets for TGL
Now aligns with actual offsets.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
2020-11-16 11:56:58 +00:00
Karol Trzcinski a94e12d7d6 toml: Add platform configuration files
Given config files may be used as template for new platforms.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2020-09-16 15:15:14 +01:00