index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
cortex_a8.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
working_area_t -> struct working_area
Zachary T Welch
2009-11-13
1
-1
/
+1
*
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-13
1
-1
/
+1
*
cortex_a8_common_t -> struct cortex_a8_common
Zachary T Welch
2009-11-13
1
-11
/
+11
*
armv7a_common_t -> struct armv7a_common
Zachary T Welch
2009-11-13
1
-23
/
+23
*
swjdp_common_t -> struct swjdp_common
Zachary T Welch
2009-11-13
1
-18
/
+18
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-1
/
+1
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-4
/
+2
*
Cortex-A8: fix indent
David Brownell
2009-11-13
1
-28
/
+28
*
cortex_a8: remove declarations, use static keyword
Zachary T Welch
2009-11-11
1
-106
/
+82
*
Cortex-A8: use the new inheritance/nesting scheme
David Brownell
2009-11-05
1
-105
/
+41
*
cortex_a8: add mrc mcr interface.
Øyvind Harboe
2009-11-05
1
-0
/
+29
*
target: remove unused interface fn that clutters code
Øyvind Harboe
2009-11-05
1
-1
/
+0
*
debug interface: get rid of unused pre_debug fn
Øyvind Harboe
2009-11-05
1
-4
/
+0
*
Cleanup: nuke trailling whitespaces
Yauheni Kaliuta
2009-10-13
1
-10
/
+10
*
It is not possible to invalidate I-Cache on memory writes while the target is...
mlu
2009-10-02
1
-0
/
+3
*
Make sure that DSCR_DTR_RX is not full before writing
mlu
2009-10-02
1
-0
/
+27
*
More error reporting in Cortex_a8 execute_opcode
mlu
2009-10-02
1
-0
/
+6
*
Added asser_reset and deassert_reset for cortex_a8
mlu
2009-10-02
1
-2
/
+2
*
Added asser_reset and deassert_reset for cortex_a8
mlu
2009-10-02
1
-22
/
+56
*
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-09-21
1
-4
/
+4
*
Avoid cache invalidation when writing to hardware debug registers
mlu
2009-09-19
1
-4
/
+19
*
Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.c
mlu
2009-09-18
1
-28
/
+39
*
Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASE
mlu
2009-09-16
1
-28
/
+31
*
Check return values to avoid infinite wait in loop on error.
mlu
2009-09-14
1
-4
/
+8
*
Cache invalidation when writing to memory
mlu
2009-09-14
1
-0
/
+18
*
Fix argument passing in cortex_a8_write_cp.
mlu
2009-09-13
1
-2
/
+1
*
Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.
mlu
2009-09-08
1
-2
/
+7
*
Improved handling of instruction set state, helps for debugging Thumb state.
mlu
2009-09-07
1
-7
/
+5
*
Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode.
oharboe
2009-09-04
1
-0
/
+7
*
Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR register
oharboe
2009-09-04
1
-6
/
+6
*
Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...
oharboe
2009-08-26
1
-5
/
+23
*
Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...
oharboe
2009-08-26
1
-1
/
+1
*
Matt Hsu <matt@0xlab.org> cortex_a8_exec_opcode is writing the ARM instructio...
oharboe
2009-08-26
1
-1
/
+9
*
Matt Hsu <matt@0xlab.org> Wait for the DTRRX to be full before reading it. Re...
oharboe
2009-08-26
1
-4
/
+9
*
Matt Hsu <matt@0xlab.org> and Holger Hans Peter Freyther <zecke@selfish.org> ...
oharboe
2009-08-26
1
-0
/
+8
*
- fix build warnings
ntfreak
2009-08-25
1
-16
/
+16
*
David Brownell The rest of the Cortex-A8 support from Magnus: replace the pre...
oharboe
2009-08-25
1
-60
/
+1303
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-2
/
+2
*
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-06-18
1
-3
/
+3
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-1
/
+1
*
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-18
1
-9
/
+9
*
Final step in isolating target_type_s structure:
zwelch
2009-05-31
1
-1
/
+1
*
First step in hiding target_type_s from public interface:
zwelch
2009-05-31
1
-0
/
+1
*
Add wrappers for target->type->examined:
zwelch
2009-05-31
1
-1
/
+1
*
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-05-11
1
-11
/
+0
*
Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file
oharboe
2009-05-04
1
-0
/
+273