Files
openocd/src/target
Luca Ellero 05ab8bdb81 cortex_a9: implement read/write memory through APB-AP
This patch adds read/write capability to memory addresses not
accessible through AHB-AP (for example "boot ROM code").

To select AHB or APB, a "dap apsel" command must be issued:
dap apsel 0 -> following memory accesses are through AHB
dap apsel 1 -> following memory accesses are through APB

NOTE: at the moment APB memory accesses are very slow, compared
      to AHB accesses. Work has to be done to get it faster (for
      example LDR/STR instead od LDRB/STRB)

Signed-off-by: Luca Ellero <lroluk@gmail.com>
2011-02-10 10:07:56 +01:00
..
2010-07-20 08:42:52 +02:00
2010-07-20 08:42:52 +02:00
2010-07-19 22:13:49 +02:00
2010-08-11 10:58:49 +02:00
2010-07-19 22:13:49 +02:00
2011-01-09 21:35:23 +01:00
2011-01-27 10:33:20 +00:00
2010-07-19 22:13:49 +02:00
2011-01-31 08:53:53 +01:00
2010-04-10 16:59:50 +08:00
2010-09-20 13:12:35 +02:00
2010-03-01 10:39:57 -08:00
2010-04-10 16:46:01 +08:00
2010-10-28 10:08:16 +01:00
2010-03-05 10:39:25 -08:00
2010-07-19 22:13:49 +02:00
2010-12-29 22:07:39 +01:00
2010-07-19 22:13:49 +02:00
2010-09-20 13:12:35 +02:00
2010-08-15 21:51:34 +02:00
2010-08-15 21:51:34 +02:00
2010-08-15 21:51:34 +02:00
2010-09-20 13:12:35 +02:00
2010-08-15 21:51:34 +02:00
2010-08-15 21:51:34 +02:00
2010-08-15 21:51:34 +02:00
2010-06-21 22:14:18 +08:00
2010-06-21 22:14:17 +08:00
2010-09-14 16:25:48 +02:00
2011-02-08 09:42:43 +01:00
2010-04-14 07:36:08 +02:00
2011-02-03 12:28:17 +01:00
2011-02-03 12:28:17 +01:00
2010-09-21 22:17:38 +02:00
2010-09-20 13:12:35 +02:00
2010-12-29 22:07:39 +01:00
2010-09-29 18:56:07 +02:00
2010-09-27 16:29:51 +02:00
2011-01-09 21:35:23 +01:00
2011-01-09 21:35:23 +01:00
2011-02-03 12:23:55 +01:00
2011-02-03 12:23:55 +01:00
2009-12-13 12:52:23 -08:00
2010-01-07 15:05:26 -08:00
2010-06-23 07:55:43 +02:00