- 13 Nov, 2009 6 commits
-
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct target_type.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct arm_jtag.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct arm9tdmi_common.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct arm7_9_common.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct arm920t_common.
-
Zachary T Welch authored
Search and destroy the jtag_tap_t typedef. This also cleans up a layering violation, removing the declaration from types.h.
-
- 06 Nov, 2009 3 commits
-
-
David Brownell authored
Replace needless pointer traversals, simplify. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
David Brownell authored
Use target_to_arm920(), replacing needless pointer traversals and simplifying. Stop setting arm9tdmi->arch_info for arm920 type parts, it's not used any longer. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
David Brownell authored
Unneeded exports cause confusion about the module interfaces. Make most functions static. The forward decls are just code clutter; remove them, by moving their references after definitions. This is another file which never needed even one internal forward declaration. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
- 05 Nov, 2009 2 commits
-
-
Øyvind Harboe authored
The quit entry point was not being invoked. Just a source of confusion at this point. XScale ran 100x reset upon quit, but that code made no sense, wasn't commented and never invoke. Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
Øyvind Harboe authored
Removing unused code makes it much less mysterius. Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
- 23 Jun, 2009 1 commit
-
-
zwelch authored
- Replace ')\(+\)(' with ') \1 ('. - Replace ')\(+\)\(\w\)' with ') \1 \2'. - Replace '\(\w\)\(+\)(' with '\1 \2 ('. - Replace '\(\w\)\(+\)\(\w\)' with '\1 \2 \3'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2373 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 21 Jun, 2009 1 commit
-
-
duane authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2317 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 19 Jun, 2009 1 commit
-
-
zwelch authored
This is minimal patch to support FA526 ARMv4 compatible core. Since it is very similar to ARM920T I tried to reuse as much code as possible. CPU and board configs will follow soon. git-svn-id: svn://svn.berlios.de/openocd/trunk@2292 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-