]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/v85x/v850/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / v85x / v850 / v2_0 / ChangeLog
1 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
2
3         * cdl/ser_v85x_v850.cdl: Remove irrelevant doc link.
4
5 2001-03-21  Jonathan Larmour  <jlarmour@redhat.com>
6
7         * cdl/ser_v85x_v850.cdl: Default driver on if CYGPKG_IO_SERIAL_DEVICES
8         enabled - like other drivers.
9         Descriptions should not be specific to SA1.
10
11         * src/v85x_v850_serial.h: Generate baud table dependent on CPU
12         frequency always.
13         * src/v85x_v850_serial.c (v850_serial_config_port): Normalize
14         baud settings from above table before setting.
15         (v850_serial_putc): Silence warning.
16
17 2000-10-12  Jesper Skov  <jskov@redhat.com>
18
19         * cdl/ser_v85x_v850.cdl: Moved testing parameters here.
20
21 2000-10-09  Gary Thomas  <gthomas@redhat.com>
22
23         * src/v85x_v850_serial.c (v850_serial_config_port): Fix baud clock
24         setup.
25
26 2000-10-04  Gary Thomas  <gthomas@redhat.com>
27
28         * src/v85x_v850_serial.c (v850_serial_tx_timeout): Correct arguments.
29
30 2000-09-06  Gary Thomas  <gthomas@redhat.com>
31
32         * src/v85x_v850_serial.h: 
33         * src/v85x_v850_serial.c: Better handling of V850 variants (SA1,SB1)
34
35 2000-08-31  Gary Thomas  <gthomas@redhat.com>
36
37         * src/v85x_v850_serial.c (v850_serial_config_port): Better handling
38         of cpu xtal frequency for baud rate calculations.
39
40 2000-08-01  Jonathan Larmour  <jlarmour@redhat.co.uk>
41
42         * src/v85x_v850_serial.c (v850_serial_set_config): Now use keys to make
43         more flexible.
44
45 2000-07-19  Gary Thomas  <gthomas@redhat.com>
46
47         * src/v85x_v850_serial.h: Base baud rate calculations on CPU frequency.
48
49 2000-06-22  Hugo Tyson  <hmt@cygnus.co.uk>
50
51         * cdl/<yournamehere>.cdl: Remove the comment on the empty
52         include_files directive; the tools now support this correctly.
53         This keeps internal include files internal.
54
55 2000-05-28  Gary Thomas  <gthomas@redhat.com>
56
57         * src/v85x_v850_serial.h: 
58         * src/v85x_v850_serial.c: 
59         * cdl/ser_v85x_v850.cdl: New file(s).
60
61 //===========================================================================
62 //####ECOSGPLCOPYRIGHTBEGIN####
63 // -------------------------------------------
64 // This file is part of eCos, the Embedded Configurable Operating System.
65 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
66 //
67 // eCos is free software; you can redistribute it and/or modify it under
68 // the terms of the GNU General Public License as published by the Free
69 // Software Foundation; either version 2 or (at your option) any later version.
70 //
71 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
72 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
73 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
74 // for more details.
75 //
76 // You should have received a copy of the GNU General Public License along
77 // with eCos; if not, write to the Free Software Foundation, Inc.,
78 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
79 //
80 // As a special exception, if other files instantiate templates or use macros
81 // or inline functions from this file, or you compile this file and link it
82 // with other works to produce a work based on this file, this file does not
83 // by itself cause the resulting work to be covered by the GNU General Public
84 // License. However the source code for this file must still be made available
85 // in accordance with section (3) of the GNU General Public License.
86 //
87 // This exception does not invalidate any other reasons why a work based on
88 // this file might be covered by the GNU General Public License.
89 //
90 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
91 // at http://sources.redhat.com/ecos/ecos-license/
92 // -------------------------------------------
93 //####ECOSGPLCOPYRIGHTEND####
94 //===========================================================================