index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
arm11.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-18
openocd: fix SPDX tag format for files .c
Antonio Borneo
1
-1
/
+1
2022-07-23
openocd: src/target: replace the GPL-2.0-or-later license tag
Antonio Borneo
1
-13
/
+2
2021-07-24
openocd: fix simple cases of NULL comparison
Antonio Borneo
1
-1
/
+1
2021-07-20
target/arm: rename CamelCase symbols
Antonio Borneo
1
-24
/
+24
2021-05-22
target/arm_dpm: rename 'wp_pc' as 'wp_addr'
Antonio Borneo
1
-2
/
+1
2020-08-02
target/arm11: fix memory leaks, including register cache
Antonio Borneo
1
-0
/
+9
2020-05-09
coding style: add parenthesis around the argument of sizeof
Antonio Borneo
1
-1
/
+1
2020-03-12
arm: Use different enum for core_type and core_mode
Antonio Borneo
1
-2
/
+2
2019-03-06
target/arm11: Use 'bool' data type
Marc Schink
1
-2
/
+2
2019-01-08
target/arm: add support for multi-architecture gdb
Antonio Borneo
1
-0
/
+1
2017-02-10
target: Add 64-bit target address support
Dongxue Zhang
1
-11
/
+11
2016-08-09
Fix resume when core state has been modified
Matthias Welwarsky
1
-3
/
+25
2016-07-19
Fix usage of timeval_ms()
Andreas Färber
1
-2
/
+2
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2016-05-05
target: improve robustness of reset command
Tomas Vanek
1
-14
/
+25
2015-03-09
arm11: initialise DPM and register cache before reading DSCR for the first time
Paul Fertser
1
-6
/
+6
2013-09-08
target: remove unimplemented target_request_data implementations
Spencer Oliver
1
-11
/
+0
2013-09-08
target: remove unimplemented soft_reset_halt implementations
Spencer Oliver
1
-8
/
+0
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2013-04-28
arm: fix arm reg regression
Spencer Oliver
1
-0
/
+1
2013-03-15
target: Add default implementation of bulk_write_memory
Andreas Fritiofson
1
-14
/
+0
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-308
/
+259
2012-01-18
cmd: add missing usage vars
Spencer Oliver
1
-0
/
+2
2011-11-02
arm11: print next address to debug
Øyvind Harboe
1
-2
/
+2
2011-04-01
types: write memory now uses const
Øyvind Harboe
1
-3
/
+3
2011-01-03
error handling: the error number is not part of the user interface
Øyvind Harboe
1
-1
/
+1
2010-09-20
warnings: fix alignment warnings
Øyvind Harboe
1
-2
/
+2
2010-07-20
arm11 error propagation fixes
Øyvind Harboe
1
-23
/
+23
2010-07-19
debug: debug entry error propagation
Øyvind Harboe
1
-1
/
+1
2010-03-08
jtag: retire tap field
Øyvind Harboe
1
-4
/
+4
2010-02-21
ARM: keep a handle to the PC
David Brownell
1
-1
/
+1
2010-02-21
ARM11: per-core options should not be global
David Brownell
1
-33
/
+32
2010-01-25
core arm11: Silence logs at level 3 if there is no activity
Edgar Grimberg
1
-1
/
+1
2010-01-22
ARM11: fix breakpoints with GDB
David Brownell
1
-9
/
+15
2010-01-07
ARM11: help/usage updates
David Brownell
1
-12
/
+17
2009-12-20
ARM11: recognize ARM11 MPCore
David Brownell
1
-5
/
+11
2009-12-14
ARM11: improved reset support
David Brownell
1
-48
/
+55
2009-12-11
ARM11: minor cleanup, mostly ITR comments
David Brownell
1
-15
/
+13
2009-12-07
ARM: rename some generic routines
David Brownell
1
-3
/
+3
2009-12-07
ARM: move opcode macros to <target/arm_opcodes.h>
David Brownell
1
-0
/
+1
2009-12-04
ARM11: report watchpoint trigger insn
David Brownell
1
-0
/
+18
2009-12-04
ARM11: basic watchpoint support
David Brownell
1
-1
/
+2
2009-12-04
ARM11: tweak TAP ops and debugging
David Brownell
1
-2
/
+3
2009-12-03
ARM DPM: share debug reason logic
David Brownell
1
-17
/
+7
2009-12-03
ARM11: use shared DSCR bit names
David Brownell
1
-20
/
+22
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
ARM11: don't expose DSCR
David Brownell
1
-171
/
+7
2009-12-02
ARM11: store a clean copy of DSCR
David Brownell
1
-59
/
+41
2009-12-02
ARM11: don't expose WDTR
David Brownell
1
-13
/
+7
2009-12-02
ARM11: don't expose RDTR
David Brownell
1
-14
/
+7
[next]