qemu-patch-raspberry4/hw/xtensa
Max Filippov 6d2e453053 hw/xtensa/xtfpga: treat uImage load address as virtual
U-boot for xtensa always treats uImage load address as virtual address.
This is important when booting uImage on xtensa core with MMUv2, because
MMUv2 has fixed non-identity virtual-to-physical mapping after reset.

Always do virtual-to-physical translation of uImage load address and
load uImage at the translated address. This fixes booting uImage kernels
on dc232b and other MMUv2 cores.

Cc: qemu-stable@nongnu.org
Reported-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2014-11-03 01:00:37 +03:00
..
bootparam.h
Makefile.objs
pic_cpu.c target-xtensa: avoid duplicate timer interrupt delivery 2014-11-03 00:51:44 +03:00
sim.c
xtfpga.c hw/xtensa/xtfpga: treat uImage load address as virtual 2014-11-03 01:00:37 +03:00