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-12-03
remove tertiary include paths
Zachary T Welch
3
-16
/
+3
2009-12-03
change #include "../hello.h" to "hello.h"
Zachary T Welch
2
-1
/
+3
2009-12-03
change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "ocl.h" to <flash/nor/ocl.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "nand.h" to <flash/nand.h>
Zachary T Welch
5
-5
/
+5
2009-12-03
change #include "flash.h" to <flash/flash.h>
Zachary T Welch
20
-20
/
+20
2009-12-03
change #include "arm_nandio.h" to <flash/arm_nandio.h>
Zachary T Welch
2
-2
/
+2
2009-12-03
change #include "target.h" to <target/target.h>
Zachary T Welch
2
-2
/
+2
2009-12-03
change #include "mips32.h" to <target/mips32.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "image.h" to <target/image.h>
Zachary T Welch
4
-4
/
+4
2009-12-03
change #include "embeddedice.h" to <target/embeddedice.h>
Zachary T Welch
2
-2
/
+2
2009-12-03
change #include "avrt.h" to <target/avrt.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "armv7m.h" to <target/armv7m.h>
Zachary T Welch
3
-3
/
+3
2009-12-03
change #include "armv4_5.h" to <target/armv4_5.h>
Zachary T Welch
6
-6
/
+6
2009-12-03
change #include "arm966e.h" to <target/arm966e.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "arm7_9_common.h" to <target/arm7_9_common.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "algorithm.h" to <target/algorithm.h>
Zachary T Welch
10
-10
/
+10
2009-12-03
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "types.h" to <helper/types.h>
Zachary T Welch
3
-3
/
+3
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
5
-5
/
+5
2009-12-03
change #include "membuf.h" to <helper/membuf.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
3
-3
/
+3
2009-12-03
change #include "fileio.h" to <helper/fileio.h>
Zachary T Welch
2
-2
/
+2
2009-12-03
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
10
-10
/
+10
2009-12-03
normalize headers to make changing easier
Zachary T Welch
1
-1
/
+1
2009-12-03
allow #include directives to use module name
Zachary T Welch
3
-0
/
+3
2009-12-02
move nor drivers to src/flash/nor
Zachary T Welch
36
-50
/
+55
2009-12-02
move nand drivers to src/flash/nand/
Zachary T Welch
16
-27
/
+42
2009-12-02
flash: factor init to 'flash init'
Zachary T Welch
1
-0
/
+23
2009-12-02
mflash: factor init to 'mflash init'
Zachary T Welch
1
-0
/
+23
2009-12-02
nand: factor init to 'nand init'
Zachary T Welch
1
-0
/
+26
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
[next]