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

4.104.114.84.95
Last change on this file since 8361b50 was 8361b50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 09:06:43

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

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