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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [ecos-2.0/] [packages/] [templates/] [old_net/] [ChangeLog] - Blame information for rev 1773

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

Line No. Rev Author Line
1 1254 phoenix
2003-02-14  Jonathan Larmour  
2
 
3
        * Move files from templates/net/ to templates/old_net/
4
 
5
        * current.ect: Update inferred values.
6
 
7
2001-11-27  Jonathan Larmour  
8
 
9
         current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER
10
 
11
2001-09-27  Jonathan Larmour  
12
 
13
        * current.ect: Don't include uitron. Not appropriate for base net
14
        template.
15
 
16
2001-09-26  Jesper Skov  
17
 
18
        * current.ect: DNS header moved.
19
 
20
2001-09-24  Jesper Skov  
21
 
22
        * current.ect: Added DNS package.
23
 
24
2001-08-21  Jonathan Larmour  
25
 
26
        * current.ect: Pre-infer CYGBLD_ISO_PMUTEXTYPES_HEADER.
27
 
28
2000-11-03  Jonathan Larmour  
29
 
30
        * current.ect: Update inferred values for current CDL
31
 
32
2000-08-03  Gary Thomas  
33
 
34
        * current.ect: Ethernet drivers have moved.
35
 
36
2000-07-04  Jonathan Larmour  
37
 
38
        * current.ect: Add memalloc package
39
 
40
2000-06-07  Nick Garnett  
41
 
42
        * current.ect: Modified to work with ISOINFRA package, divided
43
        LIBC and fileio package.
44
 
45
2000-05-31  Jesper Skov  
46
 
47
        * current.ect: renamed watchdog package.
48
 
49
2000-04-07  Hugo Tyson  
50
 
51
        * ecos.db: Re-organize device packages.  This is a massive change
52
        involving deleting all the sources for serial and ethernet drivers
53
        from where they used to live in
54
            packages/io/serial/current/src/ARCH/PLATFORM.[ch]
55
            packages/net/drivers/eth/PLATFORM/current/src/...
56
        and reinstating them in
57
            packages/devs/serial/ARCH/PLATFORM/current/src/...
58
            packages/devs/eth/ARCH/PLATFORM/current/src/...
59
 
60
        All these new packages are properly defined in ecos.db, and are
61
        all of type "hardware" so that a "target" can grab them.
62
 
63
        This directory layout is descriptive of the devices we have right
64
        now, arch and platform are separate levels just to make it easier
65
        to navigate in the filesystem and similar to the HAL structure in
66
        the filesystem.
67
 
68
        It is *not* prescriptive of future work; for example, the mythical
69
        common highly-portable 16550 serial driver which works on many
70
        targets would be called "devs/serial/s16550/current", or a serial
71
        device for a particular board (cogent springs to mind) that can
72
        work with different CPUs fitted is "devs/serial/cogent/current".
73
 
74
        Changelogs have been preserved and replicated over all the new
75
        packages, so that no history is lost.
76
 
77
        The contents of individual source files are unchanged; they build
78
        in just the same emvironment except for a very few cases where the
79
        config file name changed in this movement.
80
 
81
        Targets in ecos.db have been redefined to bring in all relevant
82
        hardware packages including net and serial drivers (but the newly
83
        included packages are only active if their desired parent is
84
        available.)
85
 
86
        The names of CDL options (and their #defines of course) stay the
87
        same for the serial drivers, for backward compatibility.
88
 
89
        * templates/*/current.ect: these have had CYGPKG_IO_SERIAL added
90
        rather than it being in (almost) all target definitions.
91
 
92
2000-04-05  Jesper Skov  
93
 
94
        * current.ect: Wallclock moved.
95
 
96
2000-02-08  Gary Thomas  
97
 
98
        * templates/net: New template with optional network package.
99
 
100
//===========================================================================
101
//####ECOSGPLCOPYRIGHTBEGIN####
102
// -------------------------------------------
103
// This file is part of eCos, the Embedded Configurable Operating System.
104
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
105
//
106
// eCos is free software; you can redistribute it and/or modify it under
107
// the terms of the GNU General Public License as published by the Free
108
// Software Foundation; either version 2 or (at your option) any later version.
109
//
110
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
111
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
112
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
113
// for more details.
114
//
115
// You should have received a copy of the GNU General Public License along
116
// with eCos; if not, write to the Free Software Foundation, Inc.,
117
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
118
//
119
// As a special exception, if other files instantiate templates or use macros
120
// or inline functions from this file, or you compile this file and link it
121
// with other works to produce a work based on this file, this file does not
122
// by itself cause the resulting work to be covered by the GNU General Public
123
// License. However the source code for this file must still be made available
124
// in accordance with section (3) of the GNU General Public License.
125
//
126
// This exception does not invalidate any other reasons why a work based on
127
// this file might be covered by the GNU General Public License.
128
//
129
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
130
// at http://sources.redhat.com/ecos/ecos-license/
131
// -------------------------------------------
132
//####ECOSGPLCOPYRIGHTEND####
133
//===========================================================================

powered by: WebSVN 2.1.0

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