ARM11: implement provider for new DPM interface

This is a very thin layer over some of the current ARM11
debug TAP utilities.  The layer isn't yet hooked up.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-11-24 00:14:06 -08:00
parent e6dc927e97
commit caf827ee81
3 changed files with 80 additions and 0 deletions
+4
View File
@@ -24,6 +24,7 @@
#define ARM11_H
#include "armv4_5.h"
#include "arm_dpm.h"
/* TEMPORARY -- till we switch to the shared infrastructure */
#define ARM11_REGCACHE_COUNT 20
@@ -59,6 +60,9 @@ struct arm11_common
struct arm arm;
struct target * target; /**< Reference back to the owner */
/** Debug module state. */
struct arm_dpm dpm;
/** \name Processor type detection */
/*@{*/