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

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

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

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 7.2 KB
RevLine 
[ccd81b60]12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
[9b5c258]52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
[1d36d2af]92003-01-20      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds*: Add FreeBSD sysctl() sections.
12
[60ab555c]132002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22
[59a01a6e]232002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Use install-data-local to install startfile.
26
[8361b50]272002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
[8730f45]312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * .cvsignore: Reformat.
34        Add autom4te*cache.
35        Remove autom4te.cache.
36
[ca756e9]372002-09-07      Joel Sherrill <joel@OARcorp.com>
38
39        * clock/clock.c: Disabled use of fast idle since it seems broken
40        with gcc 3.2.
41
[a2ae30c2]422002-08-21      Joel Sherrill <joel@OARcorp.com>
43
44        * bsp_specs: Added support for -nostdlibs.
45
[d869f64e]462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
56
[b9288fb1]572002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * start/Makefile.am: Eliminate PGM.
60        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
61
[87ea9dc]622002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * startup/Makefile.am: Add bsplib_DATA = linkcmds device-tree.
65
[445c0a0]662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
69        Remove $(OBJS) from all-local.
70
[80defac]712002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
74
[85c92574]752001-05-09      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds: In support of gcc 3.1, added one of more
78        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
79        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
80        and direction of segments to memory regions may also have been
81        addressed.  This was a sweep across all BSPs.
82 
[f844cfcc]832002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * startup/bspstart.c: Include <rtems/bspIo.h>.
86        * vectors/align_h.S: Use <> instead of "" for include files.
87
[238f450]882001-04-08      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
91 
[9ea32e6a]922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac:
95        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
96        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
97        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
107
[4ee84fc]1082002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
111
[9e1ae79]1122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
115
[b26cb1c]1162001-11-26      Joel Sherrill <joel@OARcorp.com>
117
118        * vectors/vectors.S: Include <bsp.h> to get PPC_VECTOR_FILE_BASE.
119
[6af8512c]1202001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add @exceptions@ to SUBDIRS.
123        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
124        make/custom/psim.cfg;
125        Remove RTEMS_OUTPUT_BUILD_SUBDIRS;
126        Add RTEMS_PPC_EXCEPTIONS([old]).
127        * include/Makefile.am: include force-preinstall.am.
128        * wrapup/Makefile.am: Apply @exceptions@.
129
[904e185]1302001-11-20      Joel Sherrill <joel@OARcorp.com>
131
132        * console/console-io.c: Fix incorrect comment.
133
[de202e7]1342001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
135
136        This modification is part of the submitted modifications necessary to
137        support the IBM PPC405 family.  This submission was reviewed by
138        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
139        not negatively impact the ppc403 BSPs.  The submission and tracking
140        process was captured as PR50.
141        * vectors/align_h.S: Added ppc405 support.
142
[ac9253e]1432001-10-25      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/linkcmds: Added _init and _fini.
146
[64efd55b]1472001-10-12      Joel Sherrill <joel@OARcorp.com>
148
149        * shmsupp/lock.c, shmsupp/mpisr.c: Fixed typo.
150
[df25c998]1512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
154        * configure.in: Remove.
155        * configure.ac: New file, generated from configure.in by autoupdate.
156
[c1767be0]1572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
160
[8437994a]1612001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
164        happy.
165
[2fe224f]1662001-08-16      Joel Sherrill <joel@OARcorp.com>
167
168        * clock/clock.c: Ensure that clock ticks are long enough to
169        make forward progress.  This was modified to improve results
170        on the RTEMS tests and the ACATS.
171        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
172        gnat 3.13p.
173
[4906d72f]1742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.in: Add bspopts.h.
177        * include/.cvsignore: Add bspopts.h*, stamp-h*.
178        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
179        * include/bsp.h: Include bspopts.h.
180
[6f21328]1812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
184
[e177810d]1852001-01-03      Joel Sherrill <joel@OARcorp.com>
186
187        * clock/clock.c: Use shared clock driver shell.
188        * console/console.c: Removed.  Now use shared polling shell.
189        * console/console-io.c: New file.
190        * console/Makefile.am: Correct to use shared polling shell.
191        * startup/bspstart.c: Remove all fast idle references.
192
[493fa93]1932000-12-19      Joel Sherrill <joel@OARcorp.com>
194
195        * timer/timer.c: Removed incorrect comments about ERC32.
196
[feead226]1972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
200
[a314d3b4]2012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
204
[eba2e4f]2052000-11-01      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
208        and libcsupport.h moved from libc to lib/include/rtems and
209        now must be referenced as <rtems/XXX.h>.   Header file order
210        was cleaned up while doing this.
211
[0134f4f]2122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
215        Switch to GNU canonicalization.
216
[72965527]2172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
220        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
221        vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
222
[e94ad1fe]2232000-08-10      Joel Sherrill <joel@OARcorp.com>
224
225        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.