aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-06-12fix read speed improved by queueing commandsRodrigo L. Rosa1-0/+13
2011-06-12fix flash driver size, sector eraseRodrigo L. Rosa3-163/+98
2011-06-12Added minimodule (ftdi) interfaceRodrigo L. Rosa1-0/+55
2011-06-07Silence -O3 warningØyvind Harboe1-1/+1
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin3-25/+0
2011-06-05mips: add nor flash write from memory blockStefan Mahr2-1/+245
2011-06-04crc check on flashed dataRodrigo L. Rosa1-10/+71
2011-06-04code cleanupRodrigo L. Rosa1-21/+11
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - dubious fixesFreddie Chopin1-4/+0
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin22-87/+16
2011-06-01mips: fixup fastdataStefan Mahr2-6/+10
2011-06-01mips: fix some more endian madnessStefan Mahr2-63/+59
2011-05-29mips: fix swapping if running on big endian hostStefan Mahr1-3/+19
2011-05-28Fixed values for Samung NAND chipsDamjan Marion1-2/+2
2011-05-28Improve NAND flash detectionDamjan Marion1-1/+3
2011-05-28Reorganize NAND flash tableDamjan Marion2-76/+81
2011-05-28mips: fix swapping if openocd is running on big endian hostStefan Mahr1-1/+4
2011-05-25Report actual current threadAlan Bowman1-1/+11
2011-05-25Add eCos/Cortex RTOS supportAlan Bowman5-1/+523
2011-05-25add support for spansion flash on mindspeed c300 eval boardStefan Mahr1-0/+14
2011-05-23dsp5680xx: whitespace cleanupSpencer Oliver1-43/+43
2011-05-23Fix build issue under cygwinSpencer Oliver1-1/+1
2011-05-19flashing speed improved using queued jtag. error propagation improved.Rodrigo L. Rosa3-290/+354
2011-05-18Get register value if it's invalid in cache.Jie Zhang1-0/+5
2011-05-18Corrected test for invalid current_threadidAlan Bowman1-1/+1
2011-05-18flash support (only full erase/write) for 568013 and 568037Rodrigo L. Rosa3-0/+209
2011-05-18partial support for 568013 and 568037, target integration.Rodrigo L. Rosa4-1/+1572
2011-05-14Correct stacking direction and use of address offsetAlan Bowman2-3/+3
2011-05-03Remove useless MIPS code in avr32_ap7k.c.Jie Zhang1-4/+0
2011-05-01adapter speed: require init script setting and centralize activation from dri...Jonas Hörberg10-53/+11
2011-04-28ecos: add 64 bit types for sprintf/sscanfØyvind Harboe1-0/+2
2011-04-28gdb_server : 'R' command replied by OKMichel Jaouen1-0/+1
2011-04-28cortex_a : smp supportMichel Jaouen1-15/+230
2011-04-28smp : infra for smp minimum supportMichel Jaouen8-24/+384
2011-04-27cfi: leave check on whether target is running to target_write_memory()Øyvind Harboe1-8/+0
2011-04-26add STM32F2 revYSimonQian1-0/+4
2011-04-26remove read of flash_size in STM32F2SimonQian1-9/+0
2011-04-26buspirate: fix building on some OSesDamjan Marion1-0/+5
2011-04-19rtos : compilation error on amd64Michel Jaouen4-23/+23
2011-04-19Fix non cfi x16 nor flash connected to x8 bus. The ids in the table should be...Alexandre Pereira da Silva1-1/+7
2011-04-19Make the LPC32xx nand driver support up to 5 address cycles. This will only w...Alexandre Pereira da Silva1-1/+1
2011-04-19Make the LPC32xx slc nand driver the defaultAlexandre Pereira da Silva1-2/+2
2011-04-19jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe2-7/+15
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)12-10/+1974
2011-04-14pic32: update pic32mx flash driverSpencer Oliver1-31/+67
2011-04-13Replace byte-access to memory with faster word-accessLuca Ellero1-21/+69
2011-04-13Add opcodes for load/store registers words immediate post-indexedLuca Ellero1-0/+12
2011-04-13cortex_a :apb mem read/write working with mmu_onMichel JAOUEN1-159/+171
2011-04-13cortex_a : multiple target on the same dapMichel JAOUEN2-0/+12
2011-04-13cortex_a : use dap ref from armv4_5commonMichel JAOUEN1-18/+18