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

4.104.114.84.95
Last change on this file since d869f64e was d869f64e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 07:04:12

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
11
122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Eliminate PGM.
15        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
16
172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
20
212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
24        Remove $(OBJS) from all-local.
25
262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
29
302001-05-09      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: In support of gcc 3.1, added one of more
33        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
34        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
35        and direction of segments to memory regions may also have been
36        addressed.  This was a sweep across all BSPs.
37 
382002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * startup/bspstart.c: Include <rtems/bspIo.h>.
41        * vectors/align_h.S: Use <> instead of "" for include files.
42
432001-04-08      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
46 
472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac:
50        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
51        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
52        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
66
672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
70
712001-11-26      Joel Sherrill <joel@OARcorp.com>
72
73        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
74
752001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add @exceptions@ to SUBDIRS.
78        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
79        make/custom/psim.cfg;
80        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
81        Add RTEMS_PPC_EXCEPTIONS([old]).
82        * include/Makefile.am: include force-preinstall.am.
83        * wrapup/Makefile.am: Apply @exceptions@.
84
852001-11-20      Joel Sherrill <joel@OARcorp.com>
86
87        * console/console-io.c: Fix incorrect comment.
88
892001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
90
91        This modification is part of the submitted modifications necessary to
92        support the IBM PPC405 family.  This submission was reviewed by
93        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
94        not negatively impact the ppc403 BSPs.  The submission and tracking
95        process was captured as PR50.
96        * vectors/align_h.S: Added ppc405 support.
97
982001-10-25      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: Added _init and _fini.
101
1022001-10-12      Joel Sherrill <joel@OARcorp.com>
103
104        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
105
1062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
109        * configure.in: Remove.
110        * configure.ac: New file, generated from configure.in by autoupdate.
111
1122001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
115
1162001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
119        happy.
120
1212001-08-16      Joel Sherrill <joel@OARcorp.com>
122
123        * clock/clock.c: Ensure that clock ticks are long enough to
124        make forward progress.  This was modified to improve results
125        on the RTEMS tests and the ACATS.
126        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
127        gnat 3.13p.
128
1292001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: Add bspopts.h.
132        * include/.cvsignore: Add bspopts.h*, stamp-h*.
133        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
134        * include/bsp.h: Include bspopts.h.
135
1362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
139
1402001-01-03      Joel Sherrill <joel@OARcorp.com>
141
142        * clock/clock.c: Use shared clock driver shell.
143        * console/console.c: Removed.  Now use shared polling shell.
144        * console/console-io.c: New file.
145        * console/Makefile.am: Correct to use shared polling shell.
146        * startup/bspstart.c: Remove all fast idle references.
147
1482000-12-19      Joel Sherrill <joel@OARcorp.com>
149
150        * timer/timer.c: Removed incorrect comments about ERC32.
151
1522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
155
1562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
159
1602000-11-01      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
163        and libcsupport.h moved from libc to lib/include/rtems and
164        now must be referenced as <rtems/XXX.h>.   Header file order
165        was cleaned up while doing this.
166
1672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
170        Switch to GNU canonicalization.
171
1722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
175        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
176        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
177
1782000-08-10      Joel Sherrill <joel@OARcorp.com>
179
180        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.