# HG changeset patch # User asl # Date 1091714215 0 # Node ID e7f2b3b6c889cd6c5f8dd888f96b4f16201e1fda # Parent 0943943e5b802ed35fc024b2690d0674f7f3c35c * ecos.db: Added the new synthetic target flash device which uses the new API and has some extra goodies like boot blocks. diff --git a/packages/ChangeLog b/packages/ChangeLog --- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,8 @@ +2004-08-05 Andrew Lunn + + * ecos.db: Added the new synthetic target flash device which uses + the new API and has some extra goodies like boot blocks. + 2004-05-15 Roland Ca?ebohm * ecos.db: Added aim711 support diff --git a/packages/NEWS b/packages/NEWS --- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,4 @@ +* New Flash API with lots of new goodies. * Added support for the AIM711 contributed by Roland Cassebohm. * Added the lwIP TCP/IP stack. * Added PPP network support. Contributed by Nick Garnett of eCosCentric. diff --git a/packages/ecos.db b/packages/ecos.db --- a/packages/ecos.db +++ b/packages/ecos.db @@ -711,6 +711,15 @@ package CYGPKG_DEVS_FLASH_SYNTH { FLASH memory device support for Synthetic target" } +package CYGPKG_DEVS_FLASH_SYNTH_V2 { + alias { "Synthetic FLASH memory support" synth_flashv2 flash_synthv2 } + directory devs/flash/synthv2 + script flash_synth.cdl + hardware + description " + FLASH memory device support for Synthetic target using the new API" +} + package CYGPKG_DEVS_FLASH_TOSHIBA_TC58XXX { alias { "Support for Toshiba TC58xxx flash memory" flash_toshiba_tc58xxx } directory devs/flash/toshiba/tc58xxx