This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Flash driver for SST39VF080 and SST39VF016


On Donnerstag, 2. Oktober 2003 16:13, Roland Caßebohm wrote:
> Attached is a flash driver for SST39VF080 and SST39VF016 cloned from the
> at29xxxx driver.

I did forget the patch for the ecos.db database.

Roland
-- 

___________________________________________________

VS Vision Systems GmbH, Industrial Image Processing
Dipl.-Ing. Roland Caßebohm
Aspelohe 27A, D-22848 Norderstedt, Germany
http://www.visionsystems.de
___________________________________________________
Index: packages/ecos.db
===================================================================
RCS file: /home/cassebohm/net/USERS/CVSROOT/VSprojects/ecos/packages/ecos.db,v
retrieving revision 1.1.1.2
retrieving revision 1.1.1.1.2.3
diff -u -5 -p -r1.1.1.2 -r1.1.1.1.2.3
--- packages/ecos.db	1 Oct 2003 08:37:55 -0000	1.1.1.2
+++ packages/ecos.db	8 Oct 2003 16:47:13 -0000	1.1.1.1.2.3
@@ -512,10 +522,21 @@ package CYGPKG_DEVS_FLASH_SST_39VF400 {
         description "
            This package contains hardware support for SST 39VF400
            flash memory devices."
 }
 
+package CYGPKG_DEVS_FLASH_SST_39VFXXX {
+        alias           { "Support for SST 39VFxxx flash memory" flash_sst_39VFxxx }
+        directory       devs/flash/sst/39vfxxx
+        script          flash_sst_39vfxxx.cdl
+        hardware
+        description "
+           This package contains hardware support for SST 39VFxxx
+           flash memory devices. Until now it supports SST 39VF080
+           and 39VF016 devices."
+}
+
 package CYGPKG_DEVS_FLASH_INTEL_28FXXX {
 	alias 		{ "Generic FLASH memory support for Intel 28Fxxx Flash parts" flashfile }
 	directory	devs/flash/intel/28fxxx
 	script		flash_intel_28fxxx.cdl
 	hardware


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]