summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stm32x: add support for STM32F20xØyvind Harboe2011-02-043-0/+715
* more changes to dsp563xx codeMathias K2011-02-034-462/+1025
* 24bit buffer supportMathias K2011-02-033-0/+44
* cortex_m3: allow scripts to override resetAaron Carroll2011-02-021-0/+10
* error: remove debug output when reporting errorsØyvind Harboe2011-01-311-1/+2
* cfi: use ARM32 machine code on all CPUs but Cortex M3Øyvind Harboe2011-01-311-6/+2
* cortex_a9: add source files for Cortex A9 support.Aaron Carroll2011-01-314-1/+2275
* arm_dpm: add some SCR/RCR macrosAaron Carroll2011-01-311-2/+8
* Add '-coreid' target option to support multiple cores per TAP.Aaron Carroll2011-01-312-0/+23
* add cortex-r4 etm id to dap infoMathias K2011-01-271-2/+7
* Fixed small mistakes in at91sam3 info commandThomas Schmid2011-01-261-1/+3
* add basic TI xds100v2 supportMathias K2011-01-261-0/+94
* fix segfault from stack corruption in ahbap_debugport_initAndreas Fritiofson2011-01-261-5/+4
* stellaris: automatically generate and update device IDsEric Wetzel2011-01-191-0/+6
* Flash driver for em357Erik Botö2011-01-143-0/+980
* str9xpec: Find flash controller from the chain.Santeri Salko2011-01-143-2/+4
* transport: fix transport command args gaffesimon qian2011-01-131-3/+3
* transport: fix LOG_DEBUG gaffesimon qian2011-01-131-2/+4
* cfi: fix release build warningsSpencer Oliver2011-01-101-2/+2
* nit: more LOG_* \n fixesEric Wetzel2011-01-0916-76/+72
* cfi: use safer arch detectionSpencer Oliver2011-01-061-2/+8
* Add the support for the armv7m arch.Jonathan Dumaresq2011-01-061-15/+64
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-0515-63/+63
* mips32: add fastdata loader working areaSpencer Oliver2011-01-046-11/+29
* target: change working area free data typeSpencer Oliver2011-01-042-3/+3
* nit: do not add \n at end of LOG_ERRORØyvind Harboe2011-01-031-4/+4
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-0312-29/+26
* cfi_protect is not implemented on Spansion flashes (many do not even have pro...Michael Schwingen2011-01-021-2/+2
* non-CFI flash code uses data from CFI structures. Make sure that timeouts are...Michael Schwingen2011-01-022-99/+98
* svf: implement sleep for RUNTEST min_timeJon Povey2011-01-021-30/+28
* svf: fix USAGE and related error reportingJon Povey2011-01-021-9/+4
* NAND/S3CXXXX: remove private "target" copyAntonio Borneo2011-01-027-33/+16
* NAND/ORION: remove private "target" copyAntonio Borneo2011-01-021-13/+5
* NAND/NUC910: remove private "target" copyAntonio Borneo2011-01-021-21/+7
* NAND/MX3: remove private "target" copyAntonio Borneo2011-01-022-22/+11
* NAND/MX2: remove private "target" copyAntonio Borneo2011-01-022-20/+11
* NAND/LPC3180: remove private "target" copyAntonio Borneo2011-01-022-24/+16
* NAND/DAVINCI: remove private "target" copyAntonio Borneo2011-01-021-27/+17
* NAND/AT91SAM9: remove private "target" copyAntonio Borneo2011-01-021-37/+22
* NAND/TCL: prepare for common "target" referenceAntonio Borneo2011-01-022-3/+26
* NAND/TCL: fix segfault on syntax errorAntonio Borneo2011-01-021-1/+1
* NAND/CORE: Comment use of alive_sleep()Antonio Borneo2011-01-021-0/+1
* NAND/CORE: Replace decimal dot in messagesAntonio Borneo2011-01-021-66/+66
* flash/nand: review NAND driver interfaceAntonio Borneo2011-01-0213-47/+2
* CORTEX A8: Fix broken CPU identificationMarek Vasut2010-12-301-3/+17
* Compilation Warnings on OS X 10.5Andrew MacIsaac2010-12-298-9/+9
* warning: fix warning where GCC didn't catch a doubly declared global structureØyvind Harboe2010-12-291-1/+1
* warnings: use more 'const' for char *Øyvind Harboe2010-12-2925-30/+30
* target: do not expose error numbers to usersØyvind Harboe2010-12-291-6/+0
* initial SWD transport (SWD infrastructure #2)David Brownell2010-12-248-9/+408