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

4.104.114.84.95
Last change on this file since 236b701 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 445/bsps
8        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
9        Remove cpp, old_cpp (now unused).
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232003-01-20      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds*: Add FreeBSD sysctl() sections.
26
272002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36
372002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * start/Makefile.am: Use install-data-local to install startfile.
40
412002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44
452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Reformat.
48        Add autom4te*cache.
49        Remove autom4te.cache.
50
512002-09-07      Joel Sherrill <joel@OARcorp.com>
52
53        * clock/clock.c: Disabled use of fast idle since it seems broken
54        with gcc 3.2.
55
562002-08-21      Joel Sherrill <joel@OARcorp.com>
57
58        * bsp_specs: Added support for -nostdlibs.
59
602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
70
712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * start/Makefile.am: Eliminate PGM.
74        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
75
762002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
79
802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
83        Remove $(OBJS) from all-local.
84
852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
88
892001-05-09      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds: In support of gcc 3.1, added one of more
92        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
93        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
94        and direction of segments to memory regions may also have been
95        addressed.  This was a sweep across all BSPs.
96 
972002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * startup/bspstart.c: Include <rtems/bspIo.h>.
100        * vectors/align_h.S: Use <> instead of "" for include files.
101
1022001-04-08      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
105 
1062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac:
109        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
110        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
111        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
121
1222002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
125
1262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
129
1302001-11-26      Joel Sherrill <joel@OARcorp.com>
131
132        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
133
1342001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Add @exceptions@ to SUBDIRS.
137        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
138        make/custom/psim.cfg;
139        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
140        Add RTEMS_PPC_EXCEPTIONS([old]).
141        * include/Makefile.am: include force-preinstall.am.
142        * wrapup/Makefile.am: Apply @exceptions@.
143
1442001-11-20      Joel Sherrill <joel@OARcorp.com>
145
146        * console/console-io.c: Fix incorrect comment.
147
1482001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
149
150        This modification is part of the submitted modifications necessary to
151        support the IBM PPC405 family.  This submission was reviewed by
152        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
153        not negatively impact the ppc403 BSPs.  The submission and tracking
154        process was captured as PR50.
155        * vectors/align_h.S: Added ppc405 support.
156
1572001-10-25      Joel Sherrill <joel@OARcorp.com>
158
159        * startup/linkcmds: Added _init and _fini.
160
1612001-10-12      Joel Sherrill <joel@OARcorp.com>
162
163        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
164
1652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
168        * configure.in: Remove.
169        * configure.ac: New file, generated from configure.in by autoupdate.
170
1712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
174
1752001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
178        happy.
179
1802001-08-16      Joel Sherrill <joel@OARcorp.com>
181
182        * clock/clock.c: Ensure that clock ticks are long enough to
183        make forward progress.  This was modified to improve results
184        on the RTEMS tests and the ACATS.
185        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
186        gnat 3.13p.
187
1882001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.in: Add bspopts.h.
191        * include/.cvsignore: Add bspopts.h*, stamp-h*.
192        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
193        * include/bsp.h: Include bspopts.h.
194
1952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
196
197        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
198
1992001-01-03      Joel Sherrill <joel@OARcorp.com>
200
201        * clock/clock.c: Use shared clock driver shell.
202        * console/console.c: Removed.  Now use shared polling shell.
203        * console/console-io.c: New file.
204        * console/Makefile.am: Correct to use shared polling shell.
205        * startup/bspstart.c: Remove all fast idle references.
206
2072000-12-19      Joel Sherrill <joel@OARcorp.com>
208
209        * timer/timer.c: Removed incorrect comments about ERC32.
210
2112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
214
2152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
218
2192000-11-01      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
222        and libcsupport.h moved from libc to lib/include/rtems and
223        now must be referenced as <rtems/XXX.h>.   Header file order
224        was cleaned up while doing this.
225
2262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
229        Switch to GNU canonicalization.
230
2312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
234        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
235        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
236
2372000-08-10      Joel Sherrill <joel@OARcorp.com>
238
239        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.