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

4.104.115
Last change on this file since f47f817c was f47f817c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/09 at 03:12:57

2009-09-30 Ralf Corsépius <ralf.corsepius@…>

  • console/console.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
  • Property mode set to 100644
File size: 22.0 KB
Line 
12009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/console.c: Reflect termios_baud_to_number having been
4        renamed to rtems_termios_baud_to_number.
5
62009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
9
102009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * startup/setvec.c: Removed.
13
142009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * include/tm27.h: Remove references to rtems_interrupt_catch since this
17        archiecture does not use Simple Vectored Interrupt model.
18
192009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
22        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
23        have the same options.
24
252009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
26
27        * Makefile.am, preinstall.am: Update for generic interrupt support.
28
292009-04-28      Chris Johns <chrisj@rtems.org>
30
31        * start/start.S: Update for boot_card command line change.
32
332009-02-10      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * clock/ckinit.c, startup/bspstart.c: Add prototypes.
36
372008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * bsp_specs: Move -e start from *link to *startfile to avoid warning
40        for undefined entry symbol when linking relocatables with binutils
41        2.19.
42
432008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * timer/timer.c: Eliminate uses of old benchmark timer names.
46
472008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
50        of building libbspstart.a, using automake-rules.
51
522008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * Makefile.am: Eliminate *_SOURCES.
55
562008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
59        components.
60
612008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
64
652008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * configure.ac: Make letting boot_card() handle work area allocation
68        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
69        BSP_BOOTCARD_OPTIONS.
70
712008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am: Add use of shared bsppost.c
74
752008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
78        top level shared bsp_get_work_area() implementation.
79
802008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
83
842008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * include/bsp.h: Remove unnecessary boilerplate comments.
87
882008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
91        rtems/libcsupport.h and rtems/libio.h.
92
932008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * clock/ckinit.c: The Shared Memory Driver no longer requires the
96        special IOCTL in Clock_control. This was a hack which has existed
97        since before the Classic API Timer Manager was implemented. All
98        implementations of and references to Clock_control were removed.
99
1002008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * timer/timer.c: Convert to "bool".
103
1042008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * timer/timer.c: Eliminate empty function from every benchmark timer
107        driver. Fix spelling.
108
1092008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * timer/timer.c: Rename timer driver methods to follow RTEMS
112        programming conventions.
113
1142008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * timer/timer.c: Add missing prototypes.
117
1182008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * console/console.c: Eliminate copies of switches to convert termios
121        Bxxx constants to xxx as an integer. Use the shared
122        termios_baud_to_number() routine to do the same conversion.
123
1242008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * network/network.c: Eliminate patterns that look like CVS conflict
127        markers.
128
1292008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
132        Framework to ask the BSP where it has memory for the RTEMS Workspace
133        and C Program Heap. These collectively are referred to as work area.
134        If the BSP supports this, then it does not have to include code to
135        split the available memory between the two areas. This reduces the
136        amount of code in the BSP specific bspstart.c file. Additionally, the
137        shared framework can initialize the C Library, call
138        rtems_debug_enable(), and dirty the work area memory. Until most/all
139        BSPs support this new capability, if the BSP supports this, it should
140        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
141        When the transition is complete, this autoconf macro can be removed.
142
1432008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * Makefile.am: Rework to avoid .rel files.
146
1472008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * startup/bspstart.c: Refactored and renamed initialization routines to
150        rtems_initialize_data_structures, rtems_initialize_before_drivers,
151        rtems_initialize_device_drivers, and
152        rtems_initialize_start_multitasking. This opened the sequence up so
153        that bootcard() could provide a more robust and flexible framework
154        which is easier to explain and understand. This also lays the
155        groundwork for sharing the division of available memory between the
156        RTEMS workspace and heap and the C library initialization across all
157        BSPs.
158
1592008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * startup/linkcmds: Add wildcard to gcc_except_table section so
162        programs compiled with gcc 4.3.x can link.
163
1642007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
167        of the Configuration Table. Use the RTEMS provided accessor macros to
168        obtain configuration fields.
169
1702007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
173        from CPU Table to Configuration Table. Eliminate CPU Table from all
174        ports. Delete references to CPU Table in all forms.
175
1762007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
177
178        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
179        Table fields to the Configuration Table. This included
180        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
181        do_zero_of_workspace, extra_mpci_receive_server_stack,
182        stack_allocate_hook, and stack_free_hook. As a side-effect of this
183        effort some multiprocessing code was made conditional and some style
184        clean up occurred.
185
1862007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
187
188        * startup/bspstart.c: Eliminate the interrupt_table_segment and
189        interrupt_table_offset fields in the i386 CPU Table since they are
190        never read.
191
1922007-05-03      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds: Handle .data.* sections
195
1962007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * bsp_specs: Remove qrtems_debug.
199
2002006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * network/network.c (uti596_ioctl): Use ioctl_command_t.
203
2042006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * configure.ac: New BUG-REPORT address.
207
2082006-11-15      Joel Sherrill <joel@OARcorp.com>
209
210        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
211        file and simplified initialization.
212
2132006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * Makefile.am: Remove superfluous -DASM.
216
2172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * configure.ac: Require autoconf-2.60. Require automake-1.10.
220
2212006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * configure.ac: Remove explicit ampolish3 support (now in
224        RTEMS_BSP_CONFIGURE).
225
2262006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
227
228        * configure.ac: Add ampolish3 support.
229        * Makefile.am: Add preinstall.am.
230
2312005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am: Add pci.rel.
234
2352005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * Makefile.am: Install/preinstall headers from ../../i386/shared.
238
2392005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * network/network.c: Remove #define KERNEL.
242        Include <errno.h>.
243        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
244
2452005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * include/bsp.h: New header guard.
248
2492005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
250
251        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
252        Moved irq.h to bsp subdirectory.
253
2542005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
255
256        * clock/ckinit.c, console/console.c: Added support for
257        addition of parameter to ISRs.
258        * network/network.c: Modified parameter list to remove
259        warnings.
260
2612005-04-15      Joel Sherrill <joel@OARcorp.com>
262
263        * network/network.c: Fix warnings.
264
2652005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
268
2692005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * Makefile.am: Remove build-variant support.
272
2732004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * configure.ac: Require automake > 1.9.
276
2772004-07-28      Joel Sherrill <joel@OARcorp.com>
278
279        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
280
2812004-07-25      Joel Sherrill <joel@OARcorp.com>
282
283        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
284
2852004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        PR 610/bsps
288        * Makefile.am: Add include/tm27.h, Cosmetics.
289        * include/tm27.h: Final cosmetics.
290
2912004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * include/bsp.h: Split out tmtest27 support.
294        * include/tm27.h: New.
295
2962004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
297
298        PR 613/bsps
299        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
300
3012004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        PR 614/bsps
304        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
305
3062004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
309        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
310
3112004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
314        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
315        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
316        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
317
3182004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
321        Convert to using c99 fixed size types.
322
3232004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Reflect changes to bsp.am.
326        Preinstall dist_project_lib*.
327
3282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Reflect changes to bsp.am.
331
3322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
335
3362004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Pickup files from ../../i386/shared instead of
339        ../shared. Reformat.
340
3412004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
344        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
345        wrapup/Makefile.am. Use automake compilation rules.
346        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
347        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
348        * configure.ac: Reflect changes above.
349
3502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
353        Add RTEMS_PROG_CCAS.
354
3552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Add PREINSTALL_DIRS.
358        * wrapup/Makefile.am: Reflect changes to libcpu.
359
3602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
363        Add PRE/TMPINSTALL_FILES to CLEANFILES.
364        * startup/Makefile.am: Ditto.
365
3662004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * start/Makefile.am: Remove.
369        * Makefile.am: Merge-in start/Makefile.am.
370        * configure.ac: Reflect changes above.
371
3722004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * wrapup/Makefile.am: Eliminate $(LIB).
375        Use noinst_DATA to trigger building libbsp.a.
376
3772003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
380        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
381
3822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
385        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
386
3872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
390
3912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * wrapup/Makefile.am: Cosmetics.
394
3952003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * start/Makefile.am: Misc cleanups and fixes.
398        * startup/Makefile.am: Misc cleanups and fixes.
399        * wrapup/Makefile.am: Misc cleanups and fixes.
400
4012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Add preinstallation dirstamp support.
404        * clock/Makefile.am: Cosmetics.
405        * console/Makefile.am: Cosmetics.
406        * network/Makefile.am: Cosmetics.
407        * startup/Makefile.am: Cosmetics.
408        * timer/Makefile.am: Cosmetics.
409        * wrapup/Makefile.am: Cosmetics
410
4112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * clock/Makefile.am: Remove all-local: $(ARCH).
414        * console/Makefile.am: Remove all-local: $(ARCH).
415        * network/Makefile.am: Remove all-local: $(ARCH).
416        * start/Makefile.am: Remove all-local: $(ARCH).
417        * startup/Makefile.am: Remove all-local: $(ARCH).
418        * timer/Makefile.am: Remove all-local: $(ARCH).
419        * wrapup/Makefile.am: Remove all-local: $(ARCH).
420
4212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Merge-in include/Makefile.am.
424        Reflect changes to bsp.am.
425        * include/Makefile.am: Remove.
426        * configure.ac: Reflect changes above.
427
4282003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * bsp_specs: Remove *lib:.
431
4322003-09-04      Joel Sherrill <joel@OARcorp.com>
433
434        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
435        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
436        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
437        timer/timer.c, timer/timerisr.S: URL for license changed.
438
4392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Reflect having moved aclocal/.
442
4432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Reflect having moved automake/.
446        * clock/Makefile.am: Reflect having moved automake/.
447        * console/Makefile.am: Reflect having moved automake/.
448        * include/Makefile.am: Reflect having moved automake/.
449        * network/Makefile.am: Reflect having moved automake/.
450        * start/Makefile.am: Reflect having moved automake/.
451        * startup/Makefile.am: Reflect having moved automake/.
452        * timer/Makefile.am: Reflect having moved automake/.
453        * wrapup/Makefile.am: Reflect having moved automake/.
454
4552003-08-13      Joel Sherrill <joel@OARcorp.com>
456
457        PR 451/bsps
458        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
459
4602003-08-11      Joel Sherrill <joel@OARcorp.com>
461
462        PR 450/make_build
463        * startup/linkcmds: Added .eh_frame
464
4652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
468
4692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        PR 445/bsps
472        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
473        Remove cpp, old_cpp (now unused).
474
4752003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
478
4792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Remove AC_CONFIG_AUX_DIR.
482
4832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
486
4872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: AC_PREREQ(2.57).
490
4912003-01-20      Joel Sherrill <joel@OARcorp.com>
492
493        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
494
4952002-12-19      Joel Sherrill <joel@OARcorp.com>
496
497        * console/console.c: Removed __assert() which conflicts with newlib.
498
4992002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
502        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
503        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
504        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
505        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
506        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
507
5082002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * start/Makefile.am: Use install-data-local to install startfile.
511
5122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
515
5162002-11-04      Joel Sherrill <joel@OARcorp.com>
517
518        * network/network.c: Removed warnings.
519
5202002-11-04      Joel Sherrill <joel@OARcorp.com>
521
522        * console/console.c, network/network.c: Removed warnings.
523
5242002-11-01      Joel Sherrill <joel@OARcorp.com>
525
526        * startup/bspstart.c: Removed warnings.
527
5282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * .cvsignore: Reformat.
531        Add autom4te*cache.
532        Remove autom4te.cache.
533
5342002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
537
5382002-08-21      Joel Sherrill <joel@OARcorp.com>
539
540        * bsp_specs: Added support for -nostdlibs.
541
5422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
546        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
551
5522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * startup/bspstart.c: Per PR252 removed hack that tripled size of
555        RTEMS Workspace when POSIX is configured.  This was probably done to
556        account for confdefs.h missing some application requirements.
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-09      Joel Sherrill <joel@OARcorp.com>
577
578        * startup/linkcmds: In support of gcc 3.1, added one of more
579        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
580        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
581        and direction of segments to memory regions may also have been
582        addressed.  This was a sweep across all BSPs.
583 
5842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * include/bsp.h: include <libcpu/cpu.h>.
587
5882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * configure.ac:
591        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
592        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
593        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * Makefile.am: Remove AUTOMAKE_OPTIONS.
595        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
596        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
597        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
600        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
601        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
602
6032002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac: Remove stray ';', PR 139.
606
6072002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
610
6112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
614        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
615
6162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
619
6202001-10-25      Joel Sherrill <joel@OARcorp.com>
621
622        * startup/linkcmds: Added _init and _fini.
623
6242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
627        * configure.in: Remove.
628        * configure.ac: New file, generated from configure.in by autoupdate.
629
6302001-09-27      Joel Sherrill <joel@OARcorp.com>
631
632        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
633
6342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
637
6382001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.in: Add bspopts.h.
641        * include/bsp.h: Include bspopts.h.
642        * include/.cvsignore: Add bspopts.h*, stamp-h*.
643        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
644        * start/Makefile.am: Dito.
645        * network/Makefile.am: Dito.
646
6472001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
648
649        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
650
6512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
654
6552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
658
6592000-11-01      Joel Sherrill <joel@OARcorp.com>
660
661        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
662        and libcsupport.h moved from libc to lib/include/rtems and
663        now must be referenced as <rtems/XXX.h>.   Header file order
664        was cleaned up while doing this.
665
6662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
669        Switch to GNU canonicalization.
670
6712000-10-20      Joel Sherrill <joel@OARcorp.com>
672
673        * console/console.c: Invoke BSP_uart_init() with enough arguments
674        now that more communication parameters are settable.
675
6762000-10-17      Joel Sherrill <joel@OARcorp.com>
677
678        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
679        to libbsp/i386/shared/irq.
680
6812000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
682
683        * startup/linkcmds: Added lines so DWARF debug information
684        would be available.  Otherwise gdb complains that the offsets
685        for the debug info are incorrect and doesn't load the files.
686
6872000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
690
6912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
694        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
695        wrapup/Makefile.am: Include compile.am
696
6972000-08-10      Joel Sherrill <joel@OARcorp.com>
698
699        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.