summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
...
* flash: stop caching protection stateØyvind Harboe2010-05-054-126/+31
* flash: erase_address now has an unlock optionØyvind Harboe2010-05-053-15/+37
* cfi: fix error handling for protect fnØyvind Harboe2010-05-051-4/+4
* gdb: connect will now fail if flash autoprobe failsØyvind Harboe2010-05-053-21/+21
* flash: more flash write_image bugfixesØyvind Harboe2010-05-051-21/+11
* str7x: improve error handlingØyvind Harboe2010-05-051-73/+133
* str71x: fix previous commitSpencer Oliver2010-05-041-3/+4
* flash: less bogus errorsØyvind Harboe2010-05-047-8/+8
* str7x: fix bogus error messagesØyvind Harboe2010-05-041-3/+5
* cfi: made som info output debug outputØyvind Harboe2010-05-041-2/+2
* STM32 flash erase timeout fixTobias Ringström2010-05-031-2/+2
* flash: write_image would fail for certain imagesØyvind Harboe2010-04-291-14/+55
* flash: write_image will now pad erase to nearest sectorØyvind Harboe2010-04-291-8/+2
* nor: remove bogus output about padding sectionsØyvind Harboe2010-04-281-1/+2
* stm32x: allow flash probe on a running targetAndreas Fritiofson2010-04-201-6/+0
* NOR/core bugfix: restore invariantsDavid Brownell2010-04-151-5/+16
* NOR/CFI: remove redundant codeAntonio Borneo2010-04-151-6/+2
* NOR/CFI: fix order of arguments checkAntonio Borneo2010-04-151-2/+2
* NOR/TMS470: review scope of symbolsAntonio Borneo2010-04-111-7/+7
* NOR/CFI: review scope of functionsAntonio Borneo2010-04-101-3/+3
* NOR/STR7X: review scope of dataAntonio Borneo2010-04-101-2/+2
* NAND/TCL: review scope of functionsAntonio Borneo2010-04-102-3/+4
* MFLASH: review scope of functionsAntonio Borneo2010-04-102-2/+1
* NAND/ARM_IO: review scope of functionsAntonio Borneo2010-04-101-1/+1
* NAND/CORE: review scope of functionsAntonio Borneo2010-04-102-10/+8
* NAND/MX3: review scope of dataAntonio Borneo2010-04-101-1/+1
* NOR/ADUC702X: review scope of dataAntonio Borneo2010-04-101-1/+1
* NOR/AVRF: review scope of dataAntonio Borneo2010-04-101-1/+1
* NOR/CORE: review scope of dataAntonio Borneo2010-04-101-1/+1
* NOR/DRIVERS: review scope of functionsAntonio Borneo2010-04-101-1/+1
* STR9XPEC: review scope of functionsAntonio Borneo2010-04-101-1/+1
* TCL: review scope of functionsAntonio Borneo2010-04-102-3/+1
* NOR TCL: fix usage messageAntonio Borneo2010-03-261-1/+1
* change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder2010-03-252-5/+5
* jtag: move towards making out_value constØyvind Harboe2010-03-201-3/+4
* PIC32MX: add unlock cmdSpencer Oliver2010-03-181-0/+75
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-13/+13
* lpc3180: LPC3180(LPC3250) SLC driver implementedrichard vegh2010-03-162-9/+441
* image loading: fix problem with offsets > 0x80000000Bradey Honsinger2010-03-161-1/+1
* PIC32: add flash algorithm supportSpencer Oliver2010-03-102-468/+227
* STM32: flash loader cleanupSpencer Oliver2010-03-101-12/+25
* STR7: flash loader cleanupSpencer Oliver2010-03-101-14/+30
* STR9: flash loader cleanupSpencer Oliver2010-03-102-8/+19
* ADUC702x: flash loader cleanupSpencer Oliver2010-03-101-1/+1
* CFI CORE: bug-fix protect single sectorAntonio Borneo2010-03-091-2/+2
* cfi: simplify and clearify codeAntonio Borneo2010-03-081-149/+75
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-1/+1
* jtag: retire tap fieldØyvind Harboe2010-03-081-30/+15
* CFI: review print of Voltage valuesAntonio Borneo2010-03-061-6/+6
* NOR: trim range in flash_driver_protect()David Brownell2010-03-031-0/+57