commit | 3fa914af821496bde52d8be510224f5e69c9c8b9 | [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 | 6a690c47ce16459d267e10d1d4ac337d3e3d04cc [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>