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

4.104.114.84.95
Last change on this file since 6bee4d6 was 6bee4d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:35
  • vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
  • vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 14.7 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
4        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
9        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
10        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
11        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
12        * console/i8042.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
13        * console/console.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
14
152004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * clock/clock.c, console/config.c, console/console.c,
18        console/debugio.c, console/i8042.c, console/ns16550cfg.c,
19        console/ns16550cfg.h, console/vga.c, console/vga_p.h,
20        console/z85c30cfg.c, console/z85c30cfg.h, include/bsp.h,
21        include/nvram.h, include/pci.h, network/amd79c970.c,
22        network/amd79c970.h, nvram/mk48t18.h, nvram/nvram.c,
23        nvram/stk11c68.h, pci/pci.c, startup/bspstart.c, startup/genpvec.c,
24        startup/spurious.c, startup/swap.c, timer/timer.c, tod/cmos.h,
25        tod/tod.c, universe/universe.c: Convert to using c99 fixed size
26        types.
27
282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect changes to bsp.am.
31        Preinstall dist_project_lib*.
32
332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect changes to bsp.am.
36
372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
40
412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Convert to automake-building rules.
44
452004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
48        network/Makefile.am, nvram/Makefile.am, pci/Makefile.am,
49        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
50        universe/Makefile.am, vectors/Makefile.am. Use automake compilation
51        rules.
52        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
53        nvram/Makefile.am, pci/Makefile.am, startup/Makefile.am,
54        timer/Makefile.am, tod/Makefile.am, universe/Makefile.am,
55        vectors/Makefile.am: Remove.
56        * configure.ac: Reflect changes above.
57        * wrapup/Makefile.am: Reflect changes above.
58
592004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Merge-in start/Makefile.am.
62        * start/Makefile.am: Remove.
63        * configure.ac: Reflect changes above.
64
652004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Reflect changes to
68        ../support/*exception_processing/*.
69
702004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
73        Add RTEMS_PROG_CCAS.
74
752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add PREINSTALL_DIRS.
78        * wrapup/Makefile.am: Reflect changes to libcpu.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
83        Add PRE/TMPINSTALL_FILES to CLEANFILES.
84        * start/Makefile.am: Ditto.
85        * startup/Makefile.am: Ditto.
86
872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate $(LIB).
90        Use noinst_DATA to trigger building libbsp.a.
91
922003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/Makefile.am: Cosmetics.
95
962003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * clock/Makefile.am: Eliminate VPATH.
99        * console/Makefile.am: Eliminate VPATH.
100        * network/Makefile.am: Eliminate VPATH.
101        * nvram/Makefile.am: Eliminate VPATH.
102        * pci/Makefile.am: Eliminate VPATH.
103        * start/Makefile.am: Eliminate VPATH.
104        * startup/Makefile.am: Eliminate VPATH.
105        * timer/Makefile.am: Eliminate VPATH.
106        * tod/Makefile.am: Eliminate VPATH.
107        * universe/Makefile.am: Eliminate VPATH.
108        * vectors/Makefile.am: Eliminate VPATH.
109
1102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
113        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
114
1152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
118        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
119
1202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
123
1242003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Misc cleanups and fixes.
127        * startup/Makefile.am: Misc cleanups and fixes.
128        * wrapup/Makefile.am: Misc cleanups and fixes.
129
1302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add preinstallation dirstamp support.
133        * clock/Makefile.am: Cosmetics.
134        * console/Makefile.am: Cosmetics.
135        * network/Makefile.am: Cosmetics.
136        * nvram/Makefile.am: Cosmetics.
137        * pci/Makefile.am: Cosmetics.
138        * startup/Makefile.am: Cosmetics.
139        * timer/Makefile.am: Cosmetics.
140        * tod/Makefile.am: Cosmetics.
141        * universe/Makefile.am: Cosmetics.
142        * vectors/Makefile.am: Cosmetics.
143        * wrapup/Makefile.am: Cosmetics.
144
1452003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * clock/Makefile.am: Remove all-local: $(ARCH).
148        * console/Makefile.am: Remove all-local: $(ARCH).
149        * network/Makefile.am: Remove all-local: $(ARCH).
150        * nvram/Makefile.am: Remove all-local: $(ARCH).
151        * pci/Makefile.am: Remove all-local: $(ARCH).
152        * start/Makefile.am: Remove all-local: $(ARCH).
153        * startup/Makefile.am: Remove all-local: $(ARCH).
154        * timer/Makefile.am: Remove all-local: $(ARCH).
155        * tod/Makefile.am: Remove all-local: $(ARCH).
156        * universe/Makefile.am: Remove all-local: $(ARCH).
157        * vectors/Makefile.am: Remove all-local: $(ARCH).
158        * wrapup/Makefile.am: Remove all-local: $(ARCH).
159
1602003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Merge-in include/Makefile.am.
163        Reflect changes to bsp.am.
164        * include/Makefile.am: Remove.
165        * configure.ac: Reflect changes above.
166
1672003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * bsp_specs: Remove *lib:.
170
1712003-09-04      Joel Sherrill <joel@OARcorp.com>
172
173        * clock/clock.c, console/console.c, console/debugio.c,
174        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
175        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
176        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
177        timer/timer.c: URL for license changed.
178
1792003-09-04      Joel Sherrill <joel@OARcorp.com>
180
181        * console/vga.c, universe/universe.c: Removed incorrect statement about
182        copyright assignment.
183
1842003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect having moved aclocal/.
187
1882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved automake/.
191        * clock/Makefile.am: Reflect having moved automake/.
192        * console/Makefile.am: Reflect having moved automake/.
193        * include/Makefile.am: Reflect having moved automake/.
194        * network/Makefile.am: Reflect having moved automake/.
195        * nvram/Makefile.am: Reflect having moved automake/.
196        * pci/Makefile.am: Reflect having moved automake/.
197        * start/Makefile.am: Reflect having moved automake/.
198        * startup/Makefile.am: Reflect having moved automake/.
199        * timer/Makefile.am: Reflect having moved automake/.
200        * tod/Makefile.am: Reflect having moved automake/.
201        * universe/Makefile.am: Reflect having moved automake/.
202        * vectors/Makefile.am: Reflect having moved automake/.
203        * wrapup/Makefile.am: Reflect having moved automake/.
204
2052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
208
2092003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        PR 445/bsps
212        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
213        Remove cpp, old_cpp (now unused).
214
2152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Remove AC_CONFIG_AUX_DIR.
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
222
2232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: AC_PREREQ(2.57).
226
2272003-01-20      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds*: Add FreeBSD sysctl() sections.
230
2312002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244
2452002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: Use install-data-local to install startfile.
248
2492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252
2532002-11-04      Joel Sherrill <joel@OARcorp.com>
254
255        * console/i8042.c: Removed warnings.
256
2572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Reformat.
260        Add autom4te*cache.
261        Remove autom4te.cache.
262
2632002-08-21      Joel Sherrill <joel@OARcorp.com>
264
265        * bsp_specs: Added support for -nostdlibs.
266
2672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
281
2822002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Eliminate PGM.
285        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
286
2872002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
290
2912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
294        Remove $(OBJS) from all-local.
295
2962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
299
3002001-05-09      Joel Sherrill <joel@OARcorp.com>
301
302        * startup/linkcmds: In support of gcc 3.1, added one of more
303        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
304        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
305        and direction of segments to memory regions may also have been
306        addressed.  This was a sweep across all BSPs.
307 
3082002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
311
3122002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * start/start.S: remove targopts.h.
315
3162001-04-08      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
319 
3202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac:
323        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
324        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
325        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
339
3402001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
343
3442001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * Makefile.am: Add @exceptions@ to SUBDIRS.
347        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
348        make/custom/ppcn_60x.cfg;
349        Add RTEMS_PPC_EXCEPTIONS([old]).
350        * include/Makefile.am: include force-preinstall.am.
351        * wrapup/Makefile.am: Apply @exceptions@.
352
3532001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
354
355        This modification is part of the submitted modifications necessary to
356        support the IBM PPC405 family.  This submission was reviewed by
357        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
358        not negatively impact the ppc403 BSPs.  The submission and tracking
359        process was captured as PR50.
360        * startup/spurious.c: Added ppc405 support.
361
3622001-10-25      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/linkcmds: Added _init and _fini.
365
3662001-10-12      Joel Sherrill <joel@OARcorp.com>
367
368        * clock/clock.c, console/console.c, console/debugio.c,
369        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
370        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
371        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
372        timer/timer.c: Fixed typo.
373
3742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
377        * configure.in: Remove.
378        * configure.ac: New file, generated from configure.in by autoupdate.
379
3802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
383
3842001-06-19      Joel Sherrill <joel@OARcorp.com>
385
386        * include/Makefile.am: Fixed typo.
387
3882001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.in: Add bspopts.h.
391        * include/.cvsignore: Add bspopts.h*, stamp-h*.
392        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
393        * include/bsp.h: Include bspopts.h.
394
3952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
396
397        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
398
3992001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
402        CVS-Id.
403        * include/chain.h: Remove.
404        * include/Makefile.am: Remove chain.h.
405
4062000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
409
4102000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
413
4142000-11-01      Joel Sherrill <joel@OARcorp.com>
415
416        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
417        and libcsupport.h moved from libc to lib/include/rtems and
418        now must be referenced as <rtems/XXX.h>.   Header file order
419        was cleaned up while doing this.
420
4212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
424        Switch to GNU canonicalization.
425
4262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
429        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
430        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
431        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
432        Include compile.am
433
4342000-08-10      Joel Sherrill <joel@OARcorp.com>
435
436        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.