]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtPkg/PrePi: do not invalidate the entire data cache at startup
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 9 Nov 2015 13:27:56 +0000 (13:27 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Mon, 9 Nov 2015 13:27:56 +0000 (13:27 +0000)
commit8c5ac451d570f0a5680dd7614eb19404feb717d9
tree1da1082f442f73a9a2746653c92f3633451662cc
parentf977e6500a3c8d0d9d986c1b5be0cf495edc5500
ArmVirtPkg/PrePi: do not invalidate the entire data cache at startup

Drop the call to ArmInvalidateDataCache () from the PrePi startup
sequence. This kind of data cache maintenance should not be performed
when running under virtualization.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18757 6f19259b-4bc3-4df7-8a09-765794883524
ArmVirtPkg/PrePi/PrePi.c