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

Last change on this file since 9348862 was 9348862, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/03 at 23:17:19

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

PR 533/bsps

  • startup/linkcmds: Update linkcmds for gcc 3.3.2.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 533/bsps
4        * startup/linkcmds: Update linkcmds for gcc 3.3.2.
5
62003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        PR 541/bsps
9        * startup/linkcmds: Remove SEARCH_DIR.
10
112003-09-04      Joel Sherrill <joel@OARcorp.com>
12
13        * console/console-io.c, include/bsp.h, include/coverhd.h,
14        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
15        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
16        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
17        vectors/vectors.S: URL for license changed.
18
192003-09-04      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/bspstart.c: Removed incorrect statement about copyright
22        assignment.
23
242003-08-22      Joel Sherrill <joel@OARcorp.com>
25
26        PR 445/bsps
27        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
28        trunk.
29
302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
33
342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove AC_CONFIG_AUX_DIR.
37
382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
41
422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: AC_PREREQ(2.57).
45
462003-01-20      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds*: Add FreeBSD sysctl() sections.
49
502002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Use install-data-local to install startfile.
63
642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67
682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Reformat.
71        Add autom4te*cache.
72        Remove autom4te.cache.
73
742002-09-07      Joel Sherrill <joel@OARcorp.com>
75
76        * clock/clock.c: Disabled use of fast idle since it seems broken
77        with gcc 3.2.
78
792002-08-21      Joel Sherrill <joel@OARcorp.com>
80
81        * bsp_specs: Added support for -nostdlibs.
82
832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
93
942002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: Eliminate PGM.
97        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
98
992002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
102
1032002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
106        Remove $(OBJS) from all-local.
107
1082002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
111
1122001-05-09      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: In support of gcc 3.1, added one of more
115        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
116        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
117        and direction of segments to memory regions may also have been
118        addressed.  This was a sweep across all BSPs.
119 
1202002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * startup/bspstart.c: Include <rtems/bspIo.h>.
123        * vectors/align_h.S: Use <> instead of "" for include files.
124
1252001-04-08      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
128 
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
144
1452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
148
1492001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
152
1532001-11-26      Joel Sherrill <joel@OARcorp.com>
154
155        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
156
1572001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Add @exceptions@ to SUBDIRS.
160        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
161        make/custom/psim.cfg;
162        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
163        Add RTEMS_PPC_EXCEPTIONS([old]).
164        * include/Makefile.am: include force-preinstall.am.
165        * wrapup/Makefile.am: Apply @exceptions@.
166
1672001-11-20      Joel Sherrill <joel@OARcorp.com>
168
169        * console/console-io.c: Fix incorrect comment.
170
1712001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
172
173        This modification is part of the submitted modifications necessary to
174        support the IBM PPC405 family.  This submission was reviewed by
175        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
176        not negatively impact the ppc403 BSPs.  The submission and tracking
177        process was captured as PR50.
178        * vectors/align_h.S: Added ppc405 support.
179
1802001-10-25      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Added _init and _fini.
183
1842001-10-12      Joel Sherrill <joel@OARcorp.com>
185
186        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
187
1882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
191        * configure.in: Remove.
192        * configure.ac: New file, generated from configure.in by autoupdate.
193
1942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
197
1982001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
201        happy.
202
2032001-08-16      Joel Sherrill <joel@OARcorp.com>
204
205        * clock/clock.c: Ensure that clock ticks are long enough to
206        make forward progress.  This was modified to improve results
207        on the RTEMS tests and the ACATS.
208        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
209        gnat 3.13p.
210
2112001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.in: Add bspopts.h.
214        * include/.cvsignore: Add bspopts.h*, stamp-h*.
215        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
216        * include/bsp.h: Include bspopts.h.
217
2182001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
219
220        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
221
2222001-01-03      Joel Sherrill <joel@OARcorp.com>
223
224        * clock/clock.c: Use shared clock driver shell.
225        * console/console.c: Removed.  Now use shared polling shell.
226        * console/console-io.c: New file.
227        * console/Makefile.am: Correct to use shared polling shell.
228        * startup/bspstart.c: Remove all fast idle references.
229
2302000-12-19      Joel Sherrill <joel@OARcorp.com>
231
232        * timer/timer.c: Removed incorrect comments about ERC32.
233
2342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
237
2382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
241
2422000-11-01      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
245        and libcsupport.h moved from libc to lib/include/rtems and
246        now must be referenced as <rtems/XXX.h>.   Header file order
247        was cleaned up while doing this.
248
2492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
252        Switch to GNU canonicalization.
253
2542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
257        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
258        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
259
2602000-08-10      Joel Sherrill <joel@OARcorp.com>
261
262        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.