aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
AgeCommit message (Expand)Author
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-12Further cleanup to MIPS target read/write memory function:zwelch
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-20Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-02-18Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe
2009-01-13- added mips software breakpoint supportntfreak
2009-01-02John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf
2008-11-30jtag newtap change & huge manual updateduane
2008-11-17- add support for hardware breakpoints to mips32 targetntfreak
2008-11-13- correct the register hi/lo read - wrong way roundntfreak
2008-11-12- fix crash when variant for mips32 target not givenntfreak
2008-11-12- slight mips32 cleanup/reformatntfreak
2008-10-14- remove build warningsntfreak
2008-10-14John McCarthy <jgmcc@magma.ca> two patches add a mips_m4k target option (ejta...oharboe
2008-10-14John McCarthy <jgmcc@magma.ca> cleans up the usage of theoharboe
2008-10-08- remove build warnings from mips_m4k.c and arm11.cntfreak
2008-10-08John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported ...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-06- fix target_examine declarationntfreak
2008-08-05Duane Ellis: fix warningsoharboe
2008-08-05define resetting the target into the halted or runningoharboe
2008-08-05moves handling of problems with resetting into the halted stateoharboe
2008-07-26- merged mips target into svn trunkntfreak