mtd/drivers/mtd/maps ts5500_flash.c, NONE, 1.1 Kconfig, 1.34, 1.35 Makefile.common, 1.17, 1.18

sean at infradead.org sean at infradead.org
Mon Sep 20 11:33:29 EDT 2004


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv12121

Modified Files:
	Kconfig Makefile.common 
Added Files:
	ts5500_flash.c 
Log Message:
MTD Mapping driver for Technology Systems TS-5500 board

Signed-off-by: Sean Young <sean at mess.org>



***** Error reading new file: [Errno 2] No such file or directory: 'ts5500_flash.c'
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Kconfig	2 Sep 2004 01:27:07 -0000	1.34
+++ Kconfig	20 Sep 2004 15:33:26 -0000	1.35
@@ -92,6 +92,25 @@
 	  demonstration board. If you have one of these boards and would like 
 	  to use the flash chips on it, say 'Y'.
 
+config MTD_TS5500
+	tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
+	depends on X86 && MTD_JEDECPROBE && MTD_PARTITIONS
+	help
+	  This provides a driver for the on-board flash of the Technologic
+	  System's TS-5500 board. The flash is split into 3 partitions
+	  which are accessed as separate MTD devices.
+
+	  mtd0 and mtd2 are the two BIOS drives. Unfortunately the BIOS
+	  uses a proprietary flash translation layer from General Software,
+	  which is not supported (the drives cannot be mounted). You can
+	  create your own file system (jffs for example), but the BIOS
+	  won't be able to boot from it.
+
+	  mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL.
+
+	  Note that jumper 3 ("Write Enable Drive A") must be set
+	  otherwise detection won't succeeed.
+
 config MTD_SBC_GXX
 	tristate "CFI Flash device mapped on Arcom SBC-GXx boards"
 	depends on X86 && MTD_CFI_INTELEXT && MTD_PARTITIONS && MTD_COMPLEX_MAPPINGS

Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile.common	2 Sep 2004 00:13:41 -0000	1.17
+++ Makefile.common	20 Sep 2004 15:33:27 -0000	1.18
@@ -35,6 +35,7 @@
 obj-$(CONFIG_MTD_SBC_GXX)	+= sbc_gxx.o
 obj-$(CONFIG_MTD_SC520CDP)	+= sc520cdp.o
 obj-$(CONFIG_MTD_NETSC520)	+= netsc520.o
+obj-$(CONFIG_MTD_TS5500)	+= ts5500_flash.o
 obj-$(CONFIG_MTD_SUN_UFLASH)	+= sun_uflash.o
 obj-$(CONFIG_MTD_VMAX)		+= vmax301.o
 obj-$(CONFIG_MTD_SCx200_DOCFLASH)+= scx200_docflash.o





More information about the linux-mtd-cvs mailing list