Mercurial > flash_v2
changeset 1345:e1737b465766
* ecos.db: Replaced the 39VF4XX flash driver with a 39VFXXX driver.
| author | asl |
|---|---|
| date | Tue, 04 Nov 2003 09:05:21 +0000 |
| parents | d578891243fd |
| children | a8c6b7e1ced9 |
| files | packages/ChangeLog packages/NEWS packages/ecos.db |
| diffstat | 3 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,7 @@ +2003-11-04 Andrew Lunn <andrew.lunn@ascom.ch> + + * ecos.db: Replaced the 39VF4XX flash driver with a 39VFXXX driver. + 2003-10-24 Jonathan Larmour <jifl@eCosCentric.com> * pkgconf/rules.mak: Remove -finit-priority and -fvtable-gc
--- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,4 @@ +* Flash driver for SST 39VFXXX devices * Wall clock driver for Synthetic target. * New port to TAMS MOAB (PowerPC 405GPr) development board * FLASH layer can now support NAND devices
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -504,14 +504,15 @@ package CYGPKG_DEVS_FLASH_STRATA { StrataFLASH memory devices." } -package CYGPKG_DEVS_FLASH_SST_39VF400 { - alias { "Support for SST 39VF400 flash memory" flash_sst_39vf4000 } - directory devs/flash/sst/39vf400 - script flash_sst_39vf400.cdl +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 39VF400 - flash memory devices." + This package contains hardware support for SST 39VFxxx + flash memory devices. Until now it supports SST 39VF080, + 39VF016 and 39VF400 devices." } package CYGPKG_DEVS_FLASH_INTEL_28FXXX {
