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

4.104.114.84.95
Last change on this file since 37064d8 was 37064d8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 17:36:54

2004-02-06 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Convert to automake-building rules.
  • Property mode set to 100644
File size: 12.7 KB
Line 
12004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Convert to automake-building rules.
4
52004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
8        Remove AM_CONDITIONAL(HAS_MP).
9
102004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
13        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
14        vectors/Makefile.am. Use automake compilation rules.
15        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
16        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
17        * configure.ac: Reflect changes above.
18
192004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in start/Makefile.am.
22        * start/Makefile.am: Remove.
23        * configure.ac: Reflect changes above.
24
252004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Reflect changes to
28        ../support/*exception_processing/*.
29
302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
33        Add RTEMS_PROG_CCAS.
34
352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Add PREINSTALL_DIRS.
38
392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
42        Add PRE/TMPINSTALL_FILES to CLEANFILES.
43        * start/Makefile.am: Ditto.
44        * startup/Makefile.am: Ditto.
45
462004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Eliminate $(LIB).
49        Use noinst_DATA to trigger building libbsp.a.
50
512003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * console/Makefile.am: Eliminate *.rel.
54        Use $(top_srcdir)/../../shared instead of ../../../shared.
55        * startup/Makefile.am: Cosmetics.
56
572003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * clock/Makefile.am: Eliminate VPATH.
60        * console/Makefile.am: Eliminate VPATH.
61        * shmsupp/Makefile.am: Eliminate VPATH.
62        * startup/Makefile.am: Eliminate VPATH.
63        * timer/Makefile.am: Eliminate VPATH.
64        * vectors/Makefile.am: Eliminate VPATH.
65
662003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Remove GENERIC_FILES.
69
702003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * startup/linkcmds: Remove SEARCH_DIR.
73
742003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
77        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
78
792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
82        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
83
842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
87
882003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Misc cleanups and fixes.
91        * startup/Makefile.am: Misc cleanups and fixes.
92        * startup/linkcmds: Preparations for gcc-3.3.x.
93        * wrapup/Makefile.am: Misc cleanups and fixes.
94
952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Add preinstallation dirstamp support.
98        * clock/Makefile.am: Cosmetics.
99        * console/Makefile.am: Cosmetics.
100        * shmsupp/Makefile.am: Cosmetics.
101        * startup/Makefile.am: Cosmetics.
102        * timer/Makefile.am: Cosmetics.
103        * vectors/Makefile.am: Cosmetics.
104        * wrapup/Makefile.am: Cosmetics.
105
1062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * clock/Makefile.am: Remove all-local: $(ARCH).
109        * console/Makefile.am: Remove all-local: $(ARCH).
110        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
111        * start/Makefile.am: Remove all-local: $(ARCH).
112        * startup/Makefile.am: Remove all-local: $(ARCH).
113        * timer/Makefile.am: Remove all-local: $(ARCH).
114        * vectors/Makefile.am: Remove all-local: $(ARCH).
115        * wrapup/Makefile.am: Remove all-local: $(ARCH).
116
1172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in include/Makefile.am.
120        Reflect changes to bsp.am.
121        * include/Makefile.am: Remove.
122        * configure.ac: Reflect changes above.
123
1242003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * bsp_specs: Remove *lib:.
127
1282003-09-04      Joel Sherrill <joel@OARcorp.com>
129
130        * console/console-io.c, include/bsp.h, include/coverhd.h,
131        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
132        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
133        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
134        vectors/vectors.S: URL for license changed.
135
1362003-09-04      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/bspstart.c: Removed incorrect statement about copyright
139        assignment.
140
1412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Reflect having moved aclocal/.
144
1452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect having moved automake/.
148        * clock/Makefile.am: Reflect having moved automake/.
149        * console/Makefile.am: Reflect having moved automake/.
150        * include/Makefile.am: Reflect having moved automake/.
151        * shmsupp/Makefile.am: Reflect having moved automake/.
152        * start/Makefile.am: Reflect having moved automake/.
153        * startup/Makefile.am: Reflect having moved automake/.
154        * timer/Makefile.am: Reflect having moved automake/.
155        * vectors/Makefile.am: Reflect having moved automake/.
156        * wrapup/Makefile.am: Reflect having moved automake/.
157
1582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
161
1622003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        PR 445/bsps
165        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
166        Remove cpp, old_cpp (now unused).
167
1682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Remove AC_CONFIG_AUX_DIR.
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
175
1762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: AC_PREREQ(2.57).
179
1802003-01-20      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds*: Add FreeBSD sysctl() sections.
183
1842002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193
1942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * start/Makefile.am: Use install-data-local to install startfile.
197
1982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201
2022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Reformat.
205        Add autom4te*cache.
206        Remove autom4te.cache.
207
2082002-09-07      Joel Sherrill <joel@OARcorp.com>
209
210        * clock/clock.c: Disabled use of fast idle since it seems broken
211        with gcc 3.2.
212
2132002-08-21      Joel Sherrill <joel@OARcorp.com>
214
215        * bsp_specs: Added support for -nostdlibs.
216
2172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
227
2282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Eliminate PGM.
231        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
232
2332002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
236
2372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
240        Remove $(OBJS) from all-local.
241
2422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
245
2462001-05-09      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/linkcmds: In support of gcc 3.1, added one of more
249        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
250        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
251        and direction of segments to memory regions may also have been
252        addressed.  This was a sweep across all BSPs.
253 
2542002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * startup/bspstart.c: Include <rtems/bspIo.h>.
257        * vectors/align_h.S: Use <> instead of "" for include files.
258
2592001-04-08      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
262 
2632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac:
266        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
267        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
268        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
278
2792002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
282
2832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
286
2872001-11-26      Joel Sherrill <joel@OARcorp.com>
288
289        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
290
2912001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Add @exceptions@ to SUBDIRS.
294        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
295        make/custom/psim.cfg;
296        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
297        Add RTEMS_PPC_EXCEPTIONS([old]).
298        * include/Makefile.am: include force-preinstall.am.
299        * wrapup/Makefile.am: Apply @exceptions@.
300
3012001-11-20      Joel Sherrill <joel@OARcorp.com>
302
303        * console/console-io.c: Fix incorrect comment.
304
3052001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
306
307        This modification is part of the submitted modifications necessary to
308        support the IBM PPC405 family.  This submission was reviewed by
309        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
310        not negatively impact the ppc403 BSPs.  The submission and tracking
311        process was captured as PR50.
312        * vectors/align_h.S: Added ppc405 support.
313
3142001-10-25      Joel Sherrill <joel@OARcorp.com>
315
316        * startup/linkcmds: Added _init and _fini.
317
3182001-10-12      Joel Sherrill <joel@OARcorp.com>
319
320        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
321
3222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
325        * configure.in: Remove.
326        * configure.ac: New file, generated from configure.in by autoupdate.
327
3282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
331
3322001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
335        happy.
336
3372001-08-16      Joel Sherrill <joel@OARcorp.com>
338
339        * clock/clock.c: Ensure that clock ticks are long enough to
340        make forward progress.  This was modified to improve results
341        on the RTEMS tests and the ACATS.
342        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
343        gnat 3.13p.
344
3452001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.in: Add bspopts.h.
348        * include/.cvsignore: Add bspopts.h*, stamp-h*.
349        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
350        * include/bsp.h: Include bspopts.h.
351
3522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
353
354        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
355
3562001-01-03      Joel Sherrill <joel@OARcorp.com>
357
358        * clock/clock.c: Use shared clock driver shell.
359        * console/console.c: Removed.  Now use shared polling shell.
360        * console/console-io.c: New file.
361        * console/Makefile.am: Correct to use shared polling shell.
362        * startup/bspstart.c: Remove all fast idle references.
363
3642000-12-19      Joel Sherrill <joel@OARcorp.com>
365
366        * timer/timer.c: Removed incorrect comments about ERC32.
367
3682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
371
3722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
375
3762000-11-01      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
379        and libcsupport.h moved from libc to lib/include/rtems and
380        now must be referenced as <rtems/XXX.h>.   Header file order
381        was cleaned up while doing this.
382
3832000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
386        Switch to GNU canonicalization.
387
3882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
391        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
392        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
393
3942000-08-10      Joel Sherrill <joel@OARcorp.com>
395
396        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.