scripts: add rembrandt support

Add rembrandt build support.

Signed-off-by: Balakishorepati <balaKishore.pati@amd.com>
This commit is contained in:
Balakishorepati 2022-03-25 15:49:50 +05:30 committed by Liam Girdwood
parent 38e4018c26
commit c7fc085bd5
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@ DEFAULT_PLATFORMS=( byt cht bdw hsw tgl tgl-h apl skl kbl cnl sue icl jsl \
# Work in progress can be added to this "staging area" without breaking
# the -a option for everyone.
SUPPORTED_PLATFORMS=( "${DEFAULT_PLATFORMS[@]}" )
SUPPORTED_PLATFORMS=( "${DEFAULT_PLATFORMS[@]}" rmb)
BUILD_ROM=no
BUILD_DEBUG=no
@ -335,6 +336,13 @@ do
HOST="xtensa-rn-elf"
XTENSA_TOOLS_VERSION="RI-2019.1-linux"
;;
rmb)
PLATFORM="rembrandt"
ARCH="xtensa"
XTENSA_CORE="LX7_HiFi5_PROD"
HOST="xtensa-rmb-elf"
XTENSA_TOOLS_VERSION="RI-2019.1-linux"
;;
mt8186)
PLATFORM="mt8186"
XTENSA_CORE="hifi5_7stg_I64D128"