qemu-e2k/target-arm
Lars Munch e03c22a98c arm: fix arm kernel boot for non zero start addr
Booting an arm kernel has been broken a while when booting from non zero start
address. This is due to the order of events: board init loads the kernel and
sets register 15 to the start address and then qemu_system_reset reset the cpu
making register 15 zero again.

This patch fixes the usage of the register 15 start address trick in
combination with arm_load_kernel.

Signed-off-by: Lars Munch <lars@segv.dk>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-05-31 19:40:41 +02:00
..
cpu.h arm: prevent coprocessor IO reset 2010-05-28 21:25:16 +02:00
exec.h kill regs_to_env and env_to_regs 2010-01-19 16:31:02 -06:00
helper.c arm: fix arm kernel boot for non zero start addr 2010-05-31 19:40:41 +02:00
helpers.h ARM atomic ops rewrite 2009-11-22 21:35:13 +00:00
iwmmxt_helper.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
machine.c Save/restore ARMv6 MMU state 2009-07-31 13:19:39 +01:00
neon_helper.c target-arm: fix neon shift helper functions 2009-10-27 09:46:26 +01:00
op_addsub.h TCG variable type checking. 2008-11-17 14:43:54 +00:00
op_helper.c target-arm: use native tcg-ops for ror/bic/vorn 2009-10-27 09:46:27 +01:00
translate.c arm: remove dead assignments, spotted by clang analyzer 2010-04-25 19:31:06 +00:00