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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-05
Improve nand.c command argument parsing.
Zachary T Welch
1
-72
/
+53
2009-11-05
Add Flash/NAND bank command argument helpers.
Zachary T Welch
1
-0
/
+13
2009-09-17
Minor fixes to NAND code and docs
dbrownell
1
-25
/
+43
2009-09-10
Alexei Babich <a.babich@rez.ru> imx31 nand flash controller support
oharboe
1
-0
/
+2
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
1
-3
/
+3
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-2
/
+2
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '+' whitespace
zwelch
1
-5
/
+5
2009-06-21
C99 printf() -Werror fixes
duane
1
-5
/
+9
2009-06-18
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
1
-32
/
+32
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-6
/
+6
2009-06-18
Transform 'u8' to 'uint8_t' in src/flash
zwelch
1
-24
/
+24
2009-06-05
remove unused include file: inttypes.h
oharboe
1
-3
/
+0
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-34
/
+75
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-0
/
+2
2009-05-22
Author: David Brownell <david-b@pacbell.net>
kc8apf
1
-28
/
+3
2009-05-21
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
1
-5
/
+5
2009-05-19
David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfix
oharboe
1
-4
/
+7
2009-05-18
Whitespace cleanup from David Brownell <david-b@pacbell.net>
kc8apf
1
-160
/
+160
2009-05-12
4-bit ECC support for Marvell Kirkwood SOC
oharboe
1
-1
/
+18
2009-05-11
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
1
-11
/
+3
2009-04-19
Zach Welch <zw@superlucidity.net> add missing initializers in nand.c
oharboe
1
-1
/
+1
2009-04-19
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
1
-3
/
+3
2009-04-18
The following patches was applied:
mifi
1
-35
/
+36
2009-04-03
Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line.
oharboe
1
-1
/
+1
2009-04-02
Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...
oharboe
1
-5
/
+56
2009-04-02
Nicolas Pitre nico at cam.org This at least should make the "nand info" comma...
oharboe
1
-0
/
+8
2009-04-02
Nicolas Pitre nico at cam.org Allocating a 6-byte memory location with malloc...
oharboe
1
-3
/
+1
2009-03-01
Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ...
oharboe
1
-0
/
+2
2009-03-01
Nicolas Pitre nico at cam.org support for NAND controllers without explicit ...
oharboe
1
-6
/
+36
2009-03-01
Nicolas Pitre nico at cam.org don't ignore bad options passed to the "nand w...
oharboe
1
-2
/
+4
2009-03-01
Nicolas Pitre nico at cam.org The code unconditionally writes into the oob ar...
oharboe
1
-1
/
+4
2009-03-01
Nicolas Pitre nico at cam.org spelling
oharboe
1
-2
/
+2
2008-12-28
Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...
oharboe
1
-1
/
+1
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-1
/
+0
2008-10-15
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
1
-2
/
+2
2008-08-19
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
oharboe
1
-1
/
+1
2008-06-27
David Anders: fixes an issue with large block nand flash address where the be...
oharboe
1
-1
/
+4
2008-05-20
Edgar Grimberg fixes some memory handling issues and
oharboe
1
-11
/
+25
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-25
/
+25
2008-02-29
Uwe Hermann:
oharboe
1
-4
/
+2
2008-02-29
- image.c and fileio.c now uses logging to propagate error strings.
oharboe
1
-2
/
+0
2008-02-25
dos2unix fix.
oharboe
1
-1514
/
+1514
2008-02-25
- "flash write_binary" is now "flash write_bank" to clarify the focus of the
oharboe
1
-1517
/
+1514
2008-02-23
- Use NAND extended geometry information (thanks to Ben Dooks for this patch)
drath
1
-4
/
+42
2008-02-19
- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...
drath
1
-50
/
+77
2007-08-14
- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...
drath
1
-1
/
+1
2007-06-16
- added mingw elf patches from Vincent Palatin
ntfreak
1
-1
/
+2
2007-05-30
- reworked image handling to support multiple sections (tested with ihex file...
drath
1
-32
/
+11
2007-05-29
- split fileio handling into fileio part and image handling
drath
1
-32
/
+26
[next]