X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fxscale.h;h=2eacb0609bb2316ffaa61752ff5d3a005eae9be2;hb=597ec356e3ac04ce231fc18bf873e3000c50693a;hp=8d1c25cca8c19e884bfa0f71462b3bd11a9609af;hpb=0eb8621bf2a27191fbfb66159a0927ab6820800f;p=fw%2Fopenocd diff --git a/src/target/xscale.h b/src/target/xscale.h index 8d1c25cca..2eacb0609 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -2,6 +2,9 @@ * Copyright (C) 2005 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2007,2008 Øyvind Harboe * + * oyvind.harboe@zylin.com * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -32,7 +35,7 @@ typedef struct xscale_jtag_s { /* position in JTAG scan chain */ - int chain_pos; + jtag_tap_t *tap; /* IR length and instructions */ int ir_length; @@ -118,7 +121,6 @@ typedef struct xscale_common_s int external_debug_break; /* breakpoint / watchpoint handling */ - int force_hw_bkpts; int dbr_available; int dbr0_used; int dbr1_used; @@ -143,6 +145,8 @@ typedef struct xscale_common_s /* possible future enhancements that go beyond XScale common stuff */ void *arch_info; + + int fast_memory_access; } xscale_common_t; typedef struct xscale_reg_s