diff --git a/scripts/qemu-check.sh b/scripts/qemu-check.sh index 7397168bfb44..0b0c28add2a0 100755 --- a/scripts/qemu-check.sh +++ b/scripts/qemu-check.sh @@ -3,7 +3,7 @@ # Copyright(c) 2018 Intel Corporation. All rights reserved. set -e -SUPPORTED_PLATFORMS=(byt cht bdw hsw apl icl skl kbl cnl imx8 imx8x imx8m) +SUPPORTED_PLATFORMS=(byt cht bdw hsw apl icl skl kbl cnl imx8 imx8x imx8m mt8195) SOF_DIR=$(cd "$(dirname "$0")" && cd .. && pwd) @@ -153,6 +153,11 @@ do SHM_IPC_REG=qemu-bridge-mu-io SHM_MBOX=qemu-bridge-mbox-io ;; + mt8195) + READY_IPC="01 00 00 00" + SHM_IPC_REG=qemu-bridge-mb1-io + SHM_MBOX=qemu-bridge-mbox-io + ;; esac if $has_rom; then