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

Last change on this file since 328876c was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

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