OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [serial/] [sh/] [sci/] [v2_0/] [ChangeLog] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2003-02-24  Jonathan Larmour  
2
 
3
        * cdl/ser_sh_sci.cdl: Remove irrelevant doc link.
4
 
5
2002-05-08  Jesper Skov  
6
 
7
        * src/sh_sci_serial.c: Register renaming.
8
 
9
2002-04-23  Jesper Skov  
10
 
11
        * src/sh_sci_serial.c: Compute register offsets from register
12
        definitions. Don't define SCI base.
13
 
14
2001-02-26  Jesper Skov  
15
 
16
        * src/sh_sci_serial.c (sh_serial_er_DSR): Enable interrupts on
17
        exit.
18
 
19
2000-09-26  Jesper Skov  
20
 
21
        * cdl/ser_sh_sci.cdl: Minor hack to allow both SCI and SCIF
22
        packages to be used at the same time.
23
        * src/sh_sci_serial.c: Same.
24
 
25
2000-09-05  Jesper Skov  
26
 
27
        * src/sh_sci_serial.c: Moved to generic SH SCI package.
28
        * ChangeLog: Removed all non-SCI related references.
29
 
30
2000-08-01  Jonathan Larmour  
31
 
32
        * src/sh_sci_serial.c (sh_serial_set_config): Now use keys to make
33
        more flexible.
34
 
35
2000-06-22  Hugo Tyson  
36
 
37
        * cdl/.cdl: Remove the comment on the empty
38
        include_files directive; the tools now support this correctly.
39
        This keeps internal include files internal.
40
 
41
2000-04-11  Hugo Tyson  
42
 
43
        * cdl/ser_sh_edk7708.cdl: Change the parent from CYGPKG_IO_SERIAL
44
        (which is enabled most of the time) to CYGPKG_IO_SERIAL_DEVICES
45
        (which is not...) thus allowing convenient control independent of
46
        platform.  Also enable all individual devices by default, now, so
47
        that they can be enabled simply by enabling the above new parent.
48
 
49
2000-04-11  Jesper Skov  
50
 
51
        * cdl/ser_sh_edk7708.cdl: Move compile statement into a
52
        sub-component.
53
 
54
2000-04-07  Hugo Tyson  
55
 
56
        * ecos.db: Re-organize device packages.  This is a massive change
57
        involving deleting all the sources for serial and ethernet drivers
58
        from where they used to live in
59
            packages/io/serial/current/src/ARCH/PLATFORM.[ch]
60
            packages/net/drivers/eth/PLATFORM/current/src/...
61
        and reinstating them in
62
            packages/devs/serial/ARCH/PLATFORM/current/src/...
63
            packages/devs/eth/ARCH/PLATFORM/current/src/...
64
 
65
        All these new packages are properly defined in ecos.db, and are
66
        all of type "hardware" so that a "target" can grab them.
67
 
68
        This directory layout is descriptive of the devices we have right
69
        now, arch and platform are separate levels just to make it easier
70
        to navigate in the filesystem and similar to the HAL structure in
71
        the filesystem.
72
 
73
        It is *not* prescriptive of future work; for example, the mythical
74
        common highly-portable 16550 serial driver which works on many
75
        targets would be called "devs/serial/s16550/current", or a serial
76
        device for a particular board (cogent springs to mind) that can
77
        work with different CPUs fitted is "devs/serial/cogent/current".
78
 
79
        Changelogs have been preserved and replicated over all the new
80
        packages, so that no history is lost.
81
 
82
        The contents of individual source files are unchanged; they build
83
        in just the same emvironment except for a very few cases where the
84
        config file name changed in this movement.
85
 
86
        Targets in ecos.db have been redefined to bring in all relevant
87
        hardware packages including net and serial drivers (but the newly
88
        included packages are only active if their desired parent is
89
        available.)
90
 
91
        The names of CDL options (and their #defines of course) stay the
92
        same for the serial drivers, for backward compatibility.
93
 
94
        * templates/*/current.ect: these have had CYGPKG_IO_SERIAL added
95
        rather than it being in (almost) all target definitions.
96
 
97
2000-03-31  Jesper Skov  
98
 
99
        * cdl/ser_sh_edk7708.cdl: Limit legal baud rate range.
100
        * src/sh/sh_sci_serial.c: Use baud rate macro instead of hardwired
101
        constants.
102
 
103
2000-02-11  Jesper Skov  
104
 
105
        * src/sh/sh_sci_7708.inl (DEVTAB_ENTRY):
106
        serial_devio => cyg_io_serial_devio
107
 
108
1999-06-16  Jesper Skov  
109
 
110
        * src/sh/sh_serial.c:          [removed]
111
        * src/sh/sh_sci_serial.c:      [added]
112
        * src/sh/sh_sci_7708.inl:      [added]
113
        Renamed CDL options and restructered driver.
114
        Fixed CDL typo.
115
 
116
1999-05-31  Jesper Skov  
117
 
118
        * src/sh/sh_serial.c: Fixed receive interrupts and added handler for
119
        error interrupts.
120
 
121
1999-05-26  Jesper Skov  
122
 
123
        * src/sh/sh_serial.c: Added more baud rate values. Disabled
124
        interrupt driven receive. Fixed config_port to enable proper
125
        interrupt flags.
126
 
127
1999-05-24  Jesper Skov  
128
 
129
        * src/PKGconf.mak:
130
        * include/pkgconf/io_serial.h:
131
        * src/sh/sh_serial.c:
132
        Added sh driver.
133
 
134
//===========================================================================
135
//####ECOSGPLCOPYRIGHTBEGIN####
136
// -------------------------------------------
137
// This file is part of eCos, the Embedded Configurable Operating System.
138
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
139
//
140
// eCos is free software; you can redistribute it and/or modify it under
141
// the terms of the GNU General Public License as published by the Free
142
// Software Foundation; either version 2 or (at your option) any later version.
143
//
144
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
145
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
146
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
147
// for more details.
148
//
149
// You should have received a copy of the GNU General Public License along
150
// with eCos; if not, write to the Free Software Foundation, Inc.,
151
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
152
//
153
// As a special exception, if other files instantiate templates or use macros
154
// or inline functions from this file, or you compile this file and link it
155
// with other works to produce a work based on this file, this file does not
156
// by itself cause the resulting work to be covered by the GNU General Public
157
// License. However the source code for this file must still be made available
158
// in accordance with section (3) of the GNU General Public License.
159
//
160
// This exception does not invalidate any other reasons why a work based on
161
// this file might be covered by the GNU General Public License.
162
//
163
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
164
// at http://sources.redhat.com/ecos/ecos-license/
165
// -------------------------------------------
166
//####ECOSGPLCOPYRIGHTEND####
167
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.