Re: [PATCH v3 3/5] arm: qemu: implement enable_caches()

2020-07-29 Thread Tom Rini
On Tue, Jul 07, 2020 at 12:07:09PM +0200, Ard Biesheuvel wrote: > 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 > Review

Re: [PATCH v3 3/5] arm: qemu: implement enable_caches()

2020-07-07 Thread André Przywara
On 07/07/2020 11:07, Ard Biesheuvel wrote: > 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 > --- > board/emulation/qemu-

Re: [PATCH v3 3/5] arm: qemu: implement enable_caches()

2020-07-07 Thread Heinrich Schuchardt
On 07.07.20 12:07, Ard Biesheuvel wrote: > 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 Reviewed-by: Heinrich Schuchardt

[PATCH v3 3/5] arm: qemu: implement enable_caches()

2020-07-07 Thread Ard Biesheuvel
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 --- board/emulation/qemu-arm/qemu-arm.c | 7 +++ 1 file changed, 7 insertions(