index
:
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
/
mips_m4k.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-18
cmd: add missing usage vars
Spencer Oliver
1
-0
/
+1
2012-01-04
Change return value on error.
Mathias K
1
-1
/
+1
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
1
-2
/
+2
2011-08-12
mips: fix potential alignment error
Stefan Mahr
1
-1
/
+19
2011-08-12
mips: fix reading uint32 and uint16 when running on big endian host
Stefan Mahr
1
-37
/
+20
2011-08-09
mips32 : Fixed memory byte access
Drasko DRASKOVIC
1
-22
/
+27
2011-08-09
mips32: Added CP0 coprocessor R/W routines
Drasko DRASKOVIC
1
-2
/
+106
2011-07-04
mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructions
Drasko DRASKOVIC
1
-1
/
+1
2011-07-01
mips_m4k : Fix soft breakpoint endianess handling
Drasko DRASKOVIC
1
-0
/
+8
2011-06-28
mips4k: fix big-endian hosts and host alignment problems
Øyvind Harboe
1
-5
/
+5
2011-06-01
mips: fix some more endian madness
Stefan Mahr
1
-63
/
+52
2011-04-05
Added mips_ejtag_drscan_32_out() for optimization.
Drasko DRASKOVIC
1
-1
/
+1
2011-04-05
Added correct endianess treatment for big endian targets. Now it is possible ...
Drasko DRASKOVIC
1
-6
/
+72
2011-04-01
mips: illustrates how to improve performance
Øyvind Harboe
1
-6
/
+2
2011-04-01
types: write memory now uses const
Øyvind Harboe
1
-2
/
+2
2011-03-31
mips: delete kludgy code that modifies data sent to write_memory()
Øyvind Harboe
1
-1
/
+16
2011-03-31
mips: mips_ejtag_get_impcode error propagation added
Øyvind Harboe
1
-1
/
+3
2011-03-29
bugfix for step <address> mips_m4k
Andrew Lyon
1
-0
/
+4
2011-01-04
mips32: add fastdata loader working area
Spencer Oliver
1
-10
/
+17
2010-09-20
warnings: fix alignment warnings
Øyvind Harboe
1
-1
/
+1
2010-09-13
propagate return status of set_breakpoint() up call chain
Mike Dunn
1
-4
/
+2
2010-06-21
target/mips_m4k: review scope of symbols
Antonio Borneo
1
-29
/
+46
2010-06-15
mips_m4k: -Wshadow warning fixes
Øyvind Harboe
1
-2
/
+2
2010-03-19
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
1
-5
/
+0
2010-03-18
MIPS: remove unused arg from mips_ejtag_set_instr
Spencer Oliver
1
-10
/
+10
2010-03-17
PIC32: add software reset support
Spencer Oliver
1
-3
/
+23
2010-03-17
MIPS: remove ejtag_srst variant
Spencer Oliver
1
-15
/
+15
2010-03-10
PIC32: add flash algorithm support
Spencer Oliver
1
-1
/
+1
2010-02-28
MIPS: add mips algorithm support
Spencer Oliver
1
-78
/
+68
2010-01-20
BUILD: remove cygwin gcc 3.4.4 build warnings
Spencer Oliver
1
-1
/
+1
2010-01-09
MIPS: update arch_info access to match other targets
Spencer Oliver
1
-28
/
+40
2010-01-07
MIPS: change bulk_write_memory fallback msg to LOG_DEBUG
Spencer Oliver
1
-1
/
+1
2010-01-06
MIPS: fastdata bulk write fallback
Spencer Oliver
1
-0
/
+6
2010-01-05
MIPS: optimize pracc access
Spencer Oliver
1
-2
/
+2
2010-01-05
MIPS: merge mips fast_data patch from David N. Claffey
David Claffey
1
-2
/
+45
2009-11-24
remove target_type register_command callback
Zachary T Welch
1
-10
/
+0
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
1
-3
/
+3
2009-11-16
MIPS: no exit() calls
David Brownell
1
-6
/
+4
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-0
/
+1
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
1
-0
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-4
/
+4
2009-11-13
target_t -> struct target
Zachary T Welch
1
-41
/
+41
2009-11-13
target_type_t -> struct target_type
Zachary T Welch
1
-1
/
+1
2009-11-13
breakpoint_t -> struct breakpoint
Zachary T Welch
1
-7
/
+7
2009-11-13
mips_m4k_common_t -> struct mips_m4k_common
Zachary T Welch
1
-2
/
+2
2009-11-13
mips_ejtag_t -> struct mips_ejtag
Zachary T Welch
1
-10
/
+10
2009-11-13
mips32_common_t -> struct mips32_common
Zachary T Welch
1
-19
/
+19
2009-11-13
mips32_comparator_t -> struct mips32_comparator
Zachary T Welch
1
-4
/
+4
2009-11-13
watchpoint_t -> struct watchpoint
Zachary T Welch
1
-5
/
+5
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-1
/
+1
[next]