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

4.104.114.84.95
Last change on this file since 5a513d4 was 5a513d4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/05 at 05:25:48

2005-01-18 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
  • console/config.c: Remove typos from 2005-01-04 changes.
  • include/tod.h: Remove.
  • Property mode set to 100644
File size: 15.8 KB
Line 
12005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
4        * console/config.c: Remove typos from 2005-01-04 changes.
5        * include/tod.h: Remove.
6
72005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
10
112005-01-04      Joel Sherrill <joel@OARcorp.com>
12
13        * console/config.c: Remove warnings.
14
152005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
18
192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * configure.ac: Require automake > 1.9.
22
232004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        PR 610/bsps
26        * Makefile.am: Add include/tm27.h, Cosmetics.
27        * include/tm27.h: Final cosmetics.
28
292004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * include/bsp.h: Split out tmtest27 support.
32        * include/tm27.h: New.
33
342004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 613/bsps
37        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
38
392004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        PR 614/bsps
42        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
43
442004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
47        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
48
492004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
52        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
53        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
54        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
55        * console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
56        * console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
57
582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * clock/clock.c, console/config.c, console/console.c,
61        console/debugio.c, console/i8042.c, console/ns16550cfg.c,
62        console/ns16550cfg.h, console/vga.c, console/vga_p.h,
63        console/z85c30cfg.c, console/z85c30cfg.h, include/bsp.h,
64        include/nvram.h, include/pci.h, network/amd79c970.c,
65        network/amd79c970.h, nvram/mk48t18.h, nvram/nvram.c,
66        nvram/stk11c68.h, pci/pci.c, startup/bspstart.c, startup/genpvec.c,
67        startup/spurious.c, startup/swap.c, timer/timer.c, tod/cmos.h,
68        tod/tod.c, universe/universe.c: Convert to using c99 fixed size
69        types.
70
712004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect changes to bsp.am.
74        Preinstall dist_project_lib*.
75
762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect changes to bsp.am.
79
802004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
83
842004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Convert to automake-building rules.
87
882004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
91        network/Makefile.am, nvram/Makefile.am, pci/Makefile.am,
92        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
93        universe/Makefile.am, vectors/Makefile.am. Use automake compilation
94        rules.
95        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
96        nvram/Makefile.am, pci/Makefile.am, startup/Makefile.am,
97        timer/Makefile.am, tod/Makefile.am, universe/Makefile.am,
98        vectors/Makefile.am: Remove.
99        * configure.ac: Reflect changes above.
100        * wrapup/Makefile.am: Reflect changes above.
101
1022004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Merge-in start/Makefile.am.
105        * start/Makefile.am: Remove.
106        * configure.ac: Reflect changes above.
107
1082004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Reflect changes to
111        ../support/*exception_processing/*.
112
1132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
116        Add RTEMS_PROG_CCAS.
117
1182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Add PREINSTALL_DIRS.
121        * wrapup/Makefile.am: Reflect changes to libcpu.
122
1232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
126        Add PRE/TMPINSTALL_FILES to CLEANFILES.
127        * start/Makefile.am: Ditto.
128        * startup/Makefile.am: Ditto.
129
1302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Eliminate $(LIB).
133        Use noinst_DATA to trigger building libbsp.a.
134
1352003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * startup/Makefile.am: Cosmetics.
138
1392003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * clock/Makefile.am: Eliminate VPATH.
142        * console/Makefile.am: Eliminate VPATH.
143        * network/Makefile.am: Eliminate VPATH.
144        * nvram/Makefile.am: Eliminate VPATH.
145        * pci/Makefile.am: Eliminate VPATH.
146        * start/Makefile.am: Eliminate VPATH.
147        * startup/Makefile.am: Eliminate VPATH.
148        * timer/Makefile.am: Eliminate VPATH.
149        * tod/Makefile.am: Eliminate VPATH.
150        * universe/Makefile.am: Eliminate VPATH.
151        * vectors/Makefile.am: Eliminate VPATH.
152
1532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
156        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
157
1582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
162
1632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
166
1672003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * start/Makefile.am: Misc cleanups and fixes.
170        * startup/Makefile.am: Misc cleanups and fixes.
171        * wrapup/Makefile.am: Misc cleanups and fixes.
172
1732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Add preinstallation dirstamp support.
176        * clock/Makefile.am: Cosmetics.
177        * console/Makefile.am: Cosmetics.
178        * network/Makefile.am: Cosmetics.
179        * nvram/Makefile.am: Cosmetics.
180        * pci/Makefile.am: Cosmetics.
181        * startup/Makefile.am: Cosmetics.
182        * timer/Makefile.am: Cosmetics.
183        * tod/Makefile.am: Cosmetics.
184        * universe/Makefile.am: Cosmetics.
185        * vectors/Makefile.am: Cosmetics.
186        * wrapup/Makefile.am: Cosmetics.
187
1882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * clock/Makefile.am: Remove all-local: $(ARCH).
191        * console/Makefile.am: Remove all-local: $(ARCH).
192        * network/Makefile.am: Remove all-local: $(ARCH).
193        * nvram/Makefile.am: Remove all-local: $(ARCH).
194        * pci/Makefile.am: Remove all-local: $(ARCH).
195        * start/Makefile.am: Remove all-local: $(ARCH).
196        * startup/Makefile.am: Remove all-local: $(ARCH).
197        * timer/Makefile.am: Remove all-local: $(ARCH).
198        * tod/Makefile.am: Remove all-local: $(ARCH).
199        * universe/Makefile.am: Remove all-local: $(ARCH).
200        * vectors/Makefile.am: Remove all-local: $(ARCH).
201        * wrapup/Makefile.am: Remove all-local: $(ARCH).
202
2032003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Merge-in include/Makefile.am.
206        Reflect changes to bsp.am.
207        * include/Makefile.am: Remove.
208        * configure.ac: Reflect changes above.
209
2102003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * bsp_specs: Remove *lib:.
213
2142003-09-04      Joel Sherrill <joel@OARcorp.com>
215
216        * clock/clock.c, console/console.c, console/debugio.c,
217        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
218        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
219        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
220        timer/timer.c: URL for license changed.
221
2222003-09-04      Joel Sherrill <joel@OARcorp.com>
223
224        * console/vga.c, universe/universe.c: Removed incorrect statement about
225        copyright assignment.
226
2272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect having moved aclocal/.
230
2312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Reflect having moved automake/.
234        * clock/Makefile.am: Reflect having moved automake/.
235        * console/Makefile.am: Reflect having moved automake/.
236        * include/Makefile.am: Reflect having moved automake/.
237        * network/Makefile.am: Reflect having moved automake/.
238        * nvram/Makefile.am: Reflect having moved automake/.
239        * pci/Makefile.am: Reflect having moved automake/.
240        * start/Makefile.am: Reflect having moved automake/.
241        * startup/Makefile.am: Reflect having moved automake/.
242        * timer/Makefile.am: Reflect having moved automake/.
243        * tod/Makefile.am: Reflect having moved automake/.
244        * universe/Makefile.am: Reflect having moved automake/.
245        * vectors/Makefile.am: Reflect having moved automake/.
246        * wrapup/Makefile.am: Reflect having moved automake/.
247
2482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
251
2522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        PR 445/bsps
255        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
256        Remove cpp, old_cpp (now unused).
257
2582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove AC_CONFIG_AUX_DIR.
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
265
2662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: AC_PREREQ(2.57).
269
2702003-01-20      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds*: Add FreeBSD sysctl() sections.
273
2742002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287
2882002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * start/Makefile.am: Use install-data-local to install startfile.
291
2922002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295
2962002-11-04      Joel Sherrill <joel@OARcorp.com>
297
298        * console/i8042.c: Removed warnings.
299
3002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Reformat.
303        Add autom4te*cache.
304        Remove autom4te.cache.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
324
3252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * start/Makefile.am: Eliminate PGM.
328        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
329
3302002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
333
3342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
337        Remove $(OBJS) from all-local.
338
3392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
342
3432001-05-09      Joel Sherrill <joel@OARcorp.com>
344
345        * startup/linkcmds: In support of gcc 3.1, added one of more
346        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
347        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
348        and direction of segments to memory regions may also have been
349        addressed.  This was a sweep across all BSPs.
350 
3512002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
354
3552002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * start/start.S: remove targopts.h.
358
3592001-04-08      Joel Sherrill <joel@OARcorp.com>
360
361        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
362 
3632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac:
366        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
367        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
368        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
382
3832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
386
3872001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Add @exceptions@ to SUBDIRS.
390        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
391        make/custom/ppcn_60x.cfg;
392        Add RTEMS_PPC_EXCEPTIONS([old]).
393        * include/Makefile.am: include force-preinstall.am.
394        * wrapup/Makefile.am: Apply @exceptions@.
395
3962001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
397
398        This modification is part of the submitted modifications necessary to
399        support the IBM PPC405 family.  This submission was reviewed by
400        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
401        not negatively impact the ppc403 BSPs.  The submission and tracking
402        process was captured as PR50.
403        * startup/spurious.c: Added ppc405 support.
404
4052001-10-25      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/linkcmds: Added _init and _fini.
408
4092001-10-12      Joel Sherrill <joel@OARcorp.com>
410
411        * clock/clock.c, console/console.c, console/debugio.c,
412        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
413        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
414        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
415        timer/timer.c: Fixed typo.
416
4172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
420        * configure.in: Remove.
421        * configure.ac: New file, generated from configure.in by autoupdate.
422
4232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
426
4272001-06-19      Joel Sherrill <joel@OARcorp.com>
428
429        * include/Makefile.am: Fixed typo.
430
4312001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.in: Add bspopts.h.
434        * include/.cvsignore: Add bspopts.h*, stamp-h*.
435        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
436        * include/bsp.h: Include bspopts.h.
437
4382001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
439
440        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
441
4422001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
445        CVS-Id.
446        * include/chain.h: Remove.
447        * include/Makefile.am: Remove chain.h.
448
4492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
452
4532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
456
4572000-11-01      Joel Sherrill <joel@OARcorp.com>
458
459        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
460        and libcsupport.h moved from libc to lib/include/rtems and
461        now must be referenced as <rtems/XXX.h>.   Header file order
462        was cleaned up while doing this.
463
4642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
467        Switch to GNU canonicalization.
468
4692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
472        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
473        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
474        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
475        Include compile.am
476
4772000-08-10      Joel Sherrill <joel@OARcorp.com>
478
479        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.