]> git.sur5r.net Git - openocd/commitdiff
cortex_a: fix endiannes issues on TI TMS570
authorSeth LaForge <sethml@google.com>
Tue, 1 Apr 2014 17:26:32 +0000 (10:26 -0700)
committerPaul Fertser <fercerpav@gmail.com>
Mon, 14 Apr 2014 18:20:36 +0000 (18:20 +0000)
The TI TMS470 and TMS570 series of processors are BE-32 processors,
despite BE-32 not being supported by ARM in the Cortex-R4 core. TI
hacked in BE-32 support, which requires odd swizzling in OpenOCD to
make memory reads and writes function correctly. In particular,
without this change, OpenOCD word reads and writes had the bytes
reversed, and halfword and byte packed reads were reading garbage.
In my testing, this change fixes these problems.

Change-Id: I21dd30f4b9003f20fcc85f674ab833407bb61f74
Signed-off-by: Seth LaForge <sethml@google.com>
Reviewed-on: http://openocd.zylin.com/2064
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>

No differences found