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