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

4.104.114.84.95
Last change on this file since 30160cb was db0b369, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 13:11:22

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
82003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
122003-09-04      Joel Sherrill <joel@OARcorp.com>
13
14        * console/console-io.c, include/bsp.h, include/coverhd.h,
15        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
16        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
17        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
18        vectors/vectors.S: URL for license changed.
19
202003-09-04      Joel Sherrill <joel@OARcorp.com>
21
22        * startup/bspstart.c: Removed incorrect statement about copyright
23        assignment.
24
252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved aclocal/.
28
292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect having moved automake/.
32        * clock/Makefile.am: Reflect having moved automake/.
33        * console/Makefile.am: Reflect having moved automake/.
34        * include/Makefile.am: Reflect having moved automake/.
35        * shmsupp/Makefile.am: Reflect having moved automake/.
36        * start/Makefile.am: Reflect having moved automake/.
37        * startup/Makefile.am: Reflect having moved automake/.
38        * timer/Makefile.am: Reflect having moved automake/.
39        * vectors/Makefile.am: Reflect having moved automake/.
40        * wrapup/Makefile.am: Reflect having moved automake/.
41
422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
45
462003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        PR 445/bsps
49        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
50        Remove cpp, old_cpp (now unused).
51
522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove AC_CONFIG_AUX_DIR.
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AC_PREREQ(2.57).
63
642003-01-20      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/linkcmds*: Add FreeBSD sysctl() sections.
67
682002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77
782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Use install-data-local to install startfile.
81
822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85
862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Reformat.
89        Add autom4te*cache.
90        Remove autom4te.cache.
91
922002-09-07      Joel Sherrill <joel@OARcorp.com>
93
94        * clock/clock.c: Disabled use of fast idle since it seems broken
95        with gcc 3.2.
96
972002-08-21      Joel Sherrill <joel@OARcorp.com>
98
99        * bsp_specs: Added support for -nostdlibs.
100
1012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
111
1122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Eliminate PGM.
115        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
116
1172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
120
1212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
124        Remove $(OBJS) from all-local.
125
1262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
129
1302001-05-09      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: In support of gcc 3.1, added one of more
133        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
134        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
135        and direction of segments to memory regions may also have been
136        addressed.  This was a sweep across all BSPs.
137 
1382002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * startup/bspstart.c: Include <rtems/bspIo.h>.
141        * vectors/align_h.S: Use <> instead of "" for include files.
142
1432001-04-08      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
146 
1472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac:
150        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
151        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
152        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162
1632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
166
1672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
170
1712001-11-26      Joel Sherrill <joel@OARcorp.com>
172
173        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
174
1752001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Add @exceptions@ to SUBDIRS.
178        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
179        make/custom/psim.cfg;
180        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
181        Add RTEMS_PPC_EXCEPTIONS([old]).
182        * include/Makefile.am: include force-preinstall.am.
183        * wrapup/Makefile.am: Apply @exceptions@.
184
1852001-11-20      Joel Sherrill <joel@OARcorp.com>
186
187        * console/console-io.c: Fix incorrect comment.
188
1892001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
190
191        This modification is part of the submitted modifications necessary to
192        support the IBM PPC405 family.  This submission was reviewed by
193        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
194        not negatively impact the ppc403 BSPs.  The submission and tracking
195        process was captured as PR50.
196        * vectors/align_h.S: Added ppc405 support.
197
1982001-10-25      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds: Added _init and _fini.
201
2022001-10-12      Joel Sherrill <joel@OARcorp.com>
203
204        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
205
2062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
209        * configure.in: Remove.
210        * configure.ac: New file, generated from configure.in by autoupdate.
211
2122001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
215
2162001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
219        happy.
220
2212001-08-16      Joel Sherrill <joel@OARcorp.com>
222
223        * clock/clock.c: Ensure that clock ticks are long enough to
224        make forward progress.  This was modified to improve results
225        on the RTEMS tests and the ACATS.
226        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
227        gnat 3.13p.
228
2292001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.in: Add bspopts.h.
232        * include/.cvsignore: Add bspopts.h*, stamp-h*.
233        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
234        * include/bsp.h: Include bspopts.h.
235
2362001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
237
238        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
239
2402001-01-03      Joel Sherrill <joel@OARcorp.com>
241
242        * clock/clock.c: Use shared clock driver shell.
243        * console/console.c: Removed.  Now use shared polling shell.
244        * console/console-io.c: New file.
245        * console/Makefile.am: Correct to use shared polling shell.
246        * startup/bspstart.c: Remove all fast idle references.
247
2482000-12-19      Joel Sherrill <joel@OARcorp.com>
249
250        * timer/timer.c: Removed incorrect comments about ERC32.
251
2522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
255
2562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
259
2602000-11-01      Joel Sherrill <joel@OARcorp.com>
261
262        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
263        and libcsupport.h moved from libc to lib/include/rtems and
264        now must be referenced as <rtems/XXX.h>.   Header file order
265        was cleaned up while doing this.
266
2672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
270        Switch to GNU canonicalization.
271
2722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
275        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
276        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
277
2782000-08-10      Joel Sherrill <joel@OARcorp.com>
279
280        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.