aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-7/+7
2009-09-04Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mi...oharboe1-44/+0
2009-06-28Refactor code, create target_state_name()duane1-4/+4
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane1-3/+13
2009-06-25Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint supportoharboe1-4/+111
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-19/+19
2009-06-23Remove whitespace that occurs before ')'.zwelch1-4/+4
2009-06-23Remove whitespace that occurs after '('.zwelch1-4/+4
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-1/+1
2009-06-23- Replace 'for(' with 'for ('.zwelch1-2/+2
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-2/+2
2009-06-23- Replace 'while(' with 'while ('.zwelch1-1/+1
2009-06-23- Replace 'if(' with 'if ('.zwelch1-6/+6
2009-06-21C99 printf() -Werror fixesduane1-9/+9
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-22/+22
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-7/+7
2009-06-12Further cleanup to MIPS target read/write memory function:zwelch1-38/+13
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch1-8/+57
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-1/+2
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch1-1/+1
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-5/+5
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch1-1/+1
2009-05-31Final step in isolating target_type_s structure:zwelch1-1/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-0/+1
2009-05-31Add wrappers for target->type->examined:zwelch1-1/+1
2009-05-31Add target_write_memory wrapper:zwelch1-2/+2
2009-05-31Add target_read_memory wrapper:zwelch1-4/+4
2009-05-20Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf1-4/+13
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-4/+0
2009-02-18Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe1-1/+1
2009-01-13- added mips software breakpoint supportntfreak1-12/+97
2009-01-02John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe1-2/+9
2008-12-13- remove target specific variant and use target->variant memberntfreak1-14/+4
2008-12-13Change tap_state naming to be consistent with SVF documentation.kc8apf1-109/+109
2008-11-30jtag newtap change & huge manual updateduane1-3/+3
2008-11-17- add support for hardware breakpoints to mips32 targetntfreak1-27/+165
2008-11-13- correct the register hi/lo read - wrong way roundntfreak1-13/+15
2008-11-12- fix crash when variant for mips32 target not givenntfreak1-1/+2
2008-11-12- slight mips32 cleanup/reformatntfreak1-4/+7
2008-10-14- remove build warningsntfreak1-8/+8
2008-10-14John McCarthy <jgmcc@magma.ca> two patches add a mips_m4k target option (ejta...oharboe1-8/+15
2008-10-14John McCarthy <jgmcc@magma.ca> cleans up the usage of theoharboe1-6/+7
2008-10-08- remove build warnings from mips_m4k.c and arm11.cntfreak1-0/+1
2008-10-08John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported ...oharboe1-2/+10
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-8/+0
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-19/+14
2008-08-24duan ellis target tcl work in progressoharboe1-5/+9
2008-08-06- fix target_examine declarationntfreak1-3/+3