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

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 7.4 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-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds*: Add FreeBSD sysctl() sections.
20
212002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
25        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Use install-data-local to install startfile.
34
352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * .cvsignore: Reformat.
42        Add autom4te*cache.
43        Remove autom4te.cache.
44
452002-09-07      Joel Sherrill <joel@OARcorp.com>
46
47        * clock/clock.c: Disabled use of fast idle since it seems broken
48        with gcc 3.2.
49
502002-08-21      Joel Sherrill <joel@OARcorp.com>
51
52        * bsp_specs: Added support for -nostdlibs.
53
542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
64
652002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: Eliminate PGM.
68        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
69
702002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
73
742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
77        Remove $(OBJS) from all-local.
78
792002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
82
832001-05-09      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/linkcmds: In support of gcc 3.1, added one of more
86        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
87        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
88        and direction of segments to memory regions may also have been
89        addressed.  This was a sweep across all BSPs.
90 
912002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * startup/bspstart.c: Include <rtems/bspIo.h>.
94        * vectors/align_h.S: Use <> instead of "" for include files.
95
962001-04-08      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
99 
1002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac:
103        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
104        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
105        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
115
1162002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
119
1202001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
123
1242001-11-26      Joel Sherrill <joel@OARcorp.com>
125
126        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
127
1282001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add @exceptions@ to SUBDIRS.
131        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
132        make/custom/psim.cfg;
133        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
134        Add RTEMS_PPC_EXCEPTIONS([old]).
135        * include/Makefile.am: include force-preinstall.am.
136        * wrapup/Makefile.am: Apply @exceptions@.
137
1382001-11-20      Joel Sherrill <joel@OARcorp.com>
139
140        * console/console-io.c: Fix incorrect comment.
141
1422001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
143
144        This modification is part of the submitted modifications necessary to
145        support the IBM PPC405 family.  This submission was reviewed by
146        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
147        not negatively impact the ppc403 BSPs.  The submission and tracking
148        process was captured as PR50.
149        * vectors/align_h.S: Added ppc405 support.
150
1512001-10-25      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds: Added _init and _fini.
154
1552001-10-12      Joel Sherrill <joel@OARcorp.com>
156
157        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
158
1592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
162        * configure.in: Remove.
163        * configure.ac: New file, generated from configure.in by autoupdate.
164
1652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
168
1692001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
172        happy.
173
1742001-08-16      Joel Sherrill <joel@OARcorp.com>
175
176        * clock/clock.c: Ensure that clock ticks are long enough to
177        make forward progress.  This was modified to improve results
178        on the RTEMS tests and the ACATS.
179        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
180        gnat 3.13p.
181
1822001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.in: Add bspopts.h.
185        * include/.cvsignore: Add bspopts.h*, stamp-h*.
186        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
187        * include/bsp.h: Include bspopts.h.
188
1892001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
190
191        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
192
1932001-01-03      Joel Sherrill <joel@OARcorp.com>
194
195        * clock/clock.c: Use shared clock driver shell.
196        * console/console.c: Removed.  Now use shared polling shell.
197        * console/console-io.c: New file.
198        * console/Makefile.am: Correct to use shared polling shell.
199        * startup/bspstart.c: Remove all fast idle references.
200
2012000-12-19      Joel Sherrill <joel@OARcorp.com>
202
203        * timer/timer.c: Removed incorrect comments about ERC32.
204
2052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
208
2092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
212
2132000-11-01      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
216        and libcsupport.h moved from libc to lib/include/rtems and
217        now must be referenced as <rtems/XXX.h>.   Header file order
218        was cleaned up while doing this.
219
2202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
223        Switch to GNU canonicalization.
224
2252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
228        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
229        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
230
2312000-08-10      Joel Sherrill <joel@OARcorp.com>
232
233        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.