File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 66set -e
77
88SUPPORTED_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 )
1010BUILD_ROM=no
1111BUILD_DEBUG=no
1212BUILD_FORCE_UP=no
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 ;;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments