sue: scripts: Add sue creek support into buildall

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2018-09-28 16:18:13 +01:00
parent c03f120d64
commit 630e988a97
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
SUPPORTED_PLATFORMS=(byt cht bdw hsw apl cnl icl)
SUPPORTED_PLATFORMS=(byt cht bdw hsw apl cnl sue icl)
if [ "$#" -eq 0 ]
then
PLATFORMS=${SUPPORTED_PLATFORMS[@]}
@ -116,6 +116,14 @@ do
HOST="xtensa-cnl-elf"
XTENSA_TOOLS_VERSION="RF-2016.4-linux"
fi
if [ $j == "sue" ]
then
PLATFORM="suecreek"
XTENSA_CORE="X6H3CNL_2016_4_linux"
ROOT="$pwd/../xtensa-root/xtensa-cnl-elf"
HOST="xtensa-cnl-elf"
XTENSA_TOOLS_VERSION="RF-2016.4-linux"
fi
if [ $j == "icl" ]
then
PLATFORM="icelake"