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

4.104.114.84.95
Last change on this file since 0505504 was 0505504, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:11:00

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
  • console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
  • Property mode set to 100644
File size: 14.6 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
4        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
5        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
6        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
7        * console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
8        * console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
9
102004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * clock/clock.c, console/config.c, console/console.c,
13        console/debugio.c, console/i8042.c, console/ns16550cfg.c,
14        console/ns16550cfg.h, console/vga.c, console/vga_p.h,
15        console/z85c30cfg.c, console/z85c30cfg.h, include/bsp.h,
16        include/nvram.h, include/pci.h, network/amd79c970.c,
17        network/amd79c970.h, nvram/mk48t18.h, nvram/nvram.c,
18        nvram/stk11c68.h, pci/pci.c, startup/bspstart.c, startup/genpvec.c,
19        startup/spurious.c, startup/swap.c, timer/timer.c, tod/cmos.h,
20        tod/tod.c, universe/universe.c: Convert to using c99 fixed size
21        types.
22
232004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect changes to bsp.am.
26        Preinstall dist_project_lib*.
27
282004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect changes to bsp.am.
31
322004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
35
362004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * wrapup/Makefile.am: Convert to automake-building rules.
39
402004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
43        network/Makefile.am, nvram/Makefile.am, pci/Makefile.am,
44        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
45        universe/Makefile.am, vectors/Makefile.am. Use automake compilation
46        rules.
47        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
48        nvram/Makefile.am, pci/Makefile.am, startup/Makefile.am,
49        timer/Makefile.am, tod/Makefile.am, universe/Makefile.am,
50        vectors/Makefile.am: Remove.
51        * configure.ac: Reflect changes above.
52        * wrapup/Makefile.am: Reflect changes above.
53
542004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Merge-in start/Makefile.am.
57        * start/Makefile.am: Remove.
58        * configure.ac: Reflect changes above.
59
602004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Reflect changes to
63        ../support/*exception_processing/*.
64
652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
68        Add RTEMS_PROG_CCAS.
69
702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Add PREINSTALL_DIRS.
73        * wrapup/Makefile.am: Reflect changes to libcpu.
74
752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
78        Add PRE/TMPINSTALL_FILES to CLEANFILES.
79        * start/Makefile.am: Ditto.
80        * startup/Makefile.am: Ditto.
81
822004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Eliminate $(LIB).
85        Use noinst_DATA to trigger building libbsp.a.
86
872003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * startup/Makefile.am: Cosmetics.
90
912003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * clock/Makefile.am: Eliminate VPATH.
94        * console/Makefile.am: Eliminate VPATH.
95        * network/Makefile.am: Eliminate VPATH.
96        * nvram/Makefile.am: Eliminate VPATH.
97        * pci/Makefile.am: Eliminate VPATH.
98        * start/Makefile.am: Eliminate VPATH.
99        * startup/Makefile.am: Eliminate VPATH.
100        * timer/Makefile.am: Eliminate VPATH.
101        * tod/Makefile.am: Eliminate VPATH.
102        * universe/Makefile.am: Eliminate VPATH.
103        * vectors/Makefile.am: Eliminate VPATH.
104
1052003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
108        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
109
1102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
113        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
114
1152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
118
1192003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: Misc cleanups and fixes.
122        * startup/Makefile.am: Misc cleanups and fixes.
123        * wrapup/Makefile.am: Misc cleanups and fixes.
124
1252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Add preinstallation dirstamp support.
128        * clock/Makefile.am: Cosmetics.
129        * console/Makefile.am: Cosmetics.
130        * network/Makefile.am: Cosmetics.
131        * nvram/Makefile.am: Cosmetics.
132        * pci/Makefile.am: Cosmetics.
133        * startup/Makefile.am: Cosmetics.
134        * timer/Makefile.am: Cosmetics.
135        * tod/Makefile.am: Cosmetics.
136        * universe/Makefile.am: Cosmetics.
137        * vectors/Makefile.am: Cosmetics.
138        * wrapup/Makefile.am: Cosmetics.
139
1402003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * clock/Makefile.am: Remove all-local: $(ARCH).
143        * console/Makefile.am: Remove all-local: $(ARCH).
144        * network/Makefile.am: Remove all-local: $(ARCH).
145        * nvram/Makefile.am: Remove all-local: $(ARCH).
146        * pci/Makefile.am: Remove all-local: $(ARCH).
147        * start/Makefile.am: Remove all-local: $(ARCH).
148        * startup/Makefile.am: Remove all-local: $(ARCH).
149        * timer/Makefile.am: Remove all-local: $(ARCH).
150        * tod/Makefile.am: Remove all-local: $(ARCH).
151        * universe/Makefile.am: Remove all-local: $(ARCH).
152        * vectors/Makefile.am: Remove all-local: $(ARCH).
153        * wrapup/Makefile.am: Remove all-local: $(ARCH).
154
1552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Merge-in include/Makefile.am.
158        Reflect changes to bsp.am.
159        * include/Makefile.am: Remove.
160        * configure.ac: Reflect changes above.
161
1622003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * bsp_specs: Remove *lib:.
165
1662003-09-04      Joel Sherrill <joel@OARcorp.com>
167
168        * clock/clock.c, console/console.c, console/debugio.c,
169        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
170        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
171        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
172        timer/timer.c: URL for license changed.
173
1742003-09-04      Joel Sherrill <joel@OARcorp.com>
175
176        * console/vga.c, universe/universe.c: Removed incorrect statement about
177        copyright assignment.
178
1792003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect having moved aclocal/.
182
1832003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Reflect having moved automake/.
186        * clock/Makefile.am: Reflect having moved automake/.
187        * console/Makefile.am: Reflect having moved automake/.
188        * include/Makefile.am: Reflect having moved automake/.
189        * network/Makefile.am: Reflect having moved automake/.
190        * nvram/Makefile.am: Reflect having moved automake/.
191        * pci/Makefile.am: Reflect having moved automake/.
192        * start/Makefile.am: Reflect having moved automake/.
193        * startup/Makefile.am: Reflect having moved automake/.
194        * timer/Makefile.am: Reflect having moved automake/.
195        * tod/Makefile.am: Reflect having moved automake/.
196        * universe/Makefile.am: Reflect having moved automake/.
197        * vectors/Makefile.am: Reflect having moved automake/.
198        * wrapup/Makefile.am: Reflect having moved automake/.
199
2002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
203
2042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        PR 445/bsps
207        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
208        Remove cpp, old_cpp (now unused).
209
2102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Remove AC_CONFIG_AUX_DIR.
213
2142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
217
2182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: AC_PREREQ(2.57).
221
2222003-01-20      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/linkcmds*: Add FreeBSD sysctl() sections.
225
2262002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239
2402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * start/Makefile.am: Use install-data-local to install startfile.
243
2442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247
2482002-11-04      Joel Sherrill <joel@OARcorp.com>
249
250        * console/i8042.c: Removed warnings.
251
2522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * .cvsignore: Reformat.
255        Add autom4te*cache.
256        Remove autom4te.cache.
257
2582002-08-21      Joel Sherrill <joel@OARcorp.com>
259
260        * bsp_specs: Added support for -nostdlibs.
261
2622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
276
2772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Eliminate PGM.
280        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
281
2822002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
285
2862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
289        Remove $(OBJS) from all-local.
290
2912002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
294
2952001-05-09      Joel Sherrill <joel@OARcorp.com>
296
297        * startup/linkcmds: In support of gcc 3.1, added one of more
298        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
299        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
300        and direction of segments to memory regions may also have been
301        addressed.  This was a sweep across all BSPs.
302 
3032002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
306
3072002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/start.S: remove targopts.h.
310
3112001-04-08      Joel Sherrill <joel@OARcorp.com>
312
313        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
314 
3152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac:
318        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
319        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
320        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
334
3352001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
338
3392001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Add @exceptions@ to SUBDIRS.
342        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
343        make/custom/ppcn_60x.cfg;
344        Add RTEMS_PPC_EXCEPTIONS([old]).
345        * include/Makefile.am: include force-preinstall.am.
346        * wrapup/Makefile.am: Apply @exceptions@.
347
3482001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
349
350        This modification is part of the submitted modifications necessary to
351        support the IBM PPC405 family.  This submission was reviewed by
352        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
353        not negatively impact the ppc403 BSPs.  The submission and tracking
354        process was captured as PR50.
355        * startup/spurious.c: Added ppc405 support.
356
3572001-10-25      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/linkcmds: Added _init and _fini.
360
3612001-10-12      Joel Sherrill <joel@OARcorp.com>
362
363        * clock/clock.c, console/console.c, console/debugio.c,
364        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
365        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
366        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
367        timer/timer.c: Fixed typo.
368
3692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
372        * configure.in: Remove.
373        * configure.ac: New file, generated from configure.in by autoupdate.
374
3752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
378
3792001-06-19      Joel Sherrill <joel@OARcorp.com>
380
381        * include/Makefile.am: Fixed typo.
382
3832001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.in: Add bspopts.h.
386        * include/.cvsignore: Add bspopts.h*, stamp-h*.
387        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
388        * include/bsp.h: Include bspopts.h.
389
3902001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
391
392        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
393
3942001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
397        CVS-Id.
398        * include/chain.h: Remove.
399        * include/Makefile.am: Remove chain.h.
400
4012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
404
4052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
408
4092000-11-01      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
412        and libcsupport.h moved from libc to lib/include/rtems and
413        now must be referenced as <rtems/XXX.h>.   Header file order
414        was cleaned up while doing this.
415
4162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
419        Switch to GNU canonicalization.
420
4212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
424        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
425        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
426        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
427        Include compile.am
428
4292000-08-10      Joel Sherrill <joel@OARcorp.com>
430
431        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.