source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 7e9874b

4.104.114.84.95
Last change on this file since 7e9874b was 7a9c410, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/05 at 12:38:24

2005-10-17 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Add pci.rel.
  • Property mode set to 100644
File size: 13.7 KB
Line 
12005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add pci.rel.
4
52005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Install/preinstall headers from ../../i386/shared.
8
92005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
12
132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * include/bsp.h: New header guard.
16
172005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
18
19        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
20        Moved irq.h to bsp subdirectory.
21
222005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
25
262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Remove build-variant support.
29
302004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Require automake > 1.9.
33
342004-07-25      Joel Sherrill <joel@OARcorp.com>
35
36        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
37        * network/ne2000.c: Add include of <sys/errno.h>.
38
392004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        PR 610/bsps
42        * Makefile.am: Add include/tm27.h, Cosmetics.
43        * include/tm27.h: Final cosmetics.
44
452004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * include/bsp.h: Split out tmtest27 support.
48        * include/tm27.h: New.
49
502004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        PR 613/bsps
53        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
54
552004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        PR 614/bsps
58        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
59
602004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
63        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
64
652004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
68        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
69        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
70
712004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
74        timer/timer.c: Convert to using c99 fixed size types.
75
762004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect changes to bsp.am.
79        Preinstall dist_project_lib*.
80
812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Reflect changes to bsp.am.
84
852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
88
892004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Pickup files from ../../i386/shared instead of
92        ../shared. Reformat.
93
942004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
97        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
98        wrapup/Makefile.am. Use automake compilation rules.
99        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
100        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
101        * configure.ac: Reflect changes above.
102
1032004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
106        Add RTEMS_PROG_CCAS.
107
1082004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Add PREINSTALL_DIRS.
111        * wrapup/Makefile.am: Reflect changes to libcpu.
112
1132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
116        Add PRE/TMPINSTALL_FILES to CLEANFILES.
117        * startup/Makefile.am: Ditto.
118
1192004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: Remove.
122        * Makefile.am: Merge-in start/Makefile.am.
123        * configure.ac: Reflect changes above.
124
1252004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Eliminate $(LIB).
128        Use noinst_DATA to trigger building libbsp.a.
129
1302003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
133        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
134
1352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
138        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Cosmetics.
147
1482003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * start/Makefile.am: Misc cleanups and fixes.
151        * startup/Makefile.am: Misc cleanups and fixes.
152        * wrapup/Makefile.am: Misc cleanups and fixes.
153
1542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Add preinstallation dirstamp support.
157        * clock/Makefile.am: Cosmetics.
158        * console/Makefile.am: Cosmetics.
159        * network/Makefile.am: Cosmetics.
160        * startup/Makefile.am: Cosmetics.
161        * timer/Makefile.am: Cosmetics.
162        * wrapup/Makefile.am: Cosmetics.
163
1642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * clock/Makefile.am: Remove all-local: $(ARCH).
167        * console/Makefile.am: Remove all-local: $(ARCH).
168        * network/Makefile.am: Remove all-local: $(ARCH).
169        * start/Makefile.am: Remove all-local: $(ARCH).
170        * startup/Makefile.am: Remove all-local: $(ARCH).
171        * timer/Makefile.am: Remove all-local: $(ARCH).
172        * wrapup/Makefile.am: Remove all-local: $(ARCH).
173
1742003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Merge-in include/Makefile.am.
177        Reflect changes to bsp.am.
178        * include/Makefile.am: Remove.
179        * configure.ac: Reflect changes above.
180
1812003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * bsp_specs: Remove *lib:.
184
1852003-09-04      Joel Sherrill <joel@OARcorp.com>
186
187        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
188        include/coverhd.h, network/ne2000.c, start/80386ex.h,
189        start/80386ex.inc, start/macros.inc, start/start.S,
190        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
191        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
192        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
193        tools/debug_c/system.h, tools/network_ada/listener/init.c,
194        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
195        license changed.
196
1972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Reflect having moved aclocal/.
200
2012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Reflect having moved automake/.
204        * clock/Makefile.am: Reflect having moved automake/.
205        * console/Makefile.am: Reflect having moved automake/.
206        * include/Makefile.am: Reflect having moved automake/.
207        * network/Makefile.am: Reflect having moved automake/.
208        * start/Makefile.am: Reflect having moved automake/.
209        * startup/Makefile.am: Reflect having moved automake/.
210        * timer/Makefile.am: Reflect having moved automake/.
211        * wrapup/Makefile.am: Reflect having moved automake/.
212
2132003-08-13      Joel Sherrill <joel@OARcorp.com>
214
215        PR 451/bsps
216        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
217
2182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        PR 452/bsps
221        * startup/Makefile.am: Remove USE_INIT_FINI.
222
2232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
226
2272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        PR 445/bsps
230        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
231        Remove cpp, old_cpp (now unused).
232
2332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Remove AC_CONFIG_AUX_DIR.
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
240
2412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: AC_PREREQ(2.57).
244
2452003-01-20      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
248
2492002-12-19      Joel Sherrill <joel@OARcorp.com>
250
251        * console/console.c: Removed __assert() which conflicts with newlib.
252
2532002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261
2622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * start/Makefile.am: Use install-data-local to install startfile.
265
2662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269
2702002-11-04      Joel Sherrill <joel@OARcorp.com>
271
272        * console/console.c, network/ne2000.c: Removed warnings.
273
2742002-11-01      Joel Sherrill <joel@OARcorp.com>
275
276        * startup/bspstart.c: Removed warnings.
277
2782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * .cvsignore: Reformat.
281        Add autom4te*cache.
282        Remove autom4te.cache.
283
2842002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
287
2882002-08-21      Joel Sherrill <joel@OARcorp.com>
289
290        * bsp_specs: Added support for -nostdlibs.
291
2922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
295        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
301
3022002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Eliminate PGM.
305        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
306
3072002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
310
3112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
314        Remove $(OBJS) from all-local.
315
3162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
319
3202001-05-17      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/linkcmds: Per PR224, added wild card math to .rodata.
323
3242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * include/bsp.h: include <libcpu/cpu.h>.
327        * console/console.c: Remove unused variable console_open_count.
328
3292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac:
332        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
333        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
334        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
343
3442002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Remove stray ';', PR 139.
347
3482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
351
3522001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
355        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
356
3572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
360
3612001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
364        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
365        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
366
3672001-10-12      Joel Sherrill <joel@OARcorp.com>
368
369        * startup/linkcmds: Fixed typo.
370
3712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
374        * configure.in: Remove.
375        * configure.ac: New file, generated from configure.in by autoupdate.
376
3772001-09-27      Joel Sherrill <joel@OARcorp.com>
378
379        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
380
3812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
384
3852001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.in: Add bspopts.h.
388        * include/.cvsignore: Add bspopts.h*, stamp-h*.
389        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
390        * include/bsp.h: Include bspopts.h.
391
3922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
393
394        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
395
3962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
399
4002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
403
4042000-11-01      Joel Sherrill <joel@OARcorp.com>
405
406        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
407        and libcsupport.h moved from libc to lib/include/rtems and
408        now must be referenced as <rtems/XXX.h>.   Header file order
409        was cleaned up while doing this.
410
4112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
414        Switch to GNU canonicalization.
415
4162000-10-19      Joel Sherrill <joel@OARcorp.com>
417
418        * console/console.c: Invoke BSP_uart_init() with all arguments
419        now that it takes more parameters.
420
4212000-10-17      Joel Sherrill <joel@OARcorp.com>
422
423        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
424        to libbsp/i386/shared/irq.
425
4262000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
427
428        * startup/linkcmds: Added lines so DWARF debug information
429        would be available.  Otherwise gdb complains that the offsets
430        for the debug info are incorrect and doesn't load the files.
431
4322000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
435        * startup/Makefile.am: Cleanup comments.
436
4372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
440        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
441        wrapup/Makefile.am: Include compile.am
442
4432000-08-10      Joel Sherrill <joel@OARcorp.com>
444
445        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.