source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 290da88f

4.104.115
Last change on this file since 290da88f was 290da88f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/08 at 16:27:16

2008-09-30 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Eliminate uses of old benchmark timer names.
  • Property mode set to 100644
File size: 20.2 KB
RevLine 
[290da88f]12008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate uses of old benchmark timer names.
4
[de0cd76]52008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
8        of building libbspstart.a, using automake-rules.
9
[64eb0c7]102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Eliminate *_SOURCES.
13
[e94666d]142008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
17        components.
18
[a1bc0a15]192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
22
[95aa5e1]232008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * configure.ac: Make letting boot_card() handle work area allocation
26        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
27        BSP_BOOTCARD_OPTIONS.
28
[17d9f5f]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
[67ed2a8]342008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
37
[341c6faa]382008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * include/bsp.h: Remove unnecessary boilerplate comments.
41
[2d6932a]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
[34ef6c7]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
[f7276df0]542008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * timer/timer.c: Convert to "bool".
57
[81f1ce65]582008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
61
[25c62b0]622008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * timer/timer.c: Eliminate empty function from every benchmark timer
65        driver. Fix spelling.
66
[35f52a6]672008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * timer/timer.c: Rename timer driver methods to follow RTEMS
70        programming conventions.
71
[bbcd6974]722008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
75        Add missing prototypes.
76
[6825d06]772008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * console/console.c: Eliminate copies of switches to convert termios
80        Bxxx constants to xxx as an integer. Use the shared
81        termios_baud_to_number() routine to do the same conversion.
82
[dde1fedb]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
[1d0ee80e]972008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am: Rework to avoid .rel files.
100
[6ea100c1]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
[109cec1]1132008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        PR 649/bsps
116        * clock/ckinit.c, console/console.c: Add missing structure element.
117
[d1f57b5]1182008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * startup/linkcmds: Add wildcard to gcc_except_table section so
121        programs compiled with gcc 4.3.x can link.
122
[12bd47e]1232007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
126        of the Configuration Table. Use the RTEMS provided accessor macros to
127        obtain configuration fields.
128
[d34d8692]1292007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
132        from CPU Table to Configuration Table. Eliminate CPU Table from all
133        ports. Delete references to CPU Table in all forms.
134
[558bc25]1352007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
138        Table fields to the Configuration Table. This included
139        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
140        do_zero_of_workspace, extra_mpci_receive_server_stack,
141        stack_allocate_hook, and stack_free_hook. As a side-effect of this
142        effort some multiprocessing code was made conditional and some style
143        clean up occurred.
144
[6fc48b2]1452007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * startup/bspstart.c: Eliminate the interrupt_table_segment and
148        interrupt_table_offset fields in the i386 CPU Table since they are
149        never read.
150
[15aecdc]1512007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
154        since it was used to configure a no longer used feature. Device names
155        are now part of the filesystem not in a table.
156
[80c6ce9]1572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * bsp_specs: Remove qrtems_debug.
160
[18c0e30]1612006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
164
[fcb0cd46]1652006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * configure.ac: New BUG-REPORT address.
168
[aa4369c]1692006-11-15      Joel Sherrill <joel@OARcorp.com>
170
171        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
172        file and simplified initialization.
173
[57357d9]1742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Remove superfluous -DASM.
177
[754610f]1782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Require autoconf-2.60. Require automake-1.10.
181
[73733dc]1822006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * configure.ac: Remove explicit ampolish3 support (now in
185        RTEMS_BSP_CONFIGURE).
186
[5c7f274]1872006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * configure.ac: Add ampolish3 support.
190        * Makefile.am: Add preinstall.am.
191
[7a9c410]1922005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * Makefile.am: Add pci.rel.
195
[8d62d94a]1962005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Install/preinstall headers from ../../i386/shared.
199
[009f4fa]2002005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
203
[34c4852]2042005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * include/bsp.h: New header guard.
207
[48ad38db]2082005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
209
210        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
211        Moved irq.h to bsp subdirectory.
212
[844609f9]2132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
216
[4cbf22a]2172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Remove build-variant support.
220
[8627734]2212004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]222
223        * configure.ac: Require automake > 1.9.
224
[e9924f91]2252004-07-25      Joel Sherrill <joel@OARcorp.com>
226
227        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
228        * network/ne2000.c: Add include of <sys/errno.h>.
229
[8627734]2302004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
[3defec6]231
232        PR 610/bsps
233        * Makefile.am: Add include/tm27.h, Cosmetics.
234        * include/tm27.h: Final cosmetics.
235
[8627734]2362004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[89c86764]237
238        * include/bsp.h: Split out tmtest27 support.
239        * include/tm27.h: New.
240
[8627734]2412004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
[3344730a]242
243        PR 613/bsps
244        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
245
[8627734]2462004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
[7dd6e8d]247
248        PR 614/bsps
249        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
250
[8627734]2512004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
[cc1426bb]252
253        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
254        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
255
[8627734]2562004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[fb7a141]257
258        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
259        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
260        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
261
[8627734]2622004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
[821b2a9]263
264        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
265        timer/timer.c: Convert to using c99 fixed size types.
266
[2a7f9a28]2672004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Reflect changes to bsp.am.
270        Preinstall dist_project_lib*.
271
[ad367a3a]2722004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Reflect changes to bsp.am.
275
[c24d7c84]2762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
279
[341c592f]2802004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Pickup files from ../../i386/shared instead of
283        ../shared. Reformat.
284
[5b47c7f]2852004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
288        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
289        wrapup/Makefile.am. Use automake compilation rules.
290        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
291        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
292        * configure.ac: Reflect changes above.
293
[f3c5a0ec]2942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
297        Add RTEMS_PROG_CCAS.
298
[1f9c4b2]2992004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Add PREINSTALL_DIRS.
302        * wrapup/Makefile.am: Reflect changes to libcpu.
303
[ff716ea0]3042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
307        Add PRE/TMPINSTALL_FILES to CLEANFILES.
308        * startup/Makefile.am: Ditto.
309
[b3c7b2d8]3102004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Remove.
313        * Makefile.am: Merge-in start/Makefile.am.
314        * configure.ac: Reflect changes above.
315
[6411947]3162004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Eliminate $(LIB).
319        Use noinst_DATA to trigger building libbsp.a.
320
[b35414a]3212003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
324        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
325
[935773b]3262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
329        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
330
[810720b6]3312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
334
[5ed190a0]3352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Cosmetics.
338
[ae31530b]3392003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * start/Makefile.am: Misc cleanups and fixes.
342        * startup/Makefile.am: Misc cleanups and fixes.
343        * wrapup/Makefile.am: Misc cleanups and fixes.
344
[5be168b]3452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Add preinstallation dirstamp support.
348        * clock/Makefile.am: Cosmetics.
349        * console/Makefile.am: Cosmetics.
350        * network/Makefile.am: Cosmetics.
351        * startup/Makefile.am: Cosmetics.
352        * timer/Makefile.am: Cosmetics.
353        * wrapup/Makefile.am: Cosmetics.
354
[70b42aea]3552003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * clock/Makefile.am: Remove all-local: $(ARCH).
358        * console/Makefile.am: Remove all-local: $(ARCH).
359        * network/Makefile.am: Remove all-local: $(ARCH).
360        * start/Makefile.am: Remove all-local: $(ARCH).
361        * startup/Makefile.am: Remove all-local: $(ARCH).
362        * timer/Makefile.am: Remove all-local: $(ARCH).
363        * wrapup/Makefile.am: Remove all-local: $(ARCH).
364
[d1b210cd]3652003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * Makefile.am: Merge-in include/Makefile.am.
368        Reflect changes to bsp.am.
369        * include/Makefile.am: Remove.
370        * configure.ac: Reflect changes above.
371
[6f63094]3722003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * bsp_specs: Remove *lib:.
375
[e61df10]3762003-09-04      Joel Sherrill <joel@OARcorp.com>
377
378        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
379        include/coverhd.h, network/ne2000.c, start/80386ex.h,
380        start/80386ex.inc, start/macros.inc, start/start.S,
381        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
382        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
383        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
384        tools/debug_c/system.h, tools/network_ada/listener/init.c,
385        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
386        license changed.
387
[fe8bc62f]3882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: Reflect having moved aclocal/.
391
[88daa3d]3922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
[c483a4e]394        * Makefile.am: Reflect having moved automake/.
395        * clock/Makefile.am: Reflect having moved automake/.
396        * console/Makefile.am: Reflect having moved automake/.
397        * include/Makefile.am: Reflect having moved automake/.
398        * network/Makefile.am: Reflect having moved automake/.
399        * start/Makefile.am: Reflect having moved automake/.
400        * startup/Makefile.am: Reflect having moved automake/.
401        * timer/Makefile.am: Reflect having moved automake/.
402        * wrapup/Makefile.am: Reflect having moved automake/.
[88daa3d]403
[7002011]4042003-08-13      Joel Sherrill <joel@OARcorp.com>
405
406        PR 451/bsps
407        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
408
[317458ce]4092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
[75fcb394]411        PR 452/bsps
[317458ce]412        * startup/Makefile.am: Remove USE_INIT_FINI.
413
[7dcc3fe]4142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
417
[d266acd2]4182003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
[75fcb394]420        PR 445/bsps
[d266acd2]421        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
422        Remove cpp, old_cpp (now unused).
423
[afaa498d]4242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Remove AC_CONFIG_AUX_DIR.
427
[ccd81b60]4282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
431
[9b5c258]4322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * configure.ac: AC_PREREQ(2.57).
435
[7b0c547a]4362003-01-20      Joel Sherrill <joel@OARcorp.com>
437
438        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
439
[c4e9f68]4402002-12-19      Joel Sherrill <joel@OARcorp.com>
441
442        * console/console.c: Removed __assert() which conflicts with newlib.
443
[ec0c51d]4442002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452
[59a01a6e]4532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * start/Makefile.am: Use install-data-local to install startfile.
456
[2567546]4572002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460
[202ed85]4612002-11-04      Joel Sherrill <joel@OARcorp.com>
462
463        * console/console.c, network/ne2000.c: Removed warnings.
464
[02059376]4652002-11-01      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/bspstart.c: Removed warnings.
468
[8730f45]4692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * .cvsignore: Reformat.
472        Add autom4te*cache.
473        Remove autom4te.cache.
474
[cb72774]4752002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
478
[a2ae30c2]4792002-08-21      Joel Sherrill <joel@OARcorp.com>
480
481        * bsp_specs: Added support for -nostdlibs.
482
[0fe6737]4832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
488        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
489        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
490        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
491        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
492
[4ca150f]4932002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * start/Makefile.am: Eliminate PGM.
496        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
497
[fdc10e3]4982002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
501
[445c0a0]5022002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
505        Remove $(OBJS) from all-local.
506
[80defac]5072002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
510
[cb3a7ed]5112001-05-17      Joel Sherrill <joel@OARcorp.com>
512
513        * startup/linkcmds: Per PR224, added wild card math to .rodata.
514
[5098898]5152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * include/bsp.h: include <libcpu/cpu.h>.
518        * console/console.c: Remove unused variable console_open_count.
519
[134dceb]5202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac:
523        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
524        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
525        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
526        * Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
534
[658ad222]5352002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * configure.ac: Remove stray ';', PR 139.
538
[45805cc]5392002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
542
[8fec915]5432001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
546        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
547
[9e1ae79]5482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
551
[84eed6cd]5522001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
555        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
556        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
557
[d24657e]5582001-10-12      Joel Sherrill <joel@OARcorp.com>
559
560        * startup/linkcmds: Fixed typo.
561
[df25c998]5622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
565        * configure.in: Remove.
566        * configure.ac: New file, generated from configure.in by autoupdate.
567
[cf282090]5682001-09-27      Joel Sherrill <joel@OARcorp.com>
569
570        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
571
[1858070]5722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
575
[ebf3adc]5762001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * configure.in: Add bspopts.h.
579        * include/.cvsignore: Add bspopts.h*, stamp-h*.
580        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
581        * include/bsp.h: Include bspopts.h.
582
[6f21328]5832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
584
585        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
586
[feead226]5872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
590
[a314d3b4]5912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
594
[eba2e4f]5952000-11-01      Joel Sherrill <joel@OARcorp.com>
596
597        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
598        and libcsupport.h moved from libc to lib/include/rtems and
599        now must be referenced as <rtems/XXX.h>.   Header file order
600        was cleaned up while doing this.
601
[0134f4f]6022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
605        Switch to GNU canonicalization.
606
[c4be3475]6072000-10-19      Joel Sherrill <joel@OARcorp.com>
608
609        * console/console.c: Invoke BSP_uart_init() with all arguments
610        now that it takes more parameters.
611
[bad7e90]6122000-10-17      Joel Sherrill <joel@OARcorp.com>
613
614        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
615        to libbsp/i386/shared/irq.
616
[4cb5d29]6172000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
618
619        * startup/linkcmds: Added lines so DWARF debug information
620        would be available.  Otherwise gdb complains that the offsets
621        for the debug info are incorrect and doesn't load the files.
622
[4166123]6232000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
626        * startup/Makefile.am: Cleanup comments.
627
[80052531]6282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
631        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
632        wrapup/Makefile.am: Include compile.am
633
[e94ad1fe]6342000-08-10      Joel Sherrill <joel@OARcorp.com>
635
636        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.