From a3ea6603457f1265cbd458e57d29a8e4ace4fae3 Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Wed, 16 Jun 2021 08:46:28 +0000 Subject: SPEC-3976: qemuarm: remove CONFIG_ARM_LPAE CONFIG_ARM_LPAE cause sndHDA failure. Furthermore, this permits to mimic real AGL ARM board which dont have LPAE. Bug-AGL: SPEC-3976 Signed-off-by: Corentin Labbe Change-Id: I0f48feadc8aa04427ffb2365cf319e2dcbe32ff3 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26435 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg index e71c714d6..b3644b26f 100644 --- a/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg +++ b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg @@ -4,3 +4,5 @@ CONFIG_ARCH_VIRT=y CONFIG_SERIAL_AMBA_PL011=y CONFIG_PCI_HOST_GENERIC=y CONFIG_RTC_DRV_PL031=y +# SPEC-3976 we mimic real AGL ARM board and they dont have LPAE. This cause also HDA failure. +# CONFIG_ARM_LPAE is not set -- cgit 1.2.3-korg