aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)Author
2010-01-19flash: add error messages upon incorrect arguments to flash iterationØyvind Harboe
2010-01-14str9x.c: remove optimization when erasing the whole bankLaurentiu Cocanu
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell
2010-01-11Doxygen file commentsDavid Brownell
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell
2010-01-08NOR: add FIXMEs for writing onesDavid Brownell
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-28MinGW build fixesFreddie Chopin
2009-12-28stm32x commands get "usage"Freddie Chopin
2009-12-28NOR: last_addr also needs correction when checking alignmentPiotr Esden-Tempski
2009-12-27NOR: make flash_write_unlock() pad to sector endDavid Brownell
2009-12-26NOR: messaging fixDavid Brownell
2009-12-26NOR: Allocate the right amount of memoryDavid Brownell
2009-12-19cygwin build fixesDavid Brownell
2009-12-18NOR FLASH: only erase/unlock whole sectorsDavid Brownell
2009-12-18Subject: flash fill[bwh] should use bulk i/oDavid Brownell
2009-12-18stellaris: fix min buffer length checksDavid Brownell
2009-12-18stellaris: update bulk flash writesDavid Brownell
2009-12-16stellaris: commentsDavid Brownell
2009-12-16stellaris: probe() cleanupsDavid Brownell
2009-12-16stellaris: remove needless codeDavid Brownell
2009-12-16stellaris: avoid chip writesDavid Brownell
2009-12-16NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell
2009-12-14stellaris: device IDsEric Wetzel
2009-12-12LPC2000: rename "r13_svc" as "sp_svc"David Brownell
2009-12-11fix 'write_image' usage informationZachary T Welch
2009-12-10anotyer cygwin compile fixDavid Brownell
2009-12-09stellaris: flash protection updates, minor fixesDavid Brownell
2009-12-09Comment and doxygen fixesDavid Brownell
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-06add 'flash list', rewrite 'flash banks'Zachary T Welch
2009-12-06fix NOR flash regressionZachary T Welch
2009-12-05NOR: add 29LV400BC flash deviceMathias Kuester
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04remove flash.h from treeZachary T Welch
2009-12-04split flash.h into into flash/nor/*.hZachary T Welch
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-04eliminate src/flash/flash.cZachary T Welch
2009-12-04add flash/nor/drivers.cZachary T Welch
2009-12-04move more nor flash implementation detailsZachary T Welch
2009-12-04add flash/nor/core.[ch]Zachary T Welch
2009-12-04add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch