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

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

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

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 14.9 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
9        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
10
112004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
14        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
15        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
16        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
17        * console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
18        * console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
19
202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * clock/clock.c, console/config.c, console/console.c,
23        console/debugio.c, console/i8042.c, console/ns16550cfg.c,
24        console/ns16550cfg.h, console/vga.c, console/vga_p.h,
25        console/z85c30cfg.c, console/z85c30cfg.h, include/bsp.h,
26        include/nvram.h, include/pci.h, network/amd79c970.c,
27        network/amd79c970.h, nvram/mk48t18.h, nvram/nvram.c,
28        nvram/stk11c68.h, pci/pci.c, startup/bspstart.c, startup/genpvec.c,
29        startup/spurious.c, startup/swap.c, timer/timer.c, tod/cmos.h,
30        tod/tod.c, universe/universe.c: Convert to using c99 fixed size
31        types.
32
332004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect changes to bsp.am.
36        Preinstall dist_project_lib*.
37
382004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Reflect changes to bsp.am.
41
422004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
45
462004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Convert to automake-building rules.
49
502004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
53        network/Makefile.am, nvram/Makefile.am, pci/Makefile.am,
54        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
55        universe/Makefile.am, vectors/Makefile.am. Use automake compilation
56        rules.
57        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
58        nvram/Makefile.am, pci/Makefile.am, startup/Makefile.am,
59        timer/Makefile.am, tod/Makefile.am, universe/Makefile.am,
60        vectors/Makefile.am: Remove.
61        * configure.ac: Reflect changes above.
62        * wrapup/Makefile.am: Reflect changes above.
63
642004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Merge-in start/Makefile.am.
67        * start/Makefile.am: Remove.
68        * configure.ac: Reflect changes above.
69
702004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Reflect changes to
73        ../support/*exception_processing/*.
74
752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
78        Add RTEMS_PROG_CCAS.
79
802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add PREINSTALL_DIRS.
83        * wrapup/Makefile.am: Reflect changes to libcpu.
84
852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
88        Add PRE/TMPINSTALL_FILES to CLEANFILES.
89        * start/Makefile.am: Ditto.
90        * startup/Makefile.am: Ditto.
91
922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate $(LIB).
95        Use noinst_DATA to trigger building libbsp.a.
96
972003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * startup/Makefile.am: Cosmetics.
100
1012003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am: Eliminate VPATH.
104        * console/Makefile.am: Eliminate VPATH.
105        * network/Makefile.am: Eliminate VPATH.
106        * nvram/Makefile.am: Eliminate VPATH.
107        * pci/Makefile.am: Eliminate VPATH.
108        * start/Makefile.am: Eliminate VPATH.
109        * startup/Makefile.am: Eliminate VPATH.
110        * timer/Makefile.am: Eliminate VPATH.
111        * tod/Makefile.am: Eliminate VPATH.
112        * universe/Makefile.am: Eliminate VPATH.
113        * vectors/Makefile.am: Eliminate VPATH.
114
1152003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
118        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
119
1202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
123        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
128
1292003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Misc cleanups and fixes.
132        * startup/Makefile.am: Misc cleanups and fixes.
133        * wrapup/Makefile.am: Misc cleanups and fixes.
134
1352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Add preinstallation dirstamp support.
138        * clock/Makefile.am: Cosmetics.
139        * console/Makefile.am: Cosmetics.
140        * network/Makefile.am: Cosmetics.
141        * nvram/Makefile.am: Cosmetics.
142        * pci/Makefile.am: Cosmetics.
143        * startup/Makefile.am: Cosmetics.
144        * timer/Makefile.am: Cosmetics.
145        * tod/Makefile.am: Cosmetics.
146        * universe/Makefile.am: Cosmetics.
147        * vectors/Makefile.am: Cosmetics.
148        * wrapup/Makefile.am: Cosmetics.
149
1502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * clock/Makefile.am: Remove all-local: $(ARCH).
153        * console/Makefile.am: Remove all-local: $(ARCH).
154        * network/Makefile.am: Remove all-local: $(ARCH).
155        * nvram/Makefile.am: Remove all-local: $(ARCH).
156        * pci/Makefile.am: Remove all-local: $(ARCH).
157        * start/Makefile.am: Remove all-local: $(ARCH).
158        * startup/Makefile.am: Remove all-local: $(ARCH).
159        * timer/Makefile.am: Remove all-local: $(ARCH).
160        * tod/Makefile.am: Remove all-local: $(ARCH).
161        * universe/Makefile.am: Remove all-local: $(ARCH).
162        * vectors/Makefile.am: Remove all-local: $(ARCH).
163        * wrapup/Makefile.am: Remove all-local: $(ARCH).
164
1652003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Merge-in include/Makefile.am.
168        Reflect changes to bsp.am.
169        * include/Makefile.am: Remove.
170        * configure.ac: Reflect changes above.
171
1722003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * bsp_specs: Remove *lib:.
175
1762003-09-04      Joel Sherrill <joel@OARcorp.com>
177
178        * clock/clock.c, console/console.c, console/debugio.c,
179        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
180        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
181        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
182        timer/timer.c: URL for license changed.
183
1842003-09-04      Joel Sherrill <joel@OARcorp.com>
185
186        * console/vga.c, universe/universe.c: Removed incorrect statement about
187        copyright assignment.
188
1892003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Reflect having moved aclocal/.
192
1932003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Reflect having moved automake/.
196        * clock/Makefile.am: Reflect having moved automake/.
197        * console/Makefile.am: Reflect having moved automake/.
198        * include/Makefile.am: Reflect having moved automake/.
199        * network/Makefile.am: Reflect having moved automake/.
200        * nvram/Makefile.am: Reflect having moved automake/.
201        * pci/Makefile.am: Reflect having moved automake/.
202        * start/Makefile.am: Reflect having moved automake/.
203        * startup/Makefile.am: Reflect having moved automake/.
204        * timer/Makefile.am: Reflect having moved automake/.
205        * tod/Makefile.am: Reflect having moved automake/.
206        * universe/Makefile.am: Reflect having moved automake/.
207        * vectors/Makefile.am: Reflect having moved automake/.
208        * wrapup/Makefile.am: Reflect having moved automake/.
209
2102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
213
2142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        PR 445/bsps
217        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
218        Remove cpp, old_cpp (now unused).
219
2202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Remove AC_CONFIG_AUX_DIR.
223
2242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
227
2282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: AC_PREREQ(2.57).
231
2322003-01-20      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/linkcmds*: Add FreeBSD sysctl() sections.
235
2362002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249
2502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * start/Makefile.am: Use install-data-local to install startfile.
253
2542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257
2582002-11-04      Joel Sherrill <joel@OARcorp.com>
259
260        * console/i8042.c: Removed warnings.
261
2622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * .cvsignore: Reformat.
265        Add autom4te*cache.
266        Remove autom4te.cache.
267
2682002-08-21      Joel Sherrill <joel@OARcorp.com>
269
270        * bsp_specs: Added support for -nostdlibs.
271
2722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
286
2872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: Eliminate PGM.
290        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
291
2922002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
295
2962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
299        Remove $(OBJS) from all-local.
300
3012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
304
3052001-05-09      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds: In support of gcc 3.1, added one of more
308        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
309        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
310        and direction of segments to memory regions may also have been
311        addressed.  This was a sweep across all BSPs.
312 
3132002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
316
3172002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/start.S: remove targopts.h.
320
3212001-04-08      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
324 
3252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac:
328        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
329        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
330        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
344
3452001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
348
3492001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Add @exceptions@ to SUBDIRS.
352        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
353        make/custom/ppcn_60x.cfg;
354        Add RTEMS_PPC_EXCEPTIONS([old]).
355        * include/Makefile.am: include force-preinstall.am.
356        * wrapup/Makefile.am: Apply @exceptions@.
357
3582001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
359
360        This modification is part of the submitted modifications necessary to
361        support the IBM PPC405 family.  This submission was reviewed by
362        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
363        not negatively impact the ppc403 BSPs.  The submission and tracking
364        process was captured as PR50.
365        * startup/spurious.c: Added ppc405 support.
366
3672001-10-25      Joel Sherrill <joel@OARcorp.com>
368
369        * startup/linkcmds: Added _init and _fini.
370
3712001-10-12      Joel Sherrill <joel@OARcorp.com>
372
373        * clock/clock.c, console/console.c, console/debugio.c,
374        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
375        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
376        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
377        timer/timer.c: Fixed typo.
378
3792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
382        * configure.in: Remove.
383        * configure.ac: New file, generated from configure.in by autoupdate.
384
3852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
388
3892001-06-19      Joel Sherrill <joel@OARcorp.com>
390
391        * include/Makefile.am: Fixed typo.
392
3932001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.in: Add bspopts.h.
396        * include/.cvsignore: Add bspopts.h*, stamp-h*.
397        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
398        * include/bsp.h: Include bspopts.h.
399
4002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
401
402        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
403
4042001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
407        CVS-Id.
408        * include/chain.h: Remove.
409        * include/Makefile.am: Remove chain.h.
410
4112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
414
4152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
418
4192000-11-01      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
422        and libcsupport.h moved from libc to lib/include/rtems and
423        now must be referenced as <rtems/XXX.h>.   Header file order
424        was cleaned up while doing this.
425
4262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
429        Switch to GNU canonicalization.
430
4312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
434        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
435        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
436        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
437        Include compile.am
438
4392000-08-10      Joel Sherrill <joel@OARcorp.com>
440
441        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.