aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+1
2009-12-28MinGW build fixesFreddie Chopin1-2/+2
2009-12-28stm32x commands get "usage"Freddie Chopin1-0/+5
2009-12-28NOR: last_addr also needs correction when checking alignmentPiotr Esden-Tempski1-0/+1
2009-12-27NOR: make flash_write_unlock() pad to sector endDavid Brownell1-2/+42
2009-12-26NOR: messaging fixDavid Brownell1-2/+2
2009-12-26NOR: Allocate the right amount of memoryDavid Brownell1-1/+1
2009-12-19cygwin build fixesDavid Brownell1-4/+6
2009-12-18NOR FLASH: only erase/unlock whole sectorsDavid Brownell1-8/+36
2009-12-18Subject: flash fill[bwh] should use bulk i/oDavid Brownell1-2/+4
2009-12-18stellaris: fix min buffer length checksDavid Brownell1-7/+4
2009-12-18stellaris: update bulk flash writesDavid Brownell1-20/+45
2009-12-16stellaris: commentsDavid Brownell2-12/+34
2009-12-16stellaris: probe() cleanupsDavid Brownell1-86/+42
2009-12-16stellaris: remove needless codeDavid Brownell1-50/+1
2009-12-16stellaris: avoid chip writesDavid Brownell1-13/+10
2009-12-16NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell1-3/+3
2009-12-14stellaris: device IDsEric Wetzel1-150/+168
2009-12-12LPC2000: rename "r13_svc" as "sp_svc"David Brownell1-1/+1
2009-12-11fix 'write_image' usage informationZachary T Welch1-1/+1
2009-12-10anotyer cygwin compile fixDavid Brownell1-1/+2
2009-12-09stellaris: flash protection updates, minor fixesDavid Brownell2-68/+119
2009-12-09Comment and doxygen fixesDavid Brownell1-3/+1
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+3
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell4-4/+4
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-2/+5
2009-12-06add 'flash list', rewrite 'flash banks'Zachary T Welch1-6/+28
2009-12-06fix NOR flash regressionZachary T Welch1-0/+2
2009-12-05NOR: add 29LV400BC flash deviceMathias Kuester1-0/+17
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell7-8/+8
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell7-8/+8
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell7-8/+8
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell7-8/+8
2009-12-04remove flash.h from treeZachary T Welch14-27/+2
2009-12-04split flash.h into into flash/nor/*.hZachary T Welch5-6/+356
2009-12-04remove target.h from flash.hZachary T Welch19-19/+30
2009-12-04eliminate src/flash/flash.cZachary T Welch1-4/+187
2009-12-04add flash/nor/drivers.cZachary T Welch3-12/+79
2009-12-04move more nor flash implementation detailsZachary T Welch4-0/+1011
2009-12-04add flash/nor/core.[ch]Zachary T Welch5-62/+149
2009-12-04add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch3-0/+235
2009-12-03remove tertiary include pathsZachary T Welch1-6/+1
2009-12-03change #include "../hello.h" to "hello.h"Zachary T Welch1-1/+1
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch19-19/+19
2009-12-03change #include "mips32.h" to <target/mips32.h>Zachary T Welch1-1/+1
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch3-3/+3
2009-12-03change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2-2/+2
2009-12-03change #include "avrt.h" to <target/avrt.h>Zachary T Welch1-1/+1
2009-12-03change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch3-3/+3
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch4-4/+4