qemu-e2k/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
..
Makefile.objs hw/xtensa: remove extraneous xtensa_ prefix from file names 2014-06-29 02:32:41 +04:00
bootparam.h hw/xtensa/xtfpga: add memory info to bootparam 2014-06-29 02:32:42 +04:00
pic_cpu.c target-xtensa: avoid duplicate timer interrupt delivery 2014-11-03 00:51:44 +03:00
sim.c memory: add parameter errp to memory_region_init_ram 2014-09-09 13:41:43 +02:00
xtfpga.c hw/xtensa/xtfpga: treat uImage load address as virtual 2014-11-03 01:00:37 +03:00