X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=contrib%2Flibdcc%2Fdcc_stdio.c;h=5a457e7f63947d36666ab47eb58d94aecb97ff3c;hp=08a49abf1b82de1cebecbf9d4a2427b361d84d91;hb=refs%2Fchanges%2F26%2F1426%2F4;hpb=6a2fd7cad507ef24a7dc4ce3c5f8b5351dd12656 diff --git a/contrib/libdcc/dcc_stdio.c b/contrib/libdcc/dcc_stdio.c index 08a49abf1b..5a457e7f63 100644 --- a/contrib/libdcc/dcc_stdio.c +++ b/contrib/libdcc/dcc_stdio.c @@ -19,7 +19,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #include "dcc_stdio.h" @@ -29,9 +29,9 @@ #define TARGET_REQ_DEBUGMSG_HEXMSG(size) (0x01 | ((size & 0xff) << 8)) #define TARGET_REQ_DEBUGCHAR 0x02 -#if defined(__ARM_ARCH_7M__) +#if defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7EM__) || defined(__ARM_ARCH_6SM__) -/* we use the cortex_m3 DCRDR reg to simulate a arm7_9 dcc channel +/* we use the System Control Block DCRDR reg to simulate a arm7_9 dcc channel * DCRDR[7:0] is used by target for status * DCRDR[15:8] is used by target for write buffer * DCRDR[23:16] is used for by host for status