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

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

2002-12-12 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 6.5 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-09-07      Joel Sherrill <joel@OARcorp.com>
16
17        * clock/clock.c: Disabled use of fast idle since it seems broken
18        with gcc 3.2.
19
202002-08-21      Joel Sherrill <joel@OARcorp.com>
21
22        * bsp_specs: Added support for -nostdlibs.
23
242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
34
352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Eliminate PGM.
38        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
39
402002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
43
442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
47        Remove $(OBJS) from all-local.
48
492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
52
532001-05-09      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds: In support of gcc 3.1, added one of more
56        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
57        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
58        and direction of segments to memory regions may also have been
59        addressed.  This was a sweep across all BSPs.
60 
612002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * startup/bspstart.c: Include <rtems/bspIo.h>.
64        * vectors/align_h.S: Use <> instead of "" for include files.
65
662001-04-08      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
69 
702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac:
73        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
74        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
75        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
85
862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
89
902001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
93
942001-11-26      Joel Sherrill <joel@OARcorp.com>
95
96        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
97
982001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Add @exceptions@ to SUBDIRS.
101        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
102        make/custom/psim.cfg;
103        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
104        Add RTEMS_PPC_EXCEPTIONS([old]).
105        * include/Makefile.am: include force-preinstall.am.
106        * wrapup/Makefile.am: Apply @exceptions@.
107
1082001-11-20      Joel Sherrill <joel@OARcorp.com>
109
110        * console/console-io.c: Fix incorrect comment.
111
1122001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
113
114        This modification is part of the submitted modifications necessary to
115        support the IBM PPC405 family.  This submission was reviewed by
116        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
117        not negatively impact the ppc403 BSPs.  The submission and tracking
118        process was captured as PR50.
119        * vectors/align_h.S: Added ppc405 support.
120
1212001-10-25      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Added _init and _fini.
124
1252001-10-12      Joel Sherrill <joel@OARcorp.com>
126
127        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
128
1292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
132        * configure.in: Remove.
133        * configure.ac: New file, generated from configure.in by autoupdate.
134
1352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
138
1392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
142        happy.
143
1442001-08-16      Joel Sherrill <joel@OARcorp.com>
145
146        * clock/clock.c: Ensure that clock ticks are long enough to
147        make forward progress.  This was modified to improve results
148        on the RTEMS tests and the ACATS.
149        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
150        gnat 3.13p.
151
1522001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Add bspopts.h.
155        * include/.cvsignore: Add bspopts.h*, stamp-h*.
156        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
157        * include/bsp.h: Include bspopts.h.
158
1592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
162
1632001-01-03      Joel Sherrill <joel@OARcorp.com>
164
165        * clock/clock.c: Use shared clock driver shell.
166        * console/console.c: Removed.  Now use shared polling shell.
167        * console/console-io.c: New file.
168        * console/Makefile.am: Correct to use shared polling shell.
169        * startup/bspstart.c: Remove all fast idle references.
170
1712000-12-19      Joel Sherrill <joel@OARcorp.com>
172
173        * timer/timer.c: Removed incorrect comments about ERC32.
174
1752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
178
1792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
182
1832000-11-01      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
186        and libcsupport.h moved from libc to lib/include/rtems and
187        now must be referenced as <rtems/XXX.h>.   Header file order
188        was cleaned up while doing this.
189
1902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
193        Switch to GNU canonicalization.
194
1952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
198        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
199        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
200
2012000-08-10      Joel Sherrill <joel@OARcorp.com>
202
203        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.