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

4.104.115
Last change on this file since d1c3dc9 was d1c3dc9, checked in by Joel Sherrill <joel.sherrill@…>, on 05/21/10 at 18:08:58

2010-05-21 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Add bspreset.c
  • Property mode set to 100644
File size: 22.1 KB
Line 
12010-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am: Add bspreset.c
4
52010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * Makefile.am, preinstall.am: Update for generic interrupt support
8        changes.
9
102009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * clock/ckinit.c: Remove nested externs.
13        Add missing prototypes.
14        Fix Clock_isr prototype.
15
162009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * make/custom/ts_386ex.cfg: Remove RTEMS_BSP_FAMILY.
19
202009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: Don't add -ansi -fasm to CFLAGS.
23
242009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * make/custom/ts_386ex.cfg: New (relocated from /make/custom).
27
282009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * console/console.c: Reflect termios_baud_to_number having been
31        renamed to rtems_termios_baud_to_number.
32
332009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
36
372009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * startup/setvec.c: Removed.
40
412009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * include/tm27.h: Remove references to rtems_interrupt_catch since this
44        archiecture does not use Simple Vectored Interrupt model.
45
462009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
49        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
50        have the same options.
51
522009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
53
54        * Makefile.am, preinstall.am: Update for generic interrupt support.
55
562009-04-28      Chris Johns <chrisj@rtems.org>
57
58        * start/start.S: Update for boot_card command line change.
59
602008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * bsp_specs: Move -e start from *link to *startfile to avoid warning
63        for undefined entry symbol when linking relocatables with binutils
64        2.19.
65
662008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * timer/timer.c: Eliminate uses of old benchmark timer names.
69
702008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
73        of building libbspstart.a, using automake-rules.
74
752008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * Makefile.am: Eliminate *_SOURCES.
78
792008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
82        components.
83
842008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
87
882008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * configure.ac: Make letting boot_card() handle work area allocation
91        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
92        BSP_BOOTCARD_OPTIONS.
93
942008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
97        top level shared bsp_get_work_area() implementation.
98
992008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
102
1032008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * include/bsp.h: Remove unnecessary boilerplate comments.
106
1072008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
110        rtems/libcsupport.h and rtems/libio.h.
111
1122008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * clock/ckinit.c: The Shared Memory Driver no longer requires the
115        special IOCTL in Clock_control. This was a hack which has existed
116        since before the Classic API Timer Manager was implemented. All
117        implementations of and references to Clock_control were removed.
118
1192008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * timer/timer.c: Convert to "bool".
122
1232008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
126
1272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * timer/timer.c: Eliminate empty function from every benchmark timer
130        driver. Fix spelling.
131
1322008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * timer/timer.c: Rename timer driver methods to follow RTEMS
135        programming conventions.
136
1372008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
140        Add missing prototypes.
141
1422008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * console/console.c: Eliminate copies of switches to convert termios
145        Bxxx constants to xxx as an integer. Use the shared
146        termios_baud_to_number() routine to do the same conversion.
147
1482008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
151        Framework to ask the BSP where it has memory for the RTEMS Workspace
152        and C Program Heap. These collectively are referred to as work area.
153        If the BSP supports this, then it does not have to include code to
154        split the available memory between the two areas. This reduces the
155        amount of code in the BSP specific bspstart.c file. Additionally, the
156        shared framework can initialize the C Library, call
157        rtems_debug_enable(), and dirty the work area memory. Until most/all
158        BSPs support this new capability, if the BSP supports this, it should
159        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
160        When the transition is complete, this autoconf macro can be removed.
161
1622008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * Makefile.am: Rework to avoid .rel files.
165
1662008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * startup/bspstart.c: Refactored and renamed initialization routines to
169        rtems_initialize_data_structures, rtems_initialize_before_drivers,
170        rtems_initialize_device_drivers, and
171        rtems_initialize_start_multitasking. This opened the sequence up so
172        that bootcard() could provide a more robust and flexible framework
173        which is easier to explain and understand. This also lays the
174        groundwork for sharing the division of available memory between the
175        RTEMS workspace and heap and the C library initialization across all
176        BSPs.
177
1782008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        PR 649/bsps
181        * clock/ckinit.c, console/console.c: Add missing structure element.
182
1832008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * startup/linkcmds: Add wildcard to gcc_except_table section so
186        programs compiled with gcc 4.3.x can link.
187
1882007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
191        of the Configuration Table. Use the RTEMS provided accessor macros to
192        obtain configuration fields.
193
1942007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
197        from CPU Table to Configuration Table. Eliminate CPU Table from all
198        ports. Delete references to CPU Table in all forms.
199
2002007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
203        Table fields to the Configuration Table. This included
204        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
205        do_zero_of_workspace, extra_mpci_receive_server_stack,
206        stack_allocate_hook, and stack_free_hook. As a side-effect of this
207        effort some multiprocessing code was made conditional and some style
208        clean up occurred.
209
2102007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * startup/bspstart.c: Eliminate the interrupt_table_segment and
213        interrupt_table_offset fields in the i386 CPU Table since they are
214        never read.
215
2162007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
219        since it was used to configure a no longer used feature. Device names
220        are now part of the filesystem not in a table.
221
2222007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * bsp_specs: Remove qrtems_debug.
225
2262006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
229
2302006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * configure.ac: New BUG-REPORT address.
233
2342006-11-15      Joel Sherrill <joel@OARcorp.com>
235
236        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
237        file and simplified initialization.
238
2392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
240
241        * Makefile.am: Remove superfluous -DASM.
242
2432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * configure.ac: Require autoconf-2.60. Require automake-1.10.
246
2472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * configure.ac: Remove explicit ampolish3 support (now in
250        RTEMS_BSP_CONFIGURE).
251
2522006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * configure.ac: Add ampolish3 support.
255        * Makefile.am: Add preinstall.am.
256
2572005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * Makefile.am: Add pci.rel.
260
2612005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * Makefile.am: Install/preinstall headers from ../../i386/shared.
264
2652005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
268
2692005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * include/bsp.h: New header guard.
272
2732005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
274
275        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
276        Moved irq.h to bsp subdirectory.
277
2782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
279
280        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
281
2822005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * Makefile.am: Remove build-variant support.
285
2862004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
287
288        * configure.ac: Require automake > 1.9.
289
2902004-07-25      Joel Sherrill <joel@OARcorp.com>
291
292        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
293        * network/ne2000.c: Add include of <sys/errno.h>.
294
2952004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        PR 610/bsps
298        * Makefile.am: Add include/tm27.h, Cosmetics.
299        * include/tm27.h: Final cosmetics.
300
3012004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * include/bsp.h: Split out tmtest27 support.
304        * include/tm27.h: New.
305
3062004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        PR 613/bsps
309        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
310
3112004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        PR 614/bsps
314        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
315
3162004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
319        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
320
3212004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
324        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
325        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
326
3272004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
330        timer/timer.c: Convert to using c99 fixed size types.
331
3322004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Reflect changes to bsp.am.
335        Preinstall dist_project_lib*.
336
3372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Reflect changes to bsp.am.
340
3412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
344
3452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Pickup files from ../../i386/shared instead of
348        ../shared. Reformat.
349
3502004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
353        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
354        wrapup/Makefile.am. Use automake compilation rules.
355        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
356        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
357        * configure.ac: Reflect changes above.
358
3592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
362        Add RTEMS_PROG_CCAS.
363
3642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Add PREINSTALL_DIRS.
367        * wrapup/Makefile.am: Reflect changes to libcpu.
368
3692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
372        Add PRE/TMPINSTALL_FILES to CLEANFILES.
373        * startup/Makefile.am: Ditto.
374
3752004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * start/Makefile.am: Remove.
378        * Makefile.am: Merge-in start/Makefile.am.
379        * configure.ac: Reflect changes above.
380
3812004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * wrapup/Makefile.am: Eliminate $(LIB).
384        Use noinst_DATA to trigger building libbsp.a.
385
3862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
389        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
390
3912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
394        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
395
3962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
399
4002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * wrapup/Makefile.am: Cosmetics.
403
4042003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * start/Makefile.am: Misc cleanups and fixes.
407        * startup/Makefile.am: Misc cleanups and fixes.
408        * wrapup/Makefile.am: Misc cleanups and fixes.
409
4102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Add preinstallation dirstamp support.
413        * clock/Makefile.am: Cosmetics.
414        * console/Makefile.am: Cosmetics.
415        * network/Makefile.am: Cosmetics.
416        * startup/Makefile.am: Cosmetics.
417        * timer/Makefile.am: Cosmetics.
418        * wrapup/Makefile.am: Cosmetics.
419
4202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * clock/Makefile.am: Remove all-local: $(ARCH).
423        * console/Makefile.am: Remove all-local: $(ARCH).
424        * network/Makefile.am: Remove all-local: $(ARCH).
425        * start/Makefile.am: Remove all-local: $(ARCH).
426        * startup/Makefile.am: Remove all-local: $(ARCH).
427        * timer/Makefile.am: Remove all-local: $(ARCH).
428        * wrapup/Makefile.am: Remove all-local: $(ARCH).
429
4302003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Merge-in include/Makefile.am.
433        Reflect changes to bsp.am.
434        * include/Makefile.am: Remove.
435        * configure.ac: Reflect changes above.
436
4372003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * bsp_specs: Remove *lib:.
440
4412003-09-04      Joel Sherrill <joel@OARcorp.com>
442
443        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
444        include/coverhd.h, network/ne2000.c, start/80386ex.h,
445        start/80386ex.inc, start/macros.inc, start/start.S,
446        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
447        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
448        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
449        tools/debug_c/system.h, tools/network_ada/listener/init.c,
450        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
451        license changed.
452
4532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Reflect having moved aclocal/.
456
4572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: Reflect having moved automake/.
460        * clock/Makefile.am: Reflect having moved automake/.
461        * console/Makefile.am: Reflect having moved automake/.
462        * include/Makefile.am: Reflect having moved automake/.
463        * network/Makefile.am: Reflect having moved automake/.
464        * start/Makefile.am: Reflect having moved automake/.
465        * startup/Makefile.am: Reflect having moved automake/.
466        * timer/Makefile.am: Reflect having moved automake/.
467        * wrapup/Makefile.am: Reflect having moved automake/.
468
4692003-08-13      Joel Sherrill <joel@OARcorp.com>
470
471        PR 451/bsps
472        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
473
4742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        PR 452/bsps
477        * startup/Makefile.am: Remove USE_INIT_FINI.
478
4792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
482
4832003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        PR 445/bsps
486        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
487        Remove cpp, old_cpp (now unused).
488
4892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac: Remove AC_CONFIG_AUX_DIR.
492
4932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
496
4972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac: AC_PREREQ(2.57).
500
5012003-01-20      Joel Sherrill <joel@OARcorp.com>
502
503        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
504
5052002-12-19      Joel Sherrill <joel@OARcorp.com>
506
507        * console/console.c: Removed __assert() which conflicts with newlib.
508
5092002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
512        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
513        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
514        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
515        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
516        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
517
5182002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * start/Makefile.am: Use install-data-local to install startfile.
521
5222002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
525
5262002-11-04      Joel Sherrill <joel@OARcorp.com>
527
528        * console/console.c, network/ne2000.c: Removed warnings.
529
5302002-11-01      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/bspstart.c: Removed warnings.
533
5342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * .cvsignore: Reformat.
537        Add autom4te*cache.
538        Remove autom4te.cache.
539
5402002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
543
5442002-08-21      Joel Sherrill <joel@OARcorp.com>
545
546        * bsp_specs: Added support for -nostdlibs.
547
5482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
551        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
552        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
553        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
554        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
555        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
556        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
557
5582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * start/Makefile.am: Eliminate PGM.
561        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
562
5632002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
566
5672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
570        Remove $(OBJS) from all-local.
571
5722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
575
5762001-05-17      Joel Sherrill <joel@OARcorp.com>
577
578        * startup/linkcmds: Per PR224, added wild card math to .rodata.
579
5802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * include/bsp.h: include <libcpu/cpu.h>.
583        * console/console.c: Remove unused variable console_open_count.
584
5852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac:
588        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
589        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
590        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
591        * Makefile.am: Remove AUTOMAKE_OPTIONS.
592        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
595        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
596        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
597        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
599
6002002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.ac: Remove stray ';', PR 139.
603
6042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
607
6082001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
611        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
612
6132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
616
6172001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
620        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
621        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
622
6232001-10-12      Joel Sherrill <joel@OARcorp.com>
624
625        * startup/linkcmds: Fixed typo.
626
6272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
630        * configure.in: Remove.
631        * configure.ac: New file, generated from configure.in by autoupdate.
632
6332001-09-27      Joel Sherrill <joel@OARcorp.com>
634
635        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
636
6372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
640
6412001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * configure.in: Add bspopts.h.
644        * include/.cvsignore: Add bspopts.h*, stamp-h*.
645        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
646        * include/bsp.h: Include bspopts.h.
647
6482001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
649
650        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
651
6522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
655
6562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
659
6602000-11-01      Joel Sherrill <joel@OARcorp.com>
661
662        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
663        and libcsupport.h moved from libc to lib/include/rtems and
664        now must be referenced as <rtems/XXX.h>.   Header file order
665        was cleaned up while doing this.
666
6672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
670        Switch to GNU canonicalization.
671
6722000-10-19      Joel Sherrill <joel@OARcorp.com>
673
674        * console/console.c: Invoke BSP_uart_init() with all arguments
675        now that it takes more parameters.
676
6772000-10-17      Joel Sherrill <joel@OARcorp.com>
678
679        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
680        to libbsp/i386/shared/irq.
681
6822000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
683
684        * startup/linkcmds: Added lines so DWARF debug information
685        would be available.  Otherwise gdb complains that the offsets
686        for the debug info are incorrect and doesn't load the files.
687
6882000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
689
690        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
691        * startup/Makefile.am: Cleanup comments.
692
6932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
696        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
697        wrapup/Makefile.am: Include compile.am
698
6992000-08-10      Joel Sherrill <joel@OARcorp.com>
700
701        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.