From 9a09b97c286431395c7e373f6adf89b9c5486604 Mon Sep 17 00:00:00 2001 From: Allen-KH Cheng Date: Thu, 9 Sep 2021 19:20:27 +0800 Subject: [PATCH] scripts: Add mt8195 to build script Add mt8195 to build script. Signed-off-by: YC Hung Signed-off-by: Allen-KH Cheng --- scripts/xtensa-build-all.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/xtensa-build-all.sh b/scripts/xtensa-build-all.sh index b3e34ce82aa0..2df924e86c53 100755 --- a/scripts/xtensa-build-all.sh +++ b/scripts/xtensa-build-all.sh @@ -6,7 +6,7 @@ set -e SUPPORTED_PLATFORMS=(byt cht bdw hsw apl skl kbl cnl sue icl jsl \ - imx8 imx8x imx8m imx8ulp tgl tgl-h rn) + imx8 imx8x imx8m imx8ulp tgl tgl-h rn mt8195) BUILD_ROM=no BUILD_DEBUG=no BUILD_FORCE_UP=no @@ -329,6 +329,12 @@ do HOST="xtensa-rn-elf" XTENSA_TOOLS_VERSION="RF-2016.4-linux" ;; + mt8195) + PLATFORM="mt8195" + XTENSA_CORE="hifi4_8195_PROD" + HOST="xtensa-mt8195-elf" + XTENSA_TOOLS_VERSION="RI-2019.1-linux" + ;; esac