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

4.104.114.84.95
Last change on this file since 7614490 was 21ca2199, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/07 at 15:01:25

2007-09-13 Joel Sherrill <joel.sherrill@…>

  • configure.ac, startup/bspstart.c: Add BSP_DIRTY_MEMORY option.
  • Property mode set to 100644
File size: 18.3 KB
Line 
12007-09-13      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * configure.ac, startup/bspstart.c: Add BSP_DIRTY_MEMORY option.
4
52007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        PR 1257/bsps
8        * irq/irq.c: Code outside of cpukit should use the public API for
9        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
10        public API and directly accessing _CPU_ISR_Disable and
11        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
12        directive which could lead to problems. This patch also changes the
13        type of the variable passed into these routines and addresses minor
14        style issues.
15
162007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
17
18        * irq_init.c, Makefile.am: adapted to shared exception code
19
202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * bsp_specs: Remove qrtems_debug.
23
242007-04-05      Joel Sherrill <joel@OARcorp.com>
25
26        * clock/clock.c: Removed. File is unused in current source.
27
282007-03-28      Joel Sherrill <joel@OARcorp.com>
29
30        * Makefile.am: Modify to avoid pulling in too much into minimum
31        executable.
32
332006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: New BUG-REPORT address.
36
372006-11-15      Joel Sherrill <joel@OARcorp.com>
38
39        * Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This
40        eliminated a file and simplified initialization.
41
422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Remove superfluous -DASM.
45
462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Require autoconf-2.60. Require automake-1.10.
49
502006-08-09      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
53
542006-03-08      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Add .gnu.linkonce.b.* section.
57
582006-02-08      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: Add sections required by newer gcc versions.
61
622006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * configure.ac: Remove explicit ampolish3 support (now in
65        RTEMS_BSP_CONFIGURE).
66
672006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Add ampolish3 support.
70        * Makefile.am: Add preinstall.am.
71
722006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Don't include subdirs.am.
75
762006-01-05      Till Straumann <strauman@slac.stanford.edu>
77
78        * Makefile.am, vectors/vectors.S: use shared version of vectors.S.
79
802005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * include/bsp.h: New header guard.
83
842005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
85
86        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
87
882005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * include/tm27.h: Elininate unsigned32.
91
922005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
93
94        PR 779/bsp
95        * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception
96        interrupt handlers in powerpc bsps
97
982005-04-11      Jennifer Averett <jennifer@OARcorp.com>
99
100        PR 777/bsps
101        * include/bsp.h: Add a Processor_Synchronize command in bsp.h
102
1032005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
106        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
107        CPU_MINIMUM_STACK_FRAME_SIZE.
108
1092005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
112
1132005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Merge-in wrapup/Makefile.am.
116        * wrapup/Makefile.am: Remove.
117        * configure.ac: Reflect changes above.
118
1192005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
122
1232005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
126
1272004-11-22      Jennifer Averett <jennifer@OARcorp.com>
128
129        PR 617/bsps
130        PR 581/bsps
131        * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h,
132        start/start.S, startup/bspstart.c, startup/linkcmds,
133        tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am:
134        Convert PSIM to new exception model.
135        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files.
136        * startup/setvec.c, timer/timer.c: Removed.
137
1382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * configure.ac: Require automake > 1.9.
141
1422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        PR 610/bsps
145        * Makefile.am: Add include/tm27.h, Cosmetics.
146        * include/tm27.h: Final cosmetics.
147
1482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        * include/bsp.h: Split out tmtest27 support.
151        * include/tm27.h: New.
152
1532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        PR 613/bsps
156        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
157
1582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        PR 614/bsps
161        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
162
1632004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
164
165        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
166
1672004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
170        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
171        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
172        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
173
1742004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
177        timer/timer.c: Convert to using c99 fixed size types.
178
1792004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect changes to bsp.am.
182        Preinstall dist_project_lib*.
183
1842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect changes to bsp.am.
187
1882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Cosmetics.
191
1922004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
195
1962004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Convert to automake-building rules.
199
2002004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
203        Remove AM_CONDITIONAL(HAS_MP).
204
2052004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
208        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
209        vectors/Makefile.am. Use automake compilation rules.
210        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
211        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
212        * configure.ac: Reflect changes above.
213
2142004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Merge-in start/Makefile.am.
217        * start/Makefile.am: Remove.
218        * configure.ac: Reflect changes above.
219
2202004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Reflect changes to
223        ../support/*exception_processing/*.
224
2252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
228        Add RTEMS_PROG_CCAS.
229
2302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Add PREINSTALL_DIRS.
233
2342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
237        Add PRE/TMPINSTALL_FILES to CLEANFILES.
238        * start/Makefile.am: Ditto.
239        * startup/Makefile.am: Ditto.
240
2412004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * wrapup/Makefile.am: Eliminate $(LIB).
244        Use noinst_DATA to trigger building libbsp.a.
245
2462003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * console/Makefile.am: Eliminate *.rel.
249        Use $(top_srcdir)/../../shared instead of ../../../shared.
250        * startup/Makefile.am: Cosmetics.
251
2522003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * clock/Makefile.am: Eliminate VPATH.
255        * console/Makefile.am: Eliminate VPATH.
256        * shmsupp/Makefile.am: Eliminate VPATH.
257        * startup/Makefile.am: Eliminate VPATH.
258        * timer/Makefile.am: Eliminate VPATH.
259        * vectors/Makefile.am: Eliminate VPATH.
260
2612003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * wrapup/Makefile.am: Remove GENERIC_FILES.
264
2652003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * startup/linkcmds: Remove SEARCH_DIR.
268
2692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
272        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
273
2742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
277        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
278
2792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
282
2832003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Misc cleanups and fixes.
286        * startup/Makefile.am: Misc cleanups and fixes.
287        * startup/linkcmds: Preparations for gcc-3.3.x.
288        * wrapup/Makefile.am: Misc cleanups and fixes.
289
2902003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Add preinstallation dirstamp support.
293        * clock/Makefile.am: Cosmetics.
294        * console/Makefile.am: Cosmetics.
295        * shmsupp/Makefile.am: Cosmetics.
296        * startup/Makefile.am: Cosmetics.
297        * timer/Makefile.am: Cosmetics.
298        * vectors/Makefile.am: Cosmetics.
299        * wrapup/Makefile.am: Cosmetics.
300
3012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * clock/Makefile.am: Remove all-local: $(ARCH).
304        * console/Makefile.am: Remove all-local: $(ARCH).
305        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
306        * start/Makefile.am: Remove all-local: $(ARCH).
307        * startup/Makefile.am: Remove all-local: $(ARCH).
308        * timer/Makefile.am: Remove all-local: $(ARCH).
309        * vectors/Makefile.am: Remove all-local: $(ARCH).
310        * wrapup/Makefile.am: Remove all-local: $(ARCH).
311
3122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Merge-in include/Makefile.am.
315        Reflect changes to bsp.am.
316        * include/Makefile.am: Remove.
317        * configure.ac: Reflect changes above.
318
3192003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * bsp_specs: Remove *lib:.
322
3232003-09-04      Joel Sherrill <joel@OARcorp.com>
324
325        * console/console-io.c, include/bsp.h, include/coverhd.h,
326        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
327        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
328        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
329        vectors/vectors.S: URL for license changed.
330
3312003-09-04      Joel Sherrill <joel@OARcorp.com>
332
333        * startup/bspstart.c: Removed incorrect statement about copyright
334        assignment.
335
3362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Reflect having moved aclocal/.
339
3402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Reflect having moved automake/.
343        * clock/Makefile.am: Reflect having moved automake/.
344        * console/Makefile.am: Reflect having moved automake/.
345        * include/Makefile.am: Reflect having moved automake/.
346        * shmsupp/Makefile.am: Reflect having moved automake/.
347        * start/Makefile.am: Reflect having moved automake/.
348        * startup/Makefile.am: Reflect having moved automake/.
349        * timer/Makefile.am: Reflect having moved automake/.
350        * vectors/Makefile.am: Reflect having moved automake/.
351        * wrapup/Makefile.am: Reflect having moved automake/.
352
3532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
356
3572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        PR 445/bsps
360        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
361        Remove cpp, old_cpp (now unused).
362
3632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Remove AC_CONFIG_AUX_DIR.
366
3672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
370
3712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: AC_PREREQ(2.57).
374
3752003-01-20      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/linkcmds*: Add FreeBSD sysctl() sections.
378
3792002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
382        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
383        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
384        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388
3892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * start/Makefile.am: Use install-data-local to install startfile.
392
3932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396
3972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * .cvsignore: Reformat.
400        Add autom4te*cache.
401        Remove autom4te.cache.
402
4032002-09-07      Joel Sherrill <joel@OARcorp.com>
404
405        * clock/clock.c: Disabled use of fast idle since it seems broken
406        with gcc 3.2.
407
4082002-08-21      Joel Sherrill <joel@OARcorp.com>
409
410        * bsp_specs: Added support for -nostdlibs.
411
4122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
422
4232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * start/Makefile.am: Eliminate PGM.
426        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
427
4282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
431
4322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
435        Remove $(OBJS) from all-local.
436
4372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
440
4412001-05-09      Joel Sherrill <joel@OARcorp.com>
442
443        * startup/linkcmds: In support of gcc 3.1, added one of more
444        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
445        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
446        and direction of segments to memory regions may also have been
447        addressed.  This was a sweep across all BSPs.
448 
4492002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * startup/bspstart.c: Include <rtems/bspIo.h>.
452        * vectors/align_h.S: Use <> instead of "" for include files.
453
4542001-04-08      Joel Sherrill <joel@OARcorp.com>
455
456        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
457 
4582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac:
461        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
462        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
463        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
473
4742002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
477
4782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
481
4822001-11-26      Joel Sherrill <joel@OARcorp.com>
483
484        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
485
4862001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * Makefile.am: Add @exceptions@ to SUBDIRS.
489        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
490        make/custom/psim.cfg;
491        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
492        Add RTEMS_PPC_EXCEPTIONS([old]).
493        * include/Makefile.am: include force-preinstall.am.
494        * wrapup/Makefile.am: Apply @exceptions@.
495
4962001-11-20      Joel Sherrill <joel@OARcorp.com>
497
498        * console/console-io.c: Fix incorrect comment.
499
5002001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
501
502        This modification is part of the submitted modifications necessary to
503        support the IBM PPC405 family.  This submission was reviewed by
504        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
505        not negatively impact the ppc403 BSPs.  The submission and tracking
506        process was captured as PR50.
507        * vectors/align_h.S: Added ppc405 support.
508
5092001-10-25      Joel Sherrill <joel@OARcorp.com>
510
511        * startup/linkcmds: Added _init and _fini.
512
5132001-10-12      Joel Sherrill <joel@OARcorp.com>
514
515        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
516
5172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
520        * configure.in: Remove.
521        * configure.ac: New file, generated from configure.in by autoupdate.
522
5232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
526
5272001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
530        happy.
531
5322001-08-16      Joel Sherrill <joel@OARcorp.com>
533
534        * clock/clock.c: Ensure that clock ticks are long enough to
535        make forward progress.  This was modified to improve results
536        on the RTEMS tests and the ACATS.
537        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
538        gnat 3.13p.
539
5402001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * configure.in: Add bspopts.h.
543        * include/.cvsignore: Add bspopts.h*, stamp-h*.
544        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
545        * include/bsp.h: Include bspopts.h.
546
5472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
548
549        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
550
5512001-01-03      Joel Sherrill <joel@OARcorp.com>
552
553        * clock/clock.c: Use shared clock driver shell.
554        * console/console.c: Removed.  Now use shared polling shell.
555        * console/console-io.c: New file.
556        * console/Makefile.am: Correct to use shared polling shell.
557        * startup/bspstart.c: Remove all fast idle references.
558
5592000-12-19      Joel Sherrill <joel@OARcorp.com>
560
561        * timer/timer.c: Removed incorrect comments about ERC32.
562
5632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
566
5672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
570
5712000-11-01      Joel Sherrill <joel@OARcorp.com>
572
573        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
574        and libcsupport.h moved from libc to lib/include/rtems and
575        now must be referenced as <rtems/XXX.h>.   Header file order
576        was cleaned up while doing this.
577
5782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
581        Switch to GNU canonicalization.
582
5832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
586        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
587        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
588
5892000-08-10      Joel Sherrill <joel@OARcorp.com>
590
591        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.