- 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:
@@ -47,6 +47,8 @@
|
||||
* - 213x
|
||||
* - 214x
|
||||
* - 2101|2|3
|
||||
* - 2364|6|8
|
||||
* - 2378
|
||||
*/
|
||||
|
||||
int lpc2000_register_commands(struct command_context_s *cmd_ctx);
|
||||
@@ -171,6 +173,7 @@ int lpc2000_build_sector_list(struct flash_bank_s *bank)
|
||||
case 256 * 1024:
|
||||
num_sectors = 15;
|
||||
break;
|
||||
case 512 * 1024:
|
||||
case 500 * 1024:
|
||||
num_sectors = 27;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user