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

4.104.114.84.95
Last change on this file since 1899fe4 was 1899fe4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/17/05 at 04:29:15

2005-02-17 Ralf Corsepius <ralf.corsepius@…>

  • startup/bspstart.c: include <rtems/powerpc/powerpc.h>. Use PPC_MINIMUM_STACK_FRAME_SIZE instead of CPU_MINIMUM_STACK_FRAME_SIZE.
  • Property mode set to 100644
File size: 15.4 KB
Line 
12005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
4        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
5        CPU_MINIMUM_STACK_FRAME_SIZE.
6
72005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
10
112005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Merge-in wrapup/Makefile.am.
14        * wrapup/Makefile.am: Remove.
15        * configure.ac: Reflect changes above.
16
172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
20
212005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
24
252004-11-22      Jennifer Averett <jennifer@OARcorp.com>
26
27        PR 617/bsps
28        PR 581/bsps
29        * Makefile.am, bsp_specs, configure.ac, include/bsp.h, include/tm27.h,
30        start/start.S, startup/bspstart.c, startup/linkcmds,
31        tools/Makefile.am, tools/psim, vectors/vectors.S, wrapup/Makefile.am:
32        Convert PSIM to new exception model.
33        * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: New files.
34        * startup/setvec.c, timer/timer.c: Removed.
35
362004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * configure.ac: Require automake > 1.9.
39
402004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        PR 610/bsps
43        * Makefile.am: Add include/tm27.h, Cosmetics.
44        * include/tm27.h: Final cosmetics.
45
462004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * include/bsp.h: Split out tmtest27 support.
49        * include/tm27.h: New.
50
512004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        PR 613/bsps
54        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
55
562004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        PR 614/bsps
59        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
60
612004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
64
652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
68        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
69        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
70        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
71
722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * include/bsp.h, shmsupp/getcfg.c, startup/bspstart.c,
75        timer/timer.c: Convert to using c99 fixed size types.
76
772004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect changes to bsp.am.
80        Preinstall dist_project_lib*.
81
822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect changes to bsp.am.
85
862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Cosmetics.
89
902004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Add $(TMPINSTALL_FILES) to all-local.
93
942004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Convert to automake-building rules.
97
982004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
101        Remove AM_CONDITIONAL(HAS_MP).
102
1032004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
106        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
107        vectors/Makefile.am. Use automake compilation rules.
108        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
109        startup/Makefile.am, timer/Makefile.am, vectors/Makefile.am: Remove.
110        * configure.ac: Reflect changes above.
111
1122004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Merge-in start/Makefile.am.
115        * start/Makefile.am: Remove.
116        * configure.ac: Reflect changes above.
117
1182004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * wrapup/Makefile.am: Reflect changes to
121        ../support/*exception_processing/*.
122
1232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
126        Add RTEMS_PROG_CCAS.
127
1282004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add PREINSTALL_DIRS.
131
1322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
135        Add PRE/TMPINSTALL_FILES to CLEANFILES.
136        * start/Makefile.am: Ditto.
137        * startup/Makefile.am: Ditto.
138
1392004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Eliminate $(LIB).
142        Use noinst_DATA to trigger building libbsp.a.
143
1442003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * console/Makefile.am: Eliminate *.rel.
147        Use $(top_srcdir)/../../shared instead of ../../../shared.
148        * startup/Makefile.am: Cosmetics.
149
1502003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * clock/Makefile.am: Eliminate VPATH.
153        * console/Makefile.am: Eliminate VPATH.
154        * shmsupp/Makefile.am: Eliminate VPATH.
155        * startup/Makefile.am: Eliminate VPATH.
156        * timer/Makefile.am: Eliminate VPATH.
157        * vectors/Makefile.am: Eliminate VPATH.
158
1592003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * wrapup/Makefile.am: Remove GENERIC_FILES.
162
1632003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * startup/linkcmds: Remove SEARCH_DIR.
166
1672003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
170        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
171
1722003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
175        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
176
1772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
180
1812003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: Misc cleanups and fixes.
184        * startup/Makefile.am: Misc cleanups and fixes.
185        * startup/linkcmds: Preparations for gcc-3.3.x.
186        * wrapup/Makefile.am: Misc cleanups and fixes.
187
1882003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Add preinstallation dirstamp support.
191        * clock/Makefile.am: Cosmetics.
192        * console/Makefile.am: Cosmetics.
193        * shmsupp/Makefile.am: Cosmetics.
194        * startup/Makefile.am: Cosmetics.
195        * timer/Makefile.am: Cosmetics.
196        * vectors/Makefile.am: Cosmetics.
197        * wrapup/Makefile.am: Cosmetics.
198
1992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * clock/Makefile.am: Remove all-local: $(ARCH).
202        * console/Makefile.am: Remove all-local: $(ARCH).
203        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
204        * start/Makefile.am: Remove all-local: $(ARCH).
205        * startup/Makefile.am: Remove all-local: $(ARCH).
206        * timer/Makefile.am: Remove all-local: $(ARCH).
207        * vectors/Makefile.am: Remove all-local: $(ARCH).
208        * wrapup/Makefile.am: Remove all-local: $(ARCH).
209
2102003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Merge-in include/Makefile.am.
213        Reflect changes to bsp.am.
214        * include/Makefile.am: Remove.
215        * configure.ac: Reflect changes above.
216
2172003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * bsp_specs: Remove *lib:.
220
2212003-09-04      Joel Sherrill <joel@OARcorp.com>
222
223        * console/console-io.c, include/bsp.h, include/coverhd.h,
224        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
225        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
226        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
227        vectors/vectors.S: URL for license changed.
228
2292003-09-04      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/bspstart.c: Removed incorrect statement about copyright
232        assignment.
233
2342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Reflect having moved aclocal/.
237
2382003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect having moved automake/.
241        * clock/Makefile.am: Reflect having moved automake/.
242        * console/Makefile.am: Reflect having moved automake/.
243        * include/Makefile.am: Reflect having moved automake/.
244        * shmsupp/Makefile.am: Reflect having moved automake/.
245        * start/Makefile.am: Reflect having moved automake/.
246        * startup/Makefile.am: Reflect having moved automake/.
247        * timer/Makefile.am: Reflect having moved automake/.
248        * vectors/Makefile.am: Reflect having moved automake/.
249        * wrapup/Makefile.am: Reflect having moved automake/.
250
2512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
254
2552003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 445/bsps
258        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
259        Remove cpp, old_cpp (now unused).
260
2612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove AC_CONFIG_AUX_DIR.
264
2652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
268
2692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: AC_PREREQ(2.57).
272
2732003-01-20      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/linkcmds*: Add FreeBSD sysctl() sections.
276
2772002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286
2872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: Use install-data-local to install startfile.
290
2912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294
2952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * .cvsignore: Reformat.
298        Add autom4te*cache.
299        Remove autom4te.cache.
300
3012002-09-07      Joel Sherrill <joel@OARcorp.com>
302
303        * clock/clock.c: Disabled use of fast idle since it seems broken
304        with gcc 3.2.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
320
3212002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * start/Makefile.am: Eliminate PGM.
324        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
325
3262002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
329
3302002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
333        Remove $(OBJS) from all-local.
334
3352002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
338
3392001-05-09      Joel Sherrill <joel@OARcorp.com>
340
341        * startup/linkcmds: In support of gcc 3.1, added one of more
342        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
343        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
344        and direction of segments to memory regions may also have been
345        addressed.  This was a sweep across all BSPs.
346 
3472002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * startup/bspstart.c: Include <rtems/bspIo.h>.
350        * vectors/align_h.S: Use <> instead of "" for include files.
351
3522001-04-08      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
355 
3562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac:
359        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
360        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
361        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
371
3722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
375
3762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
379
3802001-11-26      Joel Sherrill <joel@OARcorp.com>
381
382        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
383
3842001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Add @exceptions@ to SUBDIRS.
387        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
388        make/custom/psim.cfg;
389        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
390        Add RTEMS_PPC_EXCEPTIONS([old]).
391        * include/Makefile.am: include force-preinstall.am.
392        * wrapup/Makefile.am: Apply @exceptions@.
393
3942001-11-20      Joel Sherrill <joel@OARcorp.com>
395
396        * console/console-io.c: Fix incorrect comment.
397
3982001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
399
400        This modification is part of the submitted modifications necessary to
401        support the IBM PPC405 family.  This submission was reviewed by
402        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
403        not negatively impact the ppc403 BSPs.  The submission and tracking
404        process was captured as PR50.
405        * vectors/align_h.S: Added ppc405 support.
406
4072001-10-25      Joel Sherrill <joel@OARcorp.com>
408
409        * startup/linkcmds: Added _init and _fini.
410
4112001-10-12      Joel Sherrill <joel@OARcorp.com>
412
413        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
414
4152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
418        * configure.in: Remove.
419        * configure.ac: New file, generated from configure.in by autoupdate.
420
4212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
424
4252001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
428        happy.
429
4302001-08-16      Joel Sherrill <joel@OARcorp.com>
431
432        * clock/clock.c: Ensure that clock ticks are long enough to
433        make forward progress.  This was modified to improve results
434        on the RTEMS tests and the ACATS.
435        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
436        gnat 3.13p.
437
4382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.in: Add bspopts.h.
441        * include/.cvsignore: Add bspopts.h*, stamp-h*.
442        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
443        * include/bsp.h: Include bspopts.h.
444
4452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
446
447        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
448
4492001-01-03      Joel Sherrill <joel@OARcorp.com>
450
451        * clock/clock.c: Use shared clock driver shell.
452        * console/console.c: Removed.  Now use shared polling shell.
453        * console/console-io.c: New file.
454        * console/Makefile.am: Correct to use shared polling shell.
455        * startup/bspstart.c: Remove all fast idle references.
456
4572000-12-19      Joel Sherrill <joel@OARcorp.com>
458
459        * timer/timer.c: Removed incorrect comments about ERC32.
460
4612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
464
4652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
468
4692000-11-01      Joel Sherrill <joel@OARcorp.com>
470
471        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
472        and libcsupport.h moved from libc to lib/include/rtems and
473        now must be referenced as <rtems/XXX.h>.   Header file order
474        was cleaned up while doing this.
475
4762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
479        Switch to GNU canonicalization.
480
4812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
484        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
485        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
486
4872000-08-10      Joel Sherrill <joel@OARcorp.com>
488
489        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.