diff packages/io/serial/current/ChangeLog @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents da3908c9cd10
children 59d97b6ba612
line wrap: on
line diff
--- a/packages/io/serial/current/ChangeLog
+++ b/packages/io/serial/current/ChangeLog
@@ -1,12 +1,62 @@
+2000-03-20  John Dallaway  <jld@cygnus.co.uk>
+
+	* cdl/io_serial.cdl,
+	  cdl/ser_arm_aeb.cdl,
+	  cdl/ser_arm_cma230.cdl,
+	  cdl/ser_arm_edb7xxx.cdl,
+	  cdl/ser_arm_pid.cdl,
+	  cdl/ser_i386_pc.cdl,
+	  cdl/ser_mips_jmr3904.cdl,
+	  cdl/ser_mips_vrc4373.cdl,
+	  cdl/ser_mn10300.cdl,
+	  cdl/ser_powerpc_cogent.cdl,
+	  cdl/ser_quicc_smc.cdl,
+	  cdl/ser_sh_edk7708.cdl,
+	  cdl/ser_sparclite_sleb.cdl,
+	  cdl/tty.cdl:
+
+	Adjust documentation URLs.
+
+2000-03-07  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/ser_mips_jmr3904.cdl: Rename devices to match CDL naming.
+
+2000-02-29  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+	* include/serialio.h: Correct baud rate typo: 230400 rather than
+	234000. Thanks to Grant Edwards for the report.
+
+2000-02-28  Gary Thomas  <gthomas@cygnus.co.uk>
+
+	* src/powerpc/quicc_smc_serial.c: Use standard 'diag_dump_buf()'.
+
+2000-02-28  Jesper Skov  <jskov@redhat.com>
+
+	* tests/ser_test_protocol.inl: Allow 115200 baud on Cogent
+	again. Fixed interrupt problem.
+
+2000-02-22  Jesper Skov  <jskov@redhat.com>
+
+	* tests/ser_test_protocol.inl: Don't use 115200 baud on
+	Cogent. Our slower boards can't keep up.
+
+2000-02-17  Gary Thomas  <gthomas@cygnus.co.uk>
+
+	* cdl/ser_powerpc_cogent.cdl: Fix incorrect dependency.
+
 2000-02-16  Nick Garnett  <nickg@cygnus.co.uk>
 
 	* include/pkgconf/io_serial.h:
 	Added configury for PC serial device drivers.
 
+	* cdl/ser_i386_pc.cdl:
 	* src/i386/pc_serial.c:
 	* src/i386/pc_serial.h:
 	Added these files to implement PC serial line drivers.
 
+	* cdl/io_serial.cdl:
+	Added CYGPKG_IO_SERIAL_I386_PC.
+
 	* tests/ser_test_protocol.inl:
 	Added support for PC serial line testing.
 	
@@ -33,11 +83,26 @@ 2000-02-02  Jonathan Larmour  <jlarmour@
 
 	* src/arm/aeb_serial.c: Update to reflect above
 
