- merged several changes from XScale

- complain about identify_chain scan with all bits one (jtag communication problem)
- add 0x80000 as a valid size for lpc2000_v2 flash banks (previously only the user accessible 0x7d000 were valid)


git-svn-id: svn://svn.berlios.de/openocd/trunk@129 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
drath
2007-01-31 10:59:20 +00:00
parent c7383a8bea
commit 4102c78432
6 changed files with 88 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#define OPENOCD_VERSION "Open On-Chip Debugger (2006-01-26 13:30 CET)"
#define OPENOCD_VERSION "Open On-Chip Debugger (2007-01-31 12:00 CET)"
#ifdef HAVE_CONFIG_H
#include "config.h"