index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
/
nand
Commit message (
Expand
)
Author
Age
Files
Lines
*
fileio: fileio_size() can now fail
Øyvind Harboe
2010-09-29
2
-3
/
+14
*
fileio: refactor struct fileio to be an opaque structure
Øyvind Harboe
2010-09-29
2
-3
/
+3
*
flash: fix error handling
Øyvind Harboe
2010-09-21
1
-29
/
+3
*
warnings: fix alignment warnings
Øyvind Harboe
2010-09-20
1
-2
/
+2
*
flash: add nuc910 nand driver
Spencer Oliver
2010-07-19
4
-2
/
+306
*
nand: nand probe also outputs manufacturer
Spencer Oliver
2010-07-19
1
-1
/
+2
*
nand/mx2: review scope of symbols
Antonio Borneo
2010-06-21
1
-1
/
+1
*
arm_io: -Wshadow warning fix
Øyvind Harboe
2010-06-16
1
-6
/
+6
*
nand: when verify failed, it didn't return an error
Øyvind Harboe
2010-06-16
1
-6
/
+10
*
-Wshadow fixes
Øyvind Harboe
2010-06-14
1
-1
/
+1
*
nand : Add Freescale iMX27 nand flash controller support
gcembed
2010-05-20
4
-0
/
+900
*
NAND/davinci: Fix segfault for hwecc4_infix reads
Jon Povey
2010-05-18
1
-12
/
+62
*
NAND: catch read errors when building BBT
Jon Povey
2010-05-18
1
-1
/
+4
*
Change kb/s to KiB/s in messages about kibibytes
Jon Povey
2010-05-16
1
-3
/
+3
*
NAND: fix first and last handling in nand_build_bbt
Jon Povey
2010-05-14
1
-3
/
+5
*
NAND: fix off-by-one error in erase command argument range
Jon Povey
2010-05-14
1
-1
/
+1
*
NAND/TCL: review scope of functions
Antonio Borneo
2010-04-10
2
-3
/
+4
*
NAND/ARM_IO: review scope of functions
Antonio Borneo
2010-04-10
1
-1
/
+1
*
NAND/CORE: review scope of functions
Antonio Borneo
2010-04-10
2
-10
/
+8
*
NAND/MX3: review scope of data
Antonio Borneo
2010-04-10
1
-1
/
+1
*
change %x and %d to PRIx32 and PRId32 where needed for cygwin
Daniel Bäder
2010-03-25
1
-4
/
+4
*
lpc3180: LPC3180(LPC3250) SLC driver implemented
richard vegh
2010-03-16
2
-9
/
+441
*
NAND: lpc3180 crashes on LPC3250
richard vegh
2010-01-16
1
-13
/
+38
*
nand flash support for s3c64xx
Peter Korsgaard
2010-01-14
3
-0
/
+79
*
NAND: help/usage/doc updates
David Brownell
2010-01-08
3
-48
/
+50
*
MinGW build fixes
Freddie Chopin
2009-12-28
1
-2
/
+2
*
Packaging fix, NEWS update
David Brownell
2009-12-21
1
-1
/
+3
*
cygwin build fixes
David Brownell
2009-12-19
1
-2
/
+6
*
AT91SAM9 NAND flash driver.
Dean Glazeski
2009-12-19
3
-1
/
+754
*
NAND write data page refactoring.
Dean Glazeski
2009-12-18
2
-59
/
+69
*
NAND read data page refactor.
Dean Glazeski
2009-12-18
2
-45
/
+25
*
add missing call to add new NAND devices
Zachary T Welch
2009-12-11
2
-0
/
+4
*
Comment and doxygen fixes
David Brownell
2009-12-09
1
-1
/
+1
*
build: add build/src to include path
Øyvind Harboe
2009-12-08
1
-1
/
+3
*
ARM: use <target/arm.h> not armv4_5.h
David Brownell
2009-12-07
2
-2
/
+2
*
rename nand.h to flash//nand/core.h
Zachary T Welch
2009-12-04
18
-16
/
+268
*
move remaining nand helper files
Zachary T Welch
2009-12-04
7
-2
/
+606
*
split nand.c into nand/{core,fileio,tcl}.c
Zachary T Welch
2009-12-04
6
-0
/
+1900
*
split NAND driver handling into nand/driver.[ch]
Zachary T Welch
2009-12-04
3
-0
/
+190
*
ARM NAND I/O interface update
Dean Glazeski
2009-12-03
2
-0
/
+2
*
remove tertiary include paths
Zachary T Welch
2009-12-03
1
-6
/
+1
*
change #include "../hello.h" to "hello.h"
Zachary T Welch
2009-12-03
1
-0
/
+2
*
change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "nand.h" to <flash/nand.h>
Zachary T Welch
2009-12-03
4
-4
/
+4
*
change #include "arm_nandio.h" to <flash/arm_nandio.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "armv4_5.h" to <target/armv4_5.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
normalize headers to make changing easier
Zachary T Welch
2009-12-03
1
-1
/
+1
*
allow #include directives to use module name
Zachary T Welch
2009-12-03
1
-0
/
+1
*
move nand drivers to src/flash/nand/
Zachary T Welch
2009-12-02
15
-0
/
+3791