From 4e79b48e2c7e535ef21178a69788c15b571c72ff Mon Sep 17 00:00:00 2001 From: Franck Jullien Date: Thu, 8 Aug 2013 23:45:47 +0200 Subject: Add new target type: OpenRISC Add support for OpenRISC target. This implementation supports the adv_debug_sys debug unit core. The mohor dbg_if is not supported. Support for mohor TAP core and Altera Virtual JTAG core are also provided. Change-Id: I3b1cfab1bbb28e497c4fca6ed1bd3a4362609b72 Signed-off-by: Franck Jullien Reviewed-on: http://openocd.zylin.com/1547 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- src/helper/binarybuffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/helper/binarybuffer.h') diff --git a/src/helper/binarybuffer.h b/src/helper/binarybuffer.h index c2d643b1..5b86c5f4 100644 --- a/src/helper/binarybuffer.h +++ b/src/helper/binarybuffer.h @@ -238,5 +238,6 @@ void bit_copy_discard(struct bit_copy_queue *q); * used in ti-icdi driver and gdb server */ int unhexify(char *bin, const char *hex, int count); int hexify(char *hex, const char *bin, int count, int out_maxlen); +void buffer_shr(void *_buf, unsigned buf_len, unsigned count); #endif /* BINARYBUFFER_H */ -- cgit v1.2.3-18-g5258