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

Last change on this file since 9146692 was 9146692, checked in by Joel Sherrill <joel.sherrill@…>, on 11/22/04 at 23:37:11

Add PR617 as fixed by conversion to new exceptions.

  • Property mode set to 100644
File size: 8.8 KB
Line 
12004-11-22      Jennifer Averett <jennifer@OARcorp.com>
2
3        * Makefile.am, wrapup/Makefile.am: Pick up SHM driver when MP enabled.
4
52004-11-22      Jennifer Averett <jennifer@OARcorp.com>
6
7        PR 617/bsps
8        PR 581/bsps
9        * Makefile.am, bsp_specs, configure.ac, clock/Makefile.am,
10        include/bsp.h, start/Makefile.am, start/start.S, startup/Makefile.am,
11        startup/bspstart.c, startup/linkcmds, vectors/Makefile.am,
12        vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception
13        model.
14        * irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
15        irq/irq_init.c: New files.
16        * clock/clock.c: Removed.
17
182003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        PR 533/bsps
21        * startup/linkcmds: Update linkcmds for gcc 3.3.2.
22
232003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        PR 541/bsps
26        * startup/linkcmds: Remove SEARCH_DIR.
27
282003-09-04      Joel Sherrill <joel@OARcorp.com>
29
30        * console/console-io.c, include/bsp.h, include/coverhd.h,
31        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
32        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
33        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
34        vectors/vectors.S: URL for license changed.
35
362003-09-04      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/bspstart.c: Removed incorrect statement about copyright
39        assignment.
40
412003-08-22      Joel Sherrill <joel@OARcorp.com>
42
43        PR 445/bsps
44        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
45        trunk.
46
472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
50
512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove AC_CONFIG_AUX_DIR.
54
552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
58
592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AC_PREREQ(2.57).
62
632003-01-20      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds*: Add FreeBSD sysctl() sections.
66
672002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76
772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Use install-data-local to install startfile.
80
812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84
852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Reformat.
88        Add autom4te*cache.
89        Remove autom4te.cache.
90
912002-09-07      Joel Sherrill <joel@OARcorp.com>
92
93        * clock/clock.c: Disabled use of fast idle since it seems broken
94        with gcc 3.2.
95
962002-08-21      Joel Sherrill <joel@OARcorp.com>
97
98        * bsp_specs: Added support for -nostdlibs.
99
1002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Eliminate PGM.
114        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
115
1162002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
119
1202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
123        Remove $(OBJS) from all-local.
124
1252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
128
1292001-05-09      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/linkcmds: In support of gcc 3.1, added one of more
132        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
133        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
134        and direction of segments to memory regions may also have been
135        addressed.  This was a sweep across all BSPs.
136 
1372002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * startup/bspstart.c: Include <rtems/bspIo.h>.
140        * vectors/align_h.S: Use <> instead of "" for include files.
141
1422001-04-08      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
145 
1462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac:
149        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
150        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
151        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
161
1622002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
165
1662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
169
1702001-11-26      Joel Sherrill <joel@OARcorp.com>
171
172        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
173
1742001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Add @exceptions@ to SUBDIRS.
177        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
178        make/custom/psim.cfg;
179        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
180        Add RTEMS_PPC_EXCEPTIONS([old]).
181        * include/Makefile.am: include force-preinstall.am.
182        * wrapup/Makefile.am: Apply @exceptions@.
183
1842001-11-20      Joel Sherrill <joel@OARcorp.com>
185
186        * console/console-io.c: Fix incorrect comment.
187
1882001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
189
190        This modification is part of the submitted modifications necessary to
191        support the IBM PPC405 family.  This submission was reviewed by
192        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
193        not negatively impact the ppc403 BSPs.  The submission and tracking
194        process was captured as PR50.
195        * vectors/align_h.S: Added ppc405 support.
196
1972001-10-25      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds: Added _init and _fini.
200
2012001-10-12      Joel Sherrill <joel@OARcorp.com>
202
203        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
204
2052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
208        * configure.in: Remove.
209        * configure.ac: New file, generated from configure.in by autoupdate.
210
2112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
214
2152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
218        happy.
219
2202001-08-16      Joel Sherrill <joel@OARcorp.com>
221
222        * clock/clock.c: Ensure that clock ticks are long enough to
223        make forward progress.  This was modified to improve results
224        on the RTEMS tests and the ACATS.
225        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
226        gnat 3.13p.
227
2282001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.in: Add bspopts.h.
231        * include/.cvsignore: Add bspopts.h*, stamp-h*.
232        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
233        * include/bsp.h: Include bspopts.h.
234
2352001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
236
237        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
238
2392001-01-03      Joel Sherrill <joel@OARcorp.com>
240
241        * clock/clock.c: Use shared clock driver shell.
242        * console/console.c: Removed.  Now use shared polling shell.
243        * console/console-io.c: New file.
244        * console/Makefile.am: Correct to use shared polling shell.
245        * startup/bspstart.c: Remove all fast idle references.
246
2472000-12-19      Joel Sherrill <joel@OARcorp.com>
248
249        * timer/timer.c: Removed incorrect comments about ERC32.
250
2512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
254
2552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
258
2592000-11-01      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
262        and libcsupport.h moved from libc to lib/include/rtems and
263        now must be referenced as <rtems/XXX.h>.   Header file order
264        was cleaned up while doing this.
265
2662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
269        Switch to GNU canonicalization.
270
2712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
274        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
275        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
276
2772000-08-10      Joel Sherrill <joel@OARcorp.com>
278
279        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.