source: rtems/c/src/lib/libbsp/i386/i386ex/ChangeLog @ 912a7458

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

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

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