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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-22
flash: dynamically allocate working storage
Øyvind Harboe
1
-16
/
+52
2009-11-20
fix flash/nand name parsing
Zachary T Welch
1
-1
/
+3
2009-11-19
NAND verify doesn't advance.
Dean Glazeski
1
-1
/
+1
2009-11-19
add support for naming NAND banks
Zachary T Welch
2
-3
/
+11
2009-11-19
refactor handle_nand_device_command
Zachary T Welch
1
-62
/
+62
2009-11-19
add support for naming flash banks
Zachary T Welch
2
-2
/
+10
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
13
-44
/
+44
2009-11-19
allow flash/nand banks commands to accept names
Zachary T Welch
7
-4
/
+154
2009-11-19
nand_fileio_parse_args parses wrong param for size
Dean Glazeski
1
-1
/
+1
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
1
-8
/
+1
2009-11-18
use COMMAND_PARSE_ON_OFF where appropriate
Zachary T Welch
1
-7
/
+2
2009-11-18
split startup.tcl file across modules
Zachary T Welch
2
-0
/
+18
2009-11-17
ARM: only use one set of dummy FPA registers
David Brownell
1
-1
/
+0
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
15
-177
/
+177
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
23
-198
/
+198
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
25
-99
/
+99
2009-11-16
fileio: improve API types
Zachary T Welch
5
-12
/
+15
2009-11-16
struct fileio: improve member types
Zachary T Welch
3
-3
/
+3
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
3
-8
/
+8
2009-11-16
nand_command_get_device_by_num: make COMMAND_HELPER
Zachary T Welch
2
-10
/
+11
2009-11-16
flash_command_get_bank_by_num: make COMMAND_HELPER
Zachary T Welch
11
-41
/
+41
2009-11-16
Add 'nand verify' command
Zachary T Welch
1
-0
/
+65
2009-11-16
Use nand_fileio_* in write/dump commands.
Zachary T Welch
1
-248
/
+46
2009-11-16
Add nand_fileio_* helper APIs.
Zachary T Welch
1
-0
/
+216
2009-11-16
#include "target.h" less wildly
David Brownell
4
-4
/
+2
2009-11-16
target: less implicit inclusion of "command.h"
David Brownell
1
-1
/
+0
2009-11-16
target: don't implicitly include "algorithm.h"
David Brownell
10
-2
/
+12
2009-11-14
lpc2900.h -- remove from Makefile.am too
David Brownell
1
-1
/
+0
2009-11-14
flash: remove needless lpc2900.h header
David Brownell
2
-29
/
+1
2009-11-13
ARM7/9: rm arm7_9_get_arch_pointers()
David Brownell
1
-4
/
+3
2009-11-13
command_t -> struct command
Zachary T Welch
17
-17
/
+17
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
27
-43
/
+43
2009-11-13
flash_bank_t -> struct flash_bank
Zachary T Welch
23
-366
/
+366
2009-11-13
nand_device_t -> struct nand_device
Zachary T Welch
14
-140
/
+140
2009-11-13
target_t -> struct target
Zachary T Welch
34
-241
/
+241
2009-11-13
image_t -> struct image
Zachary T Welch
4
-8
/
+8
2009-11-13
armv4_5_common_t -> struct arm
Zachary T Welch
3
-3
/
+3
2009-11-13
working_area_t -> struct working_area
Zachary T Welch
17
-21
/
+21
2009-11-13
mips_ejtag_t -> struct mips_ejtag
Zachary T Welch
1
-2
/
+2
2009-11-13
mips32_common_t -> struct mips32_common
Zachary T Welch
1
-2
/
+2
2009-11-13
avr_common_t -> struct avr_common
Zachary T Welch
1
-10
/
+10
2009-11-13
armv7m_algorithm_t -> struct armv7m_algorithm
Zachary T Welch
4
-4
/
+4
2009-11-13
armv4_5_algorithm_t -> struct armv4_5_algorithm
Zachary T Welch
8
-9
/
+9
2009-11-13
arm_jtag_t -> struct arm_jtag
Zachary T Welch
2
-2
/
+2
2009-11-13
arm7_9_common_t -> struct arm7_9_common
Zachary T Welch
2
-2
/
+2
2009-11-13
reg_param_t -> struct reg_param
Zachary T Welch
10
-11
/
+11
2009-11-13
mem_param_t -> struct mem_param
Zachary T Welch
1
-1
/
+1
2009-11-13
remove unused aduc702x structure.
Zachary T Welch
1
-11
/
+0
2009-11-13
aduc702x_flash_bank_t -> struct aduc702x_flash_bank
Zachary T Welch
1
-6
/
+5
[next]