qemu-e2k/hw/m68k
Peter Crosthwaite 7ef295ea5b loader: Add data swap option to load-elf
Some CPUs are of an opposite data-endianness to other components in the
system. Sometimes elfs have the data sections layed out with this CPU
data-endianness accounting for when loaded via the CPU, so byte swaps
(relative to other system components) will occur.

The leading example, is ARM's BE32 mode, which is is basically LE with
address manipulation on half-word and byte accesses to access the
hw/byte reversed address. This means that word data is invariant
across LE and BE32. This also means that instructions are still LE.
The expectation is that the elf will be loaded via the CPU in this
endianness scheme, which means the data in the elf is reversed at
compile time.

As QEMU loads via the system memory directly, rather than the CPU, we
need a mechanism to reverse elf data endianness to implement this
possibility.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-03-04 11:30:21 +00:00
..
Makefile.objs hw: move char devices to hw/char/, configure via default-configs/ 2013-04-08 18:13:14 +02:00
an5206.c loader: Add data swap option to load-elf 2016-03-04 11:30:21 +00:00
dummy_m68k.c loader: Add data swap option to load-elf 2016-03-04 11:30:21 +00:00
mcf5206.c m68k: Clean up includes 2016-01-29 15:07:24 +00:00
mcf5208.c loader: Add data swap option to load-elf 2016-03-04 11:30:21 +00:00
mcf_intc.c m68k: Clean up includes 2016-01-29 15:07:24 +00:00