summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-13 00:21:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-14 13:03:16 +0000
commit4486f4523f6671841ffa65ce2419b9e3e018ad76 (patch)
treee932a08ffbdca7aaf7ebfae17527ddb182c2ecbf /meta/lib/oeqa/runtime/cases
parentef24a545d11febb96d1c0f02c60d9701295ef592 (diff)
downloadopenembedded-core-contrib-4486f4523f6671841ffa65ce2419b9e3e018ad76.tar.gz
qemuarm: Disable highmem when QB_MACHINE is virt
running ptests on qemuarm returns fails since it finds errors in kernel logs like below *********************** Central error: [ 4.338465] pci-host-generic 4010000000.pcie: ECAM ioremap failed *********************** Since its a 32bit kernel 4010000000 address is truncated to 10000000 and ends up in conflicts with VIRT_PCIE_MMIO, which ranges from 0x10000000 to 0x3efeffff This is happening because the linux-yocto kernel is not compiled with LPAE support, however, virt machine for qemuarm assumes that by default Should LPAE be enabled by default in kernel config is a separate question Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/cases')
0 files changed, 0 insertions, 0 deletions