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
/
mips32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-11
mips32: add gdb target description support
Antony Pavlov
1
-77
/
+166
2015-02-11
mips32: use 'unsigned int' for CPU register indices
Antony Pavlov
1
-14
/
+13
2014-11-24
mips32: fix typos
Antony Pavlov
1
-1
/
+1
2014-08-19
mips32.c: cache debug caps and support EJTAG 2.0 specific changes
Oleksij Rempel
1
-10
/
+15
2014-08-19
mips32.c: fix IB and DB bits check for EJTAG v2.0
Oleksij Rempel
1
-4
/
+9
2014-05-09
mips: load code in buffer mode
Salvador Arroyo
1
-34
/
+23
2014-04-14
mips32, dsp563xx: fix segfault on Gdb attach
Paul Fertser
1
-1
/
+1
2014-02-24
mips32: build register cache in a more clear way
Antony Pavlov
1
-50
/
+46
2013-10-31
Clean up many C99 integer types format specifiers
Paul Fertser
1
-1
/
+1
2013-08-07
gdb_server: support gdb target description
Hsiangkai Wang
1
-1
/
+2
2013-07-17
mips: add breakpoint support for EJTAG 2.0
Oleksij Rempel
1
-6
/
+16
2013-07-17
mips32: add new functions mips32_configure_ibs and _dbs
Oleksij Rempel
1
-28
/
+53
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2013-04-20
mips: m4k alternate pracc code. Patch 1
Salvador Arroyo
1
-0
/
+33
2013-04-02
mips: code cleanup in cp0 command handlers
Salvador Arroyo
1
-4
/
+1
2012-04-10
Minor bug fixes in Mips32 code
Salvador
1
-3
/
+3
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-148
/
+86
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
-6
/
+6
2011-08-09
mips32: Added CP0 coprocessor R/W routines
Drasko DRASKOVIC
1
-0
/
+106
2011-06-04
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
1
-4
/
+0
2011-06-01
mips: fix some more endian madness
Stefan Mahr
1
-0
/
+7
2011-03-17
Fix a bunch of typos.
Uwe Hermann
1
-1
/
+1
2011-01-04
mips32: add fastdata loader working area
Spencer Oliver
1
-0
/
+1
2010-10-28
src: add loader src description
Spencer Oliver
1
-0
/
+2
2010-07-20
mips32: exit_point optional for mips32_run_algorithm
Spencer Oliver
1
-1
/
+1
2010-06-15
mips32: -Wshadow warning fixes
Øyvind Harboe
1
-2
/
+2
2010-05-10
mips32: 20 second timeout/megabyte for CRC check
Spencer Oliver
1
-1
/
+3
2010-04-11
TARGET/MIPS32: review scope of functions
Antonio Borneo
1
-9
/
+9
2010-02-28
MIPS: add mips algorithm support
Spencer Oliver
1
-3
/
+312
2010-01-09
MIPS: update arch_info access to match other targets
Spencer Oliver
1
-23
/
+23
2010-01-05
MIPS: merge mips fast_data patch from David N. Claffey
David Claffey
1
-1
/
+0
2009-12-07
target: add debug_reason_name()
David Brownell
1
-1
/
+1
2009-11-24
remove target_type register_command callback
Zachary T Welch
1
-5
/
+0
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
1
-15
/
+0
2009-11-17
target: simplify register get/set ops
David Brownell
1
-7
/
+6
2009-11-16
MIPS: no exit() calls
David Brownell
1
-1
/
+1
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-0
/
+1
2009-11-13
target: remove unused "bitfield" infrastructure
David Brownell
1
-3
/
+7
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
-15
/
+15
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-6
/
+6
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-3
/
+3
2009-11-13
mips_ejtag_t -> struct mips_ejtag
Zachary T Welch
1
-2
/
+2
2009-11-13
mips32_core_reg_t -> struct mips32_core_reg
Zachary T Welch
1
-6
/
+6
2009-11-13
mips32_common_t -> struct mips32_common
Zachary T Welch
1
-12
/
+12
2009-11-13
mips32_comparator_t -> struct mips32_comparator
Zachary T Welch
1
-2
/
+2
2009-11-13
reg_param_t -> struct reg_param
Zachary T Welch
1
-1
/
+1
2009-11-13
mem_param_t -> struct mem_param
Zachary T Welch
1
-1
/
+1
[next]