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:
@@ -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 */
|
||||
/*@{*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user