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

4.104.115
Last change on this file since de0cd76 was de0cd76, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 12:02:06

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

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 20.6 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
4        of building libbspstart.a, using automake-rules.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
18
192008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * configure.ac: Make letting boot_card() handle work area allocation
22        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
23        BSP_BOOTCARD_OPTIONS.
24
252008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am: Add use of shared bsppost.c
28
292008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
32        top level shared bsp_get_work_area() implementation.
33
342008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
37
382008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * include/bsp.h: Remove unnecessary boilerplate comments.
41
422008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
45        rtems/libcsupport.h and rtems/libio.h.
46
472008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * clock/ckinit.c: The Shared Memory Driver no longer requires the
50        special IOCTL in Clock_control. This was a hack which has existed
51        since before the Classic API Timer Manager was implemented. All
52        implementations of and references to Clock_control were removed.
53
542008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * timer/timer.c: Convert to "bool".
57
582008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * timer/timer.c: Eliminate empty function from every benchmark timer
61        driver. Fix spelling.
62
632008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * timer/timer.c: Rename timer driver methods to follow RTEMS
66        programming conventions.
67
682008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * timer/timer.c: Add missing prototypes.
71
722008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * console/console.c: Eliminate copies of switches to convert termios
75        Bxxx constants to xxx as an integer. Use the shared
76        termios_baud_to_number() routine to do the same conversion.
77
782008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * network/network.c: Eliminate patterns that look like CVS conflict
81        markers.
82
832008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
86        Framework to ask the BSP where it has memory for the RTEMS Workspace
87        and C Program Heap. These collectively are referred to as work area.
88        If the BSP supports this, then it does not have to include code to
89        split the available memory between the two areas. This reduces the
90        amount of code in the BSP specific bspstart.c file. Additionally, the
91        shared framework can initialize the C Library, call
92        rtems_debug_enable(), and dirty the work area memory. Until most/all
93        BSPs support this new capability, if the BSP supports this, it should
94        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
95        When the transition is complete, this autoconf macro can be removed.
96
972008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am: Rework to avoid .rel files.
100
1012008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * startup/bspstart.c: Refactored and renamed initialization routines to
104        rtems_initialize_data_structures, rtems_initialize_before_drivers,
105        rtems_initialize_device_drivers, and
106        rtems_initialize_start_multitasking. This opened the sequence up so
107        that bootcard() could provide a more robust and flexible framework
108        which is easier to explain and understand. This also lays the
109        groundwork for sharing the division of available memory between the
110        RTEMS workspace and heap and the C library initialization across all
111        BSPs.
112
1132008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * startup/linkcmds: Add wildcard to gcc_except_table section so
116        programs compiled with gcc 4.3.x can link.
117
1182007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
121        of the Configuration Table. Use the RTEMS provided accessor macros to
122        obtain configuration fields.
123
1242007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
127        from CPU Table to Configuration Table. Eliminate CPU Table from all
128        ports. Delete references to CPU Table in all forms.
129
1302007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
133        Table fields to the Configuration Table. This included
134        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
135        do_zero_of_workspace, extra_mpci_receive_server_stack,
136        stack_allocate_hook, and stack_free_hook. As a side-effect of this
137        effort some multiprocessing code was made conditional and some style
138        clean up occurred.
139
1402007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * startup/bspstart.c: Eliminate the interrupt_table_segment and
143        interrupt_table_offset fields in the i386 CPU Table since they are
144        never read.
145
1462007-05-03      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Handle .data.* sections
149
1502007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * bsp_specs: Remove qrtems_debug.
153
1542006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * network/network.c (uti596_ioctl): Use ioctl_command_t.
157
1582006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * configure.ac: New BUG-REPORT address.
161
1622006-11-15      Joel Sherrill <joel@OARcorp.com>
163
164        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
165        file and simplified initialization.
166
1672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Remove superfluous -DASM.
170
1712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * configure.ac: Require autoconf-2.60. Require automake-1.10.
174
1752006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * configure.ac: Remove explicit ampolish3 support (now in
178        RTEMS_BSP_CONFIGURE).
179
1802006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * configure.ac: Add ampolish3 support.
183        * Makefile.am: Add preinstall.am.
184
1852005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * Makefile.am: Add pci.rel.
188
1892005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Install/preinstall headers from ../../i386/shared.
192
1932005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * network/network.c: Remove #define KERNEL.
196        Include <errno.h>.
197        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
198
1992005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * include/bsp.h: New header guard.
202
2032005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
204
205        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
206        Moved irq.h to bsp subdirectory.
207
2082005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
209
210        * clock/ckinit.c, console/console.c: Added support for
211        addition of parameter to ISRs.
212        * network/network.c: Modified parameter list to remove
213        warnings.
214
2152005-04-15      Joel Sherrill <joel@OARcorp.com>
216
217        * network/network.c: Fix warnings.
218
2192005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
222
2232005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * Makefile.am: Remove build-variant support.
226
2272004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * configure.ac: Require automake > 1.9.
230
2312004-07-28      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
234
2352004-07-25      Joel Sherrill <joel@OARcorp.com>
236
237        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
238
2392004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        PR 610/bsps
242        * Makefile.am: Add include/tm27.h, Cosmetics.
243        * include/tm27.h: Final cosmetics.
244
2452004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * include/bsp.h: Split out tmtest27 support.
248        * include/tm27.h: New.
249
2502004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        PR 613/bsps
253        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
254
2552004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        PR 614/bsps
258        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
259
2602004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
263        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
264
2652004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
268        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
269        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
270        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
271
2722004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
275        Convert to using c99 fixed size types.
276
2772004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Reflect changes to bsp.am.
280        Preinstall dist_project_lib*.
281
2822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Reflect changes to bsp.am.
285
2862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
289
2902004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Pickup files from ../../i386/shared instead of
293        ../shared. Reformat.
294
2952004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
298        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
299        wrapup/Makefile.am. Use automake compilation rules.
300        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
301        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
302        * configure.ac: Reflect changes above.
303
3042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
307        Add RTEMS_PROG_CCAS.
308
3092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Add PREINSTALL_DIRS.
312        * wrapup/Makefile.am: Reflect changes to libcpu.
313
3142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
317        Add PRE/TMPINSTALL_FILES to CLEANFILES.
318        * startup/Makefile.am: Ditto.
319
3202004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * start/Makefile.am: Remove.
323        * Makefile.am: Merge-in start/Makefile.am.
324        * configure.ac: Reflect changes above.
325
3262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * wrapup/Makefile.am: Eliminate $(LIB).
329        Use noinst_DATA to trigger building libbsp.a.
330
3312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
334        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
335
3362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
339        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
340
3412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
344
3452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * wrapup/Makefile.am: Cosmetics.
348
3492003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * start/Makefile.am: Misc cleanups and fixes.
352        * startup/Makefile.am: Misc cleanups and fixes.
353        * wrapup/Makefile.am: Misc cleanups and fixes.
354
3552003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Add preinstallation dirstamp support.
358        * clock/Makefile.am: Cosmetics.
359        * console/Makefile.am: Cosmetics.
360        * network/Makefile.am: Cosmetics.
361        * startup/Makefile.am: Cosmetics.
362        * timer/Makefile.am: Cosmetics.
363        * wrapup/Makefile.am: Cosmetics
364
3652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * clock/Makefile.am: Remove all-local: $(ARCH).
368        * console/Makefile.am: Remove all-local: $(ARCH).
369        * network/Makefile.am: Remove all-local: $(ARCH).
370        * start/Makefile.am: Remove all-local: $(ARCH).
371        * startup/Makefile.am: Remove all-local: $(ARCH).
372        * timer/Makefile.am: Remove all-local: $(ARCH).
373        * wrapup/Makefile.am: Remove all-local: $(ARCH).
374
3752003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Merge-in include/Makefile.am.
378        Reflect changes to bsp.am.
379        * include/Makefile.am: Remove.
380        * configure.ac: Reflect changes above.
381
3822003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * bsp_specs: Remove *lib:.
385
3862003-09-04      Joel Sherrill <joel@OARcorp.com>
387
388        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
389        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
390        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
391        timer/timer.c, timer/timerisr.S: URL for license changed.
392
3932003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Reflect having moved aclocal/.
396
3972003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Reflect having moved automake/.
400        * clock/Makefile.am: Reflect having moved automake/.
401        * console/Makefile.am: Reflect having moved automake/.
402        * include/Makefile.am: Reflect having moved automake/.
403        * network/Makefile.am: Reflect having moved automake/.
404        * start/Makefile.am: Reflect having moved automake/.
405        * startup/Makefile.am: Reflect having moved automake/.
406        * timer/Makefile.am: Reflect having moved automake/.
407        * wrapup/Makefile.am: Reflect having moved automake/.
408
4092003-08-13      Joel Sherrill <joel@OARcorp.com>
410
411        PR 451/bsps
412        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
413
4142003-08-11      Joel Sherrill <joel@OARcorp.com>
415
416        PR 450/make_build
417        * startup/linkcmds: Added .eh_frame
418
4192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
422
4232003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        PR 445/bsps
426        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
427        Remove cpp, old_cpp (now unused).
428
4292003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
432
4332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * configure.ac: Remove AC_CONFIG_AUX_DIR.
436
4372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
440
4412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac: AC_PREREQ(2.57).
444
4452003-01-20      Joel Sherrill <joel@OARcorp.com>
446
447        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
448
4492002-12-19      Joel Sherrill <joel@OARcorp.com>
450
451        * console/console.c: Removed __assert() which conflicts with newlib.
452
4532002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
456        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
457        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
458        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
459        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
461
4622002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * start/Makefile.am: Use install-data-local to install startfile.
465
4662002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
469
4702002-11-04      Joel Sherrill <joel@OARcorp.com>
471
472        * network/network.c: Removed warnings.
473
4742002-11-04      Joel Sherrill <joel@OARcorp.com>
475
476        * console/console.c, network/network.c: Removed warnings.
477
4782002-11-01      Joel Sherrill <joel@OARcorp.com>
479
480        * startup/bspstart.c: Removed warnings.
481
4822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * .cvsignore: Reformat.
485        Add autom4te*cache.
486        Remove autom4te.cache.
487
4882002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
491
4922002-08-21      Joel Sherrill <joel@OARcorp.com>
493
494        * bsp_specs: Added support for -nostdlibs.
495
4962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
499        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
500        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
501        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
502        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
503        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
504        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
505
5062002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * startup/bspstart.c: Per PR252 removed hack that tripled size of
509        RTEMS Workspace when POSIX is configured.  This was probably done to
510        account for confdefs.h missing some application requirements.
511
5122002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * start/Makefile.am: Eliminate PGM.
515        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
516
5172002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
520
5212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
524        Remove $(OBJS) from all-local.
525
5262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
529
5302001-05-09      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/linkcmds: In support of gcc 3.1, added one of more
533        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
534        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
535        and direction of segments to memory regions may also have been
536        addressed.  This was a sweep across all BSPs.
537 
5382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * include/bsp.h: include <libcpu/cpu.h>.
541
5422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.ac:
545        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
546        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
547        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
554        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
556
5572002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: Remove stray ';', PR 139.
560
5612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
564
5652001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
568        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
569
5702001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
573
5742001-10-25      Joel Sherrill <joel@OARcorp.com>
575
576        * startup/linkcmds: Added _init and _fini.
577
5782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
581        * configure.in: Remove.
582        * configure.ac: New file, generated from configure.in by autoupdate.
583
5842001-09-27      Joel Sherrill <joel@OARcorp.com>
585
586        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
587
5882001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
591
5922001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * configure.in: Add bspopts.h.
595        * include/bsp.h: Include bspopts.h.
596        * include/.cvsignore: Add bspopts.h*, stamp-h*.
597        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
598        * start/Makefile.am: Dito.
599        * network/Makefile.am: Dito.
600
6012001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
604
6052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
608
6092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
612
6132000-11-01      Joel Sherrill <joel@OARcorp.com>
614
615        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
616        and libcsupport.h moved from libc to lib/include/rtems and
617        now must be referenced as <rtems/XXX.h>.   Header file order
618        was cleaned up while doing this.
619
6202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
623        Switch to GNU canonicalization.
624
6252000-10-20      Joel Sherrill <joel@OARcorp.com>
626
627        * console/console.c: Invoke BSP_uart_init() with enough arguments
628        now that more communication parameters are settable.
629
6302000-10-17      Joel Sherrill <joel@OARcorp.com>
631
632        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
633        to libbsp/i386/shared/irq.
634
6352000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
636
637        * startup/linkcmds: Added lines so DWARF debug information
638        would be available.  Otherwise gdb complains that the offsets
639        for the debug info are incorrect and doesn't load the files.
640
6412000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
644
6452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
648        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
649        wrapup/Makefile.am: Include compile.am
650
6512000-08-10      Joel Sherrill <joel@OARcorp.com>
652
653        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.