index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
/
nand
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-28
Improve NAND flash detection
Damjan Marion
1
-1
/
+3
2011-05-28
Reorganize NAND flash table
Damjan Marion
2
-76
/
+81
2011-04-19
Make the LPC32xx nand driver support up to 5 address cycles. This will only w...
Alexandre Pereira da Silva
1
-1
/
+1
2011-04-19
Make the LPC32xx slc nand driver the default
Alexandre Pereira da Silva
1
-2
/
+2
2011-03-30
Clarify LPC32XX address cycles message
Alexandre Pereira da Silva
1
-1
/
+1
2011-03-30
Add Micron 2GiB nand
Alexandre Pereira da Silva
1
-0
/
+2
2011-03-17
Fix a bunch of typos.
Uwe Hermann
2
-2
/
+2
2011-02-18
fix compile error under MinGW
SimonQian
1
-3
/
+3
2011-02-15
lpc32xx: Flash driver
Bjarne Steinsbo
5
-0
/
+1932
2011-01-09
nit: more LOG_* \n fixes
Eric Wetzel
2
-2
/
+2
2011-01-05
nit: do not add \n at end of LOG_ERROR
Eric Wetzel
4
-5
/
+5
2011-01-02
NAND/S3CXXXX: remove private "target" copy
Antonio Borneo
7
-33
/
+16
2011-01-02
NAND/ORION: remove private "target" copy
Antonio Borneo
1
-13
/
+5
2011-01-02
NAND/NUC910: remove private "target" copy
Antonio Borneo
1
-21
/
+7
2011-01-02
NAND/MX3: remove private "target" copy
Antonio Borneo
2
-22
/
+11
2011-01-02
NAND/MX2: remove private "target" copy
Antonio Borneo
2
-20
/
+11
2011-01-02
NAND/LPC3180: remove private "target" copy
Antonio Borneo
2
-24
/
+16
2011-01-02
NAND/DAVINCI: remove private "target" copy
Antonio Borneo
1
-27
/
+17
2011-01-02
NAND/AT91SAM9: remove private "target" copy
Antonio Borneo
1
-37
/
+22
2011-01-02
NAND/TCL: prepare for common "target" reference
Antonio Borneo
2
-3
/
+26
2011-01-02
NAND/TCL: fix segfault on syntax error
Antonio Borneo
1
-1
/
+1
2011-01-02
NAND/CORE: Comment use of alive_sleep()
Antonio Borneo
1
-0
/
+1
2011-01-02
NAND/CORE: Replace decimal dot in messages
Antonio Borneo
1
-66
/
+66
2011-01-02
flash/nand: review NAND driver interface
Antonio Borneo
13
-47
/
+2
2010-12-29
warnings: use more 'const' for char *
Øyvind Harboe
2
-4
/
+4
2010-12-15
Fix for segfault in handle_nand_dump_command.
Paul Richards
1
-5
/
+5
2010-11-18
build: add common.mk
Spencer Oliver
1
-3
/
+1
2010-09-29
fileio: fileio_size() can now fail
Øyvind Harboe
2
-3
/
+14
2010-09-29
fileio: refactor struct fileio to be an opaque structure
Øyvind Harboe
2
-3
/
+3
2010-09-21
flash: fix error handling
Øyvind Harboe
1
-29
/
+3
2010-09-20
warnings: fix alignment warnings
Øyvind Harboe
1
-2
/
+2
2010-07-19
flash: add nuc910 nand driver
Spencer Oliver
4
-2
/
+306
2010-07-19
nand: nand probe also outputs manufacturer
Spencer Oliver
1
-1
/
+2
2010-06-21
nand/mx2: review scope of symbols
Antonio Borneo
1
-1
/
+1
2010-06-16
arm_io: -Wshadow warning fix
Øyvind Harboe
1
-6
/
+6
2010-06-16
nand: when verify failed, it didn't return an error
Øyvind Harboe
1
-6
/
+10
2010-06-14
-Wshadow fixes
Øyvind Harboe
1
-1
/
+1
2010-05-20
nand : Add Freescale iMX27 nand flash controller support
gcembed
4
-0
/
+900
2010-05-18
NAND/davinci: Fix segfault for hwecc4_infix reads
Jon Povey
1
-12
/
+62
2010-05-18
NAND: catch read errors when building BBT
Jon Povey
1
-1
/
+4
2010-05-16
Change kb/s to KiB/s in messages about kibibytes
Jon Povey
1
-3
/
+3
2010-05-14
NAND: fix first and last handling in nand_build_bbt
Jon Povey
1
-3
/
+5
2010-05-14
NAND: fix off-by-one error in erase command argument range
Jon Povey
1
-1
/
+1
2010-04-10
NAND/TCL: review scope of functions
Antonio Borneo
2
-3
/
+4
2010-04-10
NAND/ARM_IO: review scope of functions
Antonio Borneo
1
-1
/
+1
2010-04-10
NAND/CORE: review scope of functions
Antonio Borneo
2
-10
/
+8
2010-04-10
NAND/MX3: review scope of data
Antonio Borneo
1
-1
/
+1
2010-03-25
change %x and %d to PRIx32 and PRId32 where needed for cygwin
Daniel Bäder
1
-4
/
+4
2010-03-16
lpc3180: LPC3180(LPC3250) SLC driver implemented
richard vegh
2
-9
/
+441
2010-01-16
NAND: lpc3180 crashes on LPC3250
richard vegh
1
-13
/
+38
[prev]
[next]