comparison packages/hal/common/current/ChangeLog @ 0:3111d98ba7b3 ecos-v1_1-release

Initial commit of eCos version 1.1
author jlarmour
date Tue, 11 May 1999 11:16:07 +0000
parents
children 443894e2e912
comparison
equal deleted inserted replaced
-1:000000000000 0:3111d98ba7b3
1 1998-10-25 Jesper Skov <jskov@cygnus.co.uk>
2
3 * src/thread-packets.c: Fixed closing #endif comment.
4
5 * src/generic-stub.c: Fixed closing #endif comment.
6
7 1998-10-23 Jesper Skov <jskov@cygnus.co.uk>
8
9 * src/hal_common.c: Removed. We can't use weak default functions
10 when they may conflict with strong functions in the library.
11
12 1998-10-23 Jesper Skov <jskov@cygnus.co.uk>
13
14 * include/generic-stub.h: Added __interruptible_control.
15
16 1998-10-23 Jesper Skov <jskov@cygnus.co.uk>
17 PR 17460, PR 17913
18
19 * include/pkgconf/hal.h: Let HAL exception support require Kernel
20 exception support.
21
22 1998-10-21 Jesper Skov <jskov@cygnus.co.uk>
23 PR 17842
24
25 * include/pkgconf/hal.h: Let HAL GDB thread support require Kernel
26 GDB thread support.
27
28 1998-10-20 Jesper Skov <jskov@lassi.cygnus.co.uk>
29 PR 17460
30
31 * src/hal_common.c: Added. Includes a weak handle_exception
32 definition.
33
34 1998-10-20 Jesper Skov <jskov@cygnus.co.uk>
35 PR 17885, 17880, 17841
36
37 * include/pkgconf/hal.h: Don't allow GDB stubs to be configured
38 for SIMs or MN10300.
39
40 1998-10-19 Jesper Skov <jskov@lassi.cygnus.co.uk>
41
42 * src/thread-packets.c: Sync'd with libstub source.
43
44 1998-10-16 Bart Veer <bartv@cygnus.co.uk>
45
46 * include/pkgconf/hal.h (CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE):
47 Added new configuration option for interrupt stack size.
48
49 Thu Oct 15 21:25:55 1998 Jonathan Larmour <jlarmour@cygnus.co.uk>
50
51 * include/pkgconf/hal.h:
52 Make CYGFUN_HAL_COMMON_KERNEL_SUPPORT require the kernel, as it
53 is enabling this is eCos-kernel specific, and relies on
54 configuration options defined only in the kernel
55 Required for PR 17229
56
57 1998-10-15 Jesper Skov <jskov@cygnus.co.uk>
58
59 * include/pkgconf/hal.h (CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT):
60 Added config option.
61
62 1998-10-14 Nick Garnett <nickg@cygnus.co.uk>
63
64 * include/pkgconf/hal.h:
65 Move some configury from kernel.h to here. Particularly the
66 support for GDB stubs.
67
68 * tests/cache.c:
69 * tests/context.c:
70 * tests/intr.c:
71 * tests/PKGconf.mak:
72 New directory of HAL-only test programs. Currently contains some
73 very basic test programs.
74
75 * include/generic-stub.h:
76 * include/dbg-threads-api.h:
77 * src/generic-stub.c:
78 * src/thread-packets.c:
79 * src/thread-pkts.h:
80 * src/stubrom/PKGconf.mak:
81 * src/stubrom/stubrom.c:
82 Moved these files here from kernel.
83
84 1998-10-08 Gary Thomas <gthomas@penang.cygnus.co.uk>
85
86 * include/pkgconf/hal.h:
87 Add support for new architecture.
88
89 1998-09-23 Nick Garnett <nickg@cygnus.co.uk>
90
91 * include/pkgconf/hal.h:
92 Switched TX39 over to using CYGMON from GDB stubs.
93
94 Tue Sep 15 19:13:04 1998 David Moore <dsm@keema.cygnus.co.uk>
95
96 * include/pkgconf/hal.h: Cleaned up comments.
97
98 Mon Sep 14 11:08:26 1998 Jesper Skov <jskov@lassi.cygnus.co.uk>
99 PR 17230
100
101 * include/pkgconf/hal.h: Added IMP_HAL_COMMON_INTERRUPTS_CHAIN
102 option.
103
104 1998-09-14 Bart Veer <bartv@cygnus.co.uk>
105
106 * include/pkgconf/hal.h:
107 Fixed typo in description.
108
109 1998-09-12 Bart Veer <bartv@cygnus.co.uk>
110
111 * include/pkgconf/hal.h:
112 Sort out exception handling options (PR 16953)
113 Added missing descriptions (PR 17184)
114
115 Tue Sep 8 17:16:39 1998 Hugo Tyson <hmt@cygnus.co.uk>
116
117 * include/pkgconf/hal.h:
118 Elide some spurious redefines of CYG_HAL_MN10300_STDEVAL1 and
119 CYG_HAL_MN10300_SIM within ifdefs conditioned on same.
120
121 1998-09-03 Bart Veer <bartv@cygnus.co.uk>
122
123 * include/pkgconf/hal.h:
124 CYGPKG_HAL_COMMON is now a component, not a package.
125
126 1998-09-02 Bart Veer <bartv@cygnus.co.uk>
127
128 * include/pkgconf/hal.h:
129 Moved target and platform specific configuration data to
130 the appropriate packages.
131
132 Symbols identifying the target hardware should be just defined,
133 not given a value, as per the coding standards.
134
135 Mon Aug 31 09:16:08 1998 Jesper Skov <jskov@cygnus.co.uk>
136
137 * include/pkgconf/hal.h: Added INIT_PRIORITY default setting for
138 powerpc.
139
140 1998-08-28 Bart Veer <bartv@cygnus.co.uk>
141
142 * include/pkgconf/hal.h:
143 Added configuration data.
144
145 1998-08-20 Nick Garnett <nickg@cygnus.co.uk>
146
147 * include/pkgconf/hal.h:
148 Moved definition of CYG_KERNEL_USE_INIT_PRIORITY here from
149 kernel.h.
150
151 1998-08-18 Nick Garnett <nickg@cygnus.co.uk>
152
153 * include/pkgconf/hal.h:
154 Created this file to contain HAL config options.
155
156 //===========================================================================
157 //####COPYRIGHTBEGIN####
158 //
159 // -------------------------------------------
160 // The contents of this file are subject to the Cygnus eCos Public License
161 // Version 1.0 (the "License"); you may not use this file except in
162 // compliance with the License. You may obtain a copy of the License at
163 // http://sourceware.cygnus.com/ecos
164 //
165 // Software distributed under the License is distributed on an "AS IS"
166 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
167 // License for the specific language governing rights and limitations under
168 // the License.
169 //
170 // The Original Code is eCos - Embedded Cygnus Operating System, released
171 // September 30, 1998.
172 //
173 // The Initial Developer of the Original Code is Cygnus. Portions created
174 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved.
175 // -------------------------------------------
176 //
177 //####COPYRIGHTEND####
178 //===========================================================================