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]

Viper - minor CDL cleanup


Index: hal/powerpc/viper/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/ChangeLog,v
retrieving revision 1.15
diff -u -5 -p -r1.15 ChangeLog
--- hal/powerpc/viper/current/ChangeLog	6 Aug 2002 14:34:06 -0000	1.15
+++ hal/powerpc/viper/current/ChangeLog	2 Sep 2002 12:39:56 -0000
@@ -1,5 +1,10 @@
+2002-09-02  Gary Thomas  <gthomas@ecoscentric.com>
+
+	* cdl/hal_powerpc_viper.cdl: Fix descriptions for serial ports 
+	since both SMC1 and SCC1 are now supported.
+
 2002-08-02  Andrew Lunn <Andrew.Lunn@ascom.ch>
 
 	* cdl/hal_powerpc_viper.cdl: the RedBoot exec command can now 
 	  be disabled by CDL
 	
Index: hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl,v
retrieving revision 1.9
diff -u -5 -p -r1.9 hal_powerpc_viper.cdl
--- hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl	6 Aug 2002 14:34:07 -0000	1.9
+++ hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl	2 Sep 2002 12:38:37 -0000
@@ -113,11 +113,11 @@ cdl_package CYGPKG_HAL_POWERPC_VIPER {
        active_if        CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
        flavor data
        legal_values     0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
        default_value    0
        description      "
-           The VIPER board has only one serial port. This option
+           The VIPER board has two serial ports (SMC1 & SCC1). This option
            chooses which port will be used to connect to a host
            running GDB."
     }
 
     cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL {
@@ -125,11 +125,11 @@ cdl_package CYGPKG_HAL_POWERPC_VIPER {
         active_if        CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
         flavor data
         legal_values     0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
         default_value    0
         description      "
-           The VIPER board has only one serial port.  This option
+           The VIPER board has two serial ports (SMC1 & SCC1).  This option
            chooses which port will be used for diagnostic output."
     }
 
     # This option is only used when USE_ROM_MONITOR is enabled - but
     # it cannot be a sub-option to that option, since the code uses the
@@ -138,11 +138,11 @@ cdl_package CYGPKG_HAL_POWERPC_VIPER {
         display          "Debug serial port used by ROM monitor"
         flavor data
         legal_values     0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
         default_value    0
         description      "
-            The VIPER board has only one serial port.  This
+            The VIPER board has two serial ports (SMC1 & SCC1).  This
             option tells the code which port is in use by the ROM
             monitor. It should only be necessary to change this
             option if a non-standard configurated eCos GDB stub is
             used."
     }


-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


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