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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-11
- probe incorrect for high density stm32 flash
ntfreak
1
-2
/
+1
2008-06-06
- stm32 erase will use mass_erase if all banks selected
ntfreak
2
-37
/
+55
2008-06-05
- erase bank using bank erase rather than each sector
ntfreak
1
-1
/
+18
2008-06-04
- luminary, stm32 and str7 flash driver error cleanup
ntfreak
3
-34
/
+25
2008-06-03
- str9 driver remove the duplicate target_free_working_area and reformat spac...
ntfreak
2
-33
/
+28
2008-06-03
Fredrik Hederstierna: fix leak + clean up return codes
oharboe
1
-15
/
+32
2008-06-03
Fredrik Hederstierna: fix leak + clean up return codes
oharboe
1
-4
/
+5
2008-05-28
- stellaris flash driver changed warning to info
ntfreak
1
-4
/
+4
2008-05-27
- moved flash erase_check target code to target.c
ntfreak
4
-209
/
+56
2008-05-27
flash_write will attempt to pad image sections
ntfreak
1
-8
/
+28
2008-05-26
- corrected error with stm32 page calculation
ntfreak
1
-1
/
+2
2008-05-24
- added stellaris flash mass_erase command
ntfreak
1
-80
/
+132
2008-05-24
- update sectors on stm32x mass erase
ntfreak
1
-0
/
+7
2008-05-24
- removed compiler warnings
ntfreak
1
-15
/
+4
2008-05-23
- add support for newer high density stm32 parts
ntfreak
2
-30
/
+53
2008-05-20
Edgar Grimberg fixes some memory handling issues and
oharboe
2
-11
/
+28
2008-04-30
- added new device to luminary flash driver
ntfreak
1
-2
/
+35
2008-04-29
- stm32x default to 128k if flash size failed.
ntfreak
1
-1
/
+6
2008-04-26
- luminary flash now loader polls when finished
ntfreak
1
-7
/
+3
2008-04-26
- change str9 flash controller to read array after a level 1 protect
ntfreak
1
-0
/
+7
2008-04-24
Close dangling file handle
oharboe
1
-1
/
+1
2008-04-24
- added svn props for newly added files
ntfreak
14
-1534
/
+1532
2008-04-23
Pavel Chromy's on chip flash loader
oharboe
16
-1
/
+1538
2008-04-23
Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).
oharboe
3
-0
/
+20
2008-04-21
- set lpc288x[ch] svn file props
ntfreak
2
-606
/
+606
2008-04-20
- set erase flag on sector
ntfreak
1
-4
/
+6
2008-04-20
Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...
oharboe
4
-2
/
+610
2008-04-19
- flash.c change stricmp to strcmp
ntfreak
1
-1
/
+1
2008-04-19
retired auto_erase, added optional erase arg to flash write_image.
oharboe
1
-25
/
+18
2008-04-18
- Flash auto-erase is disabled by default
drath
1
-2
/
+3
2008-04-18
Enabled auto erase, gdb memory map and gdb flash programming by default.
oharboe
1
-1
/
+2
2008-04-14
- split str71x driver into banks
ntfreak
6
-196
/
+147
2008-04-10
- single core context used, removed debug context as thought unnecessary.
ntfreak
2
-2
/
+0
2008-04-08
Edwin Olson found bug & tested fix for flash write_image for stellaris.
oharboe
1
-0
/
+11
2008-04-08
added a couple of LOG_ERROR() messages to improve logfile.
oharboe
3
-2
/
+10
2008-04-04
- reverted some of the changes that possibly broke arm926ejs. Waiting
oharboe
2
-14
/
+11
2008-04-03
- Work on fixing erase check. Many implementations are plain broken.
oharboe
4
-195
/
+241
2008-04-02
fix flash info - now reports erased state properly
oharboe
5
-97
/
+57
2008-04-01
- fixes for jtag_khz committed.
oharboe
1
-0
/
+116
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
17
-382
/
+382
2008-03-17
- fix warnings during configure cause by ecosboard. default to no, if host cp...
drath
1
-87
/
+86
2008-03-09
Michael Bruck: fix warning
oharboe
1
-0
/
+1
2008-03-07
Michael Bruck: fixed warnings
oharboe
4
-12
/
+19
2008-03-07
- correct spelling typo in stm32x flash driver
ntfreak
1
-1
/
+1
2008-03-05
Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...
oharboe
5
-156
/
+117
2008-03-04
Bogus error message in GDB removed
oharboe
2
-0
/
+12
2008-03-02
Uwe Hermann tightned up comments, etc. to follow OpenOCD policy
oharboe
3
-24
/
+26
2008-02-29
Uwe Hermann:
oharboe
13
-89
/
+160
2008-02-29
- image.c and fileio.c now uses logging to propagate error strings.
oharboe
3
-6
/
+0
2008-02-29
Pavel Chromy: clarify error messages
oharboe
1
-2
/
+2
[next]