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

4.115
Last change on this file since 3e8cdf8 was 3e8cdf8, checked in by Joel Sherrill <joel.sherrill@…>, on 01/28/11 at 20:35:36

2011-01-28 Joel Sherrill <joel.sherrilL@…>

  • clock/rtc.c, console/console.c, network/ne2000.c: Fix typo where license said found in found in.
  • Property mode set to 100644
File size: 22.2 KB
Line 
12011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * clock/rtc.c, console/console.c, network/ne2000.c: Fix typo where
4        license said found in found in.
5
62010-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile.am: Add bspreset.c
9
102010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * Makefile.am, preinstall.am: Update for generic interrupt support
13        changes.
14
152009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * clock/ckinit.c: Remove nested externs.
18        Add missing prototypes.
19        Fix Clock_isr prototype.
20
212009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * make/custom/ts_386ex.cfg: Remove RTEMS_BSP_FAMILY.
24
252009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Don't add -ansi -fasm to CFLAGS.
28
292009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * make/custom/ts_386ex.cfg: New (relocated from /make/custom).
32
332009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * console/console.c: Reflect termios_baud_to_number having been
36        renamed to rtems_termios_baud_to_number.
37
382009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
41
422009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * startup/setvec.c: Removed.
45
462009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * include/tm27.h: Remove references to rtems_interrupt_catch since this
49        archiecture does not use Simple Vectored Interrupt model.
50
512009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
54        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
55        have the same options.
56
572009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
58
59        * Makefile.am, preinstall.am: Update for generic interrupt support.
60
612009-04-28      Chris Johns <chrisj@rtems.org>
62
63        * start/start.S: Update for boot_card command line change.
64
652008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * bsp_specs: Move -e start from *link to *startfile to avoid warning
68        for undefined entry symbol when linking relocatables with binutils
69        2.19.
70
712008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * timer/timer.c: Eliminate uses of old benchmark timer names.
74
752008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
78        of building libbspstart.a, using automake-rules.
79
802008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Eliminate *_SOURCES.
83
842008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
87        components.
88
892008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
92
932008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * configure.ac: Make letting boot_card() handle work area allocation
96        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
97        BSP_BOOTCARD_OPTIONS.
98
992008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
102        top level shared bsp_get_work_area() implementation.
103
1042008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
107
1082008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * include/bsp.h: Remove unnecessary boilerplate comments.
111
1122008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
115        rtems/libcsupport.h and rtems/libio.h.
116
1172008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * clock/ckinit.c: The Shared Memory Driver no longer requires the
120        special IOCTL in Clock_control. This was a hack which has existed
121        since before the Classic API Timer Manager was implemented. All
122        implementations of and references to Clock_control were removed.
123
1242008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * timer/timer.c: Convert to "bool".
127
1282008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
131
1322008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * timer/timer.c: Eliminate empty function from every benchmark timer
135        driver. Fix spelling.
136
1372008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * timer/timer.c: Rename timer driver methods to follow RTEMS
140        programming conventions.
141
1422008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
145        Add missing prototypes.
146
1472008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * console/console.c: Eliminate copies of switches to convert termios
150        Bxxx constants to xxx as an integer. Use the shared
151        termios_baud_to_number() routine to do the same conversion.
152
1532008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
156        Framework to ask the BSP where it has memory for the RTEMS Workspace
157        and C Program Heap. These collectively are referred to as work area.
158        If the BSP supports this, then it does not have to include code to
159        split the available memory between the two areas. This reduces the
160        amount of code in the BSP specific bspstart.c file. Additionally, the
161        shared framework can initialize the C Library, call
162        rtems_debug_enable(), and dirty the work area memory. Until most/all
163        BSPs support this new capability, if the BSP supports this, it should
164        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
165        When the transition is complete, this autoconf macro can be removed.
166
1672008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * Makefile.am: Rework to avoid .rel files.
170
1712008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * startup/bspstart.c: Refactored and renamed initialization routines to
174        rtems_initialize_data_structures, rtems_initialize_before_drivers,
175        rtems_initialize_device_drivers, and
176        rtems_initialize_start_multitasking. This opened the sequence up so
177        that bootcard() could provide a more robust and flexible framework
178        which is easier to explain and understand. This also lays the
179        groundwork for sharing the division of available memory between the
180        RTEMS workspace and heap and the C library initialization across all
181        BSPs.
182
1832008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        PR 649/bsps
186        * clock/ckinit.c, console/console.c: Add missing structure element.
187
1882008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * startup/linkcmds: Add wildcard to gcc_except_table section so
191        programs compiled with gcc 4.3.x can link.
192
1932007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
196        of the Configuration Table. Use the RTEMS provided accessor macros to
197        obtain configuration fields.
198
1992007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
202        from CPU Table to Configuration Table. Eliminate CPU Table from all
203        ports. Delete references to CPU Table in all forms.
204
2052007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
208        Table fields to the Configuration Table. This included
209        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
210        do_zero_of_workspace, extra_mpci_receive_server_stack,
211        stack_allocate_hook, and stack_free_hook. As a side-effect of this
212        effort some multiprocessing code was made conditional and some style
213        clean up occurred.
214
2152007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * startup/bspstart.c: Eliminate the interrupt_table_segment and
218        interrupt_table_offset fields in the i386 CPU Table since they are
219        never read.
220
2212007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
224        since it was used to configure a no longer used feature. Device names
225        are now part of the filesystem not in a table.
226
2272007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
228
229        * bsp_specs: Remove qrtems_debug.
230
2312006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
234
2352006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * configure.ac: New BUG-REPORT address.
238
2392006-11-15      Joel Sherrill <joel@OARcorp.com>
240
241        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
242        file and simplified initialization.
243
2442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * Makefile.am: Remove superfluous -DASM.
247
2482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * configure.ac: Require autoconf-2.60. Require automake-1.10.
251
2522006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * configure.ac: Remove explicit ampolish3 support (now in
255        RTEMS_BSP_CONFIGURE).
256
2572006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * configure.ac: Add ampolish3 support.
260        * Makefile.am: Add preinstall.am.
261
2622005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
263
264        * Makefile.am: Add pci.rel.
265
2662005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * Makefile.am: Install/preinstall headers from ../../i386/shared.
269
2702005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
273
2742005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
275
276        * include/bsp.h: New header guard.
277
2782005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
279
280        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
281        Moved irq.h to bsp subdirectory.
282
2832005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
286
2872005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
288
289        * Makefile.am: Remove build-variant support.
290
2912004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * configure.ac: Require automake > 1.9.
294
2952004-07-25      Joel Sherrill <joel@OARcorp.com>
296
297        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
298        * network/ne2000.c: Add include of <sys/errno.h>.
299
3002004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
301
302        PR 610/bsps
303        * Makefile.am: Add include/tm27.h, Cosmetics.
304        * include/tm27.h: Final cosmetics.
305
3062004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * include/bsp.h: Split out tmtest27 support.
309        * include/tm27.h: New.
310
3112004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        PR 613/bsps
314        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
315
3162004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        PR 614/bsps
319        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
320
3212004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
324        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
325
3262004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
329        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
330        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
331
3322004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
335        timer/timer.c: Convert to using c99 fixed size types.
336
3372004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Reflect changes to bsp.am.
340        Preinstall dist_project_lib*.
341
3422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Reflect changes to bsp.am.
345
3462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
349
3502004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Pickup files from ../../i386/shared instead of
353        ../shared. Reformat.
354
3552004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
358        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
359        wrapup/Makefile.am. Use automake compilation rules.
360        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
361        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
362        * configure.ac: Reflect changes above.
363
3642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
367        Add RTEMS_PROG_CCAS.
368
3692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Add PREINSTALL_DIRS.
372        * wrapup/Makefile.am: Reflect changes to libcpu.
373
3742004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
377        Add PRE/TMPINSTALL_FILES to CLEANFILES.
378        * startup/Makefile.am: Ditto.
379
3802004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * start/Makefile.am: Remove.
383        * Makefile.am: Merge-in start/Makefile.am.
384        * configure.ac: Reflect changes above.
385
3862004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * wrapup/Makefile.am: Eliminate $(LIB).
389        Use noinst_DATA to trigger building libbsp.a.
390
3912003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
394        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
395
3962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
399        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
400
4012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
404
4052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Cosmetics.
408
4092003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * start/Makefile.am: Misc cleanups and fixes.
412        * startup/Makefile.am: Misc cleanups and fixes.
413        * wrapup/Makefile.am: Misc cleanups and fixes.
414
4152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Add preinstallation dirstamp support.
418        * clock/Makefile.am: Cosmetics.
419        * console/Makefile.am: Cosmetics.
420        * network/Makefile.am: Cosmetics.
421        * startup/Makefile.am: Cosmetics.
422        * timer/Makefile.am: Cosmetics.
423        * wrapup/Makefile.am: Cosmetics.
424
4252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * clock/Makefile.am: Remove all-local: $(ARCH).
428        * console/Makefile.am: Remove all-local: $(ARCH).
429        * network/Makefile.am: Remove all-local: $(ARCH).
430        * start/Makefile.am: Remove all-local: $(ARCH).
431        * startup/Makefile.am: Remove all-local: $(ARCH).
432        * timer/Makefile.am: Remove all-local: $(ARCH).
433        * wrapup/Makefile.am: Remove all-local: $(ARCH).
434
4352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Merge-in include/Makefile.am.
438        Reflect changes to bsp.am.
439        * include/Makefile.am: Remove.
440        * configure.ac: Reflect changes above.
441
4422003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * bsp_specs: Remove *lib:.
445
4462003-09-04      Joel Sherrill <joel@OARcorp.com>
447
448        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
449        include/coverhd.h, network/ne2000.c, start/80386ex.h,
450        start/80386ex.inc, start/macros.inc, start/start.S,
451        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
452        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
453        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
454        tools/debug_c/system.h, tools/network_ada/listener/init.c,
455        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
456        license changed.
457
4582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * Makefile.am: Reflect having moved aclocal/.
461
4622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: Reflect having moved automake/.
465        * clock/Makefile.am: Reflect having moved automake/.
466        * console/Makefile.am: Reflect having moved automake/.
467        * include/Makefile.am: Reflect having moved automake/.
468        * network/Makefile.am: Reflect having moved automake/.
469        * start/Makefile.am: Reflect having moved automake/.
470        * startup/Makefile.am: Reflect having moved automake/.
471        * timer/Makefile.am: Reflect having moved automake/.
472        * wrapup/Makefile.am: Reflect having moved automake/.
473
4742003-08-13      Joel Sherrill <joel@OARcorp.com>
475
476        PR 451/bsps
477        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
478
4792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        PR 452/bsps
482        * startup/Makefile.am: Remove USE_INIT_FINI.
483
4842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
487
4882003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        PR 445/bsps
491        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
492        Remove cpp, old_cpp (now unused).
493
4942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Remove AC_CONFIG_AUX_DIR.
497
4982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
501
5022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac: AC_PREREQ(2.57).
505
5062003-01-20      Joel Sherrill <joel@OARcorp.com>
507
508        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
509
5102002-12-19      Joel Sherrill <joel@OARcorp.com>
511
512        * console/console.c: Removed __assert() which conflicts with newlib.
513
5142002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
517        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
518        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
519        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
520        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
521        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
522
5232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * start/Makefile.am: Use install-data-local to install startfile.
526
5272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
530
5312002-11-04      Joel Sherrill <joel@OARcorp.com>
532
533        * console/console.c, network/ne2000.c: Removed warnings.
534
5352002-11-01      Joel Sherrill <joel@OARcorp.com>
536
537        * startup/bspstart.c: Removed warnings.
538
5392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * .cvsignore: Reformat.
542        Add autom4te*cache.
543        Remove autom4te.cache.
544
5452002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
548
5492002-08-21      Joel Sherrill <joel@OARcorp.com>
550
551        * bsp_specs: Added support for -nostdlibs.
552
5532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
556        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
557        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
558        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
559        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
560        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
561        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
562
5632002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * start/Makefile.am: Eliminate PGM.
566        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
567
5682002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
571
5722002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
575        Remove $(OBJS) from all-local.
576
5772002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
580
5812001-05-17      Joel Sherrill <joel@OARcorp.com>
582
583        * startup/linkcmds: Per PR224, added wild card math to .rodata.
584
5852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * include/bsp.h: include <libcpu/cpu.h>.
588        * console/console.c: Remove unused variable console_open_count.
589
5902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac:
593        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
594        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
595        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
596        * Makefile.am: Remove AUTOMAKE_OPTIONS.
597        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
602        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
603        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
604
6052002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac: Remove stray ';', PR 139.
608
6092002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
612
6132001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
616        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
617
6182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
621
6222001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
625        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
626        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
627
6282001-10-12      Joel Sherrill <joel@OARcorp.com>
629
630        * startup/linkcmds: Fixed typo.
631
6322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
635        * configure.in: Remove.
636        * configure.ac: New file, generated from configure.in by autoupdate.
637
6382001-09-27      Joel Sherrill <joel@OARcorp.com>
639
640        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
641
6422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
645
6462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * configure.in: Add bspopts.h.
649        * include/.cvsignore: Add bspopts.h*, stamp-h*.
650        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
651        * include/bsp.h: Include bspopts.h.
652
6532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
654
655        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
656
6572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
660
6612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
664
6652000-11-01      Joel Sherrill <joel@OARcorp.com>
666
667        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
668        and libcsupport.h moved from libc to lib/include/rtems and
669        now must be referenced as <rtems/XXX.h>.   Header file order
670        was cleaned up while doing this.
671
6722000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
675        Switch to GNU canonicalization.
676
6772000-10-19      Joel Sherrill <joel@OARcorp.com>
678
679        * console/console.c: Invoke BSP_uart_init() with all arguments
680        now that it takes more parameters.
681
6822000-10-17      Joel Sherrill <joel@OARcorp.com>
683
684        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
685        to libbsp/i386/shared/irq.
686
6872000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
688
689        * startup/linkcmds: Added lines so DWARF debug information
690        would be available.  Otherwise gdb complains that the offsets
691        for the debug info are incorrect and doesn't load the files.
692
6932000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
696        * startup/Makefile.am: Cleanup comments.
697
6982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
701        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
702        wrapup/Makefile.am: Include compile.am
703
7042000-08-10      Joel Sherrill <joel@OARcorp.com>
705
706        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.