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

4.104.114.84.95
Last change on this file since 6af8512c was 6af8512c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/21/01 at 18:34:28

2001-11-21 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add @exceptions@ to SUBDIRS.
  • configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from make/custom/psim.cfg; Remove RTEMS_OUTPUT_BUILD_SUBDIRS; Add RTEMS_PPC_EXCEPTIONS([old]).
  • include/Makefile.am: include force-preinstall.am.
  • wrapup/Makefile.am: Apply @exceptions@.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add @exceptions@ to SUBDIRS.
4        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
5        make/custom/psim.cfg;
6        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
7        Add RTEMS_PPC_EXCEPTIONS([old]).
8        * include/Makefile.am: include force-preinstall.am.
9        * wrapup/Makefile.am: Apply @exceptions@.
10
112001-11-20      Joel Sherrill <joel@OARcorp.com>
12
13        * console/console-io.c: Fix incorrect comment.
14
152001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
16
17        This modification is part of the submitted modifications necessary to
18        support the IBM PPC405 family.  This submission was reviewed by
19        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
20        not negatively impact the ppc403 BSPs.  The submission and tracking
21        process was captured as PR50.
22        * vectors/align_h.S: Added ppc405 support.
23
242001-10-25      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/linkcmds: Added _init and _fini.
27
282001-10-12      Joel Sherrill <joel@OARcorp.com>
29
30        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
31
322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
35        * configure.in: Remove.
36        * configure.ac: New file, generated from configure.in by autoupdate.
37
382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
41
422001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
45        happy.
46
472001-08-16      Joel Sherrill <joel@OARcorp.com>
48
49        * clock/clock.c: Ensure that clock ticks are long enough to
50        make forward progress.  This was modified to improve results
51        on the RTEMS tests and the ACATS.
52        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
53        gnat 3.13p.
54
552001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.in: Add bspopts.h.
58        * include/.cvsignore: Add bspopts.h*, stamp-h*.
59        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
60        * include/bsp.h: Include bspopts.h.
61
622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
65
662001-01-03      Joel Sherrill <joel@OARcorp.com>
67
68        * clock/clock.c: Use shared clock driver shell.
69        * console/console.c: Removed.  Now use shared polling shell.
70        * console/console-io.c: New file.
71        * console/Makefile.am: Correct to use shared polling shell.
72        * startup/bspstart.c: Remove all fast idle references.
73
742000-12-19      Joel Sherrill <joel@OARcorp.com>
75
76        * timer/timer.c: Removed incorrect comments about ERC32.
77
782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
81
822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
85
862000-11-01      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
89        and libcsupport.h moved from libc to lib/include/rtems and
90        now must be referenced as <rtems/XXX.h>.   Header file order
91        was cleaned up while doing this.
92
932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
96        Switch to GNU canonicalization.
97
982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
101        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
102        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
103
1042000-08-10      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.