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
/
nor
/
str9x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-27
Constify struct flash_driver instances
Christopher Head
1
-1
/
+1
2018-04-04
flash/nor: implement flash bank deallocation in drivers with simple alloc
Tomas Vanek
1
-0
/
+1
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2016-02-29
Cleanup: removal of obsolete semicolons
Alexander Kurz
1
-1
/
+1
2014-03-17
flash: Constify write buffer
Andreas Fritiofson
1
-2
/
+2
2013-10-31
str9x: Fix byte order bug
Andreas Fritiofson
1
-3
/
+4
2013-10-03
flash/nor: Make info function optional
Andreas Fritiofson
1
-7
/
+0
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-10-08
flash/nor: make all working area pointers local
Andreas Fritiofson
1
-11
/
+7
2012-05-14
build: use generic name for arm_algorithm vars
Spencer Oliver
1
-5
/
+5
2012-02-06
build: cleanup src/flash/nor directory
Spencer Oliver
1
-137
/
+74
2012-01-12
cmd: add missing usage var
Spencer Oliver
1
-0
/
+1
2012-01-12
optimize: replace while loop by memcpy
Mathias K
1
-7
/
+2
2012-01-04
Change return value on error.
Mathias K
1
-2
/
+1
2011-11-07
str9x: explain compiler that a local variable will always be initialized
Øyvind Harboe
1
-0
/
+3
2011-06-04
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
1
-3
/
+0
2011-01-03
error handling: the error number is not part of the user interface
Øyvind Harboe
1
-1
/
+1
2010-11-17
FLASH/NOR: Remove useless file str9x.h
Antonio Borneo
1
-1
/
+35
2010-10-28
src: add loader src description
Spencer Oliver
1
-0
/
+2
2010-08-12
str9x: faster flash erase of entire chip
Fredrik Hederstierna
1
-6
/
+23
2010-07-16
flash: use bkpt for str9 flash algo algorithm
Spencer Oliver
1
-3
/
+2
2010-06-16
str9x: -Wshadow warning fixes
Øyvind Harboe
1
-3
/
+3
2010-05-16
NOR: add read() callback to struct flash_driver
Antonio Borneo
1
-0
/
+1
2010-05-04
flash: less bogus errors
Øyvind Harboe
1
-1
/
+1
2010-03-10
STR9: flash loader cleanup
Spencer Oliver
1
-6
/
+14
2010-01-29
NOR: cleanup driver decls
David Brownell
1
-13
/
+13
2010-01-14
str9x.c: remove optimization when erasing the whole bank
Laurentiu Cocanu
1
-15
/
+3
2010-01-09
src/flash/nor: usage/help/doc updates
David Brownell
1
-3
/
+4
2009-12-04
ARM: rename armv4_5_algorithm as arm_algorithm
David Brownell
1
-1
/
+1
2009-12-04
ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
David Brownell
1
-1
/
+1
2009-12-04
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
David Brownell
1
-1
/
+1
2009-12-04
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
1
-1
/
+1
2009-12-04
remove target.h from flash.h
Zachary T Welch
1
-0
/
+1
2009-12-03
change #include "arm966e.h" to <target/arm966e.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "algorithm.h" to <target/algorithm.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
move nor drivers to src/flash/nor
Zachary T Welch
1
-0
/
+711