Scripts: Add testbench build for Intel PTL platform DSP

This patch adds to "scripts/rebuild-testbench.sh -p ptl" option
to test processing components with PTL ACE3.0 DSP build.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2024-08-28 17:30:30 +03:00 committed by Kai Vehmanen
parent 7683707944
commit 828b450c4d
1 changed files with 5 additions and 1 deletions

View File

@ -63,6 +63,10 @@ case "$platform" in
XTENSA_CORE="ace10_LX7HiFi4_2022_10"
TOOLCHAIN_VER="RI-2022.10-linux"
;;
ptl)
XTENSA_CORE="ace30_LX7HiFi4_PIF"
TOOLCHAIN_VER="RI-2022.10-linux"
;;
# NXP
imx8)
@ -138,7 +142,7 @@ esac
# Pre-zephyr "XTOS" build, testbench,...
case "$platform" in
mtl|lnl)
mtl|lnl|ptl)
SOF_CC_BASE='clang';;
*)
SOF_CC_BASE='xcc';;