]> git.sur5r.net Git - openocd/commit
Pavel Chromy's on chip flash loader
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 23 Apr 2008 16:36:02 +0000 (16:36 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 23 Apr 2008 16:36:02 +0000 (16:36 +0000)
commit831d41e75064130f596896974869ce5595406dec
tree7a7d5c3d91f1cd75f667e733fe6ef9e078a1e44b
parentb3684491e8e5ee64f6003ec974d24f66bee5e897
Pavel Chromy's on chip flash loader

git-svn-id: svn://svn.berlios.de/openocd/trunk@612 b42882b7-edfa-0310-969c-e2dbd0fdcd60
17 files changed:
src/flash/Makefile.am
src/flash/flash.c
src/flash/ocl.c [new file with mode: 0644]
src/flash/ocl.h [new file with mode: 0644]
src/flash/ocl/at91sam7x/at91sam7x_ocl_flash.script [new file with mode: 0644]
src/flash/ocl/at91sam7x/at91sam7x_ram.ld [new file with mode: 0644]
src/flash/ocl/at91sam7x/crt.s [new file with mode: 0644]
src/flash/ocl/at91sam7x/dcc.c [new file with mode: 0644]
src/flash/ocl/at91sam7x/dcc.h [new file with mode: 0644]
src/flash/ocl/at91sam7x/main.c [new file with mode: 0644]
src/flash/ocl/at91sam7x/makefile [new file with mode: 0644]
src/flash/ocl/at91sam7x/ocl.h [new file with mode: 0644]
src/flash/ocl/at91sam7x/platform.h [new file with mode: 0644]
src/flash/ocl/at91sam7x/samflash.c [new file with mode: 0644]
src/flash/ocl/at91sam7x/samflash.h [new file with mode: 0644]
src/flash/ocl/at91sam7x/samregs.h [new file with mode: 0644]
src/target/target.h