summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* transport: move files over to transport folderØyvind Harboe2011-06-131-1/+1
* doxy moreRodrigo L. Rosa2011-06-121-2/+3
* doxy & cleanupRodrigo L. Rosa2011-06-122-316/+531
* cleanup trailing whitespacesRodrigo L. Rosa2011-06-122-8/+8
* flash speed improvedRodrigo L. Rosa2011-06-121-0/+8
* removed unnecessary actions/controlsRodrigo L. Rosa2011-06-121-38/+8
* cleanup flash module commandRodrigo L. Rosa2011-06-121-8/+12
* fix read for verify_imageRodrigo L. Rosa2011-06-121-26/+4
* fix read speed improved by queueing commandsRodrigo L. Rosa2011-06-121-0/+13
* fix flash driver size, sector eraseRodrigo L. Rosa2011-06-122-135/+58
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin2011-06-072-19/+0
* mips: add nor flash write from memory blockStefan Mahr2011-06-051-1/+5
* crc check on flashed dataRodrigo L. Rosa2011-06-041-10/+71
* code cleanupRodrigo L. Rosa2011-06-041-21/+11
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixesFreddie Chopin2011-06-041-4/+0
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-0413-60/+10
* mips: fixup fastdataStefan Mahr2011-06-012-6/+10
* mips: fix some more endian madnessStefan Mahr2011-06-012-63/+59
* mips: fix swapping if running on big endian hostStefan Mahr2011-05-291-3/+19
* mips: fix swapping if openocd is running on big endian hostStefan Mahr2011-05-281-1/+4
* dsp5680xx: whitespace cleanupSpencer Oliver2011-05-231-43/+43
* Fix build issue under cygwinSpencer Oliver2011-05-231-1/+1
* flashing speed improved using queued jtag. error propagation improved.Rodrigo L. Rosa2011-05-192-287/+351
* partial support for 568013 and 568037, target integration.Rodrigo L. Rosa2011-05-184-1/+1572
* Remove useless MIPS code in avr32_ap7k.c.Jie Zhang2011-05-031-4/+0
* cortex_a : smp supportMichel Jaouen2011-04-281-15/+230
* smp : infra for smp minimum supportMichel Jaouen2011-04-286-15/+335
* RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)2011-04-152-0/+27
* Replace byte-access to memory with faster word-accessLuca Ellero2011-04-131-21/+69
* Add opcodes for load/store registers words immediate post-indexedLuca Ellero2011-04-131-0/+12
* cortex_a :apb mem read/write working with mmu_onMichel JAOUEN2011-04-131-159/+171
* cortex_a : multiple target on the same dapMichel JAOUEN2011-04-131-0/+10
* cortex_a : use dap ref from armv4_5commonMichel JAOUEN2011-04-131-18/+18
* cortex_a : implement jtag console for cortex_aMichel JAOUEN2011-04-061-46/+13
* Added mips_ejtag_drscan_32_out() for optimization.Drasko DRASKOVIC2011-04-054-6/+22
* Corrected waiting on PrAcc in wait_for_pracc_rw(). Added necessary check that...Drasko DRASKOVIC2011-04-051-14/+42
* Added correct endianess treatment for big endian targets. Now it is possible ...Drasko DRASKOVIC2011-04-051-6/+72
* cortex_a: delete dbgbase hack vestigesØyvind Harboe2011-04-011-15/+0
* cortex_a: fix gaffe in first implementation of -dbgbaseMichel JAOUEN2011-04-011-9/+9
* Merge remote branch 'origin/master' into HEADØyvind Harboe2011-04-0130-159/+152
|\
| * cortex_a: remove broken dbgbase patchup codeØyvind Harboe2011-04-011-25/+0
| * mips: illustrates how to improve performanceØyvind Harboe2011-04-013-8/+18
| * types: write memory now uses constØyvind Harboe2011-04-0127-80/+80
| * mips: delete kludgy code that modifies data sent to write_memory()Øyvind Harboe2011-03-311-1/+16
| * mips: mips32_pracc_exec error propagation fixesØyvind Harboe2011-03-312-29/+21
| * mips: mips_ejtag_get_impcode error propagation addedØyvind Harboe2011-03-312-2/+7
| * mips: fix mips_ejtag_set_instr error handlingØyvind Harboe2011-03-312-14/+10
* | mips: fix gaffe in previous commitØyvind Harboe2011-04-011-1/+4
|/
* mips: fix error handling for jtag_execute_queue()Øyvind Harboe2011-03-312-8/+8
* xscale: fix gaffe in phys writeØyvind Harboe2011-03-311-1/+1