Added correct endianess treatment for big endian targets. Now it is possible to use...
commitb1256894598296b54a1827e7ac797ad1c60a0b18
authorDrasko DRASKOVIC <drasko.draskovic@gmail.com>
Mon, 4 Apr 2011 11:06:18 +0000 (4 13:06 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 5 Apr 2011 06:21:17 +0000 (5 08:21 +0200)
tree4aeea961e13cd73a672283d997f3acb2187aa0c9
parent3fea99097efc1d1a38e73ba646261c2a7a79bd12
Added correct endianess treatment for big endian targets. Now it is possible to use mips_m4k_write_memory() and mips_m4k_read_memory() to correctly set-up SDRAM, as well as bulk data write, which already handled endianess well. Also added correct endianess manipulation in case of fallback from erroneus bulk write to simple write (to avoid byte swapping two times).
src/target/mips_m4k.c