]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/templates/cygmon/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / templates / cygmon / ChangeLog
1 2003-02-14  Jonathan Larmour  <jifl@eCosCentric.com>
2
3         * current.ect: Update inferred values.
4
5 2001-11-27  Jonathan Larmour  <jlarmour@redhat.com>
6
7          current.ect: Provide default for CYGBLD_ISO_STRING_BSD_FUNCS_HEADER
8
9 2000-07-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
10
11         * current.ect: Fix up after libc package reorg and memalloc package
12         addition
13
14 2000-04-07  Hugo Tyson  <hmt@cygnus.co.uk>
15
16         * ecos.db: Re-organize device packages.  This is a massive change
17         involving deleting all the sources for serial and ethernet drivers
18         from where they used to live in
19             packages/io/serial/current/src/ARCH/PLATFORM.[ch]
20             packages/net/drivers/eth/PLATFORM/current/src/...
21         and reinstating them in
22             packages/devs/serial/ARCH/PLATFORM/current/src/...
23             packages/devs/eth/ARCH/PLATFORM/current/src/...
24
25         All these new packages are properly defined in ecos.db, and are
26         all of type "hardware" so that a "target" can grab them.
27         
28         This directory layout is descriptive of the devices we have right
29         now, arch and platform are separate levels just to make it easier
30         to navigate in the filesystem and similar to the HAL structure in
31         the filesystem.
32
33         It is *not* prescriptive of future work; for example, the mythical
34         common highly-portable 16550 serial driver which works on many
35         targets would be called "devs/serial/s16550/current", or a serial
36         device for a particular board (cogent springs to mind) that can
37         work with different CPUs fitted is "devs/serial/cogent/current".
38
39         Changelogs have been preserved and replicated over all the new
40         packages, so that no history is lost.
41
42         The contents of individual source files are unchanged; they build
43         in just the same emvironment except for a very few cases where the
44         config file name changed in this movement.
45
46         Targets in ecos.db have been redefined to bring in all relevant
47         hardware packages including net and serial drivers (but the newly
48         included packages are only active if their desired parent is
49         available.)
50         
51         The names of CDL options (and their #defines of course) stay the
52         same for the serial drivers, for backward compatibility.
53
54         * templates/*/current.ect: these have had CYGPKG_IO_SERIAL added
55         rather than it being in (almost) all target definitions.
56         
57 2000-01-27  Jesper Skov  <jskov@redhat.com>
58
59         * current.ect: Removed CYGDAT_CYGMON_ENABLE.
60
61 2000-01-26  Jesper Skov  <jskov@redhat.com>
62
63         * current.ect: don't set console device. Provided by HALs.
64
65 2000-01-25  Jesper Skov  <jskov@redhat.com>
66
67         * templates/cygmon directory created
68         
69
70 //===========================================================================
71 //####ECOSGPLCOPYRIGHTBEGIN####
72 // -------------------------------------------
73 // This file is part of eCos, the Embedded Configurable Operating System.
74 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
75 //
76 // eCos is free software; you can redistribute it and/or modify it under
77 // the terms of the GNU General Public License as published by the Free
78 // Software Foundation; either version 2 or (at your option) any later version.
79 //
80 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
81 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
82 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
83 // for more details.
84 //
85 // You should have received a copy of the GNU General Public License along
86 // with eCos; if not, write to the Free Software Foundation, Inc.,
87 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
88 //
89 // As a special exception, if other files instantiate templates or use macros
90 // or inline functions from this file, or you compile this file and link it
91 // with other works to produce a work based on this file, this file does not
92 // by itself cause the resulting work to be covered by the GNU General Public
93 // License. However the source code for this file must still be made available
94 // in accordance with section (3) of the GNU General Public License.
95 //
96 // This exception does not invalidate any other reasons why a work based on
97 // this file might be covered by the GNU General Public License.
98 //
99 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
100 // at http://sources.redhat.com/ecos/ecos-license/
101 // -------------------------------------------
102 //####ECOSGPLCOPYRIGHTEND####
103 //===========================================================================