]> git.sur5r.net Git - openocd/commit
- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C2412, S3C24...
authordrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 19 Feb 2008 19:52:09 +0000 (19:52 +0000)
committerdrath <drath@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 19 Feb 2008 19:52:09 +0000 (19:52 +0000)
commitee340df8417772b8c29a54ddf7b36556ec20d609
treeabd649dfc9a456182e428f62a34f392f02b0fdd9
parent5c0e8efa051f4e266add8b3685020970fe394a4c
- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C2412, S3C2413, S3C2440 and S3C2443 (thanks to Ben Dooks for this patch)

git-svn-id: svn://svn.berlios.de/openocd/trunk@311 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/flash/Makefile.am
src/flash/nand.c
src/flash/nand.h
src/flash/s3c2410_nand.c [new file with mode: 0644]
src/flash/s3c2412_nand.c [new file with mode: 0644]
src/flash/s3c2440_nand.c [new file with mode: 0644]
src/flash/s3c2443_nand.c [new file with mode: 0644]
src/flash/s3c24xx_nand.c [new file with mode: 0644]
src/flash/s3c24xx_nand.h [new file with mode: 0644]
src/flash/s3c24xx_regs_nand.h [new file with mode: 0644]