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

4.104.114.84.95
Last change on this file since 4043f42 was daa9eb96, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/03 at 16:09:55

2003-12-22 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • shmsupp/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • timer/Makefile.am: Eliminate VPATH.
  • vectors/Makefile.am: Eliminate VPATH.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Eliminate VPATH.
4        * console/Makefile.am: Eliminate VPATH.
5        * shmsupp/Makefile.am: Eliminate VPATH.
6        * startup/Makefile.am: Eliminate VPATH.
7        * timer/Makefile.am: Eliminate VPATH.
8        * vectors/Makefile.am: Eliminate VPATH.
9
102003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Remove GENERIC_FILES.
13
142003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * startup/linkcmds: Remove SEARCH_DIR.
17
182003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
21        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
22
232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
26        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
27
282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
31
322003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * start/Makefile.am: Misc cleanups and fixes.
35        * startup/Makefile.am: Misc cleanups and fixes.
36        * startup/linkcmds: Preparations for gcc-3.3.x.
37        * wrapup/Makefile.am: Misc cleanups and fixes.
38
392003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add preinstallation dirstamp support.
42        * clock/Makefile.am: Cosmetics.
43        * console/Makefile.am: Cosmetics.
44        * shmsupp/Makefile.am: Cosmetics.
45        * startup/Makefile.am: Cosmetics.
46        * timer/Makefile.am: Cosmetics.
47        * vectors/Makefile.am: Cosmetics.
48        * wrapup/Makefile.am: Cosmetics.
49
502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Remove all-local: $(ARCH).
53        * console/Makefile.am: Remove all-local: $(ARCH).
54        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
55        * start/Makefile.am: Remove all-local: $(ARCH).
56        * startup/Makefile.am: Remove all-local: $(ARCH).
57        * timer/Makefile.am: Remove all-local: $(ARCH).
58        * vectors/Makefile.am: Remove all-local: $(ARCH).
59        * wrapup/Makefile.am: Remove all-local: $(ARCH).
60
612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Merge-in include/Makefile.am.
64        Reflect changes to bsp.am.
65        * include/Makefile.am: Remove.
66        * configure.ac: Reflect changes above.
67
682003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * bsp_specs: Remove *lib:.
71
722003-09-04      Joel Sherrill <joel@OARcorp.com>
73
74        * console/console-io.c, include/bsp.h, include/coverhd.h,
75        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
76        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
77        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
78        vectors/vectors.S: URL for license changed.
79
802003-09-04      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/bspstart.c: Removed incorrect statement about copyright
83        assignment.
84
852003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Reflect having moved aclocal/.
88
892003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Reflect having moved automake/.
92        * clock/Makefile.am: Reflect having moved automake/.
93        * console/Makefile.am: Reflect having moved automake/.
94        * include/Makefile.am: Reflect having moved automake/.
95        * shmsupp/Makefile.am: Reflect having moved automake/.
96        * start/Makefile.am: Reflect having moved automake/.
97        * startup/Makefile.am: Reflect having moved automake/.
98        * timer/Makefile.am: Reflect having moved automake/.
99        * vectors/Makefile.am: Reflect having moved automake/.
100        * wrapup/Makefile.am: Reflect having moved automake/.
101
1022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
105
1062003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        PR 445/bsps
109        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
110        Remove cpp, old_cpp (now unused).
111
1122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove AC_CONFIG_AUX_DIR.
115
1162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
119
1202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: AC_PREREQ(2.57).
123
1242003-01-20      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds*: Add FreeBSD sysctl() sections.
127
1282002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137
1382002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: Use install-data-local to install startfile.
141
1422002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
145
1462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * .cvsignore: Reformat.
149        Add autom4te*cache.
150        Remove autom4te.cache.
151
1522002-09-07      Joel Sherrill <joel@OARcorp.com>
153
154        * clock/clock.c: Disabled use of fast idle since it seems broken
155        with gcc 3.2.
156
1572002-08-21      Joel Sherrill <joel@OARcorp.com>
158
159        * bsp_specs: Added support for -nostdlibs.
160
1612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
167        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
171
1722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * start/Makefile.am: Eliminate PGM.
175        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
176
1772002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
180
1812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
184        Remove $(OBJS) from all-local.
185
1862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
189
1902001-05-09      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: In support of gcc 3.1, added one of more
193        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
194        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
195        and direction of segments to memory regions may also have been
196        addressed.  This was a sweep across all BSPs.
197 
1982002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * startup/bspstart.c: Include <rtems/bspIo.h>.
201        * vectors/align_h.S: Use <> instead of "" for include files.
202
2032001-04-08      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
206 
2072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac:
210        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
211        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
212        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
222
2232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
226
2272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
230
2312001-11-26      Joel Sherrill <joel@OARcorp.com>
232
233        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
234
2352001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Add @exceptions@ to SUBDIRS.
238        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
239        make/custom/psim.cfg;
240        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
241        Add RTEMS_PPC_EXCEPTIONS([old]).
242        * include/Makefile.am: include force-preinstall.am.
243        * wrapup/Makefile.am: Apply @exceptions@.
244
2452001-11-20      Joel Sherrill <joel@OARcorp.com>
246
247        * console/console-io.c: Fix incorrect comment.
248
2492001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
250
251        This modification is part of the submitted modifications necessary to
252        support the IBM PPC405 family.  This submission was reviewed by
253        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
254        not negatively impact the ppc403 BSPs.  The submission and tracking
255        process was captured as PR50.
256        * vectors/align_h.S: Added ppc405 support.
257
2582001-10-25      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/linkcmds: Added _init and _fini.
261
2622001-10-12      Joel Sherrill <joel@OARcorp.com>
263
264        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
265
2662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
269        * configure.in: Remove.
270        * configure.ac: New file, generated from configure.in by autoupdate.
271
2722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
275
2762001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
279        happy.
280
2812001-08-16      Joel Sherrill <joel@OARcorp.com>
282
283        * clock/clock.c: Ensure that clock ticks are long enough to
284        make forward progress.  This was modified to improve results
285        on the RTEMS tests and the ACATS.
286        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
287        gnat 3.13p.
288
2892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.in: Add bspopts.h.
292        * include/.cvsignore: Add bspopts.h*, stamp-h*.
293        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
294        * include/bsp.h: Include bspopts.h.
295
2962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
299
3002001-01-03      Joel Sherrill <joel@OARcorp.com>
301
302        * clock/clock.c: Use shared clock driver shell.
303        * console/console.c: Removed.  Now use shared polling shell.
304        * console/console-io.c: New file.
305        * console/Makefile.am: Correct to use shared polling shell.
306        * startup/bspstart.c: Remove all fast idle references.
307
3082000-12-19      Joel Sherrill <joel@OARcorp.com>
309
310        * timer/timer.c: Removed incorrect comments about ERC32.
311
3122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
315
3162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
319
3202000-11-01      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
323        and libcsupport.h moved from libc to lib/include/rtems and
324        now must be referenced as <rtems/XXX.h>.   Header file order
325        was cleaned up while doing this.
326
3272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
330        Switch to GNU canonicalization.
331
3322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
335        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
336        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
337
3382000-08-10      Joel Sherrill <joel@OARcorp.com>
339
340        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.