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

4.104.115
Last change on this file since a1bc0a15 was a1bc0a15, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 04:56:17

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

  • Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
  • Property mode set to 100644
File size: 20.2 KB
Line 
12008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
4
52008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Make letting boot_card() handle work area allocation
8        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
9        BSP_BOOTCARD_OPTIONS.
10
112008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am: Add use of shared bsppost.c
14
152008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
18        top level shared bsp_get_work_area() implementation.
19
202008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
23
242008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * include/bsp.h: Remove unnecessary boilerplate comments.
27
282008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
31        rtems/libcsupport.h and rtems/libio.h.
32
332008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * clock/ckinit.c: The Shared Memory Driver no longer requires the
36        special IOCTL in Clock_control. This was a hack which has existed
37        since before the Classic API Timer Manager was implemented. All
38        implementations of and references to Clock_control were removed.
39
402008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * timer/timer.c: Convert to "bool".
43
442008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * timer/timer.c: Eliminate empty function from every benchmark timer
47        driver. Fix spelling.
48
492008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * timer/timer.c: Rename timer driver methods to follow RTEMS
52        programming conventions.
53
542008-08-16      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * timer/timer.c: Add missing prototypes.
57
582008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * console/console.c: Eliminate copies of switches to convert termios
61        Bxxx constants to xxx as an integer. Use the shared
62        termios_baud_to_number() routine to do the same conversion.
63
642008-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * network/network.c: Eliminate patterns that look like CVS conflict
67        markers.
68
692008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
72        Framework to ask the BSP where it has memory for the RTEMS Workspace
73        and C Program Heap. These collectively are referred to as work area.
74        If the BSP supports this, then it does not have to include code to
75        split the available memory between the two areas. This reduces the
76        amount of code in the BSP specific bspstart.c file. Additionally, the
77        shared framework can initialize the C Library, call
78        rtems_debug_enable(), and dirty the work area memory. Until most/all
79        BSPs support this new capability, if the BSP supports this, it should
80        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
81        When the transition is complete, this autoconf macro can be removed.
82
832008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * Makefile.am: Rework to avoid .rel files.
86
872008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * startup/bspstart.c: Refactored and renamed initialization routines to
90        rtems_initialize_data_structures, rtems_initialize_before_drivers,
91        rtems_initialize_device_drivers, and
92        rtems_initialize_start_multitasking. This opened the sequence up so
93        that bootcard() could provide a more robust and flexible framework
94        which is easier to explain and understand. This also lays the
95        groundwork for sharing the division of available memory between the
96        RTEMS workspace and heap and the C library initialization across all
97        BSPs.
98
992008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * startup/linkcmds: Add wildcard to gcc_except_table section so
102        programs compiled with gcc 4.3.x can link.
103
1042007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
107        of the Configuration Table. Use the RTEMS provided accessor macros to
108        obtain configuration fields.
109
1102007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
113        from CPU Table to Configuration Table. Eliminate CPU Table from all
114        ports. Delete references to CPU Table in all forms.
115
1162007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
119        Table fields to the Configuration Table. This included
120        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
121        do_zero_of_workspace, extra_mpci_receive_server_stack,
122        stack_allocate_hook, and stack_free_hook. As a side-effect of this
123        effort some multiprocessing code was made conditional and some style
124        clean up occurred.
125
1262007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * startup/bspstart.c: Eliminate the interrupt_table_segment and
129        interrupt_table_offset fields in the i386 CPU Table since they are
130        never read.
131
1322007-05-03      Joel Sherrill <joel@OARcorp.com>
133
134        * startup/linkcmds: Handle .data.* sections
135
1362007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * bsp_specs: Remove qrtems_debug.
139
1402006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * network/network.c (uti596_ioctl): Use ioctl_command_t.
143
1442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * configure.ac: New BUG-REPORT address.
147
1482006-11-15      Joel Sherrill <joel@OARcorp.com>
149
150        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
151        file and simplified initialization.
152
1532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Remove superfluous -DASM.
156
1572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * configure.ac: Require autoconf-2.60. Require automake-1.10.
160
1612006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * configure.ac: Remove explicit ampolish3 support (now in
164        RTEMS_BSP_CONFIGURE).
165
1662006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * configure.ac: Add ampolish3 support.
169        * Makefile.am: Add preinstall.am.
170
1712005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Add pci.rel.
174
1752005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * Makefile.am: Install/preinstall headers from ../../i386/shared.
178
1792005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * network/network.c: Remove #define KERNEL.
182        Include <errno.h>.
183        * Makefile.am: Add -D_KERNEL to network_CPPFLAGS.
184
1852005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * include/bsp.h: New header guard.
188
1892005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
190
191        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c:
192        Moved irq.h to bsp subdirectory.
193
1942005-05-03      Jennifer Averett <jennifer.averett@oarcorp.com>
195
196        * clock/ckinit.c, console/console.c: Added support for
197        addition of parameter to ISRs.
198        * network/network.c: Modified parameter list to remove
199        warnings.
200
2012005-04-15      Joel Sherrill <joel@OARcorp.com>
202
203        * network/network.c: Fix warnings.
204
2052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
208
2092005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am: Remove build-variant support.
212
2132004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * configure.ac: Require automake > 1.9.
216
2172004-07-28      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: Add gnu.linkonce.d and gcc_except_table sections.
220
2212004-07-25      Joel Sherrill <joel@OARcorp.com>
222
223        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
224
2252004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        PR 610/bsps
228        * Makefile.am: Add include/tm27.h, Cosmetics.
229        * include/tm27.h: Final cosmetics.
230
2312004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * include/bsp.h: Split out tmtest27 support.
234        * include/tm27.h: New.
235
2362004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
237
238        PR 613/bsps
239        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
240
2412004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        PR 614/bsps
244        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
245
2462004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
249        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
250
2512004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * network/network.c: Include <rtems/asm.h> instead of <asm.h>.
254        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
255        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
256        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
257
2582004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
261        Convert to using c99 fixed size types.
262
2632004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Reflect changes to bsp.am.
266        Preinstall dist_project_lib*.
267
2682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Reflect changes to bsp.am.
271
2722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
275
2762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Pickup files from ../../i386/shared instead of
279        ../shared. Reformat.
280
2812004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
284        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
285        wrapup/Makefile.am. Use automake compilation rules.
286        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
287        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
288        * configure.ac: Reflect changes above.
289
2902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
293        Add RTEMS_PROG_CCAS.
294
2952004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Add PREINSTALL_DIRS.
298        * wrapup/Makefile.am: Reflect changes to libcpu.
299
3002004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
303        Add PRE/TMPINSTALL_FILES to CLEANFILES.
304        * startup/Makefile.am: Ditto.
305
3062004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Remove.
309        * Makefile.am: Merge-in start/Makefile.am.
310        * configure.ac: Reflect changes above.
311
3122004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Eliminate $(LIB).
315        Use noinst_DATA to trigger building libbsp.a.
316
3172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
320        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
321
3222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
325        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
326
3272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
330
3312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * wrapup/Makefile.am: Cosmetics.
334
3352003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * start/Makefile.am: Misc cleanups and fixes.
338        * startup/Makefile.am: Misc cleanups and fixes.
339        * wrapup/Makefile.am: Misc cleanups and fixes.
340
3412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add preinstallation dirstamp support.
344        * clock/Makefile.am: Cosmetics.
345        * console/Makefile.am: Cosmetics.
346        * network/Makefile.am: Cosmetics.
347        * startup/Makefile.am: Cosmetics.
348        * timer/Makefile.am: Cosmetics.
349        * wrapup/Makefile.am: Cosmetics
350
3512003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * clock/Makefile.am: Remove all-local: $(ARCH).
354        * console/Makefile.am: Remove all-local: $(ARCH).
355        * network/Makefile.am: Remove all-local: $(ARCH).
356        * start/Makefile.am: Remove all-local: $(ARCH).
357        * startup/Makefile.am: Remove all-local: $(ARCH).
358        * timer/Makefile.am: Remove all-local: $(ARCH).
359        * wrapup/Makefile.am: Remove all-local: $(ARCH).
360
3612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * Makefile.am: Merge-in include/Makefile.am.
364        Reflect changes to bsp.am.
365        * include/Makefile.am: Remove.
366        * configure.ac: Reflect changes above.
367
3682003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * bsp_specs: Remove *lib:.
371
3722003-09-04      Joel Sherrill <joel@OARcorp.com>
373
374        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
375        start/80386ex.h, start/80386ex.inc, start/macros.inc, start/start.S,
376        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
377        timer/timer.c, timer/timerisr.S: URL for license changed.
378
3792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Reflect having moved aclocal/.
382
3832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Reflect having moved automake/.
386        * clock/Makefile.am: Reflect having moved automake/.
387        * console/Makefile.am: Reflect having moved automake/.
388        * include/Makefile.am: Reflect having moved automake/.
389        * network/Makefile.am: Reflect having moved automake/.
390        * start/Makefile.am: Reflect having moved automake/.
391        * startup/Makefile.am: Reflect having moved automake/.
392        * timer/Makefile.am: Reflect having moved automake/.
393        * wrapup/Makefile.am: Reflect having moved automake/.
394
3952003-08-13      Joel Sherrill <joel@OARcorp.com>
396
397        PR 451/bsps
398        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
399
4002003-08-11      Joel Sherrill <joel@OARcorp.com>
401
402        PR 450/make_build
403        * startup/linkcmds: Added .eh_frame
404
4052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
408
4092003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        PR 445/bsps
412        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
413        Remove cpp, old_cpp (now unused).
414
4152003-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
418
4192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Remove AC_CONFIG_AUX_DIR.
422
4232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
426
4272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: AC_PREREQ(2.57).
430
4312003-01-20      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
434
4352002-12-19      Joel Sherrill <joel@OARcorp.com>
436
437        * console/console.c: Removed __assert() which conflicts with newlib.
438
4392002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
442        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
443        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
444        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447
4482002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * start/Makefile.am: Use install-data-local to install startfile.
451
4522002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
455
4562002-11-04      Joel Sherrill <joel@OARcorp.com>
457
458        * network/network.c: Removed warnings.
459
4602002-11-04      Joel Sherrill <joel@OARcorp.com>
461
462        * console/console.c, network/network.c: Removed warnings.
463
4642002-11-01      Joel Sherrill <joel@OARcorp.com>
465
466        * startup/bspstart.c: Removed warnings.
467
4682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * .cvsignore: Reformat.
471        Add autom4te*cache.
472        Remove autom4te.cache.
473
4742002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
477
4782002-08-21      Joel Sherrill <joel@OARcorp.com>
479
480        * bsp_specs: Added support for -nostdlibs.
481
4822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
485        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
488        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
489        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
490        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
491
4922002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * startup/bspstart.c: Per PR252 removed hack that tripled size of
495        RTEMS Workspace when POSIX is configured.  This was probably done to
496        account for confdefs.h missing some application requirements.
497
4982002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * start/Makefile.am: Eliminate PGM.
501        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
502
5032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
506
5072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
510        Remove $(OBJS) from all-local.
511
5122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
515
5162001-05-09      Joel Sherrill <joel@OARcorp.com>
517
518        * startup/linkcmds: In support of gcc 3.1, added one of more
519        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
520        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
521        and direction of segments to memory regions may also have been
522        addressed.  This was a sweep across all BSPs.
523 
5242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * include/bsp.h: include <libcpu/cpu.h>.
527
5282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * configure.ac:
531        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
532        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
533        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
541        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
542
5432002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac: Remove stray ';', PR 139.
546
5472002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
550
5512001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
554        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
555
5562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
559
5602001-10-25      Joel Sherrill <joel@OARcorp.com>
561
562        * startup/linkcmds: Added _init and _fini.
563
5642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
567        * configure.in: Remove.
568        * configure.ac: New file, generated from configure.in by autoupdate.
569
5702001-09-27      Joel Sherrill <joel@OARcorp.com>
571
572        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
573
5742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
577
5782001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.in: Add bspopts.h.
581        * include/bsp.h: Include bspopts.h.
582        * include/.cvsignore: Add bspopts.h*, stamp-h*.
583        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
584        * start/Makefile.am: Dito.
585        * network/Makefile.am: Dito.
586
5872001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
590
5912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
594
5952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
598
5992000-11-01      Joel Sherrill <joel@OARcorp.com>
600
601        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
602        and libcsupport.h moved from libc to lib/include/rtems and
603        now must be referenced as <rtems/XXX.h>.   Header file order
604        was cleaned up while doing this.
605
6062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
609        Switch to GNU canonicalization.
610
6112000-10-20      Joel Sherrill <joel@OARcorp.com>
612
613        * console/console.c: Invoke BSP_uart_init() with enough arguments
614        now that more communication parameters are settable.
615
6162000-10-17      Joel Sherrill <joel@OARcorp.com>
617
618        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
619        to libbsp/i386/shared/irq.
620
6212000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
622
623        * startup/linkcmds: Added lines so DWARF debug information
624        would be available.  Otherwise gdb complains that the offsets
625        for the debug info are incorrect and doesn't load the files.
626
6272000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
630
6312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
634        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
635        wrapup/Makefile.am: Include compile.am
636
6372000-08-10      Joel Sherrill <joel@OARcorp.com>
638
639        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.