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

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

2004-11-22 Jennifer Averett <jennifer@…>

  • Makefile.am, wrapup/Makefile.am: Pick up SHM driver when MP enabled.
  • 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 581/bsps
8        * Makefile.am, bsp_specs, configure.ac, clock/Makefile.am,
9        include/bsp.h, start/Makefile.am, start/start.S, startup/Makefile.am,
10        startup/bspstart.c, startup/linkcmds, vectors/Makefile.am,
11        vectors/vectors.S, wrapup/Makefile.am: Convert PSIM to new exception
12        model.
13        * irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
14        irq/irq_init.c: New files.
15        * clock/clock.c: Removed.
16
172003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        PR 533/bsps
20        * startup/linkcmds: Update linkcmds for gcc 3.3.2.
21
222003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        PR 541/bsps
25        * startup/linkcmds: Remove SEARCH_DIR.
26
272003-09-04      Joel Sherrill <joel@OARcorp.com>
28
29        * console/console-io.c, include/bsp.h, include/coverhd.h,
30        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
31        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
32        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
33        vectors/vectors.S: URL for license changed.
34
352003-09-04      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/bspstart.c: Removed incorrect statement about copyright
38        assignment.
39
402003-08-22      Joel Sherrill <joel@OARcorp.com>
41
42        PR 445/bsps
43        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
44        trunk.
45
462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
49
502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove AC_CONFIG_AUX_DIR.
53
542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
57
582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: AC_PREREQ(2.57).
61
622003-01-20      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds*: Add FreeBSD sysctl() sections.
65
662002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75
762002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Use install-data-local to install startfile.
79
802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83
842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Reformat.
87        Add autom4te*cache.
88        Remove autom4te.cache.
89
902002-09-07      Joel Sherrill <joel@OARcorp.com>
91
92        * clock/clock.c: Disabled use of fast idle since it seems broken
93        with gcc 3.2.
94
952002-08-21      Joel Sherrill <joel@OARcorp.com>
96
97        * bsp_specs: Added support for -nostdlibs.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
109
1102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Eliminate PGM.
113        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
114
1152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
118
1192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
122        Remove $(OBJS) from all-local.
123
1242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
127
1282001-05-09      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/linkcmds: In support of gcc 3.1, added one of more
131        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
132        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
133        and direction of segments to memory regions may also have been
134        addressed.  This was a sweep across all BSPs.
135 
1362002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * startup/bspstart.c: Include <rtems/bspIo.h>.
139        * vectors/align_h.S: Use <> instead of "" for include files.
140
1412001-04-08      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
144 
1452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac:
148        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
149        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
150        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
160
1612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
164
1652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
168
1692001-11-26      Joel Sherrill <joel@OARcorp.com>
170
171        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
172
1732001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Add @exceptions@ to SUBDIRS.
176        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
177        make/custom/psim.cfg;
178        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
179        Add RTEMS_PPC_EXCEPTIONS([old]).
180        * include/Makefile.am: include force-preinstall.am.
181        * wrapup/Makefile.am: Apply @exceptions@.
182
1832001-11-20      Joel Sherrill <joel@OARcorp.com>
184
185        * console/console-io.c: Fix incorrect comment.
186
1872001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
188
189        This modification is part of the submitted modifications necessary to
190        support the IBM PPC405 family.  This submission was reviewed by
191        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
192        not negatively impact the ppc403 BSPs.  The submission and tracking
193        process was captured as PR50.
194        * vectors/align_h.S: Added ppc405 support.
195
1962001-10-25      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/linkcmds: Added _init and _fini.
199
2002001-10-12      Joel Sherrill <joel@OARcorp.com>
201
202        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
203
2042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
207        * configure.in: Remove.
208        * configure.ac: New file, generated from configure.in by autoupdate.
209
2102001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
213
2142001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
217        happy.
218
2192001-08-16      Joel Sherrill <joel@OARcorp.com>
220
221        * clock/clock.c: Ensure that clock ticks are long enough to
222        make forward progress.  This was modified to improve results
223        on the RTEMS tests and the ACATS.
224        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
225        gnat 3.13p.
226
2272001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.in: Add bspopts.h.
230        * include/.cvsignore: Add bspopts.h*, stamp-h*.
231        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
232        * include/bsp.h: Include bspopts.h.
233
2342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
235
236        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
237
2382001-01-03      Joel Sherrill <joel@OARcorp.com>
239
240        * clock/clock.c: Use shared clock driver shell.
241        * console/console.c: Removed.  Now use shared polling shell.
242        * console/console-io.c: New file.
243        * console/Makefile.am: Correct to use shared polling shell.
244        * startup/bspstart.c: Remove all fast idle references.
245
2462000-12-19      Joel Sherrill <joel@OARcorp.com>
247
248        * timer/timer.c: Removed incorrect comments about ERC32.
249
2502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
253
2542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
257
2582000-11-01      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
261        and libcsupport.h moved from libc to lib/include/rtems and
262        now must be referenced as <rtems/XXX.h>.   Header file order
263        was cleaned up while doing this.
264
2652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
268        Switch to GNU canonicalization.
269
2702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
273        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
274        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
275
2762000-08-10      Joel Sherrill <joel@OARcorp.com>
277
278        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.