source: rtems/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @ 17d9f5f

4.104.115
Last change on this file since 17d9f5f was 17d9f5f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 20:43:07

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

  • Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
  • Property mode set to 100644
File size: 19.4 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds: Use
4        top level shared bsp_get_work_area() implementation.
5
62008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * include/bsp.h: Remove unnecessary variables and EXTERN magic.
9
102008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * include/bsp.h: Remove unnecessary boilerplate comments.
13
142008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of
17        rtems/libcsupport.h and rtems/libio.h.
18
192008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * clock/ckinit.c: The Shared Memory Driver no longer requires the
22        special IOCTL in Clock_control. This was a hack which has existed
23        since before the Classic API Timer Manager was implemented. All
24        implementations of and references to Clock_control were removed.
25
262008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * timer/timer.c: Convert to "bool".
29
302008-09-02      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * clock/rtc.c, network/ne2000.c: Eliminate rtems_boolean.
33
342008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * timer/timer.c: Eliminate empty function from every benchmark timer
37        driver. Fix spelling.
38
392008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * timer/timer.c: Rename timer driver methods to follow RTEMS
42        programming conventions.
43
442008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * clock/ckinit.c, startup/bspstart.c, timer/timer.c:
47        Add missing prototypes.
48
492008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * console/console.c: Eliminate copies of switches to convert termios
52        Bxxx constants to xxx as an integer. Use the shared
53        termios_baud_to_number() routine to do the same conversion.
54
552008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
58        Framework to ask the BSP where it has memory for the RTEMS Workspace
59        and C Program Heap. These collectively are referred to as work area.
60        If the BSP supports this, then it does not have to include code to
61        split the available memory between the two areas. This reduces the
62        amount of code in the BSP specific bspstart.c file. Additionally, the
63        shared framework can initialize the C Library, call
64        rtems_debug_enable(), and dirty the work area memory. Until most/all
65        BSPs support this new capability, if the BSP supports this, it should
66        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
67        When the transition is complete, this autoconf macro can be removed.
68
692008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * Makefile.am: Rework to avoid .rel files.
72
732008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * startup/bspstart.c: Refactored and renamed initialization routines to
76        rtems_initialize_data_structures, rtems_initialize_before_drivers,
77        rtems_initialize_device_drivers, and
78        rtems_initialize_start_multitasking. This opened the sequence up so
79        that bootcard() could provide a more robust and flexible framework
80        which is easier to explain and understand. This also lays the
81        groundwork for sharing the division of available memory between the
82        RTEMS workspace and heap and the C library initialization across all
83        BSPs.
84
852008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        PR 649/bsps
88        * clock/ckinit.c, console/console.c: Add missing structure element.
89
902008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * startup/linkcmds: Add wildcard to gcc_except_table section so
93        programs compiled with gcc 4.3.x can link.
94
952007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
98        of the Configuration Table. Use the RTEMS provided accessor macros to
99        obtain configuration fields.
100
1012007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
104        from CPU Table to Configuration Table. Eliminate CPU Table from all
105        ports. Delete references to CPU Table in all forms.
106
1072007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
110        Table fields to the Configuration Table. This included
111        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
112        do_zero_of_workspace, extra_mpci_receive_server_stack,
113        stack_allocate_hook, and stack_free_hook. As a side-effect of this
114        effort some multiprocessing code was made conditional and some style
115        clean up occurred.
116
1172007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * startup/bspstart.c: Eliminate the interrupt_table_segment and
120        interrupt_table_offset fields in the i386 CPU Table since they are
121        never read.
122
1232007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/bspstart.c: Eliminate maximum_drivers configuration parameter
126        since it was used to configure a no longer used feature. Device names
127        are now part of the filesystem not in a table.
128
1292007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * bsp_specs: Remove qrtems_debug.
132
1332006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions.
136
1372006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * configure.ac: New BUG-REPORT address.
140
1412006-11-15      Joel Sherrill <joel@OARcorp.com>
142
143        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
144        file and simplified initialization.
145
1462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * Makefile.am: Remove superfluous -DASM.
149
1502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * configure.ac: Require autoconf-2.60. Require automake-1.10.
153
1542006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Remove explicit ampolish3 support (now in
157        RTEMS_BSP_CONFIGURE).
158
1592006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * configure.ac: Add ampolish3 support.
162        * Makefile.am: Add preinstall.am.
163
1642005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * Makefile.am: Add pci.rel.
167
1682005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Install/preinstall headers from ../../i386/shared.
171
1722005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * network/ne2000.c: Include <errno.h> instead of <sys/errno.h>.
175
1762005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * include/bsp.h: New header guard.
179
1802005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
181
182        * clock/ckinit.c, console/console.c, include/bsp.h, network/ne2000.c:
183        Moved irq.h to bsp subdirectory.
184
1852005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
188
1892005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Remove build-variant support.
192
1932004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
194
195        * configure.ac: Require automake > 1.9.
196
1972004-07-25      Joel Sherrill <joel@OARcorp.com>
198
199        * Makefile.am: Add -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ for network.
200        * network/ne2000.c: Add include of <sys/errno.h>.
201
2022004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        PR 610/bsps
205        * Makefile.am: Add include/tm27.h, Cosmetics.
206        * include/tm27.h: Final cosmetics.
207
2082004-04-22      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * include/bsp.h: Split out tmtest27 support.
211        * include/tm27.h: New.
212
2132004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        PR 613/bsps
216        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
217
2182004-04-21      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        PR 614/bsps
221        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
222
2232004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
226        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
227
2282004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
231        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
232        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
233
2342004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
237        timer/timer.c: Convert to using c99 fixed size types.
238
2392004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Reflect changes to bsp.am.
242        Preinstall dist_project_lib*.
243
2442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Reflect changes to bsp.am.
247
2482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
251
2522004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Pickup files from ../../i386/shared instead of
255        ../shared. Reformat.
256
2572004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
260        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
261        wrapup/Makefile.am. Use automake compilation rules.
262        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
263        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
264        * configure.ac: Reflect changes above.
265
2662004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
269        Add RTEMS_PROG_CCAS.
270
2712004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Add PREINSTALL_DIRS.
274        * wrapup/Makefile.am: Reflect changes to libcpu.
275
2762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
279        Add PRE/TMPINSTALL_FILES to CLEANFILES.
280        * startup/Makefile.am: Ditto.
281
2822004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Remove.
285        * Makefile.am: Merge-in start/Makefile.am.
286        * configure.ac: Reflect changes above.
287
2882004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * wrapup/Makefile.am: Eliminate $(LIB).
291        Use noinst_DATA to trigger building libbsp.a.
292
2932003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
296        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
297
2982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
301        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
302
3032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
306
3072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Cosmetics.
310
3112003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * start/Makefile.am: Misc cleanups and fixes.
314        * startup/Makefile.am: Misc cleanups and fixes.
315        * wrapup/Makefile.am: Misc cleanups and fixes.
316
3172003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Add preinstallation dirstamp support.
320        * clock/Makefile.am: Cosmetics.
321        * console/Makefile.am: Cosmetics.
322        * network/Makefile.am: Cosmetics.
323        * startup/Makefile.am: Cosmetics.
324        * timer/Makefile.am: Cosmetics.
325        * wrapup/Makefile.am: Cosmetics.
326
3272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * clock/Makefile.am: Remove all-local: $(ARCH).
330        * console/Makefile.am: Remove all-local: $(ARCH).
331        * network/Makefile.am: Remove all-local: $(ARCH).
332        * start/Makefile.am: Remove all-local: $(ARCH).
333        * startup/Makefile.am: Remove all-local: $(ARCH).
334        * timer/Makefile.am: Remove all-local: $(ARCH).
335        * wrapup/Makefile.am: Remove all-local: $(ARCH).
336
3372003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Merge-in include/Makefile.am.
340        Reflect changes to bsp.am.
341        * include/Makefile.am: Remove.
342        * configure.ac: Reflect changes above.
343
3442003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * bsp_specs: Remove *lib:.
347
3482003-09-04      Joel Sherrill <joel@OARcorp.com>
349
350        * clock/ckinit.c, clock/rtc.c, console/console.c, include/bsp.h,
351        include/coverhd.h, network/ne2000.c, start/80386ex.h,
352        start/80386ex.inc, start/macros.inc, start/start.S,
353        startup/bspstart.c, startup/linkcmds, startup/setvec.c,
354        timer/timer.c, timer/timerisr.S, tools/debug_ada/init.c,
355        tools/debug_c/init.c, tools/debug_c/serial_gdb.c,
356        tools/debug_c/system.h, tools/network_ada/listener/init.c,
357        tools/network_ada/tcprelay/init.c, tools/ts_1325_ada/init.c: URL for
358        license changed.
359
3602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Reflect having moved aclocal/.
363
3642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Reflect having moved automake/.
367        * clock/Makefile.am: Reflect having moved automake/.
368        * console/Makefile.am: Reflect having moved automake/.
369        * include/Makefile.am: Reflect having moved automake/.
370        * network/Makefile.am: Reflect having moved automake/.
371        * start/Makefile.am: Reflect having moved automake/.
372        * startup/Makefile.am: Reflect having moved automake/.
373        * timer/Makefile.am: Reflect having moved automake/.
374        * wrapup/Makefile.am: Reflect having moved automake/.
375
3762003-08-13      Joel Sherrill <joel@OARcorp.com>
377
378        PR 451/bsps
379        * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
380
3812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        PR 452/bsps
384        * startup/Makefile.am: Remove USE_INIT_FINI.
385
3862003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
389
3902003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        PR 445/bsps
393        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
394        Remove cpp, old_cpp (now unused).
395
3962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Remove AC_CONFIG_AUX_DIR.
399
4002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
403
4042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: AC_PREREQ(2.57).
407
4082003-01-20      Joel Sherrill <joel@OARcorp.com>
409
410        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
411
4122002-12-19      Joel Sherrill <joel@OARcorp.com>
413
414        * console/console.c: Removed __assert() which conflicts with newlib.
415
4162002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
419        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
420        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
421        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
422        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
423        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
424
4252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * start/Makefile.am: Use install-data-local to install startfile.
428
4292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
432
4332002-11-04      Joel Sherrill <joel@OARcorp.com>
434
435        * console/console.c, network/ne2000.c: Removed warnings.
436
4372002-11-01      Joel Sherrill <joel@OARcorp.com>
438
439        * startup/bspstart.c: Removed warnings.
440
4412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * .cvsignore: Reformat.
444        Add autom4te*cache.
445        Remove autom4te.cache.
446
4472002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * configure.ac: Remove duplicate timer/Makefile in AC_CONFIG_FILES.
450
4512002-08-21      Joel Sherrill <joel@OARcorp.com>
452
453        * bsp_specs: Added support for -nostdlibs.
454
4552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
464
4652002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * start/Makefile.am: Eliminate PGM.
468        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
469
4702002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
473
4742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
477        Remove $(OBJS) from all-local.
478
4792002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
482
4832001-05-17      Joel Sherrill <joel@OARcorp.com>
484
485        * startup/linkcmds: Per PR224, added wild card math to .rodata.
486
4872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * include/bsp.h: include <libcpu/cpu.h>.
490        * console/console.c: Remove unused variable console_open_count.
491
4922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac:
495        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
496        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
497        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
506
5072002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.ac: Remove stray ';', PR 139.
510
5112002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
514
5152001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
518        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
519
5202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
523
5242001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Add RTEMS_BSPOPTS_*(LOAD_RTC_AT_START),
527        RTEMS_BSPOPTS_*(BSP_DEBUG), RTEMS_BSPOPTS_*(UARTDEBUG),
528        remove RTEMS_OUTPUT_BUILD_SUBDIRS.
529
5302001-10-12      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/linkcmds: Fixed typo.
533
5342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
537        * configure.in: Remove.
538        * configure.ac: New file, generated from configure.in by autoupdate.
539
5402001-09-27      Joel Sherrill <joel@OARcorp.com>
541
542        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
543
5442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
545
546        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
547
5482001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.in: Add bspopts.h.
551        * include/.cvsignore: Add bspopts.h*, stamp-h*.
552        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
553        * include/bsp.h: Include bspopts.h.
554
5552001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
556
557        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
558
5592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
562
5632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
566
5672000-11-01      Joel Sherrill <joel@OARcorp.com>
568
569        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
570        and libcsupport.h moved from libc to lib/include/rtems and
571        now must be referenced as <rtems/XXX.h>.   Header file order
572        was cleaned up while doing this.
573
5742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
577        Switch to GNU canonicalization.
578
5792000-10-19      Joel Sherrill <joel@OARcorp.com>
580
581        * console/console.c: Invoke BSP_uart_init() with all arguments
582        now that it takes more parameters.
583
5842000-10-17      Joel Sherrill <joel@OARcorp.com>
585
586        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
587        to libbsp/i386/shared/irq.
588
5892000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
590
591        * startup/linkcmds: Added lines so DWARF debug information
592        would be available.  Otherwise gdb complains that the offsets
593        for the debug info are incorrect and doesn't load the files.
594
5952000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
596
597        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
598        * startup/Makefile.am: Cleanup comments.
599
6002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
603        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
604        wrapup/Makefile.am: Include compile.am
605
6062000-08-10      Joel Sherrill <joel@OARcorp.com>
607
608        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.