source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 6454e161

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

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

  • console/console.c: Fix typo where license said found in found in.
  • Property mode set to 100644
File size: 22.9 KB
Line 
12011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * console/console.c: Fix typo where license said found in found in.
4
52010-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am: Add bspreset.c
8
92010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11        * Makefile.am, preinstall.am: Update for generic interrupt support
12        changes.
13
142009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * console/console.c: Eliminate casts.
17
182009-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * clock/ckinit.c: Fix Clock_isr prototype.
21        * network/network.c: Use PRI*32 to print uint32_t's.
22
232009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/i386ex.cfg: Remove RTEMS_BSP_FAMILY.
26
272009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Don't add -ansi -fasm to CFLAGS.
30
312009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * make/custom/i386ex.cfg: New (relocated from /make/custom).
34
352009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * console/console.c: Reflect termios_baud_to_number having been
38        renamed to rtems_termios_baud_to_number.
39
402009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
43
442009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * startup/setvec.c: Removed.
47
482009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * include/tm27.h: Remove references to rtems_interrupt_catch since this
51        archiecture does not use Simple Vectored Interrupt model.
52
532009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
56        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
57        have the same options.
58
592009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
60
61        * Makefile.am, preinstall.am: Update for generic interrupt support.
62
632009-04-28      Chris Johns <chrisj@rtems.org>
64
65        * start/start.S: Update for boot_card command line change.
66
672009-02-10      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * clock/ckinit.c, startup/bspstart.c: Add prototypes.
70
712008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * bsp_specs: Move -e start from *link to *startfile to avoid warning
74        for undefined entry symbol when linking relocatables with binutils
75        2.19.
76
772008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * timer/timer.c: Eliminate uses of old benchmark timer names.
80
812008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
84        of building libbspstart.a, using automake-rules.
85
862008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Eliminate *_SOURCES.
89
902008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
93        components.
94
952008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
98
992008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * configure.ac: Make letting boot_card() handle work area allocation
102        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
103        BSP_BOOTCARD_OPTIONS.
104
1052008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * Makefile.am: Add use of shared bsppost.c
108
1092008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
112        top level shared bsp_get_work_area() implementation.
113
1142008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
117
1182008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * include/bsp.h: Remove unnecessary boilerplate comments.
121
1222008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
125        rtems/libcsupport.h and rtems/libio.h.
126
1272008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * clock/ckinit.c: The Shared Memory Driver no longer requires the
130        special IOCTL in Clock_control. This was a hack which has existed
131        since before the Classic API Timer Manager was implemented. All
132        implementations of and references to Clock_control were removed.
133
1342008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * timer/timer.c: Convert to "bool".
137
1382008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * timer/timer.c: Eliminate empty function from every benchmark timer
141        driver. Fix spelling.
142
1432008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * timer/timer.c: Rename timer driver methods to follow RTEMS
146        programming conventions.
147
1482008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * timer/timer.c: Add missing prototypes.
151
1522008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * console/console.c: Eliminate copies of switches to convert termios
155        Bxxx constants to xxx as an integer. Use the shared
156        termios_baud_to_number() routine to do the same conversion.
157
1582008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * network/network.c: Eliminate patterns that look like CVS conflict
161        markers.
162
1632008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
166        Framework to ask the BSP where it has memory for the RTEMS Workspace
167        and C Program Heap. These collectively are referred to as work area.
168        If the BSP supports this, then it does not have to include code to
169        split the available memory between the two areas. This reduces the
170        amount of code in the BSP specific bspstart.c file. Additionally, the
171        shared framework can initialize the C Library, call
172        rtems_debug_enable(), and dirty the work area memory. Until most/all
173        BSPs support this new capability, if the BSP supports this, it should
174        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
175        When the transition is complete, this autoconf macro can be removed.
176
1772008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * Makefile.am: Rework to avoid .rel files.
180
1812008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * startup/bspstart.c: Refactored and renamed initialization routines to
184        rtems_initialize_data_structures, rtems_initialize_before_drivers,
185        rtems_initialize_device_drivers, and
186        rtems_initialize_start_multitasking. This opened the sequence up so
187        that bootcard() could provide a more robust and flexible framework
188        which is easier to explain and understand. This also lays the
189        groundwork for sharing the division of available memory between the
190        RTEMS workspace and heap and the C library initialization across all
191        BSPs.
192
1932008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * startup/linkcmds: Add wildcard to gcc_except_table section so
196        programs compiled with gcc 4.3.x can link.
197
1982007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
201        of the Configuration Table. Use the RTEMS provided accessor macros to
202        obtain configuration fields.
203
2042007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
207        from CPU Table to Configuration Table. Eliminate CPU Table from all
208        ports. Delete references to CPU Table in all forms.
209
2102007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
213        Table fields to the Configuration Table. This included
214        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
215        do_zero_of_workspace, extra_mpci_receive_server_stack,
216        stack_allocate_hook, and stack_free_hook. As a side-effect of this
217        effort some multiprocessing code was made conditional and some style
218        clean up occurred.
219
2202007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * startup/bspstart.c: Eliminate the interrupt_table_segment and
223        interrupt_table_offset fields in the i386 CPU Table since they are
224        never read.
225
2262007-05-03      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Handle .data.* sections
229
2302007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * bsp_specs: Remove qrtems_debug.
233
2342006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * network/network.c (uti596_ioctl): Use ioctl_command_t.
237
2382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * configure.ac: New BUG-REPORT address.
241
2422006-11-15      Joel Sherrill <joel@OARcorp.com>
243
244        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
245        file and simplified initialization.
246
2472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * Makefile.am: Remove superfluous -DASM.
250
2512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * configure.ac: Require autoconf-2.60. Require automake-1.10.
254
2552006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * configure.ac: Remove explicit ampolish3 support (now in
258        RTEMS_BSP_CONFIGURE).
259
2602006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * configure.ac: Add ampolish3 support.
263        * Makefile.am: Add preinstall.am.
264
2652005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * Makefile.am: Add pci.rel.
268
2692005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * Makefile.am: Install/preinstall headers from ../../i386/shared.
272
2732005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * network/network.c: Remove #define KERNEL.
276        Include <errno.h>.
277        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
278
2792005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
280
281        * include/bsp.h: New header guard.
282
2832005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
284
285        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
286        Moved irq.h to bsp subdirectory.
287
2882005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
289
290        * clock/ckinit.c, console/console.c: Added support for
291        addition of parameter to ISRs.
292        * network/network.c: Modified parameter list to remove
293        warnings.
294
2952005-04-15      Joel Sherrill <joel@OARcorp.com>
296
297        * network/network.c: Fix warnings.
298
2992005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
302
3032005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * Makefile.am: Remove build-variant support.
306
3072004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * configure.ac: Require automake > 1.9.
310
3112004-07-28      Joel Sherrill <joel@OARcorp.com>
312
313        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
314
3152004-07-25      Joel Sherrill <joel@OARcorp.com>
316
317        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
318
3192004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        PR 610/bsps
322        * Makefile.am: Add include/tm27.h, Cosmetics.
323        * include/tm27.h: Final cosmetics.
324
3252004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * include/bsp.h: Split out tmtest27 support.
328        * include/tm27.h: New.
329
3302004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        PR 613/bsps
333        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
334
3352004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        PR 614/bsps
338        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
339
3402004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
343        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
344
3452004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
348        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
349        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
350        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
351
3522004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
355        Convert to using c99 fixed size types.
356
3572004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Reflect changes to bsp.am.
360        Preinstall dist_project_lib*.
361
3622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Reflect changes to bsp.am.
365
3662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
369
3702004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Pickup files from ../../i386/shared instead of
373        ../shared. Reformat.
374
3752004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
378        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
379        wrapup/Makefile.am. Use automake compilation rules.
380        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
381        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
382        * configure.ac: Reflect changes above.
383
3842004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
387        Add RTEMS_PROG_CCAS.
388
3892004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Add PREINSTALL_DIRS.
392        * wrapup/Makefile.am: Reflect changes to libcpu.
393
3942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
397        Add PRE/TMPINSTALL_FILES to CLEANFILES.
398        * startup/Makefile.am: Ditto.
399
4002004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * start/Makefile.am: Remove.
403        * Makefile.am: Merge-in start/Makefile.am.
404        * configure.ac: Reflect changes above.
405
4062004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * wrapup/Makefile.am: Eliminate $(LIB).
409        Use noinst_DATA to trigger building libbsp.a.
410
4112003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
414        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
415
4162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
419        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
420
4212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
424
4252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Cosmetics.
428
4292003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * start/Makefile.am: Misc cleanups and fixes.
432        * startup/Makefile.am: Misc cleanups and fixes.
433        * wrapup/Makefile.am: Misc cleanups and fixes.
434
4352003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Add preinstallation dirstamp support.
438        * clock/Makefile.am: Cosmetics.
439        * console/Makefile.am: Cosmetics.
440        * network/Makefile.am: Cosmetics.
441        * startup/Makefile.am: Cosmetics.
442        * timer/Makefile.am: Cosmetics.
443        * wrapup/Makefile.am: Cosmetics
444
4452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * clock/Makefile.am: Remove all-local: $(ARCH).
448        * console/Makefile.am: Remove all-local: $(ARCH).
449        * network/Makefile.am: Remove all-local: $(ARCH).
450        * start/Makefile.am: Remove all-local: $(ARCH).
451        * startup/Makefile.am: Remove all-local: $(ARCH).
452        * timer/Makefile.am: Remove all-local: $(ARCH).
453        * wrapup/Makefile.am: Remove all-local: $(ARCH).
454
4552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Merge-in include/Makefile.am.
458        Reflect changes to bsp.am.
459        * include/Makefile.am: Remove.
460        * configure.ac: Reflect changes above.
461
4622003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * bsp_specs: Remove *lib:.
465
4662003-09-04      Joel Sherrill <joel@OARcorp.com>
467
468        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
469        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
470        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
471        timer/timer.c, timer/timerisr.S: URL for license changed.
472
4732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Reflect having moved aclocal/.
476
4772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Reflect having moved automake/.
480        * clock/Makefile.am: Reflect having moved automake/.
481        * console/Makefile.am: Reflect having moved automake/.
482        * include/Makefile.am: Reflect having moved automake/.
483        * network/Makefile.am: Reflect having moved automake/.
484        * start/Makefile.am: Reflect having moved automake/.
485        * startup/Makefile.am: Reflect having moved automake/.
486        * timer/Makefile.am: Reflect having moved automake/.
487        * wrapup/Makefile.am: Reflect having moved automake/.
488
4892003-08-13      Joel Sherrill <joel@OARcorp.com>
490
491        PR 451/bsps
492        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
493
4942003-08-11      Joel Sherrill <joel@OARcorp.com>
495
496        PR 450/make_build
497        * startup/linkcmds: Added .eh_frame
498
4992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
502
5032003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        PR 445/bsps
506        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
507        Remove cpp, old_cpp (now unused).
508
5092003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
512
5132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Remove AC_CONFIG_AUX_DIR.
516
5172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
520
5212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: AC_PREREQ(2.57).
524
5252003-01-20      Joel Sherrill <joel@OARcorp.com>
526
527        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
528
5292002-12-19      Joel Sherrill <joel@OARcorp.com>
530
531        * console/console.c: Removed __assert() which conflicts with newlib.
532
5332002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
536        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
537        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
538        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
539        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
540        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
541
5422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * start/Makefile.am: Use install-data-local to install startfile.
545
5462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
549
5502002-11-04      Joel Sherrill <joel@OARcorp.com>
551
552        * network/network.c: Removed warnings.
553
5542002-11-04      Joel Sherrill <joel@OARcorp.com>
555
556        * console/console.c, network/network.c: Removed warnings.
557
5582002-11-01      Joel Sherrill <joel@OARcorp.com>
559
560        * startup/bspstart.c: Removed warnings.
561
5622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * .cvsignore: Reformat.
565        Add autom4te*cache.
566        Remove autom4te.cache.
567
5682002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
571
5722002-08-21      Joel Sherrill <joel@OARcorp.com>
573
574        * bsp_specs: Added support for -nostdlibs.
575
5762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
579        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
580        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
581        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
582        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
583        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
584        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
585
5862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * startup/bspstart.c: Per PR252 removed hack that tripled size of
589        RTEMS Workspace when POSIX is configured.  This was probably done to
590        account for confdefs.h missing some application requirements.
591
5922002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * start/Makefile.am: Eliminate PGM.
595        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
596
5972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
600
6012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
604        Remove $(OBJS) from all-local.
605
6062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
609
6102001-05-09      Joel Sherrill <joel@OARcorp.com>
611
612        * startup/linkcmds: In support of gcc 3.1, added one of more
613        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
614        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
615        and direction of segments to memory regions may also have been
616        addressed.  This was a sweep across all BSPs.
617 
6182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * include/bsp.h: include <libcpu/cpu.h>.
621
6222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac:
625        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
626        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
627        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
628        * Makefile.am: Remove AUTOMAKE_OPTIONS.
629        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
630        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
631        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
632        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
633        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
634        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
635        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
636
6372002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * configure.ac: Remove stray ';', PR 139.
640
6412002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
644
6452001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
648        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
649
6502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
651
652        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
653
6542001-10-25      Joel Sherrill <joel@OARcorp.com>
655
656        * startup/linkcmds: Added _init and _fini.
657
6582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
661        * configure.in: Remove.
662        * configure.ac: New file, generated from configure.in by autoupdate.
663
6642001-09-27      Joel Sherrill <joel@OARcorp.com>
665
666        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
667
6682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
671
6722001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
673
674        * configure.in: Add bspopts.h.
675        * include/bsp.h: Include bspopts.h.
676        * include/.cvsignore: Add bspopts.h*, stamp-h*.
677        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
678        * start/Makefile.am: Dito.
679        * network/Makefile.am: Dito.
680
6812001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
684
6852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
688
6892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
692
6932000-11-01      Joel Sherrill <joel@OARcorp.com>
694
695        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
696        and libcsupport.h moved from libc to lib/include/rtems and
697        now must be referenced as <rtems/XXX.h>.   Header file order
698        was cleaned up while doing this.
699
7002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
703        Switch to GNU canonicalization.
704
7052000-10-20      Joel Sherrill <joel@OARcorp.com>
706
707        * console/console.c: Invoke BSP_uart_init() with enough arguments
708        now that more communication parameters are settable.
709
7102000-10-17      Joel Sherrill <joel@OARcorp.com>
711
712        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
713        to libbsp/i386/shared/irq.
714
7152000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
716
717        * startup/linkcmds: Added lines so DWARF debug information
718        would be available.  Otherwise gdb complains that the offsets
719        for the debug info are incorrect and doesn't load the files.
720
7212000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
724
7252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
728        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
729        wrapup/Makefile.am: Include compile.am
730
7312000-08-10      Joel Sherrill <joel@OARcorp.com>
732
733        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.