index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
mips_m4k.h
Age
Commit message (
Expand
)
Author
2016-05-24
Make #include guard naming consistent
Marc Schink
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-05-21
build: add helper/types.h to config.h
Spencer Oliver
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2011-08-09
mips32: Added CP0 coprocessor R/W routines
Drasko DRASKOVIC
2011-08-09
mips_m4k: common_magic should be unsigned
Drasko DRASKOVIC
2010-06-21
target/mips_m4k: review scope of symbols
Antonio Borneo
2010-03-17
PIC32: add software reset support
Spencer Oliver
2010-03-17
MIPS: remove ejtag_srst variant
Spencer Oliver
2010-01-09
MIPS: update arch_info access to match other targets
Spencer Oliver
2009-12-03
change #include "types.h" to <helper/types.h>
Zachary T Welch
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
breakpoint_t -> struct breakpoint
Zachary T Welch
2009-11-13
mips_m4k_common_t -> struct mips_m4k_common
Zachary T Welch
2009-11-13
mips32_common_t -> struct mips32_common
Zachary T Welch
2009-11-13
watchpoint_t -> struct watchpoint
Zachary T Welch
2009-11-09
src/target: remove 'extern' and wrap headers
Zachary T Welch
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
2008-07-26
- merged mips target into svn trunk
ntfreak