source: rtems/c/src/lib/libbsp/powerpc/psim/ChangeLog @ 07e9642c

4.104.114.95
Last change on this file since 07e9642c was 07e9642c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/07 at 21:44:46

2007-11-28 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
  • Property mode set to 100644
File size: 18.5 KB
Line 
12007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
4        Table. They have been replaced with variables named bsp_XXX as
5        needed.
6
72007-09-13      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * configure.ac, startup/bspstart.c: Add BSP_DIRTY_MEMORY option.
10
112007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        PR 1257/bsps
14        * irq/irq.c: Code outside of cpukit should use the public API for
15        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
16        public API and directly accessing _CPU_ISR_Disable and
17        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
18        directive which could lead to problems. This patch also changes the
19        type of the variable passed into these routines and addresses minor
20        style issues.
21
222007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
23
24        * irq_init.c, Makefile.am: adapted to shared exception code
25
262007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * bsp_specs: Remove qrtems_debug.
29
302007-04-05      Joel Sherrill <joel@OARcorp.com>
31
32        * clock/clock.c: Removed. File is unused in current source.
33
342007-03-28      Joel Sherrill <joel@OARcorp.com>
35
36        * Makefile.am: Modify to avoid pulling in too much into minimum
37        executable.
38
392006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: New BUG-REPORT address.
42
432006-11-15      Joel Sherrill <joel@OARcorp.com>
44
45        * Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This
46        eliminated a file and simplified initialization.
47
482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Remove superfluous -DASM.
51
522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Require autoconf-2.60. Require automake-1.10.
55
562006-08-09      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
59
602006-03-08      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds: Add .gnu.linkonce.b.* section.
63
642006-02-08      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds: Add sections required by newer gcc versions.
67
682006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Remove explicit ampolish3 support (now in
71        RTEMS_BSP_CONFIGURE).
72
732006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * configure.ac: Add ampolish3 support.
76        * Makefile.am: Add preinstall.am.
77
782006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Don't include subdirs.am.
81
822006-01-05      Till Straumann <strauman@slac.stanford.edu>
83
84        * Makefile.am, vectors/vectors.S: use shared version of vectors.S.
85
862005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * include/bsp.h: New header guard.
89
902005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
91
92        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
93
942005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * include/tm27.h: Elininate unsigned32.
97
982005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
99
100        PR 779/bsp
101        * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception
102        interrupt handlers in powerpc bsps
103
1042005-04-11      Jennifer Averett <jennifer@OARcorp.com>
105
106        PR 777/bsps
107        * include/bsp.h: Add a Processor_Synchronize command in bsp.h
108
1092005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
112        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
113        CPU_MINIMUM_STACK_FRAME_SIZE.
114
1152005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
118
1192005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Merge-in wrapup/Makefile.am.
122        * wrapup/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
1252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
128
1292005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
132
1332004-11-22      Jennifer Averett <jennifer@OARcorp.com>
134
135        PR 617/bsps
136        PR 581/bsps
137        * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h,
138        start/start.S, startup/bspstart.c, startup/linkcmds,
139        tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am:
140        Convert PSIM to new exception model.
141        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files.
142        * startup/setvec.c, timer/timer.c: Removed.
143
1442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * configure.ac: Require automake > 1.9.
147
1482004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        PR 610/bsps
151        * Makefile.am: Add include/tm27.h, Cosmetics.
152        * include/tm27.h: Final cosmetics.
153
1542004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * include/bsp.h: Split out tmtest27 support.
157        * include/tm27.h: New.
158
1592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        PR 613/bsps
162        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
163
1642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        PR 614/bsps
167        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
168
1692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
172
1732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
176        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
177        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
178        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
179
1802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
183        timer/timer.c: Convert to using c99 fixed size types.
184
1852004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Reflect changes to bsp.am.
188        Preinstall dist_project_lib*.
189
1902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect changes to bsp.am.
193
1942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Cosmetics.
197
1982004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
201
2022004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Convert to automake-building rules.
205
2062004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
209        Remove AM_CONDITIONAL(HAS_MP).
210
2112004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
214        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
215        vectors/Makefile.am. Use automake compilation rules.
216        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
217        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
218        * configure.ac: Reflect changes above.
219
2202004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Merge-in start/Makefile.am.
223        * start/Makefile.am: Remove.
224        * configure.ac: Reflect changes above.
225
2262004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * wrapup/Makefile.am: Reflect changes to
229        ../support/*exception_processing/*.
230
2312004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
234        Add RTEMS_PROG_CCAS.
235
2362004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Add PREINSTALL_DIRS.
239
2402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
243        Add PRE/TMPINSTALL_FILES to CLEANFILES.
244        * start/Makefile.am: Ditto.
245        * startup/Makefile.am: Ditto.
246
2472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Eliminate $(LIB).
250        Use noinst_DATA to trigger building libbsp.a.
251
2522003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * console/Makefile.am: Eliminate *.rel.
255        Use $(top_srcdir)/../../shared instead of ../../../shared.
256        * startup/Makefile.am: Cosmetics.
257
2582003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * clock/Makefile.am: Eliminate VPATH.
261        * console/Makefile.am: Eliminate VPATH.
262        * shmsupp/Makefile.am: Eliminate VPATH.
263        * startup/Makefile.am: Eliminate VPATH.
264        * timer/Makefile.am: Eliminate VPATH.
265        * vectors/Makefile.am: Eliminate VPATH.
266
2672003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Remove GENERIC_FILES.
270
2712003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * startup/linkcmds: Remove SEARCH_DIR.
274
2752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
278        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
279
2802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
283        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
284
2852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
288
2892003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: Misc cleanups and fixes.
292        * startup/Makefile.am: Misc cleanups and fixes.
293        * startup/linkcmds: Preparations for gcc-3.3.x.
294        * wrapup/Makefile.am: Misc cleanups and fixes.
295
2962003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Add preinstallation dirstamp support.
299        * clock/Makefile.am: Cosmetics.
300        * console/Makefile.am: Cosmetics.
301        * shmsupp/Makefile.am: Cosmetics.
302        * startup/Makefile.am: Cosmetics.
303        * timer/Makefile.am: Cosmetics.
304        * vectors/Makefile.am: Cosmetics.
305        * wrapup/Makefile.am: Cosmetics.
306
3072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * clock/Makefile.am: Remove all-local: $(ARCH).
310        * console/Makefile.am: Remove all-local: $(ARCH).
311        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
312        * start/Makefile.am: Remove all-local: $(ARCH).
313        * startup/Makefile.am: Remove all-local: $(ARCH).
314        * timer/Makefile.am: Remove all-local: $(ARCH).
315        * vectors/Makefile.am: Remove all-local: $(ARCH).
316        * wrapup/Makefile.am: Remove all-local: $(ARCH).
317
3182003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Merge-in include/Makefile.am.
321        Reflect changes to bsp.am.
322        * include/Makefile.am: Remove.
323        * configure.ac: Reflect changes above.
324
3252003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * bsp_specs: Remove *lib:.
328
3292003-09-04      Joel Sherrill <joel@OARcorp.com>
330
331        * console/console-io.c, include/bsp.h, include/coverhd.h,
332        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
333        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
334        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
335        vectors/vectors.S: URL for license changed.
336
3372003-09-04      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/bspstart.c: Removed incorrect statement about copyright
340        assignment.
341
3422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Reflect having moved aclocal/.
345
3462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Reflect having moved automake/.
349        * clock/Makefile.am: Reflect having moved automake/.
350        * console/Makefile.am: Reflect having moved automake/.
351        * include/Makefile.am: Reflect having moved automake/.
352        * shmsupp/Makefile.am: Reflect having moved automake/.
353        * start/Makefile.am: Reflect having moved automake/.
354        * startup/Makefile.am: Reflect having moved automake/.
355        * timer/Makefile.am: Reflect having moved automake/.
356        * vectors/Makefile.am: Reflect having moved automake/.
357        * wrapup/Makefile.am: Reflect having moved automake/.
358
3592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
362
3632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        PR 445/bsps
366        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
367        Remove cpp, old_cpp (now unused).
368
3692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Remove AC_CONFIG_AUX_DIR.
372
3732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
376
3772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: AC_PREREQ(2.57).
380
3812003-01-20      Joel Sherrill <joel@OARcorp.com>
382
383        * startup/linkcmds*: Add FreeBSD sysctl() sections.
384
3852002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
393        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
394
3952002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * start/Makefile.am: Use install-data-local to install startfile.
398
3992002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
402
4032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * .cvsignore: Reformat.
406        Add autom4te*cache.
407        Remove autom4te.cache.
408
4092002-09-07      Joel Sherrill <joel@OARcorp.com>
410
411        * clock/clock.c: Disabled use of fast idle since it seems broken
412        with gcc 3.2.
413
4142002-08-21      Joel Sherrill <joel@OARcorp.com>
415
416        * bsp_specs: Added support for -nostdlibs.
417
4182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
427        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
428
4292002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * start/Makefile.am: Eliminate PGM.
432        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
433
4342002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
437
4382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
441        Remove $(OBJS) from all-local.
442
4432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
446
4472001-05-09      Joel Sherrill <joel@OARcorp.com>
448
449        * startup/linkcmds: In support of gcc 3.1, added one of more
450        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
451        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
452        and direction of segments to memory regions may also have been
453        addressed.  This was a sweep across all BSPs.
454 
4552002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * startup/bspstart.c: Include <rtems/bspIo.h>.
458        * vectors/align_h.S: Use <> instead of "" for include files.
459
4602001-04-08      Joel Sherrill <joel@OARcorp.com>
461
462        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
463 
4642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac:
467        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
468        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
469        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
474        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
479
4802002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
483
4842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
487
4882001-11-26      Joel Sherrill <joel@OARcorp.com>
489
490        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
491
4922001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: Add @exceptions@ to SUBDIRS.
495        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
496        make/custom/psim.cfg;
497        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
498        Add RTEMS_PPC_EXCEPTIONS([old]).
499        * include/Makefile.am: include force-preinstall.am.
500        * wrapup/Makefile.am: Apply @exceptions@.
501
5022001-11-20      Joel Sherrill <joel@OARcorp.com>
503
504        * console/console-io.c: Fix incorrect comment.
505
5062001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
507
508        This modification is part of the submitted modifications necessary to
509        support the IBM PPC405 family.  This submission was reviewed by
510        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
511        not negatively impact the ppc403 BSPs.  The submission and tracking
512        process was captured as PR50.
513        * vectors/align_h.S: Added ppc405 support.
514
5152001-10-25      Joel Sherrill <joel@OARcorp.com>
516
517        * startup/linkcmds: Added _init and _fini.
518
5192001-10-12      Joel Sherrill <joel@OARcorp.com>
520
521        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
522
5232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
526        * configure.in: Remove.
527        * configure.ac: New file, generated from configure.in by autoupdate.
528
5292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
532
5332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
536        happy.
537
5382001-08-16      Joel Sherrill <joel@OARcorp.com>
539
540        * clock/clock.c: Ensure that clock ticks are long enough to
541        make forward progress.  This was modified to improve results
542        on the RTEMS tests and the ACATS.
543        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
544        gnat 3.13p.
545
5462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * configure.in: Add bspopts.h.
549        * include/.cvsignore: Add bspopts.h*, stamp-h*.
550        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
551        * include/bsp.h: Include bspopts.h.
552
5532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
554
555        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
556
5572001-01-03      Joel Sherrill <joel@OARcorp.com>
558
559        * clock/clock.c: Use shared clock driver shell.
560        * console/console.c: Removed.  Now use shared polling shell.
561        * console/console-io.c: New file.
562        * console/Makefile.am: Correct to use shared polling shell.
563        * startup/bspstart.c: Remove all fast idle references.
564
5652000-12-19      Joel Sherrill <joel@OARcorp.com>
566
567        * timer/timer.c: Removed incorrect comments about ERC32.
568
5692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
572
5732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
576
5772000-11-01      Joel Sherrill <joel@OARcorp.com>
578
579        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
580        and libcsupport.h moved from libc to lib/include/rtems and
581        now must be referenced as <rtems/XXX.h>.   Header file order
582        was cleaned up while doing this.
583
5842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
587        Switch to GNU canonicalization.
588
5892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
592        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
593        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
594
5952000-08-10      Joel Sherrill <joel@OARcorp.com>
596
597        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.