summaryrefslogtreecommitdiff
path: root/src/flash/nor
Commit message (Expand)AuthorAgeFilesLines
* STR9xpec: issue warning when unlocking deviceSpencer Oliver2010-02-121-0/+8
* STM32x: issue warning when unlocking device (bug #16)Spencer Oliver2010-02-121-2/+6
* flash/str7x: After reset init the flash is unlockedEdgar Grimberg2010-02-021-2/+14
* NOR: cleanup driver declsDavid Brownell2010-01-2918-202/+200
* NOR: fix diagnosticDavid Brownell2010-01-191-1/+1
* flash: add error messages upon incorrect arguments to flash iterationØyvind Harboe2010-01-191-0/+6
* str9x.c: remove optimization when erasing the whole bankLaurentiu Cocanu2010-01-141-15/+3
* NOR: add optional "flash erase_address" sector paddingDavid Brownell2010-01-133-23/+104
* Doxygen file commentsDavid Brownell2010-01-113-0/+17
* src/flash/nor: usage/help/doc updatesDavid Brownell2010-01-096-97/+125
* NOR: add FIXMEs for writing onesDavid Brownell2010-01-081-2/+5
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* MinGW build fixesFreddie Chopin2009-12-281-2/+2
* stm32x commands get "usage"Freddie Chopin2009-12-281-0/+5
* NOR: last_addr also needs correction when checking alignmentPiotr Esden-Tempski2009-12-281-0/+1
* NOR: make flash_write_unlock() pad to sector endDavid Brownell2009-12-271-2/+42
* NOR: messaging fixDavid Brownell2009-12-261-2/+2
* NOR: Allocate the right amount of memoryDavid Brownell2009-12-261-1/+1
* cygwin build fixesDavid Brownell2009-12-191-4/+6
* NOR FLASH: only erase/unlock whole sectorsDavid Brownell2009-12-181-8/+36
* Subject: flash fill[bwh] should use bulk i/oDavid Brownell2009-12-181-2/+4
* stellaris: fix min buffer length checksDavid Brownell2009-12-181-7/+4
* stellaris: update bulk flash writesDavid Brownell2009-12-181-20/+45
* stellaris: commentsDavid Brownell2009-12-162-12/+34
* stellaris: probe() cleanupsDavid Brownell2009-12-161-86/+42
* stellaris: remove needless codeDavid Brownell2009-12-161-50/+1
* stellaris: avoid chip writesDavid Brownell2009-12-161-13/+10
* NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell2009-12-161-3/+3
* stellaris: device IDsEric Wetzel2009-12-141-150/+168
* LPC2000: rename "r13_svc" as "sp_svc"David Brownell2009-12-121-1/+1
* fix 'write_image' usage informationZachary T Welch2009-12-111-1/+1
* anotyer cygwin compile fixDavid Brownell2009-12-101-1/+2
* stellaris: flash protection updates, minor fixesDavid Brownell2009-12-092-68/+119
* Comment and doxygen fixesDavid Brownell2009-12-091-3/+1
* build: add build/src to include pathØyvind Harboe2009-12-081-1/+3
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-074-4/+4
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-2/+5
* add 'flash list', rewrite 'flash banks'Zachary T Welch2009-12-061-6/+28
* fix NOR flash regressionZachary T Welch2009-12-061-0/+2
* NOR: add 29LV400BC flash deviceMathias Kuester2009-12-051-0/+17
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-047-8/+8
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-047-8/+8
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-047-8/+8
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-047-8/+8
* remove flash.h from treeZachary T Welch2009-12-0414-27/+2
* split flash.h into into flash/nor/*.hZachary T Welch2009-12-045-6/+356
* remove target.h from flash.hZachary T Welch2009-12-0419-19/+30
* eliminate src/flash/flash.cZachary T Welch2009-12-041-4/+187
* add flash/nor/drivers.cZachary T Welch2009-12-043-12/+79
* move more nor flash implementation detailsZachary T Welch2009-12-044-0/+1011