diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-25 06:58:34 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-08-25 06:58:34 +0000 |
commit | 1d0b276c9f7578ec857ff4c4ecd96dc6add6dd57 (patch) | |
tree | 9e720ed4b6647b12c4a7b991f9677e268e7e1f23 /testing/examples/AT91R40008Test | |
parent | 6f7491c1c10844e9e65482980a04182a3547bf4e (diff) | |
download | openocd+libswd-1d0b276c9f7578ec857ff4c4ecd96dc6add6dd57.tar.gz openocd+libswd-1d0b276c9f7578ec857ff4c4ecd96dc6add6dd57.tar.bz2 openocd+libswd-1d0b276c9f7578ec857ff4c4ecd96dc6add6dd57.tar.xz openocd+libswd-1d0b276c9f7578ec857ff4c4ecd96dc6add6dd57.zip |
David Brownell The rest of the Cortex-A8 support from Magnus: replace the previous
nonfunctional cortex_a8 code with something that at least basically
works (for halt/step/resume, without MMU) even if it is incomplete.
(With tweaks from Øyvind, and cleanup from Dave.)
This code has mainly been developed and tested against R1606, it has
been built and tested against R2294 where it runs but step and resume
commands are broken due to regression (which should be fixed now).
This code is really written for OMAP3530. It doesn't identify debug
resources using generic DAP calls to scan the ROM table, or perform
topology detection. The OMAP3530 DAP exposes two memory access ports:
- Port #0 is connected to L3 interconnect (the main bus) with
passthrough to the L4 EMU bus ... so it will be used for most
memory accesses.
- Port #1 is connected to a dedicated debug bus (L4 EMU), with
access to L4 Wakeup, and holds the ROM table ... so it must
be used for most debug and control operations.
The are some defines to handle this in cortex_a8.c, which should be
replaced with more general code. Having access to another Cortex-A8
implementation would help get that right.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2609 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/examples/AT91R40008Test')
0 files changed, 0 insertions, 0 deletions