index
:
riscv-tools/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
/
flash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-04
eliminate src/flash/flash.c
Zachary T Welch
1
-216
/
+0
2009-12-04
add flash/nor/drivers.c
Zachary T Welch
1
-43
/
+0
2009-12-04
move more nor flash implementation details
Zachary T Welch
1
-999
/
+0
2009-12-04
add flash/nor/{tcl.c,imp.h} from flash/flash.c
Zachary T Welch
1
-175
/
+0
2009-12-03
change #include "image.h" to <target/image.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
flash: factor init to 'flash init'
Zachary T Welch
1
-0
/
+23
2009-11-26
fix 'flash protect' and 'flash erase_sector'
Eric Wetzel
1
-3
/
+3
2009-11-24
add jim_handler to command_registration
Zachary T Welch
1
-3
/
+6
2009-11-24
remove flash_driver->register_callbacks
Zachary T Welch
1
-5
/
+10
2009-11-24
flash: use register_commands()
Zachary T Welch
1
-50
/
+117
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-14
/
+14
2009-11-22
flash: dynamically allocate working storage
Øyvind Harboe
1
-16
/
+52
2009-11-19
add support for naming flash banks
Zachary T Welch
1
-2
/
+8
2009-11-19
refactor handle_flash_bank_command
Zachary T Welch
1
-17
/
+13
2009-11-19
rename flash and nand command helpers
Zachary T Welch
1
-4
/
+4
2009-11-19
allow flash/nand banks commands to accept names
Zachary T Welch
1
-2
/
+24
2009-11-18
use COMMAND_PARSE_ON_OFF where appropriate
Zachary T Welch
1
-7
/
+2
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-29
/
+29
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-46
/
+46
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-16
/
+16
2009-11-16
fileio: improve API types
Zachary T Welch
1
-2
/
+2
2009-11-16
struct fileio: improve member types
Zachary T Welch
1
-1
/
+1
2009-11-16
flash_command_get_bank_by_num: make COMMAND_HELPER
Zachary T Welch
1
-6
/
+6
2009-11-13
command_t -> struct command
Zachary T Welch
1
-1
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-4
/
+4
2009-11-13
flash_bank_t -> struct flash_bank
Zachary T Welch
1
-31
/
+31
2009-11-13
target_t -> struct target
Zachary T Welch
1
-13
/
+13
2009-11-13
image_t -> struct image
Zachary T Welch
1
-4
/
+4
2009-11-13
flash_driver_t -> struct flash_driver
Zachary T Welch
1
-20
/
+20
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
1
-1
/
+1
2009-11-13
add CMD_NAME macro for command handlers
Zachary T Welch
1
-1
/
+1
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
1
-1
/
+2
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-13
/
+11
2009-11-11
add const keyword to some APIs
Zachary T Welch
1
-1
/
+1
2009-11-09
flash/flash.c: remove forward declarations
Zachary T Welch
1
-57
/
+62
2009-11-09
Overhaul time support API
Zachary T Welch
1
-80
/
+37
2009-11-06
Improve flash indentation.
Zachary T Welch
1
-221
/
+210
2009-11-05
Improve flash.c command argument parsing.
Zachary T Welch
1
-68
/
+51
2009-11-05
Add Flash/NAND bank command argument helpers.
Zachary T Welch
1
-0
/
+17
2009-10-20
Added the faux flash driver and target. Used for testing.
Øyvind Harboe
1
-0
/
+2
2009-10-20
Added 'unlock' option to flash write_image
Øyvind Harboe
1
-14
/
+59
2009-10-10
printf format warning fixes
David Brownell
1
-5
/
+6
2009-09-22
- fix build issue under win32 (cygwin/msys) from svn r2746
ntfreak
1
-1
/
+1
2009-09-22
Make it easier to erase or protect through to the end
dbrownell
1
-36
/
+75
2009-09-16
Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family ...
oharboe
1
-2
/
+4
2009-08-30
David Brownell <david-b@pacbell.net> Remove duplicate check for flash write s...
oharboe
1
-21
/
+19
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-30
Remove at91sam3.h from flash.c; use extern like other drivers.
zwelch
1
-1
/
+1
2009-06-24
Add support for ATMEL AT91SAM3U - CortexM3 Family
duane
1
-0
/
+2
[next]