+2000-01-31 Simon FitzMaurice  <sdf@cygnus.co.uk>
+  * cdl/*.cdl:
+
+  Adjust help URLs in line with new doc layout.
+  
+2000-01-28 Simon FitzMaurice  <sdf@cygnus.co.uk>
+  * cdl/*.cdl:
+
+  Adjust help URLs in line with new doc layout.
+  
 2000-01-28  Gary Thomas  <gthomas@cygnus.co.uk>
 
 	* src/common/tty.c (tty_read): Fix problem with backspace at start
 	of line (size must be 'signed' for compare to work).
 
+2000-01-19  Hugo Tyson  <hmt@cygnus.co.uk>
+
+	* cdl/*.cdl: Add descriptions to a number of options &c which were
+	lacking same, also tidied up other typos as noticed en passant.
+
 2000-01-17  Gary Thomas  <gthomas@cygnus.co.uk>
 
 	* src/common/tty.c (tty_read): Avoid echoing "backspace/erase" at
@@ -55,6 +120,7 @@ 2000-01-03  Gary Thomas  <gthomas@cygnus
 	serial_callbacks => cyg_io_serial_callbacks
 
 	* src/mips/tx3904_serial.c: 
+	* src/mips/vrc4373_serial.c: 
 	* src/mn10300/mn10300_serial.c: 
 	* src/powerpc/quicc_smc_serial.c: 
 	* src/powerpc/cogent_serial_with_ints.c: 
@@ -63,6 +129,7 @@ 2000-01-03  Gary Thomas  <gthomas@cygnus
 	* src/arm/pid_serial_with_ints.c: 
 	* src/arm/edb7xxx_serial.c: 
 	* src/arm/cma230_serial.c: 
+	* src/arm/ebsa285_serial.c: 
 	* src/common/haldiag.c: 
 	* src/common/serial.c: Fix namespace pollution - 
 	serial_devio => cyg_io_serial_devio
@@ -76,7 +143,16 @@ 1999-11-19  Gary Thomas  <gthomas@cygnus
 
 	* src/powerpc/quicc_smc_serial.c: Channel select for SMC2 was wrong.
 
+1999-11-18  Gary Thomas  <gthomas@cygnus.co.uk>
+
+	* include/pkgconf/io_serial.h: Remove mention of 7209/7212.
+
+1999-11-03  John Dallaway  <jld@cygnus.co.uk>
+
+	* cdl/io_serial.cdl: Define build options.
+
 1999-10-26  Jesper Skov  <jskov@cygnus.co.uk>
+	* tests/serial5.c (serial_test): Reduce speed in thumb mode.
 
 	* src/arm/pid_serial.h: Added BE support.
 
@@ -98,6 +174,15 @@ 1999-10-15  Jesper Skov  <jskov@cygnus.c
 
 	* tests/ser_test_protocol.inl: Removed AEB rev C change. Was bogus.
 
+1999-10-11  Nick Garnett  <nickg@cygnus.co.uk>
+
+	* tests/ser_test_protocol.inl: Added configury for VR4300 testing.
+
+	* src/mips/vrc4373_serial.c: Added Bi-endian support.
+
+	* include/pkgconf/io_serial.h: Adjusted default baud rates to
+	38400.
+
 1999-10-06  Jesper Skov  <jskov@cygnus.co.uk>
 
 	* tests/ser_test_protocol.inl: Run tests on AEB rev C as well.
@@ -173,6 +258,20 @@ 1999-08-12  Nick Garnett  <nickg@cygnus.
         Reparent CYGPKG_IO_SERIAL_MN10300 from under CYGPKG_HAL_MN10300 to
         CYGPKG_HAL_MN10300_AM32_STDEVAL1 since it's stdeval1 specific
 
+    1999-08-04  Nick Garnett  <nickg@cygnus.co.uk>
+
+	* tests/ser_test_protocol.inl:
+	Changed names of MN10300 defines tested. Added AM33 definitions.
+
+	* src/mn10300/mn10300_serial.c:
+	Modified driver to work on am33 too. This simply requires some
+	alternate definitions of things like register addresses and some
+	bits in them plus some extra parameterization of some register
+	values.
+
+	* src/PKGconf.mak:
+	Added am33 to list of architectures supporting serial lines.
+	
 1999-07-28  Gary Thomas  <gthomas@cygnus.co.uk>
 
 	* include/pkgconf/io_serial.h: Update descriptions to be more
@@ -183,6 +282,18 @@ 1999-07-28  Jonathan Larmour  <jlarmour@
 	* include/pkgconf/io_serial.h: Correct typos in CDL description
 	for serial port 2 driver
 
+1999-07-26  Hugo Tyson  <hmt@cygnus.co.uk>
+
+	* src/arm/ebsa285_serial.c: New file: device driver for the serial
+	device of the Intel StrongARM EBSA-285 evaluation board.
+
+	* include/pkgconf/io_serial.h (CYGPKG_IO_SERIAL_ARM_EBSA285):
+	Config for it.
+
+	* src/PKGconf.mak (EXTRAS_COMPILE): Compile it.
+
+	* tests/ser_test_protocol.inl (TEST_SER_DEV): Enable testing of it.
+
 1999-07-08  Jesper Skov  <jskov@cygnus.co.uk>
 
 	* tests/ser_test_protocol.inl (change_config): Changed implementation.
@@ -214,6 +325,11 @@ 1999-06-27  Gary Thomas  <gthomas@cygnus
 	* include/pkgconf/io_serial.h: Adjust limits and defaults on number and
 	size of buffers with values that seem to work.
 
+1999-06-21  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/sh/sh_sci_serial.c: Rearranged inclusion of .inl file a bit
+	to avoid compiler warnings.
+
 1999-06-21  Gary Thomas  <gthomas@cygnus.co.uk>
 
 	* include/pkgconf/io_serial.h: Fix CDL for number of buffers.
@@ -237,6 +353,21 @@ 1999-06-17  Gary Thomas  <gthomas@cygnus
 	* src/arm/cl7211_serial.c (cl7211_serial_start_xmit): Fix race which
 	cause xmitter to get stuck.
 
+1999-06-16  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/sh/sh_serial.c:          [removed]
+	* src/sh/sh_sci_serial.c:      [added]
+	* src/sh/sh_sci_7708.inl:      [added]
+	* include/pkgconf/io_serial.h: 
+	* src/PKGconf.mak (EXTRAS_COMPILE): 
+	* tests/ser_test_protocol.inl: 
+	Renamed CDL options and restructered driver.
+	Fixed CDL typo.
+	
+1999-06-04  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* include/pkgconf/io_serial.h: Fixed CDL string for BAUD rate option.
+
 1999-06-04  Gary Thomas  <gthomas@cygnus.co.uk>
 
 	* tests/ser_test_protocol.inl: Disable testing at 115200
@@ -244,6 +375,18 @@ 1999-06-04  Gary Thomas  <gthomas@cygnus
 
 	* src/arm/cma230_serial.c: Fix interrupt for port B.
 
+1999-05-31  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/sh/sh_serial.c: Fixed receive interrupts and added handler for
+	error interrupts.
+
+1999-05-28  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* io/serial/current/src/PKGconf.mak:
+	* io/serial/current/tests/ser_test_protocol.inl:
+	* include/pkgconf/io_serial.h: 
+	Renamed SH platform package to edk7708.
+
 1999-05-27  Jesper Skov  <jskov@cygnus.co.uk>
 
 	* tests/ser_test_protocol.inl: Added ability to change options in
@@ -268,6 +411,12 @@ 1999-05-26  Gary Thomas  <gthomas@cygnus
 1999-05-26  Gary Thomas  <gthomas@cygnus.co.uk>
 
 	* tests/ser_test_protocol.inl: Add Cirrus Logic CL7211 setup.
+1999-05-26  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/sh/sh_serial.c: Added more baud rate values. Disabled
+	interrupt driven receive. Fixed config_port to enable proper
+	interrupt flags.
+
 1999-05-25  Jonathan Larmour  <jlarmour@cygnus.co.uk>
 
 	* tests/ser_test_protocol.inl: 
@@ -278,6 +427,17 @@ 1999-05-25  Jonathan Larmour  <jlarmour@
 
 	* src/PKGconf.mak (EXTRAS_COMPILE): Change CYG_HAL_TX39 to
 	CYG_HAL_MIPS_TX39
+1999-05-25  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* tests/ser_test_protocol.inl: Added sh entry.
+
+1999-05-24  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/PKGconf.mak:
+	* include/pkgconf/io_serial.h: 
+	* src/sh/sh_serial.c: 
+	Added sh driver.
+
 1999-05-18  Jesper Skov  <jskov@cygnus.co.uk>
         PR 19926
 	* src/sparclite/sleb_sdtr.c (sleb_sdtr_rx_DSR): Only read chan if
@@ -309,6 +469,10 @@ 1999-05-13  Nick Garnett  <nickg@cygnus.
 
 	The follow changes were made in a branch an have now been merged:
 
+    1999-04-21  Gary Thomas  <gthomas@cygnus.co.uk>
+
+	* src/mips/vrc4373_serial.c: Small changes to get working with
+	interrupts.
 	
     1999-04-20  John Dallaway  <jld@cygnus.co.uk>