Mercurial > flash_v2
changeset 344:2ac3cfd6ed44
Minor CDL cleanup.
| author | gthomas |
|---|---|
| date | Sun, 22 Sep 2002 13:51:39 +0000 |
| parents | fbfd52cf7976 |
| children | 3f4258400ba5 |
| files | packages/hal/powerpc/viper/current/ChangeLog packages/hal/powerpc/viper/current/cdl/hal_powerpc_viper.cdl |
| diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/viper/current/ChangeLog +++ b/packages/hal/powerpc/viper/current/ChangeLog @@ -1,3 +1,8 @@ +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
--- 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
