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]

Add ks32c5000 eth package to e7t/snds100


I'm not sure why it wasn't in these targets before.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
>>>>> Visit us in booth 2527 at the Embedded Systems Conference 2004 <<<<<
March 30 - April 1, San Francisco http://www.esconline.com/electronicaUSA/
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.133
diff -u -5 -p -r1.133 ChangeLog
--- ChangeLog	30 Jan 2004 10:26:17 -0000	1.133
+++ ChangeLog	20 Feb 2004 10:25:49 -0000
@@ -1,5 +1,10 @@
+2004-02-20  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* ecos.db: Include CYGPKG_DEVS_ETH_ARM_KS32C5000 in snds100 and
+	e7t targets.
+
 2004-01-30  John Dallaway  <jld@ecoscentric.com>
 
 	* ecos.db: Add 'hardware' attribute to CYGPKG_DEVS_ETH_ARM_KS32C5000.
 
 	* ecosadmin.tcl: Delete empty directories in the repository following
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.118
diff -u -5 -p -r1.118 ecos.db
--- ecos.db	30 Jan 2004 10:26:17 -0000	1.118
+++ ecos.db	20 Feb 2004 10:25:51 -0000
@@ -33,13 +33,10 @@
 ## License. However the source code for this file must still be made available
 ## in accordance with section (3) of the GNU General Public License.
 ##
 ## This exception does not invalidate any other reasons why a work based on
 ## this file might be covered by the GNU General Public License.
-##
-## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
-## at http://sources.redhat.com/ecos/ecos-license/
 ## -------------------------------------------
 #####ECOSGPLCOPYRIGHTEND####
 #=============================================================================
 ######DESCRIPTIONBEGIN####
 #
@@ -3721,10 +3718,11 @@ target e7t {
                    CYGPKG_HAL_ARM_E7T
                    CYGPKG_DEVS_FLASH_ARM_E7T
                    CYGPKG_DEVS_FLASH_AMD_AM29XXXXX
                    CYGPKG_DEVS_FLASH_SST_39VFXXX
 	           CYGPKG_IO_SERIAL_ARM_E7T
+                   CYGPKG_DEVS_ETH_ARM_KS32C5000
         }
         description "
  The e7t target provides the packages needed to run eCos on an ARM
  Evaluator7T board (aka AEB-2)."
 }
@@ -4188,10 +4186,11 @@ CMA230 (ARM7TDMI) or CMA222 (ARM710T) bo
 
 target snds {
       alias { "Samsung SNDS" SNDS snds snds100 }
       packages { CYGPKG_HAL_ARM 
                  CYGPKG_HAL_ARM_SNDS 
+                 CYGPKG_DEVS_ETH_ARM_KS32C5000
                }
       enable { CYGHWR_HAL_ARM_BIGENDIAN }
       description "
         The snds target provides the packages needed to run eCos on a
         Samsung SNDS eval board."

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