# HG changeset patch # User gthomas # Date 1032702699 0 # Node ID 2ac3cfd6ed44774216d514d60e28ec16fbc4c965 # Parent fbfd52cf797661a8e9464c772120388bb7154cb2 Minor CDL cleanup. diff --git a/packages/hal/powerpc/viper/current/ChangeLog b/packages/hal/powerpc/viper/current/ChangeLog --- a/packages/hal/powerpc/viper/current/ChangeLog +++ b/packages/hal/powerpc/viper/current/ChangeLog @@ -1,3 +1,8 @@ +2002-09-02 Gary Thomas + + * cdl/hal_powerpc_viper.cdl: Fix descriptions for serial ports + since both SMC1 and SCC1 are now supported. + 2002-08-02 Andrew Lunn * cdl/hal_powerpc_viper.cdl: the RedBoot exec command can now diff --git a/packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl b/packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl --- a/packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl +++ b/packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl @@ -115,7 +115,7 @@ cdl_package CYGPKG_HAL_POWERPC_VIPER { 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." } @@ -127,7 +127,7 @@ cdl_package CYGPKG_HAL_POWERPC_VIPER { 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." } @@ -140,7 +140,7 @@ cdl_package CYGPKG_HAL_POWERPC_VIPER { 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