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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
Make #include guard naming consistent
Marc Schink
1
-3
/
+3
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-29
/
+24
2010-02-21
ARM11: per-core options should not be global
David Brownell
1
-0
/
+12
2009-12-13
target files shouldn't #include <target/...h>
David Brownell
1
-2
/
+2
2009-12-07
ARM: use <target/arm.h> not armv4_5.h
David Brownell
1
-1
/
+1
2009-12-04
ARM11: basic watchpoint support
David Brownell
1
-1
/
+2
2009-12-03
ARM DPM: share debug reason logic
David Brownell
1
-12
/
+0
2009-12-03
ARM11: use shared DSCR bit names
David Brownell
1
-22
/
+1
2009-12-03
change #include "armv4_5.h" to <target/armv4_5.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "arm_dpm.h" to <target/arm_dpm.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
ARM11: don't expose DSCR
David Brownell
1
-14
/
+0
2009-12-02
ARM11: store a clean copy of DSCR
David Brownell
1
-2
/
+1
2009-12-02
ARM11: don't expose WDTR
David Brownell
1
-1
/
+4
2009-12-02
ARM11: don't expose RDTR
David Brownell
1
-1
/
+4
2009-12-02
ARM11: remove arm11->target
David Brownell
1
-8
/
+1
2009-11-24
ARM11: remove old R0..R15/CPSR code
David Brownell
1
-3
/
+2
2009-11-24
ARM11: remove register "history" debug stuff
David Brownell
1
-9
/
+0
2009-11-24
ARM11: implement provider for new DPM interface
David Brownell
1
-0
/
+4
2009-11-22
ARM11: remove unused state and exports
David Brownell
1
-6
/
+0
2009-11-22
ARM11: macro cleanup
David Brownell
1
-16
/
+9
2009-11-22
ARM11: remove needless string format #ifdeffery
David Brownell
1
-10
/
+0
2009-11-22
ARM11: remove disabled register hooks
David Brownell
1
-5
/
+2
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
1
-2
/
+0
2009-11-15
ARM11: fixup method table
David Brownell
1
-2
/
+0
2009-11-13
ARM11: revert etmr/etmw commands
David Brownell
1
-5
/
+0
2009-11-13
ARM11: switch to new "arm" base type
David Brownell
1
-3
/
+9
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-1
/
+1
2009-11-13
target_t -> struct target
Zachary T Welch
1
-2
/
+2
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-1
/
+1
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-1
/
+1
2009-11-13
arm11_reg_state_t -> struct arm11_reg_state
Zachary T Welch
1
-2
/
+2
2009-11-13
arm11_common_t -> struct arm11_common
Zachary T Welch
1
-4
/
+4
2009-11-13
arm11_register_history_t -> struct arm11_register_history
Zachary T Welch
1
-3
/
+3
2009-11-10
arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain
Michael Bruck
1
-0
/
+5
2009-11-08
Add private header for ARM11 internals.
Zachary T Welch
1
-46
/
+0
2009-11-08
ARM11: remove exports and forward decls
Zachary T Welch
1
-55
/
+0
2009-11-05
target: remove unused interface fn that clutters code
Øyvind Harboe
1
-1
/
+0
2009-10-17
More MinGW C99 printf compliance
Redirect 'Slash' NIL
1
-1
/
+2
2009-10-13
Delete commented out code. Add a bit of error checking.
Øyvind Harboe
1
-4
/
+0
2009-10-09
ARM11 error checking
Øyvind Harboe
1
-4
/
+4
2009-08-28
added arm11 timeout error messages
oharboe
1
-2
/
+2
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
1
-29
/
+29
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-11
/
+11
2009-06-04
unbreak arm11. TAP_INVALID is used to communicate inband that a special state...
oharboe
1
-1
/
+1
2009-06-04
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
1
-1
/
+1
2009-06-04
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
1
-1
/
+1
2009-05-18
Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...
oharboe
1
-3
/
+4
2009-05-11
Audit and eliminate redundant #include directives in arm target files.
zwelch
1
-4
/
+0
[next]