Skip to content

Commit 0393ee6

Browse files
bardliaolrgirdwo
authored andcommitted
ipc4: add tgl-h-ipc4 support
add tgl-h-ipc4 default config Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 6cc0bd8 commit 0393ee6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

scripts/xtensa-build-all.sh

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -e
77

88
SUPPORTED_PLATFORMS=(byt cht bdw hsw apl skl kbl cnl sue icl jsl \
9-
imx8 imx8x imx8m tgl tgl-h tgl-ipc4)
9+
imx8 imx8x imx8m tgl tgl-h tgl-ipc4 tgl-h-ipc4)
1010
BUILD_ROM=no
1111
BUILD_DEBUG=no
1212
BUILD_FORCE_UP=no
@@ -299,6 +299,19 @@ do
299299
# default key for TGL
300300
if [ -z "$PRIVATE_KEY_OPTION" ]
301301
then
302+
PRIVATE_KEY_OPTION="-D${SIGNING_TOOL}_PRIVATE_KEY=$SOF_TOP/keys/otc_private_key_3k.pem"
303+
fi
304+
;;
305+
tgl-h-ipc4)
306+
PLATFORM="tgphipc4"
307+
XTENSA_CORE="cavs2x_LX6HiFi3_2017_8"
308+
HOST="xtensa-cnl-elf"
309+
XTENSA_TOOLS_VERSION="RG-2017.8-linux"
310+
HAVE_ROM='yes'
311+
IPC4_CONFIG="${SOF_TOP}/src/arch/xtensa/configs/override/ipc4.config"
312+
# default key for TGL
313+
if [ -z "$PRIVATE_KEY_OPTION" ]
314+
then
302315
PRIVATE_KEY_OPTION="-D${SIGNING_TOOL}_PRIVATE_KEY=$SOF_TOP/keys/otc_private_key_3k.pem"
303316
fi
304317
;;
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CONFIG_TIGERLAKE=y
2+
CONFIG_RIMAGE_SIGNING_SCHEMA="tgl-cavs"
3+
CONFIG_INTEL_DMIC=y
4+
CONFIG_INTEL_SSP=y
5+
CONFIG_INTEL_ALH=y
6+
CONFIG_CORE_COUNT=2
7+
CONFIG_LP_MEMORY_BANKS=1
8+
CONFIG_HP_MEMORY_BANKS=30

0 commit comments

Comments
 (0)