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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove flash.h from tree
Zachary T Welch
2009-12-04
16
-61
/
+2
*
split flash.h into into flash/nor/*.h
Zachary T Welch
2009-12-04
6
-326
/
+358
*
remove target.h from flash.h
Zachary T Welch
2009-12-04
20
-20
/
+30
*
split NOR and NAND flash headers
Zachary T Welch
2009-12-04
3
-12
/
+14
*
eliminate src/flash/flash.c
Zachary T Welch
2009-12-04
3
-221
/
+187
*
add flash/nor/drivers.c
Zachary T Welch
2009-12-04
4
-55
/
+79
*
move more nor flash implementation details
Zachary T Welch
2009-12-04
5
-999
/
+1011
*
add flash/nor/core.[ch]
Zachary T Welch
2009-12-04
5
-62
/
+149
*
add flash/nor/{tcl.c,imp.h} from flash/flash.c
Zachary T Welch
2009-12-04
4
-175
/
+235
*
Make ARM NAND I/O operations aware of last op
Dean Glazeski
2009-12-03
1
-4
/
+13
*
ARM NAND I/O interface update
Dean Glazeski
2009-12-03
3
-7
/
+39
*
NAND page command refactoring.
Dean Glazeski
2009-12-03
2
-59
/
+35
*
remove tertiary include paths
Zachary T Welch
2009-12-03
3
-16
/
+3
*
change #include "../hello.h" to "hello.h"
Zachary T Welch
2009-12-03
2
-1
/
+3
*
change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "ocl.h" to <flash/nor/ocl.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "nand.h" to <flash/nand.h>
Zachary T Welch
2009-12-03
5
-5
/
+5
*
change #include "flash.h" to <flash/flash.h>
Zachary T Welch
2009-12-03
20
-20
/
+20
*
change #include "arm_nandio.h" to <flash/arm_nandio.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "target.h" to <target/target.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "mips32.h" to <target/mips32.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "image.h" to <target/image.h>
Zachary T Welch
2009-12-03
4
-4
/
+4
*
change #include "embeddedice.h" to <target/embeddedice.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "avrt.h" to <target/avrt.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "armv7m.h" to <target/armv7m.h>
Zachary T Welch
2009-12-03
3
-3
/
+3
*
change #include "armv4_5.h" to <target/armv4_5.h>
Zachary T Welch
2009-12-03
6
-6
/
+6
*
change #include "arm966e.h" to <target/arm966e.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "arm7_9_common.h" to <target/arm7_9_common.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "algorithm.h" to <target/algorithm.h>
Zachary T Welch
2009-12-03
10
-10
/
+10
*
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "types.h" to <helper/types.h>
Zachary T Welch
2009-12-03
3
-3
/
+3
*
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
2009-12-03
5
-5
/
+5
*
change #include "membuf.h" to <helper/membuf.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-03
3
-3
/
+3
*
change #include "fileio.h" to <helper/fileio.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
2009-12-03
10
-10
/
+10
*
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
3
-0
/
+3
*
move nor drivers to src/flash/nor
Zachary T Welch
2009-12-02
36
-50
/
+55
*
move nand drivers to src/flash/nand/
Zachary T Welch
2009-12-02
16
-27
/
+42
*
flash: factor init to 'flash init'
Zachary T Welch
2009-12-02
1
-0
/
+23
*
mflash: factor init to 'mflash init'
Zachary T Welch
2009-12-02
1
-0
/
+23
*
nand: factor init to 'nand init'
Zachary T Welch
2009-12-02
1
-0
/
+26
*
fix s3c24xx device command helper
lementec fabien
2009-11-28
1
-1
/
+4
*
add 'nonce' nand driver
Zachary T Welch
2009-11-28
3
-0
/
+83
*
fix 'nand info' command
Zachary T Welch
2009-11-27
1
-5
/
+5
*
ARM NAND I/O header documentation update.
Dean Glazeski
2009-11-26
1
-6
/
+10
*
ARM NAND I/O documentation update.
Dean Glazeski
2009-11-26
1
-1
/
+7
*
ARM NAND I/O refactor code copying.
Dean Glazeski
2009-11-26
1
-40
/
+47
*
ARM NAND I/O read function.
Dean Glazeski
2009-11-26
2
-1
/
+91
[next]