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
2009-11-28
fix s3c24xx device command helper
lementec fabien
1
-1
/
+4
2009-11-28
add 'nonce' nand driver
Zachary T Welch
3
-0
/
+83
2009-11-27
fix 'nand info' command
Zachary T Welch
1
-5
/
+5
2009-11-26
ARM NAND I/O header documentation update.
Dean Glazeski
1
-6
/
+10
2009-11-26
ARM NAND I/O documentation update.
Dean Glazeski
1
-1
/
+7
2009-11-26
ARM NAND I/O refactor code copying.
Dean Glazeski
1
-40
/
+47
2009-11-26
ARM NAND I/O read function.
Dean Glazeski
2
-1
/
+91
2009-11-26
NAND Flash documentation update.
Dean Glazeski
1
-1
/
+47
2009-11-26
fix 'flash protect' and 'flash erase_sector'
Eric Wetzel
1
-3
/
+3
2009-11-25
use ARRAY_SIZE macro
Zachary T Welch
2
-8
/
+8
2009-11-25
improve command handling examples
Zachary T Welch
1
-0
/
+12
2009-11-24
add jim_handler to command_registration
Zachary T Welch
1
-3
/
+6
2009-11-24
remove nand_controller->register_callbacks
Zachary T Welch
12
-41
/
+8
2009-11-24
remove flash_driver->register_callbacks
Zachary T Welch
17
-105
/
+25
2009-11-24
tms470: use register_commands()
Zachary T Welch
1
-7
/
+32
2009-11-24
str9xpec: use register_commands()
Zachary T Welch
1
-38
/
+81
2009-11-24
str9x: use register_commands()
Zachary T Welch
1
-8
/
+21
2009-11-24
str7x: use register_commands()
Zachary T Welch
1
-8
/
+20
2009-11-24
stm32x: use register_commands()
Zachary T Welch
1
-21
/
+44
2009-11-24
stellaris: use register_commands()
Zachary T Welch
1
-7
/
+20
2009-11-24
pic32mx: use register_commands()
Zachary T Welch
1
-17
/
+25
2009-11-24
nand: use register_commands()
Zachary T Welch
1
-47
/
+98
2009-11-24
mflash: use register_commands()
Zachary T Welch
1
-17
/
+54
2009-11-24
lpc3180_nand_controller: use register_commands()
Zachary T Welch
1
-5
/
+21
2009-11-24
lpc2900: use register_commands()
Zachary T Welch
1
-34
/
+55
2009-11-24
lpc2000: use register_commands()
Zachary T Welch
1
-8
/
+20
2009-11-24
flash: use register_commands()
Zachary T Welch
1
-50
/
+117
2009-11-24
ecos: use register_commands()
Zachary T Welch
1
-2
/
+0
2009-11-24
cfi: use register_commands()
Zachary T Welch
1
-6
/
+0
2009-11-24
avrf: use register_commands()
Zachary T Welch
1
-8
/
+20
2009-11-24
at91sam7: use register_commands()
Zachary T Welch
1
-9
/
+21
2009-11-24
at91sam3: use register_commands()
Zachary T Welch
1
-27
/
+35
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
18
-119
/
+95
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
[next]