commit | 58f0bb972f5e1c4e80f8a6490de303f9ddd2fb44 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ardb@kernel.org> | Tue Jul 07 12:07:09 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 29 08:43:40 2020 -0400 |
tree | 12b8df2ef23d554ac0f52518aa0799001ddf5e17 | |
parent | 8811e87e903ff72499766727c74d4ae26d7a6d6b [diff] |
arm: qemu: implement enable_caches() Add an override for enable_caches to enable the I and D caches, along with the cached 1:1 mapping of all of DRAM. This is needed for running U-Boot under virtualization with QEMU/kvm. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Andre Przywara <andre.przywara@arm.com>