Files
sw_openocd/src/target
dbrownell d9ce8a2f60 Start cleaning up ETM register handling. On one ARM926 ETM+ETB
system, removes 20 non-existent registers ... but still includes
over 45 (!) ETM registers which don't even exist there ...

 - Integrate the various tables to get one struct per register
 - Get rid of needless per-register dynamic allocation
 - Double check list of registers:
    * Remove sixteen (!) non-registers for data comparators
    * Remove four registers that imply newer ETM than we support
    * Change some names to match current architecture specs
 - Handle more register info
    * some are write-only
    * some are read-only
    * record which versions have them, just in case
 - Reorganize the registers to facilitate removing the extras
    * group e.g. comparator/counter #N registers together
    * add and use lookup-by-ID


git-svn-id: svn://svn.berlios.de/openocd/trunk@2751 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-09-23 09:16:00 +00:00
..
2009-08-28 13:43:26 +00:00
2009-06-21 03:15:59 +00:00
2009-09-09 06:28:49 +00:00
2009-09-09 06:28:49 +00:00
2009-09-15 15:50:09 +00:00
2009-09-12 08:10:19 +00:00
2009-07-21 20:15:11 +00:00
2009-09-19 20:38:38 +00:00
2009-06-23 22:44:17 +00:00
2009-07-16 10:30:50 +00:00
2009-06-23 22:44:17 +00:00
2009-06-18 07:11:40 +00:00
2009-08-25 12:19:44 +00:00