- 13 Nov, 2009 13 commits
-
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct target_type.
-
Zachary T Welch authored
Remove misleading typedef and just use struct arm.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct cortex_a8_wrp.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct cortex_a8_brp.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct breakpoint.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct working_area.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct reg_cache.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct cortex_a8_common.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct armv7a_common.
-
Zachary T Welch authored
Remove misleading typedef and redundant suffix from struct swjdp_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.
-
Zachary T Welch authored
-
David Brownell authored
The "remove (forward) declarations" patch goofed indentation on the "cortexa8_target" struct; fix. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
- 11 Nov, 2009 1 commit
-
-
Zachary T Welch authored
-
- 06 Nov, 2009 1 commit
-
-
David Brownell authored
Use target_to_armv7a() etc, replacing needless pointer traversals. Stop using X->arch_info scheme in most ARMv7-A and Cortex-A8 code. Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net>
-
- 05 Nov, 2009 3 commits
-
-
Øyvind Harboe authored
Signed-off-by:
Øyvind Harboe <oyvind.harboe@zylin.com>
-
Ø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>
-
- 13 Oct, 2009 1 commit
-
-
Yauheni Kaliuta authored
Signed-off-by:
Yauheni Kaliuta <y.kaliuta@gmail.com>
-
- 02 Oct, 2009 5 commits
-
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2795 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2794 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2793 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2792 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2791 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 21 Sep, 2009 1 commit
-
-
dbrownell authored
files; omitted src/httpd git-svn-id: svn://svn.berlios.de/openocd/trunk@2742 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 19 Sep, 2009 1 commit
-
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2733 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 18 Sep, 2009 1 commit
-
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2728 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 16 Sep, 2009 1 commit
-
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2716 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 14 Sep, 2009 2 commits
-
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2709 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2708 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 13 Sep, 2009 1 commit
-
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2701 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 08 Sep, 2009 1 commit
-
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2677 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 07 Sep, 2009 1 commit
-
-
mlu authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2674 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 04 Sep, 2009 2 commits
-
-
oharboe authored
By enabling this bit, the processor halts when a debug event such as breakpoint occurs. git-svn-id: svn://svn.berlios.de/openocd/trunk@2668 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
oharboe authored
git-svn-id: svn://svn.berlios.de/openocd/trunk@2666 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
- 26 Aug, 2009 5 commits
-
-
oharboe authored
Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> cortex-a8: Wait for the CPU to be halted/started With DCCR we are asking the CPU to halt, we should wait until the CPU has halted before proceeding with the operation. git-svn-id: svn://svn.berlios.de/openocd/trunk@2638 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
oharboe authored
Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> Only dap_ap_select when we are going to do a memory access in the fast reg case. git-svn-id: svn://svn.berlios.de/openocd/trunk@2636 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
oharboe authored
the ITR register but it will only be executed when the DSCR[13] bit is set. The documentation is a bit weird as it classifies the DSCR as read-only but the pseudo code is writing to it as well. This is working on a beagleboard. git-svn-id: svn://svn.berlios.de/openocd/trunk@2634 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
oharboe authored
Matt Hsu <matt@0xlab.org> Wait for the DTRRX to be full before reading it. Remove the trans_mode change as it is done in the mem_ap_read_atomic_u32 function. git-svn-id: svn://svn.berlios.de/openocd/trunk@2633 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-
oharboe authored
Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> Before executing a new instruction wait for the previous instruction to be finished. This comes from the pseudo code of the cortex a8 trm. git-svn-id: svn://svn.berlios.de/openocd/trunk@2632 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-