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
/
mflash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-29
fileio: fileio_size() can now fail
Øyvind Harboe
1
-4
/
+10
2010-09-29
fileio: refactor struct fileio to be an opaque structure
Øyvind Harboe
1
-4
/
+4
2010-09-20
warnings: fix alignment warnings
Øyvind Harboe
1
-2
/
+2
2010-06-22
flash: fix shadow issues on Mac
Edgar Grimberg
1
-4
/
+4
2010-06-16
mflash: -Wshadow warning fix
Øyvind Harboe
1
-3
/
+3
2010-04-10
MFLASH: review scope of functions
Antonio Borneo
1
-1
/
+1
2010-01-08
MFLASH: help/usage updates
David Brownell
1
-15
/
+18
2009-12-28
MinGW build fixes
Freddie Chopin
1
-2
/
+2
2009-12-26
cygwin 1.7 build fixes
David Brownell
1
-1
/
+2
2009-12-05
misc code review updates
David Brownell
1
-2
/
+4
2009-12-03
change #include "target.h" to <target/target.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-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "fileio.h" to <helper/fileio.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
mflash: factor init to 'mflash init'
Zachary T Welch
1
-0
/
+23
2009-11-24
mflash: use register_commands()
Zachary T Welch
1
-17
/
+54
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-6
/
+6
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-3
/
+3
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-17
/
+17
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-4
/
+4
2009-11-16
fileio: improve API types
Zachary T Welch
1
-2
/
+4
2009-11-16
struct fileio: improve member types
Zachary T Welch
1
-1
/
+1
2009-11-16
#include "target.h" less wildly
David Brownell
1
-0
/
+1
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
-2
/
+2
2009-11-13
target_t -> struct target
Zachary T Welch
1
-13
/
+13
2009-11-13
mflash_bank_t -> struct mflash_bank
Zachary T Welch
1
-2
/
+2
2009-11-13
mg_drv_info_t -> struct mg_drv_info
Zachary T Welch
1
-1
/
+1
2009-11-13
mflash_gpio_drv_t -> struct mflash_gpio_drv
Zachary T Welch
1
-4
/
+4
2009-11-13
mflash_gpio_num_t -> struct mflash_gpio_num
Zachary T Welch
1
-8
/
+8
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
1
-2
/
+2
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-6
/
+5
2009-11-09
Overhaul time support API
Zachary T Welch
1
-40
/
+34
2009-11-05
Improve mflash.c command argument parsing.
Zachary T Welch
1
-6
/
+9
2009-10-14
another portability update
David Brownell
1
-4
/
+4
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
1
-14
/
+14
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-3
/
+3
2009-06-23
- Fixes '+' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '=' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '[+]=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
1
-1
/
+1
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-2
/
+2
2009-06-21
C99 printf() -Werror fixes
duane
1
-19
/
+19
2009-06-18
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
1
-30
/
+30
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-4
/
+4
2009-06-18
Transform 'u8' to 'uint8_t' in src/flash
zwelch
1
-32
/
+32
2009-06-12
unsik Kim <donari75@gmail.com>:
zwelch
1
-191
/
+233
2009-05-31
Add target_write_memory wrapper:
zwelch
1
-2
/
+2
2009-05-31
Add target_read_memory wrapper:
zwelch
1
-3
/
+3
2009-05-27
Fix potentialyl unaligned memory accesses in mflash driver.
zwelch
1
-2
/
+3
[next]