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

4.104.115
Last change on this file since e7268bf8 was e7268bf8, checked in by Sebastian Huber <sebastian.huber@…>, on 04/30/10 at 11:43:19

2010-04-30 Sebastian Huber <sebastian.huber@…>

  • Makefile.am, preinstall.am: Update for generic interrupt support changes.
  • Property mode set to 100644
File size: 22.0 KB
Line 
12010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * Makefile.am, preinstall.am: Update for generic interrupt support
4        changes.
5
62009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * clock/ckinit.c: Remove nested externs.
9        Add missing prototypes.
10        Fix Clock_isr prototype.
11
122009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * make/custom/ts_386ex.cfg: Remove RTEMS_BSP_FAMILY.
15
162009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * configure.ac: Don't add -ansi -fasm to CFLAGS.
19
202009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * make/custom/ts_386ex.cfg: New (relocated from /make/custom).
23
242009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * console/console.c: Reflect termios_baud_to_number having been
27        renamed to rtems_termios_baud_to_number.
28
292009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
32
332009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * startup/setvec.c: Removed.
36
372009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * include/tm27.h: Remove references to rtems_interrupt_catch since this
40        archiecture does not use Simple Vectored Interrupt model.
41
422009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
45        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
46        have the same options.
47
482009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
49
50        * Makefile.am, preinstall.am: Update for generic interrupt support.
51
522009-04-28      Chris Johns <chrisj@rtems.org>
53
54        * start/start.S: Update for boot_card command line change.
55
562008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * bsp_specs: Move -e start from *link to *startfile to avoid warning
59        for undefined entry symbol when linking relocatables with binutils
60        2.19.
61
622008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * timer/timer.c: Eliminate uses of old benchmark timer names.
65
662008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
69        of building libbspstart.a, using automake-rules.
70
712008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Eliminate *_SOURCES.
74
752008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
78        components.
79
802008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
83
842008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * configure.ac: Make letting boot_card() handle work area allocation
87        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
88        BSP_BOOTCARD_OPTIONS.
89
902008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
93        top level shared bsp_get_work_area() implementation.
94
952008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
98
992008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * include/bsp.h: Remove unnecessary boilerplate comments.
102
1032008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
106        rtems/libcsupport.h and rtems/libio.h.
107
1082008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * clock/ckinit.c: The Shared Memory Driver no longer requires the
111        special IOCTL in Clock_control. This was a hack which has existed
112        since before the Classic API Timer Manager was implemented. All
113        implementations of and references to Clock_control were removed.
114
1152008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * timer/timer.c: Convert to "bool".
118
1192008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
122
1232008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * timer/timer.c: Eliminate empty function from every benchmark timer
126        driver. Fix spelling.
127
1282008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * timer/timer.c: Rename timer driver methods to follow RTEMS
131        programming conventions.
132
1332008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
136        Add missing prototypes.
137
1382008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * console/console.c: Eliminate copies of switches to convert termios
141        Bxxx constants to xxx as an integer. Use the shared
142        termios_baud_to_number() routine to do the same conversion.
143
1442008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
147        Framework to ask the BSP where it has memory for the RTEMS Workspace
148        and C Program Heap. These collectively are referred to as work area.
149        If the BSP supports this, then it does not have to include code to
150        split the available memory between the two areas. This reduces the
151        amount of code in the BSP specific bspstart.c file. Additionally, the
152        shared framework can initialize the C Library, call
153        rtems_debug_enable(), and dirty the work area memory. Until most/all
154        BSPs support this new capability, if the BSP supports this, it should
155        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
156        When the transition is complete, this autoconf macro can be removed.
157
1582008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * Makefile.am: Rework to avoid .rel files.
161
1622008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * startup/bspstart.c: Refactored and renamed initialization routines to
165        rtems_initialize_data_structures, rtems_initialize_before_drivers,
166        rtems_initialize_device_drivers, and
167        rtems_initialize_start_multitasking. This opened the sequence up so
168        that bootcard() could provide a more robust and flexible framework
169        which is easier to explain and understand. This also lays the
170        groundwork for sharing the division of available memory between the
171        RTEMS workspace and heap and the C library initialization across all
172        BSPs.
173
1742008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        PR 649/bsps
177        * clock/ckinit.c, console/console.c: Add missing structure element.
178
1792008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * startup/linkcmds: Add wildcard to gcc_except_table section so
182        programs compiled with gcc 4.3.x can link.
183
1842007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
187        of the Configuration Table. Use the RTEMS provided accessor macros to
188        obtain configuration fields.
189
1902007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
193        from CPU Table to Configuration Table. Eliminate CPU Table from all
194        ports. Delete references to CPU Table in all forms.
195
1962007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
199        Table fields to the Configuration Table. This included
200        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
201        do_zero_of_workspace, extra_mpci_receive_server_stack,
202        stack_allocate_hook, and stack_free_hook. As a side-effect of this
203        effort some multiprocessing code was made conditional and some style
204        clean up occurred.
205
2062007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
207
208        * startup/bspstart.c: Eliminate the interrupt_table_segment and
209        interrupt_table_offset fields in the i386 CPU Table since they are
210        never read.
211
2122007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
215        since it was used to configure a no longer used feature. Device names
216        are now part of the filesystem not in a table.
217
2182007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * bsp_specs: Remove qrtems_debug.
221
2222006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
225
2262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * configure.ac: New BUG-REPORT address.
229
2302006-11-15      Joel Sherrill <joel@OARcorp.com>
231
232        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
233        file and simplified initialization.
234
2352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * Makefile.am: Remove superfluous -DASM.
238
2392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
240
241        * configure.ac: Require autoconf-2.60. Require automake-1.10.
242
2432006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * configure.ac: Remove explicit ampolish3 support (now in
246        RTEMS_BSP_CONFIGURE).
247
2482006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * configure.ac: Add ampolish3 support.
251        * Makefile.am: Add preinstall.am.
252
2532005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * Makefile.am: Add pci.rel.
256
2572005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * Makefile.am: Install/preinstall headers from ../../i386/shared.
260
2612005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
264
2652005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * include/bsp.h: New header guard.
268
2692005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
270
271        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
272        Moved irq.h to bsp subdirectory.
273
2742005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
277
2782005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * Makefile.am: Remove build-variant support.
281
2822004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * configure.ac: Require automake > 1.9.
285
2862004-07-25      Joel Sherrill <joel@OARcorp.com>
287
288        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
289        * network/ne2000.c: Add include of <sys/errno.h>.
290
2912004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        PR 610/bsps
294        * Makefile.am: Add include/tm27.h, Cosmetics.
295        * include/tm27.h: Final cosmetics.
296
2972004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * include/bsp.h: Split out tmtest27 support.
300        * include/tm27.h: New.
301
3022004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
303
304        PR 613/bsps
305        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
306
3072004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        PR 614/bsps
310        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
311
3122004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
315        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
316
3172004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
320        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
321        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
322
3232004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
326        timer/timer.c: Convert to using c99 fixed size types.
327
3282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Reflect changes to bsp.am.
331        Preinstall dist_project_lib*.
332
3332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Reflect changes to bsp.am.
336
3372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
340
3412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Pickup files from ../../i386/shared instead of
344        ../shared. Reformat.
345
3462004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
349        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
350        wrapup/Makefile.am. Use automake compilation rules.
351        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
352        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
353        * configure.ac: Reflect changes above.
354
3552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
358        Add RTEMS_PROG_CCAS.
359
3602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Add PREINSTALL_DIRS.
363        * wrapup/Makefile.am: Reflect changes to libcpu.
364
3652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
368        Add PRE/TMPINSTALL_FILES to CLEANFILES.
369        * startup/Makefile.am: Ditto.
370
3712004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * start/Makefile.am: Remove.
374        * Makefile.am: Merge-in start/Makefile.am.
375        * configure.ac: Reflect changes above.
376
3772004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/Makefile.am: Eliminate $(LIB).
380        Use noinst_DATA to trigger building libbsp.a.
381
3822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
385        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
386
3872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
390        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
391
3922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
395
3962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * wrapup/Makefile.am: Cosmetics.
399
4002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * start/Makefile.am: Misc cleanups and fixes.
403        * startup/Makefile.am: Misc cleanups and fixes.
404        * wrapup/Makefile.am: Misc cleanups and fixes.
405
4062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Add preinstallation dirstamp support.
409        * clock/Makefile.am: Cosmetics.
410        * console/Makefile.am: Cosmetics.
411        * network/Makefile.am: Cosmetics.
412        * startup/Makefile.am: Cosmetics.
413        * timer/Makefile.am: Cosmetics.
414        * wrapup/Makefile.am: Cosmetics.
415
4162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * clock/Makefile.am: Remove all-local: $(ARCH).
419        * console/Makefile.am: Remove all-local: $(ARCH).
420        * network/Makefile.am: Remove all-local: $(ARCH).
421        * start/Makefile.am: Remove all-local: $(ARCH).
422        * startup/Makefile.am: Remove all-local: $(ARCH).
423        * timer/Makefile.am: Remove all-local: $(ARCH).
424        * wrapup/Makefile.am: Remove all-local: $(ARCH).
425
4262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Merge-in include/Makefile.am.
429        Reflect changes to bsp.am.
430        * include/Makefile.am: Remove.
431        * configure.ac: Reflect changes above.
432
4332003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * bsp_specs: Remove *lib:.
436
4372003-09-04      Joel Sherrill <joel@OARcorp.com>
438
439        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
440        include/coverhd.h, network/ne2000.c, start/80386ex.h,
441        start/80386ex.inc, start/macros.inc, start/start.S,
442        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
443        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
444        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
445        tools/debug_c/system.h, tools/network_ada/listener/init.c,
446        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
447        license changed.
448
4492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Reflect having moved aclocal/.
452
4532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Reflect having moved automake/.
456        * clock/Makefile.am: Reflect having moved automake/.
457        * console/Makefile.am: Reflect having moved automake/.
458        * include/Makefile.am: Reflect having moved automake/.
459        * network/Makefile.am: Reflect having moved automake/.
460        * start/Makefile.am: Reflect having moved automake/.
461        * startup/Makefile.am: Reflect having moved automake/.
462        * timer/Makefile.am: Reflect having moved automake/.
463        * wrapup/Makefile.am: Reflect having moved automake/.
464
4652003-08-13      Joel Sherrill <joel@OARcorp.com>
466
467        PR 451/bsps
468        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
469
4702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        PR 452/bsps
473        * startup/Makefile.am: Remove USE_INIT_FINI.
474
4752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
478
4792003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        PR 445/bsps
482        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
483        Remove cpp, old_cpp (now unused).
484
4852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: Remove AC_CONFIG_AUX_DIR.
488
4892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
492
4932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: AC_PREREQ(2.57).
496
4972003-01-20      Joel Sherrill <joel@OARcorp.com>
498
499        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
500
5012002-12-19      Joel Sherrill <joel@OARcorp.com>
502
503        * console/console.c: Removed __assert() which conflicts with newlib.
504
5052002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
508        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
509        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
510        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
511        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
512        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
513
5142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * start/Makefile.am: Use install-data-local to install startfile.
517
5182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
521
5222002-11-04      Joel Sherrill <joel@OARcorp.com>
523
524        * console/console.c, network/ne2000.c: Removed warnings.
525
5262002-11-01      Joel Sherrill <joel@OARcorp.com>
527
528        * startup/bspstart.c: Removed warnings.
529
5302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * .cvsignore: Reformat.
533        Add autom4te*cache.
534        Remove autom4te.cache.
535
5362002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
539
5402002-08-21      Joel Sherrill <joel@OARcorp.com>
541
542        * bsp_specs: Added support for -nostdlibs.
543
5442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
553
5542002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * start/Makefile.am: Eliminate PGM.
557        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
558
5592002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
562
5632002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
566        Remove $(OBJS) from all-local.
567
5682002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
571
5722001-05-17      Joel Sherrill <joel@OARcorp.com>
573
574        * startup/linkcmds: Per PR224, added wild card math to .rodata.
575
5762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * include/bsp.h: include <libcpu/cpu.h>.
579        * console/console.c: Remove unused variable console_open_count.
580
5812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac:
584        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
585        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
586        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
587        * Makefile.am: Remove AUTOMAKE_OPTIONS.
588        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
589        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
590        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
591        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
592        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
595
5962002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * configure.ac: Remove stray ';', PR 139.
599
6002002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
603
6042001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
607        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
608
6092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
612
6132001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
616        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
617        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
618
6192001-10-12      Joel Sherrill <joel@OARcorp.com>
620
621        * startup/linkcmds: Fixed typo.
622
6232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
626        * configure.in: Remove.
627        * configure.ac: New file, generated from configure.in by autoupdate.
628
6292001-09-27      Joel Sherrill <joel@OARcorp.com>
630
631        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
632
6332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
636
6372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * configure.in: Add bspopts.h.
640        * include/.cvsignore: Add bspopts.h*, stamp-h*.
641        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
642        * include/bsp.h: Include bspopts.h.
643
6442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
645
646        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
647
6482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
651
6522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
655
6562000-11-01      Joel Sherrill <joel@OARcorp.com>
657
658        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
659        and libcsupport.h moved from libc to lib/include/rtems and
660        now must be referenced as <rtems/XXX.h>.   Header file order
661        was cleaned up while doing this.
662
6632000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
666        Switch to GNU canonicalization.
667
6682000-10-19      Joel Sherrill <joel@OARcorp.com>
669
670        * console/console.c: Invoke BSP_uart_init() with all arguments
671        now that it takes more parameters.
672
6732000-10-17      Joel Sherrill <joel@OARcorp.com>
674
675        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
676        to libbsp/i386/shared/irq.
677
6782000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
679
680        * startup/linkcmds: Added lines so DWARF debug information
681        would be available.  Otherwise gdb complains that the offsets
682        for the debug info are incorrect and doesn't load the files.
683
6842000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
685
686        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
687        * startup/Makefile.am: Cleanup comments.
688
6892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
692        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
693        wrapup/Makefile.am: Include compile.am
694
6952000-08-10      Joel Sherrill <joel@OARcorp.com>
696
697        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.