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

4.104.114.84.95
Last change on this file since 5200506 was 5200506, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:50

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • shmsupp/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • vectors/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 9.5 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
6        * start/Makefile.am: Remove all-local: $(ARCH).
7        * startup/Makefile.am: Remove all-local: $(ARCH).
8        * timer/Makefile.am: Remove all-local: $(ARCH).
9        * vectors/Makefile.am: Remove all-local: $(ARCH).
10        * wrapup/Makefile.am: Remove all-local: $(ARCH).
11
122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Merge-in include/Makefile.am.
15        Reflect changes to bsp.am.
16        * include/Makefile.am: Remove.
17        * configure.ac: Reflect changes above.
18
192003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * bsp_specs: Remove *lib:.
22
232003-09-04      Joel Sherrill <joel@OARcorp.com>
24
25        * console/console-io.c, include/bsp.h, include/coverhd.h,
26        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
27        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
28        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
29        vectors/vectors.S: URL for license changed.
30
312003-09-04      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/bspstart.c: Removed incorrect statement about copyright
34        assignment.
35
362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect having moved aclocal/.
39
402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Reflect having moved automake/.
43        * clock/Makefile.am: Reflect having moved automake/.
44        * console/Makefile.am: Reflect having moved automake/.
45        * include/Makefile.am: Reflect having moved automake/.
46        * shmsupp/Makefile.am: Reflect having moved automake/.
47        * start/Makefile.am: Reflect having moved automake/.
48        * startup/Makefile.am: Reflect having moved automake/.
49        * timer/Makefile.am: Reflect having moved automake/.
50        * vectors/Makefile.am: Reflect having moved automake/.
51        * wrapup/Makefile.am: Reflect having moved automake/.
52
532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
56
572003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        PR 445/bsps
60        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
61        Remove cpp, old_cpp (now unused).
62
632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove AC_CONFIG_AUX_DIR.
66
672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
70
712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: AC_PREREQ(2.57).
74
752003-01-20      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds*: Add FreeBSD sysctl() sections.
78
792002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88
892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: Use install-data-local to install startfile.
92
932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96
972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Reformat.
100        Add autom4te*cache.
101        Remove autom4te.cache.
102
1032002-09-07      Joel Sherrill <joel@OARcorp.com>
104
105        * clock/clock.c: Disabled use of fast idle since it seems broken
106        with gcc 3.2.
107
1082002-08-21      Joel Sherrill <joel@OARcorp.com>
109
110        * bsp_specs: Added support for -nostdlibs.
111
1122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
122
1232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * start/Makefile.am: Eliminate PGM.
126        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
127
1282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
131
1322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
135        Remove $(OBJS) from all-local.
136
1372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
140
1412001-05-09      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/linkcmds: In support of gcc 3.1, added one of more
144        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
145        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
146        and direction of segments to memory regions may also have been
147        addressed.  This was a sweep across all BSPs.
148 
1492002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * startup/bspstart.c: Include <rtems/bspIo.h>.
152        * vectors/align_h.S: Use <> instead of "" for include files.
153
1542001-04-08      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
157 
1582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac:
161        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
162        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
163        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
173
1742002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
177
1782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
181
1822001-11-26      Joel Sherrill <joel@OARcorp.com>
183
184        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
185
1862001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Add @exceptions@ to SUBDIRS.
189        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
190        make/custom/psim.cfg;
191        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
192        Add RTEMS_PPC_EXCEPTIONS([old]).
193        * include/Makefile.am: include force-preinstall.am.
194        * wrapup/Makefile.am: Apply @exceptions@.
195
1962001-11-20      Joel Sherrill <joel@OARcorp.com>
197
198        * console/console-io.c: Fix incorrect comment.
199
2002001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
201
202        This modification is part of the submitted modifications necessary to
203        support the IBM PPC405 family.  This submission was reviewed by
204        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
205        not negatively impact the ppc403 BSPs.  The submission and tracking
206        process was captured as PR50.
207        * vectors/align_h.S: Added ppc405 support.
208
2092001-10-25      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/linkcmds: Added _init and _fini.
212
2132001-10-12      Joel Sherrill <joel@OARcorp.com>
214
215        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
216
2172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
220        * configure.in: Remove.
221        * configure.ac: New file, generated from configure.in by autoupdate.
222
2232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
226
2272001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
230        happy.
231
2322001-08-16      Joel Sherrill <joel@OARcorp.com>
233
234        * clock/clock.c: Ensure that clock ticks are long enough to
235        make forward progress.  This was modified to improve results
236        on the RTEMS tests and the ACATS.
237        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
238        gnat 3.13p.
239
2402001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.in: Add bspopts.h.
243        * include/.cvsignore: Add bspopts.h*, stamp-h*.
244        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
245        * include/bsp.h: Include bspopts.h.
246
2472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
250
2512001-01-03      Joel Sherrill <joel@OARcorp.com>
252
253        * clock/clock.c: Use shared clock driver shell.
254        * console/console.c: Removed.  Now use shared polling shell.
255        * console/console-io.c: New file.
256        * console/Makefile.am: Correct to use shared polling shell.
257        * startup/bspstart.c: Remove all fast idle references.
258
2592000-12-19      Joel Sherrill <joel@OARcorp.com>
260
261        * timer/timer.c: Removed incorrect comments about ERC32.
262
2632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
266
2672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
270
2712000-11-01      Joel Sherrill <joel@OARcorp.com>
272
273        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
274        and libcsupport.h moved from libc to lib/include/rtems and
275        now must be referenced as <rtems/XXX.h>.   Header file order
276        was cleaned up while doing this.
277
2782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
281        Switch to GNU canonicalization.
282
2832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
286        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
287        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
288
2892000-08-10      Joel Sherrill <joel@OARcorp.com>
290
291        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.