source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 9ef365f

4.104.115
Last change on this file since 9ef365f was 9ef365f, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/09 at 21:52:40

2009-08-06 Joel Sherrill <joel.sherrill@…>

  • startup/setvec.c: Removed.
  • Property mode set to 100644
File size: 21.1 KB
Line 
12009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/setvec.c: Removed.
4
52009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * include/tm27.h: Remove references to rtems_interrupt_catch since this
8        archiecture does not use Simple Vectored Interrupt model.
9
102009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
13        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
14        have the same options.
15
162009-07-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
17
18        * Makefile.am, preinstall.am: Update for generic interrupt support.
19
202009-04-28      Chris Johns <chrisj@rtems.org>
21
22        * start/start.S: Update for boot_card command line change.
23
242008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * bsp_specs: Move -e start from *link to *startfile to avoid warning
27        for undefined entry symbol when linking relocatables with binutils
28        2.19.
29
302008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * timer/timer.c: Eliminate uses of old benchmark timer names.
33
342008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
37        of building libbspstart.a, using automake-rules.
38
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate *_SOURCES.
42
432008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
46        components.
47
482008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
51
522008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * configure.ac: Make letting boot_card() handle work area allocation
55        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
56        BSP_BOOTCARD_OPTIONS.
57
582008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
61        top level shared bsp_get_work_area() implementation.
62
632008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
66
672008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * include/bsp.h: Remove unnecessary boilerplate comments.
70
712008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
74        rtems/libcsupport.h and rtems/libio.h.
75
762008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * clock/ckinit.c: The Shared Memory Driver no longer requires the
79        special IOCTL in Clock_control. This was a hack which has existed
80        since before the Classic API Timer Manager was implemented. All
81        implementations of and references to Clock_control were removed.
82
832008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * timer/timer.c: Convert to "bool".
86
872008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
90
912008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * timer/timer.c: Eliminate empty function from every benchmark timer
94        driver. Fix spelling.
95
962008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * timer/timer.c: Rename timer driver methods to follow RTEMS
99        programming conventions.
100
1012008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
104        Add missing prototypes.
105
1062008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * console/console.c: Eliminate copies of switches to convert termios
109        Bxxx constants to xxx as an integer. Use the shared
110        termios_baud_to_number() routine to do the same conversion.
111
1122008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
115        Framework to ask the BSP where it has memory for the RTEMS Workspace
116        and C Program Heap. These collectively are referred to as work area.
117        If the BSP supports this, then it does not have to include code to
118        split the available memory between the two areas. This reduces the
119        amount of code in the BSP specific bspstart.c file. Additionally, the
120        shared framework can initialize the C Library, call
121        rtems_debug_enable(), and dirty the work area memory. Until most/all
122        BSPs support this new capability, if the BSP supports this, it should
123        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
124        When the transition is complete, this autoconf macro can be removed.
125
1262008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * Makefile.am: Rework to avoid .rel files.
129
1302008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * startup/bspstart.c: Refactored and renamed initialization routines to
133        rtems_initialize_data_structures, rtems_initialize_before_drivers,
134        rtems_initialize_device_drivers, and
135        rtems_initialize_start_multitasking. This opened the sequence up so
136        that bootcard() could provide a more robust and flexible framework
137        which is easier to explain and understand. This also lays the
138        groundwork for sharing the division of available memory between the
139        RTEMS workspace and heap and the C library initialization across all
140        BSPs.
141
1422008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        PR 649/bsps
145        * clock/ckinit.c, console/console.c: Add missing structure element.
146
1472008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * startup/linkcmds: Add wildcard to gcc_except_table section so
150        programs compiled with gcc 4.3.x can link.
151
1522007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
155        of the Configuration Table. Use the RTEMS provided accessor macros to
156        obtain configuration fields.
157
1582007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
161        from CPU Table to Configuration Table. Eliminate CPU Table from all
162        ports. Delete references to CPU Table in all forms.
163
1642007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
167        Table fields to the Configuration Table. This included
168        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
169        do_zero_of_workspace, extra_mpci_receive_server_stack,
170        stack_allocate_hook, and stack_free_hook. As a side-effect of this
171        effort some multiprocessing code was made conditional and some style
172        clean up occurred.
173
1742007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * startup/bspstart.c: Eliminate the interrupt_table_segment and
177        interrupt_table_offset fields in the i386 CPU Table since they are
178        never read.
179
1802007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
183        since it was used to configure a no longer used feature. Device names
184        are now part of the filesystem not in a table.
185
1862007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * bsp_specs: Remove qrtems_debug.
189
1902006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
193
1942006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * configure.ac: New BUG-REPORT address.
197
1982006-11-15      Joel Sherrill <joel@OARcorp.com>
199
200        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
201        file and simplified initialization.
202
2032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Remove superfluous -DASM.
206
2072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * configure.ac: Require autoconf-2.60. Require automake-1.10.
210
2112006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
212
213        * configure.ac: Remove explicit ampolish3 support (now in
214        RTEMS_BSP_CONFIGURE).
215
2162006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * configure.ac: Add ampolish3 support.
219        * Makefile.am: Add preinstall.am.
220
2212005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
222
223        * Makefile.am: Add pci.rel.
224
2252005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
226
227        * Makefile.am: Install/preinstall headers from ../../i386/shared.
228
2292005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
232
2332005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * include/bsp.h: New header guard.
236
2372005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
238
239        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
240        Moved irq.h to bsp subdirectory.
241
2422005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
245
2462005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * Makefile.am: Remove build-variant support.
249
2502004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Require automake > 1.9.
253
2542004-07-25      Joel Sherrill <joel@OARcorp.com>
255
256        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
257        * network/ne2000.c: Add include of <sys/errno.h>.
258
2592004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        PR 610/bsps
262        * Makefile.am: Add include/tm27.h, Cosmetics.
263        * include/tm27.h: Final cosmetics.
264
2652004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * include/bsp.h: Split out tmtest27 support.
268        * include/tm27.h: New.
269
2702004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        PR 613/bsps
273        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
274
2752004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        PR 614/bsps
278        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
279
2802004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
281
282        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
283        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
284
2852004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
288        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
289        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
290
2912004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
294        timer/timer.c: Convert to using c99 fixed size types.
295
2962004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Reflect changes to bsp.am.
299        Preinstall dist_project_lib*.
300
3012004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Reflect changes to bsp.am.
304
3052004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
308
3092004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Pickup files from ../../i386/shared instead of
312        ../shared. Reformat.
313
3142004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
317        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
318        wrapup/Makefile.am. Use automake compilation rules.
319        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
320        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
321        * configure.ac: Reflect changes above.
322
3232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
326        Add RTEMS_PROG_CCAS.
327
3282004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Add PREINSTALL_DIRS.
331        * wrapup/Makefile.am: Reflect changes to libcpu.
332
3332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
336        Add PRE/TMPINSTALL_FILES to CLEANFILES.
337        * startup/Makefile.am: Ditto.
338
3392004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * start/Makefile.am: Remove.
342        * Makefile.am: Merge-in start/Makefile.am.
343        * configure.ac: Reflect changes above.
344
3452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * wrapup/Makefile.am: Eliminate $(LIB).
348        Use noinst_DATA to trigger building libbsp.a.
349
3502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
353        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
354
3552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
358        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
359
3602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
363
3642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * wrapup/Makefile.am: Cosmetics.
367
3682003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * start/Makefile.am: Misc cleanups and fixes.
371        * startup/Makefile.am: Misc cleanups and fixes.
372        * wrapup/Makefile.am: Misc cleanups and fixes.
373
3742003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Add preinstallation dirstamp support.
377        * clock/Makefile.am: Cosmetics.
378        * console/Makefile.am: Cosmetics.
379        * network/Makefile.am: Cosmetics.
380        * startup/Makefile.am: Cosmetics.
381        * timer/Makefile.am: Cosmetics.
382        * wrapup/Makefile.am: Cosmetics.
383
3842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * clock/Makefile.am: Remove all-local: $(ARCH).
387        * console/Makefile.am: Remove all-local: $(ARCH).
388        * network/Makefile.am: Remove all-local: $(ARCH).
389        * start/Makefile.am: Remove all-local: $(ARCH).
390        * startup/Makefile.am: Remove all-local: $(ARCH).
391        * timer/Makefile.am: Remove all-local: $(ARCH).
392        * wrapup/Makefile.am: Remove all-local: $(ARCH).
393
3942003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Merge-in include/Makefile.am.
397        Reflect changes to bsp.am.
398        * include/Makefile.am: Remove.
399        * configure.ac: Reflect changes above.
400
4012003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * bsp_specs: Remove *lib:.
404
4052003-09-04      Joel Sherrill <joel@OARcorp.com>
406
407        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
408        include/coverhd.h, network/ne2000.c, start/80386ex.h,
409        start/80386ex.inc, start/macros.inc, start/start.S,
410        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
411        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
412        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
413        tools/debug_c/system.h, tools/network_ada/listener/init.c,
414        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
415        license changed.
416
4172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Reflect having moved aclocal/.
420
4212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Reflect having moved automake/.
424        * clock/Makefile.am: Reflect having moved automake/.
425        * console/Makefile.am: Reflect having moved automake/.
426        * include/Makefile.am: Reflect having moved automake/.
427        * network/Makefile.am: Reflect having moved automake/.
428        * start/Makefile.am: Reflect having moved automake/.
429        * startup/Makefile.am: Reflect having moved automake/.
430        * timer/Makefile.am: Reflect having moved automake/.
431        * wrapup/Makefile.am: Reflect having moved automake/.
432
4332003-08-13      Joel Sherrill <joel@OARcorp.com>
434
435        PR 451/bsps
436        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
437
4382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        PR 452/bsps
441        * startup/Makefile.am: Remove USE_INIT_FINI.
442
4432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
446
4472003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        PR 445/bsps
450        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
451        Remove cpp, old_cpp (now unused).
452
4532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac: Remove AC_CONFIG_AUX_DIR.
456
4572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
460
4612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * configure.ac: AC_PREREQ(2.57).
464
4652003-01-20      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
468
4692002-12-19      Joel Sherrill <joel@OARcorp.com>
470
471        * console/console.c: Removed __assert() which conflicts with newlib.
472
4732002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
476        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
477        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
478        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
479        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
480        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
481
4822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * start/Makefile.am: Use install-data-local to install startfile.
485
4862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
489
4902002-11-04      Joel Sherrill <joel@OARcorp.com>
491
492        * console/console.c, network/ne2000.c: Removed warnings.
493
4942002-11-01      Joel Sherrill <joel@OARcorp.com>
495
496        * startup/bspstart.c: Removed warnings.
497
4982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * .cvsignore: Reformat.
501        Add autom4te*cache.
502        Remove autom4te.cache.
503
5042002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
507
5082002-08-21      Joel Sherrill <joel@OARcorp.com>
509
510        * bsp_specs: Added support for -nostdlibs.
511
5122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
515        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
516        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
517        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
518        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
519        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
520        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
521
5222002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * start/Makefile.am: Eliminate PGM.
525        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
526
5272002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
530
5312002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
534        Remove $(OBJS) from all-local.
535
5362002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
539
5402001-05-17      Joel Sherrill <joel@OARcorp.com>
541
542        * startup/linkcmds: Per PR224, added wild card math to .rodata.
543
5442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * include/bsp.h: include <libcpu/cpu.h>.
547        * console/console.c: Remove unused variable console_open_count.
548
5492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac:
552        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
553        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
554        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
555        * Makefile.am: Remove AUTOMAKE_OPTIONS.
556        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
557        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
563
5642002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.ac: Remove stray ';', PR 139.
567
5682002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
571
5722001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
575        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
576
5772001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
580
5812001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
584        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
585        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
586
5872001-10-12      Joel Sherrill <joel@OARcorp.com>
588
589        * startup/linkcmds: Fixed typo.
590
5912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
594        * configure.in: Remove.
595        * configure.ac: New file, generated from configure.in by autoupdate.
596
5972001-09-27      Joel Sherrill <joel@OARcorp.com>
598
599        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
600
6012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
604
6052001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.in: Add bspopts.h.
608        * include/.cvsignore: Add bspopts.h*, stamp-h*.
609        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
610        * include/bsp.h: Include bspopts.h.
611
6122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
613
614        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
615
6162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
619
6202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
623
6242000-11-01      Joel Sherrill <joel@OARcorp.com>
625
626        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
627        and libcsupport.h moved from libc to lib/include/rtems and
628        now must be referenced as <rtems/XXX.h>.   Header file order
629        was cleaned up while doing this.
630
6312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
634        Switch to GNU canonicalization.
635
6362000-10-19      Joel Sherrill <joel@OARcorp.com>
637
638        * console/console.c: Invoke BSP_uart_init() with all arguments
639        now that it takes more parameters.
640
6412000-10-17      Joel Sherrill <joel@OARcorp.com>
642
643        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
644        to libbsp/i386/shared/irq.
645
6462000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
647
648        * startup/linkcmds: Added lines so DWARF debug information
649        would be available.  Otherwise gdb complains that the offsets
650        for the debug info are incorrect and doesn't load the files.
651
6522000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
655        * startup/Makefile.am: Cleanup comments.
656
6572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
660        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
661        wrapup/Makefile.am: Include compile.am
662
6632000-08-10      Joel Sherrill <joel@OARcorp.com>
664
665        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.