summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32x : always use valid flash base addressSpencer Oliver2010-12-231-0/+3
* flash: print flash bank name on flash info cmdSpencer Oliver2010-12-231-2/+2
* stm32: fix reversed option byte writeSpencer Oliver2010-12-231-4/+4
* stm32: update option bytes for stm32xl familySpencer Oliver2010-12-231-8/+79
* stm32: add stm32 xl family flash supportSpencer Oliver2010-12-231-1/+45
* stm32: add dual flash bank supportSpencer Oliver2010-12-231-26/+37
* config: add init_targets proc that is executed just before initØyvind Harboe2010-12-222-0/+12
* server: remove error value from LOG_INFOØyvind Harboe2010-12-211-1/+1
* script: support only Tcl commentsØyvind Harboe2010-12-181-9/+0
* Fix for compilation failure amt_jtagaccel.cJohn Devereux2010-12-161-0/+3
* Fix for segfault in handle_nand_dump_command.Paul Richards2010-12-151-5/+5
* stm32: fix unprotectØyvind Harboe2010-12-151-4/+11
* flash: clarify protect documentationØyvind Harboe2010-12-151-3/+6
* contrib: add source to the cfi flash loadersSpencer Oliver2010-12-101-6/+13
* cfi: disable buffer writes for M29W128GSpencer Oliver2010-12-102-5/+16
* cfi: allow optional buffer write supportSpencer Oliver2010-12-102-2/+12
* cfi: calculate correct timeoutsSpencer Oliver2010-12-102-16/+29
* cfi: prefix string hex outputSpencer Oliver2010-12-101-12/+12
* cfi: add time format to cfi query outputSpencer Oliver2010-12-101-8/+11