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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [templates/] [all/] [ChangeLog] - Blame information for rev 856

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2004-11-15  Andrew Lunn  
2
 
3
        * current.ect: Removed packages which are listed as hardware.  in
4
        ecos.db. Such packages should only be listed in the target section
5
        and cannot be added to a configuration, unless you are using
6
        ecosconfig, which does not care about this distinction.
7
 
8
2004-10-05  Andrew Lunn  
9
 
10
        * current.ect: Added in many missing packages, plus some defaults
11
        which the inference engine works out.
12
 
13
2004-04-15  Jonathan Larmour  
14
 
15
        * current.ect: Provide default for CYGBLD_ISO_STDIO_FILEOPS_HEADER
16
        and CYGBLD_ISO_STDIO_FILEPOS_HEADER.
17
 
18
2003-04-29  Andrew Lunn  
19
 
20
        * current.ect: Use the new FreeBSD stack instead of the older
21
        OpenBSD stack. Also added the HTTPD package.
22
 
23
2003-02-25  Andrew Lunn  
24
 
25
        * current.ect: Added the SNTP package.
26
 
27
2003-02-14  Jonathan Larmour  
28
 
29
        * current.ect: Update inferred values and add SNMP stack.
30
 
31
2002-08-15  Andrew Lunn  
32
 
33
        * current.ect: Added the cpuload package.
34
 
35
2002-08-09  Andrew Lunn  
36
 
37
        * current.ect: Added CYGPKG_CRC
38
 
39
2002-01-29  Jesper Skov  
40
 
41
        * current.ect: Added CYGPKG_NET_OPENBSD_STACK.
42
 
43
2001-11-27  Jonathan Larmour  
44
 
45
         current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER
46
 
47
2001-10-01  Jonathan Larmour  
48
 
49
        * current.ect: Add net related packages.
50
 
51
2001-08-21  Jonathan Larmour  
52
 
53
        * current.ect: Pre-infer CYGBLD_ISO_PMUTEXTYPES_HEADER.
54
 
55
2000-11-03  Jonathan Larmour  
56
 
57
        * current.ect: Update inferred values for current CDL.
58
 
59
2000-07-22  Jonathan Larmour  
60
 
61
        * current.ect: Don't include signals package by default as it conflicts
62
        with POSIX
63
 
64
2000-07-04  Jonathan Larmour  
65
 
66
        * current.ect: Update to reflect new libc package layout, isoinfra,
67
        and addition of CYGPKG_MEMALLOC
68
        Also posix
69
 
70
2000-05-31  Jesper Skov  
71
 
72
        * current.ect: Renamed watchdog package.
73
 
74
2000-04-07  Hugo Tyson  
75
 
76
        * ecos.db: Re-organize device packages.  This is a massive change
77
        involving deleting all the sources for serial and ethernet drivers
78
        from where they used to live in
79
            packages/io/serial/current/src/ARCH/PLATFORM.[ch]
80
            packages/net/drivers/eth/PLATFORM/current/src/...
81
        and reinstating them in
82
            packages/devs/serial/ARCH/PLATFORM/current/src/...
83
            packages/devs/eth/ARCH/PLATFORM/current/src/...
84
 
85
        All these new packages are properly defined in ecos.db, and are
86
        all of type "hardware" so that a "target" can grab them.
87
 
88
        This directory layout is descriptive of the devices we have right
89
        now, arch and platform are separate levels just to make it easier
90
        to navigate in the filesystem and similar to the HAL structure in
91
        the filesystem.
92
 
93
        It is *not* prescriptive of future work; for example, the mythical
94
        common highly-portable 16550 serial driver which works on many
95
        targets would be called "devs/serial/s16550/current", or a serial
96
        device for a particular board (cogent springs to mind) that can
97
        work with different CPUs fitted is "devs/serial/cogent/current".
98
 
99
        Changelogs have been preserved and replicated over all the new
100
        packages, so that no history is lost.
101
 
102
        The contents of individual source files are unchanged; they build
103
        in just the same emvironment except for a very few cases where the
104
        config file name changed in this movement.
105
 
106
        Targets in ecos.db have been redefined to bring in all relevant
107
        hardware packages including net and serial drivers (but the newly
108
        included packages are only active if their desired parent is
109
        available.)
110
 
111
        The names of CDL options (and their #defines of course) stay the
112
        same for the serial drivers, for backward compatibility.
113
 
114
        * templates/*/current.ect: these have had CYGPKG_IO_SERIAL added
115
        rather than it being in (almost) all target definitions.
116
 
117
2000-04-05  Jesper Skov  
118
 
119
        * current.ect: Wallclock moved.
120
 
121
2000-02-08  Gary Thomas  
122
 
123
        * current.ect: Remove network package which, now distributed
124
        separately.
125
 
126
2000-01-28  Gary Thomas  
127
 
128
        * current.ect: Add network package.
129
 
130
1999-12-09  Bart Veer  
131
 
132
        * templates/all directory created
133
 
134
 
135
//===========================================================================
136
// ####GPLCOPYRIGHTBEGIN####
137
// -------------------------------------------
138
// This file is part of eCos, the Embedded Configurable Operating System.
139
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
140
//
141
// This program is free software; you can redistribute it and/or modify
142
// it under the terms of the GNU General Public License as published by
143
// the Free Software Foundation; either version 2 or (at your option) any
144
// later version.
145
//
146
// This program is distributed in the hope that it will be useful, but
147
// WITHOUT ANY WARRANTY; without even the implied warranty of
148
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
149
// General Public License for more details.
150
//
151
// You should have received a copy of the GNU General Public License
152
// along with this program; if not, write to the
153
// Free Software Foundation, Inc., 51 Franklin Street,
154
// Fifth Floor, Boston, MA  02110-1301, USA.
155
// -------------------------------------------
156
// ####GPLCOPYRIGHTEND####
157
//===========================================================================

powered by: WebSVN 2.1.0

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