source: rtems/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog @ e4cc31c7

4.104.114.84.95
Last change on this file since e4cc31c7 was 935773b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:30:06

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

  • start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 10.8 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
9
102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Misc cleanups and fixes.
13        * startup/Makefile.am: Misc cleanups and fixes.
14        * wrapup/Makefile.am: Misc cleanups and fixes.
15
162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Add preinstallation dirstamp support.
19        * clock/Makefile.am: Cosmetics.
20        * console/Makefile.am: Cosmetics.
21        * network/Makefile.am: Cosmetics.
22        * nvram/Makefile.am: Cosmetics.
23        * pci/Makefile.am: Cosmetics.
24        * startup/Makefile.am: Cosmetics.
25        * timer/Makefile.am: Cosmetics.
26        * tod/Makefile.am: Cosmetics.
27        * universe/Makefile.am: Cosmetics.
28        * vectors/Makefile.am: Cosmetics.
29        * wrapup/Makefile.am: Cosmetics.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * clock/Makefile.am: Remove all-local: $(ARCH).
34        * console/Makefile.am: Remove all-local: $(ARCH).
35        * network/Makefile.am: Remove all-local: $(ARCH).
36        * nvram/Makefile.am: Remove all-local: $(ARCH).
37        * pci/Makefile.am: Remove all-local: $(ARCH).
38        * start/Makefile.am: Remove all-local: $(ARCH).
39        * startup/Makefile.am: Remove all-local: $(ARCH).
40        * timer/Makefile.am: Remove all-local: $(ARCH).
41        * tod/Makefile.am: Remove all-local: $(ARCH).
42        * universe/Makefile.am: Remove all-local: $(ARCH).
43        * vectors/Makefile.am: Remove all-local: $(ARCH).
44        * wrapup/Makefile.am: Remove all-local: $(ARCH).
45
462003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Merge-in include/Makefile.am.
49        Reflect changes to bsp.am.
50        * include/Makefile.am: Remove.
51        * configure.ac: Reflect changes above.
52
532003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * bsp_specs: Remove *lib:.
56
572003-09-04      Joel Sherrill <joel@OARcorp.com>
58
59        * clock/clock.c, console/console.c, console/debugio.c,
60        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
61        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
62        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
63        timer/timer.c: URL for license changed.
64
652003-09-04      Joel Sherrill <joel@OARcorp.com>
66
67        * console/vga.c, universe/universe.c: Removed incorrect statement about
68        copyright assignment.
69
702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect having moved aclocal/.
73
742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect having moved automake/.
77        * clock/Makefile.am: Reflect having moved automake/.
78        * console/Makefile.am: Reflect having moved automake/.
79        * include/Makefile.am: Reflect having moved automake/.
80        * network/Makefile.am: Reflect having moved automake/.
81        * nvram/Makefile.am: Reflect having moved automake/.
82        * pci/Makefile.am: Reflect having moved automake/.
83        * start/Makefile.am: Reflect having moved automake/.
84        * startup/Makefile.am: Reflect having moved automake/.
85        * timer/Makefile.am: Reflect having moved automake/.
86        * tod/Makefile.am: Reflect having moved automake/.
87        * universe/Makefile.am: Reflect having moved automake/.
88        * vectors/Makefile.am: Reflect having moved automake/.
89        * wrapup/Makefile.am: Reflect having moved automake/.
90
912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
94
952003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        PR 445/bsps
98        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
99        Remove cpp, old_cpp (now unused).
100
1012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac: Remove AC_CONFIG_AUX_DIR.
104
1052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
108
1092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: AC_PREREQ(2.57).
112
1132003-01-20      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds*: Add FreeBSD sysctl() sections.
116
1172002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
120        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
121        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
122        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
123        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
124        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
125        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
126        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130
1312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * start/Makefile.am: Use install-data-local to install startfile.
134
1352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
138
1392002-11-04      Joel Sherrill <joel@OARcorp.com>
140
141        * console/i8042.c: Removed warnings.
142
1432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * .cvsignore: Reformat.
146        Add autom4te*cache.
147        Remove autom4te.cache.
148
1492002-08-21      Joel Sherrill <joel@OARcorp.com>
150
151        * bsp_specs: Added support for -nostdlibs.
152
1532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
162        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
167
1682002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * start/Makefile.am: Eliminate PGM.
171        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
172
1732002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
176
1772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
180        Remove $(OBJS) from all-local.
181
1822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
185
1862001-05-09      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds: In support of gcc 3.1, added one of more
189        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
190        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
191        and direction of segments to memory regions may also have been
192        addressed.  This was a sweep across all BSPs.
193 
1942002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
197
1982002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * start/start.S: remove targopts.h.
201
2022001-04-08      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
205 
2062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac:
209        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
210        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
211        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
225
2262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
229
2302001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Add @exceptions@ to SUBDIRS.
233        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
234        make/custom/ppcn_60x.cfg;
235        Add RTEMS_PPC_EXCEPTIONS([old]).
236        * include/Makefile.am: include force-preinstall.am.
237        * wrapup/Makefile.am: Apply @exceptions@.
238
2392001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
240
241        This modification is part of the submitted modifications necessary to
242        support the IBM PPC405 family.  This submission was reviewed by
243        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
244        not negatively impact the ppc403 BSPs.  The submission and tracking
245        process was captured as PR50.
246        * startup/spurious.c: Added ppc405 support.
247
2482001-10-25      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds: Added _init and _fini.
251
2522001-10-12      Joel Sherrill <joel@OARcorp.com>
253
254        * clock/clock.c, console/console.c, console/debugio.c,
255        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
256        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
257        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
258        timer/timer.c: Fixed typo.
259
2602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
263        * configure.in: Remove.
264        * configure.ac: New file, generated from configure.in by autoupdate.
265
2662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
269
2702001-06-19      Joel Sherrill <joel@OARcorp.com>
271
272        * include/Makefile.am: Fixed typo.
273
2742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.in: Add bspopts.h.
277        * include/.cvsignore: Add bspopts.h*, stamp-h*.
278        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
279        * include/bsp.h: Include bspopts.h.
280
2812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
282
283        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
284
2852001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
288        CVS-Id.
289        * include/chain.h: Remove.
290        * include/Makefile.am: Remove chain.h.
291
2922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
295
2962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
299
3002000-11-01      Joel Sherrill <joel@OARcorp.com>
301
302        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
303        and libcsupport.h moved from libc to lib/include/rtems and
304        now must be referenced as <rtems/XXX.h>.   Header file order
305        was cleaned up while doing this.
306
3072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
310        Switch to GNU canonicalization.
311
3122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
315        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
316        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
317        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
318        Include compile.am
319
3202000-08-10      Joel Sherrill <joel@OARcorp.com>
321
322        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.