Files
openocd/src/target
David Brownell 61af6a6816 target: MMU-aware init for memory read/write
Start switching MMU handling over to a more sensible scheme.
Having an mmu() method enables MMU-aware behaviors.  Not having
one kicks in simpler ones, with no distinction between virtual
and physical addresses.

Currently only a handful of targets have methods to read/write
physical memory:  just arm720, arm920, and arm926.  They should
all initialize OK now, but the arm*20 parts don't do the "extra"
stuff arm926 does (which should arguably be target-generic).

Also simplify how target_init() loops over all targets by making
it be a normal "for" loop, instead of scattering its three parts
to the four winds.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-11-10 11:58:31 -08:00
..
2009-11-10 01:35:50 -08:00
2009-11-05 22:04:25 -08:00
2009-11-10 01:36:59 -08:00
2009-11-05 22:04:25 -08:00
2009-11-08 12:44:28 -08:00
2009-11-10 02:01:20 -08:00
2009-11-05 01:47:44 -08:00
2009-11-09 09:34:51 -08:00
2009-07-16 10:30:50 +00:00
2009-06-23 22:44:17 +00:00
2009-11-05 22:04:25 -08:00