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

2020-06-08 Thread Tom Rini
On Sat, Jun 06, 2020 at 10:50:59PM +0200, Heinrich Schuchardt wrote: > On 6/6/20 7:15 PM, 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 Q

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

2020-06-06 Thread Heinrich Schuchardt
On 6/6/20 7:15 PM, 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-arm