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

Last change on this file since 86ce52b was 86ce52b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:45:13

2003-09-04 Joel Sherrill <joel@…>

  • console/console-io.c, include/bsp.h, include/coverhd.h, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest, vectors/vectors.S: URL for license changed.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * console/console-io.c, include/bsp.h, include/coverhd.h,
4        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
5        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
6        startup/linkcmds, startup/setvec.c, tools/psim, tools/runtest,
7        vectors/vectors.S: URL for license changed.
8
92003-09-04      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/bspstart.c: Removed incorrect statement about copyright
12        assignment.
13
142003-08-22      Joel Sherrill <joel@OARcorp.com>
15
16        PR 445/bsps
17        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
18        trunk.
19
202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
23
242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Remove AC_CONFIG_AUX_DIR.
27
282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AC_PREREQ(2.57).
35
362003-01-20      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/linkcmds*: Add FreeBSD sysctl() sections.
39
402002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49
502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Use install-data-local to install startfile.
53
542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57
582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * .cvsignore: Reformat.
61        Add autom4te*cache.
62        Remove autom4te.cache.
63
642002-09-07      Joel Sherrill <joel@OARcorp.com>
65
66        * clock/clock.c: Disabled use of fast idle since it seems broken
67        with gcc 3.2.
68
692002-08-21      Joel Sherrill <joel@OARcorp.com>
70
71        * bsp_specs: Added support for -nostdlibs.
72
732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
83
842002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Eliminate PGM.
87        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
88
892002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
92
932002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
96        Remove $(OBJS) from all-local.
97
982002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
101
1022001-05-09      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: In support of gcc 3.1, added one of more
105        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
106        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
107        and direction of segments to memory regions may also have been
108        addressed.  This was a sweep across all BSPs.
109 
1102002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * startup/bspstart.c: Include <rtems/bspIo.h>.
113        * vectors/align_h.S: Use <> instead of "" for include files.
114
1152001-04-08      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
118 
1192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac:
122        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
124        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
134
1352002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
138
1392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
142
1432001-11-26      Joel Sherrill <joel@OARcorp.com>
144
145        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
146
1472001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Add @exceptions@ to SUBDIRS.
150        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
151        make/custom/psim.cfg;
152        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
153        Add RTEMS_PPC_EXCEPTIONS([old]).
154        * include/Makefile.am: include force-preinstall.am.
155        * wrapup/Makefile.am: Apply @exceptions@.
156
1572001-11-20      Joel Sherrill <joel@OARcorp.com>
158
159        * console/console-io.c: Fix incorrect comment.
160
1612001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
162
163        This modification is part of the submitted modifications necessary to
164        support the IBM PPC405 family.  This submission was reviewed by
165        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
166        not negatively impact the ppc403 BSPs.  The submission and tracking
167        process was captured as PR50.
168        * vectors/align_h.S: Added ppc405 support.
169
1702001-10-25      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Added _init and _fini.
173
1742001-10-12      Joel Sherrill <joel@OARcorp.com>
175
176        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
177
1782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
181        * configure.in: Remove.
182        * configure.ac: New file, generated from configure.in by autoupdate.
183
1842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
187
1882001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
191        happy.
192
1932001-08-16      Joel Sherrill <joel@OARcorp.com>
194
195        * clock/clock.c: Ensure that clock ticks are long enough to
196        make forward progress.  This was modified to improve results
197        on the RTEMS tests and the ACATS.
198        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
199        gnat 3.13p.
200
2012001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.in: Add bspopts.h.
204        * include/.cvsignore: Add bspopts.h*, stamp-h*.
205        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
206        * include/bsp.h: Include bspopts.h.
207
2082001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
209
210        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
211
2122001-01-03      Joel Sherrill <joel@OARcorp.com>
213
214        * clock/clock.c: Use shared clock driver shell.
215        * console/console.c: Removed.  Now use shared polling shell.
216        * console/console-io.c: New file.
217        * console/Makefile.am: Correct to use shared polling shell.
218        * startup/bspstart.c: Remove all fast idle references.
219
2202000-12-19      Joel Sherrill <joel@OARcorp.com>
221
222        * timer/timer.c: Removed incorrect comments about ERC32.
223
2242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
227
2282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
231
2322000-11-01      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
235        and libcsupport.h moved from libc to lib/include/rtems and
236        now must be referenced as <rtems/XXX.h>.   Header file order
237        was cleaned up while doing this.
238
2392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
242        Switch to GNU canonicalization.
243
2442000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
247        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
248        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
249
2502000-08-10      Joel Sherrill <joel@OARcorp.com>
251
252        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.