]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg/ArmVirtPlatformLib: remove support for uncached mappings
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 17 Nov 2017 13:33:15 +0000 (13:33 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 23 Nov 2017 16:05:04 +0000 (16:05 +0000)
commitdc1235c14893f9e1497c41c368a3bd9e8a21bf7d
tree1fe5ec2d2c865e6555206f76b3a4e7d084ebb18f
parent3119c5af76ae1d685b9dbdef636e8e7cf1aad27e
ArmVirtPkg/ArmVirtPlatformLib: remove support for uncached mappings

QEMU/KVM has very little tolerance for using anything except writeback
cacheable mappings of DRAM, so let's remove the 'feature' that allows
us to select uncached mappings at build time.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/Library/ArmVirtPlatformLib/VirtMem.c