- reworked file i/o. every fileaccess (target, flash, nand, in future configuration...
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 15 Mar 2007 13:36:44 +0000 (13:36 +0000)
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 15 Mar 2007 13:36:44 +0000 (13:36 +0000)
commitcb582796539d35920e918bec2d0118eb3736d40e
tree0c46f343c31094c65d196c66cc821e0a6d43bf49
parente0c2e30660bef422744e885ab32c26c58978a8a1
- reworked file i/o. every fileaccess (target, flash, nand, in future configuration, too) should now go through the fileio subsystem
- added support for reading IHEX files (through fileio)
- load/dump_binary renamed to the more generic load/dump_image <file> <address> ['bin'|'ihex']
- added NAND framework (preliminary)
- added support for the LPC3180 SLC and MLC NAND controllers (preliminary)
- fix initialization for parport
- gw16012 fixes/cleanups
- added EmbeddedICE version 7 (preliminary, reported on two LPC23xx devices so far)
- added 'arm7_9 etm <target#>' configuration command to enable access to the ETM registers

git-svn-id: svn://svn.berlios.de/openocd/trunk@132 b42882b7-edfa-0310-969c-e2dbd0fdcd60
20 files changed:
src/flash/Makefile.am
src/flash/flash.c
src/flash/lpc3180_nand_controller.c [new file with mode: 0644]
src/flash/lpc3180_nand_controller.h [new file with mode: 0644]
src/flash/nand.c [new file with mode: 0644]
src/flash/nand.h [new file with mode: 0644]
src/helper/Makefile.am
src/helper/time_support.c
src/helper/time_support.h
src/helper/types.h
src/jtag/gw16012.c
src/jtag/jtag.c
src/jtag/jtag.h
src/jtag/parport.c
src/openocd.c
src/target/arm7_9_common.c
src/target/arm7tdmi.c
src/target/arm9tdmi.c
src/target/embeddedice.c
src/target/target.c