aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-21jim: add missing jim licenseSpencer Oliver2-0/+86
2011-10-20rtos: remove broken code for handling the deprecated qP packetAndreas Fritiofson1-85/+1
2011-10-20rtos: return the correct value if the T or H packets are handledAndreas Fritiofson1-0/+2
2011-10-19Unused variablesFreddie Chopin2-10/+2
2011-10-19Updated fm3.c, added Flash type 2 support, error handling improvedMarc Willam / Holger Wech1-217/+470
2011-10-19TMPA900/910 MCUs are always little endian.Uwe Hermann2-10/+4
2011-10-19Toshiba TMPA900 config: Fix incorrect working area.Uwe Hermann2-21/+10
2011-10-18xscale: fix bug in xscale_receive()Matt Reimer1-1/+1
2011-10-18luminary: add new targetsSpencer Oliver1-3/+71
2011-10-18luminary: add peripheral reset scriptSpencer Oliver3-3/+149
2011-10-17AM/DM37x: Use ICEPick warm reset and include halt when gdb connects.Karl Kurbjun1-19/+28
2011-10-17ICEPick-C: Add support for warm reset through JTAG controller and provide fin...Karl Kurbjun1-7/+101
2011-10-17Add the SAM3N familly to the chip_details tableAttila Kinali1-0/+437
2011-10-17target_request: add target_got_message() that can be used to improve DCC perf...Øyvind Harboe2-0/+19
2011-10-17target: DCC / target message backoff algorithmØyvind Harboe1-0/+8
2011-10-15Add some more detail for setting up Gerrit account.Jim Norris1-0/+26
2011-10-14arm-jtag-ew: whitespace cleanupSpencer Oliver1-26/+15
2011-10-14flash: fix lpc2000 driver typoSpencer Oliver1-4/+1
2011-10-13Add an interface file for DLP Design DLP-USB1232H.Uwe Hermann3-0/+17
2011-10-13Add a board file for the Glyn Tonga2.Uwe Hermann1-0/+170
2011-10-13target: whitespace cleanupSpencer Oliver1-35/+32
2011-10-13breakpoint : smp software breakpoint issueMichel Jaouen2-3/+19
2011-10-12Merge "docs: update HACKING to point to Gerrit"Peter Stuge1-17/+44
2011-10-12docs: update HACKING to point to GerritØyvind Harboe1-17/+44
2011-10-12docs: update more url'sSpencer Oliver1-1/+1
2011-10-12docs: update project url'sSpencer Oliver6-5/+10
2011-10-11breakpoint : indentationMichel Jaouen1-36/+36
2011-10-11replace berlios url's with sourceforge url'sSpencer Oliver4-11/+11
2011-10-11contrib: remove extra lfSpencer Oliver1-1/+0
2011-10-09stm32f1x: use async algorithm in flash programming routineAndreas Fritiofson2-80/+201
2011-10-09stm32f1x: use register base instead of register offsetAndreas Fritiofson1-44/+51
2011-10-09cortex_m3: use armv7m's async algorithm implementationAndreas Fritiofson1-0/+2
2011-10-09armv7m: implement async algorithm functionsAndreas Fritiofson2-40/+84
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson3-0/+99
2011-10-08arm-jtag-ew: Send GDB keep_alive() messages when logging USB communicationSimon Barner1-0/+3
2011-10-08arm-jtag-ew: FormattingSimon Barner1-1/+1
2011-10-08arm-jtag-ew: In armjtagew_init(), set initial JTAG speed to 32 kHz (before TA...Simon Barner1-0/+3
2011-10-08arm-jtag-ew: Emit a warning if interface firmware version != 1.6Simon Barner1-0/+5
2011-10-08arm-jtag-ew: Declare interface as `jtag_only'Simon Barner1-0/+1
2011-10-08arm-jtag-ew: Provide armjtagew_speed_div() in order to fix interactive use of...Simon Barner1-0/+9
2011-10-08arm-jtag-ew: Fix setting interface speed (2/2)Simon Barner1-2/+2
2011-10-08arm-jtag-ew: Fix setting interface speed (1/2)Simon Barner1-1/+1
2011-10-08Add udev rules for openmoko neo1973 debug boardEugeniy Meshcheryakov1-0/+3
2011-10-03STM32L: Added flash driver and targetClément Burin des Roziers5-0/+1117
2011-10-01Verdex: Add support for Gumstix Verdex boards.Ash Charles1-0/+17
2011-09-30u8500 : config for L2 cacheMichel Jaouen1-0/+6
2011-09-30armv7a ,cortex a : add L1, L2 cache support, va to pa supportMichel Jaouen6-230/+911
2011-09-30jim-nvp is moving from jimtcl to openocdSteve Bennett6-4/+620
2011-09-30AM/DM37x: add ES1.2 silicon type into accountVladimir Zapolskiy1-1/+1
2011-09-23add target events, run algorithm and default r/w buffer apiMathias K1-7/+173