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

Last change on this file since 6413403 was 6413403, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 17:31:12

2003-09-04 Joel Sherrill <joel@…>

  • startup/bspstart.c: Removed incorrect statement about copyright assignment.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/bspstart.c: Removed incorrect statement about copyright
4        assignment.
5
62003-08-22      Joel Sherrill <joel@OARcorp.com>
7
8        PR 445/bsps
9        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
10        trunk.
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_PREREQ(2.57).
27
282003-01-20      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds*: Add FreeBSD sysctl() sections.
31
322002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41
422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Use install-data-local to install startfile.
45
462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49
502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Reformat.
53        Add autom4te*cache.
54        Remove autom4te.cache.
55
562002-09-07      Joel Sherrill <joel@OARcorp.com>
57
58        * clock/clock.c: Disabled use of fast idle since it seems broken
59        with gcc 3.2.
60
612002-08-21      Joel Sherrill <joel@OARcorp.com>
62
63        * bsp_specs: Added support for -nostdlibs.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
75
762002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Eliminate PGM.
79        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
80
812002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
84
852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
88        Remove $(OBJS) from all-local.
89
902002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
93
942001-05-09      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/linkcmds: In support of gcc 3.1, added one of more
97        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
98        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
99        and direction of segments to memory regions may also have been
100        addressed.  This was a sweep across all BSPs.
101 
1022002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * startup/bspstart.c: Include <rtems/bspIo.h>.
105        * vectors/align_h.S: Use <> instead of "" for include files.
106
1072001-04-08      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
110 
1112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac:
114        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
115        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
116        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
126
1272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
130
1312001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
134
1352001-11-26      Joel Sherrill <joel@OARcorp.com>
136
137        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
138
1392001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Add @exceptions@ to SUBDIRS.
142        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
143        make/custom/psim.cfg;
144        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
145        Add RTEMS_PPC_EXCEPTIONS([old]).
146        * include/Makefile.am: include force-preinstall.am.
147        * wrapup/Makefile.am: Apply @exceptions@.
148
1492001-11-20      Joel Sherrill <joel@OARcorp.com>
150
151        * console/console-io.c: Fix incorrect comment.
152
1532001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
154
155        This modification is part of the submitted modifications necessary to
156        support the IBM PPC405 family.  This submission was reviewed by
157        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
158        not negatively impact the ppc403 BSPs.  The submission and tracking
159        process was captured as PR50.
160        * vectors/align_h.S: Added ppc405 support.
161
1622001-10-25      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: Added _init and _fini.
165
1662001-10-12      Joel Sherrill <joel@OARcorp.com>
167
168        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
169
1702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
173        * configure.in: Remove.
174        * configure.ac: New file, generated from configure.in by autoupdate.
175
1762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
179
1802001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
183        happy.
184
1852001-08-16      Joel Sherrill <joel@OARcorp.com>
186
187        * clock/clock.c: Ensure that clock ticks are long enough to
188        make forward progress.  This was modified to improve results
189        on the RTEMS tests and the ACATS.
190        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
191        gnat 3.13p.
192
1932001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.in: Add bspopts.h.
196        * include/.cvsignore: Add bspopts.h*, stamp-h*.
197        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
198        * include/bsp.h: Include bspopts.h.
199
2002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
201
202        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
203
2042001-01-03      Joel Sherrill <joel@OARcorp.com>
205
206        * clock/clock.c: Use shared clock driver shell.
207        * console/console.c: Removed.  Now use shared polling shell.
208        * console/console-io.c: New file.
209        * console/Makefile.am: Correct to use shared polling shell.
210        * startup/bspstart.c: Remove all fast idle references.
211
2122000-12-19      Joel Sherrill <joel@OARcorp.com>
213
214        * timer/timer.c: Removed incorrect comments about ERC32.
215
2162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
219
2202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
223
2242000-11-01      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
227        and libcsupport.h moved from libc to lib/include/rtems and
228        now must be referenced as <rtems/XXX.h>.   Header file order
229        was cleaned up while doing this.
230
2312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
234        Switch to GNU canonicalization.
235
2362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
239        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
240        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
241
2422000-08-10      Joel Sherrill <joel@OARcorp.com>
243
244        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.