comparison packages/ChangeLog @ 2:443894e2e912 ecos-v1_2_1-release

Block commit of eCos version 1.2.1
author jlarmour
date Tue, 11 May 1999 12:24:34 +0000
parents 3111d98ba7b3
children 1d7f19c9e4d1
comparison
equal deleted inserted replaced
1:72f549f0d891 2:443894e2e912
1 1999-04-26 Bart Veer <bartv@cygnus.co.uk>
2
3 * pkgconf.tcl:
4 Temporary workaround - add a .PRECIOUS for libextras.a
5
6 1999-04-16 Bart Veer <bartv@cygnus.co.uk>
7
8 * pkgconf.tcl:
9 Remove the phony target "packages". This is no longer useful and
10 was causing problems, extras.o was not always rebuilt when it
11 should because of a dependency on a phony target.
12
13 * pkgconf.tcl:
14 Simplify the rules for extras.o, based on the assumption that
15 libextras.a will always exist. This is now guaranteed via
16 hal/common/src/dummy.c
17
18 1999-04-15 Bart Veer <bartv@cygnus.co.uk>
19
20 * pkgconf/makrules.src (build):
21 Remove partial comment - I cannot remember what is was meant to
22 say.
23
24 1999-04-14 Jonathan Larmour <jlarmour@cygnus.co.uk>
25
26 * pkgconf.tcl: Recreate extras.o when necessary after all other builds
27 have completed. Create a dummy one, if there's no libextras.a
28
29 1999-04-14 Bart Veer <bartv@cygnus.co.uk>
30
31 * packages:
32 Move serial devices to the end of the file so that the reparenting
33 below the HAL packages works as intended.
34
35 1999-04-12 John Dallaway <jld@cygnus.co.uk>
36
37 * pkgrelease.tcl: Report 'not within region' messages.
38
39 1999-03-28 John Dallaway <jld@cygnus.co.uk>
40
41 * pkgrelease.tcl: Supress incomplete NEWS file.
42
43 1999-03-22 Jonathan Larmour <jlarmour@cygnus.co.uk>
44
45 * packages
46 * targets
47 Don't let CYGPKG_DEVICES_WALLCLOCK and CYGPKG_DEVICES_WATCHDOG be
48 hardware-specific since they have emulation modes.
49 Instead make them ubiquitous with default state enabled
50
51 * Recursively *.h, *.hxx, *.c, *.cxx, *.inl:
52 Detabify
53
54 1999-03-22 John Lane <jlane@cygnus.co.uk>
55
56 * Recursively *.h, *.hxx, *.c, *.cxx, *.inl:
57 Update all copyright messages to be copyright 1999 too
58 Strip all e-mail addresses down to user names within the DESCRIPTION header
59
60 1999-03-16 Gary Thomas <gthomas@cygnus.co.uk>
61
62 * pkgconf/makevars: Allow variables of the type 'fn-CFLAGS'
63 and 'fn-CXXFLAGS' to provide singular option override for the
64 given file name.
65
66 1999-03-17 John Dallaway <jld@cygnus.co.uk>
67
68 * pkgconf/makevars: Remove dependence on echo '-e' switch.
69
70 1999-03-16 Hugo Tyson <hmt@cygnus.co.uk>
71
72 * targets (sparclite, sleb): add rom startup.
73
74 1999-03-09 Bart Veer <bartv@cygnus.co.uk>
75
76 * pkgconf.tcl:
77 The generated pkgconf/pkgconf.mak file now defines variables
78 TARGET, PLATFORM and STARTUP.
79
80 1999-03-05 John Dallaway <jld@cygnus.co.uk>
81
82 * packages, targets: Replace hardware attribute due to
83 unforseen problems (undo most recent change).
84
85 1999-03-05 John Dallaway <jld@cygnus.co.uk>
86
87 * packages: Remove the hardware attribute from the WALLCLOCK
88 and WATCHDOG packages.
89 * targets: Remove the dependency of each platform on the
90 WALLCLOCK and WATCHDOG packages since these are no longer
91 hardware packages.
92
93 1999-03-05 Gary Thomas <gthomas@cygnus.co.uk>
94
95 * targets: Remove old DEVICES package requirements.
96 Add WALLCLOCK, WATCHDOG for all platforms.
97
98 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk>
99
100 These changes merged from 'ecos-new_devs-19990216-branch'
101
102 (1999-02-18 Gary Thomas <gthomas@cygnus.co.uk>)
103
104 * packages: Change include directory paths for I/O files.
105
106 (1999-02-16 Gary Thomas <gthomas@cygnus.co.uk>)
107
108 * pkgconf/makrules.src:
109 * pkgconf/makrules.tst:
110 * packages: Rework I/O [device drivers] sub-system.
111
112 1999-03-04 Bart Veer <bartv@cygnus.co.uk>
113
114 * pkgconf.tcl:
115 Added new command-line arguments --debug and --nodebug
116
117 * pkgconf.tcl:
118 Revert previous change. cygpath may not be available in
119 customer releases of eCos.
120
121 * pkgconf.tcl:
122 Under Windows the external cygpath utility is now used to
123 perform pathname translations. This eliminates the need for
124 pkgconf.tcl to know about or make guesses about the mount
125 table.
126
127 * pkgrelease.tcl:
128 Added NEWS to the list of special files.
129
130 1999-03-04 John Dallaway <jld@cygnus.co.uk>
131
132 * pkgconf.tcl: Point to renamed *.ldi and *.h memory
133 layout files with unique names.
134
135 1999-03-03 John Dallaway <jld@cygnus.co.uk>
136
137 * pkgconf/makrules.tst:
138 Ignore test link errors only when IGNORE_LINK_ERRORS is
139 defined.
140
141 1999-03-02 Bart Veer <bartv@cygnus.co.uk>
142
143 * pkgconf.tcl:
144 tclsh 8.0 patchlevel 0 had problems accessing a namespace
145 array variable when a command was running inside a safe
146 interpreter. Prefixing the array variable with :: avoids
147 the problem and is still legal Tcl code.
148
149 1999-02-26 Hugo Tyson <hmt@cygnus.co.uk>
150
151 * targets (sleb):
152 * packages (CYGPKG_HAL_SPARCLITE_SLEB):
153 Add SPARClite evaluation board (sleb).
154
155
156 1999-02-22 Mark Galassi <rosalia@cygnus.com>
157
158 * NEWS: small addition.
159
160 1999-02-19 Jesper Skov <jskov@cygnus.co.uk>
161
162 * NEWS: Added some more entries, fleshed out some.
163
164 1999-02-19 Mark Galassi <rosalia@cygnus.com>
165
166 * NEWS: added the NEWS file. It's rather sparse for now.
167
168 1999-02-12 John Dallaway <jld@cygnus.co.uk>
169
170 * pkgrelease.tcl: Report 'region is full' message count.
171
172 1999-02-11 John Dallaway <jld@cygnus.co.uk>
173
174 * pkgrelease.tcl: Report ignored linker error count.
175
176 1999-02-11 John Dallaway <jld@cygnus.co.uk>
177
178 * pkgconf/makrules.tst: Ignore linker errors while building tests.
179
180 1999-02-10 Hugo Tyson <hmt@cygnus.co.uk>
181
182 * targets: Set sparclite optimization -O2, enable selective
183 linking, &c &c.
184
185 1999-02-10 Gary Thomas <gthomas@cygnus.co.uk>
186
187 * targets: Remove options now that math problems have been addressed.
188
189 1999-02-10 John Dallaway <jld@cygnus.co.uk>
190
191 * pkgrelease.tcl: Suppress generation of prebuilts for stubs startup
192
193 1999-02-08 John Dallaway <jld@cygnus.co.uk>
194
195 * packages: Define HAL and RS232 packages in alphabetical order
196 for presentation by the configuration tool.
197
198 1999-02-01 Gary Thomas <gthomas@cygnus.co.uk>
199
200 * targets: Add compiler options to work-around math code problems.
201
202 1999-01-25 Hugo Tyson <hmt@cygnus.co.uk>
203
204 * targets: be explicit about -msoft-float -mcpu=sparclite FAOD.
205
206
207 1999-01-21 Jesper Skov <jskov@cygnus.co.uk>
208
209 * targets:
210 * packages:
211 Added FADS entries from Kevin Hester <KHester@opticworks.com>.
212
213 1999-01-21 Gary Thomas <gthomas@cygnus.co.uk>
214
215 * pkgrelease.tcl: Add "--customers_file=xxx" option to allow customer
216 data-base file to be overidden on command line. This is really just
217 for ease of testing new, exciting customer setups.
218
219 1999-01-20 Gary Thomas <gthomas@cygnus.co.uk>
220
221 * packages: Add ARM/PID serial driver
222
223 1999-01-20 Jesper Skov <jskov@cygnus.co.uk>
224
225 * targets: Changes ppc target 'stub' to 'stubs'.
226
227 1999-01-19 Hugo Tyson <hmt@cygnus.co.uk>
228
229 * targets: added -finit-priority to CXXLANGFLAGS for sparclite.
230
231
232 1999-01-19 Jesper Skov <jskov@cygnus.co.uk>
233
234 * targets: Added 'stub' startup.
235
236 1999-01-19 Gary Thomas <gthomas@cygnus.co.uk>
237
238 * targets: Add new memory layout 'stubs' for GDB/stubs layout.
239
240 1999-01-15 Gary Thomas <gthomas@cygnus.co.uk>
241
242 * pkgconf.tcl: Add new misc file 'system.mak' which contains
243 the same info as <pkgconf/system.h> except suitable for makefiles.
244
245 1999-01-14 Hugo Tyson <hmt@cygnus.co.uk>
246
247 * packages: add SPARClite HAL info
248 * targets: add SPARClite info
249 * hal/sparclite/*...: initial checkin.
250
251
252 1999-01-14 Gary Thomas <gthomas@cygnus.co.uk>
253
254 * pkgconf/makrules.prv: Rename 'TESTS' to 'PROGS' which makes
255 more sense based on how these rules are used.
256
257 * pkgconf.tcl: Add support for 'misc' subdirectories.
258
259 1999-01-14 Jesper Skov <jskov@cygnus.co.uk>
260
261 * targets: Changed x86 tools prefix to i686-pc-linux-gnu.
262
263 1999-01-13 Jesper Skov <jskov@cygnus.co.uk>
264
265 * packages: Added aliases to i386 linux entry.
266
267 1999-01-06 Jesper Skov <jskov@cygnus.co.uk>
268
269 * targets: Cleaned up i386 entry.
270
271 Mon Nov 9 15:05:30 GMT 1998 Chris Provenzano <proven@cygnus.com>
272
273 Initial i386 linux port.
274
275 * packages, targets: Added target i386 platform linux.
276
277
278 1999-01-11 Bart Veer <bartv@cygnus.co.uk>
279
280 * pkgconf.tcl: Provide interim support for the MLT
281
282 1998-12-17 Gary Thomas <gthomas@cygnus.co.uk>
283
284 * targets: Make compiler options platform specific
285 for ARM (AEB-1 vs PID)
286
287 1998-12-15 Gary Thomas <gthomas@cygnus.co.uk>
288
289 * packages: Add new AEB-1 platform
290
291 * targets: Support new selective linking for ARM.
292 Also add AEB-1 platform.
293
1 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> 294 1998-10-23 Jesper Skov <jskov@cygnus.co.uk>
2 PR 17959 295 PR 17959
3 296
4 * targets: Add wallclock and watchdog devices to SIM and powerpc 297 * targets: Add wallclock and watchdog devices to SIM and powerpc
5 default configurations. 298 default configurations.
269 // 562 //
270 // The Original Code is eCos - Embedded Cygnus Operating System, released 563 // The Original Code is eCos - Embedded Cygnus Operating System, released
271 // September 30, 1998. 564 // September 30, 1998.
272 // 565 //
273 // The Initial Developer of the Original Code is Cygnus. Portions created 566 // The Initial Developer of the Original Code is Cygnus. Portions created
274 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. 567 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved.
275 // ------------------------------------------- 568 // -------------------------------------------
276 // 569 //
277 //####COPYRIGHTEND#### 570 //####COPYRIGHTEND####
278 //=========================================================================== 571 //===========================================================================