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

4.104.114.84.95
Last change on this file since bad8092c was bad8092c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 03:49:17

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • clock/clock.c, console/config.c, console/console.c, console/debugio.c, console/i8042.c, console/ns16550cfg.c, console/ns16550cfg.h, console/vga.c, console/vga_p.h, console/z85c30cfg.c, console/z85c30cfg.h, include/bsp.h, include/nvram.h, include/pci.h, network/amd79c970.c, network/amd79c970.h, nvram/mk48t18.h, nvram/nvram.c, nvram/stk11c68.h, pci/pci.c, startup/bspstart.c, startup/genpvec.c, startup/spurious.c, startup/swap.c, timer/timer.c, tod/cmos.h, tod/tod.c, universe/universe.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 14.1 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * clock/clock.c, console/config.c, console/console.c,
4        console/debugio.c, console/i8042.c, console/ns16550cfg.c,
5        console/ns16550cfg.h, console/vga.c, console/vga_p.h,
6        console/z85c30cfg.c, console/z85c30cfg.h, include/bsp.h,
7        include/nvram.h, include/pci.h, network/amd79c970.c,
8        network/amd79c970.h, nvram/mk48t18.h, nvram/nvram.c,
9        nvram/stk11c68.h, pci/pci.c, startup/bspstart.c, startup/genpvec.c,
10        startup/spurious.c, startup/swap.c, timer/timer.c, tod/cmos.h,
11        tod/tod.c, universe/universe.c: Convert to using c99 fixed size
12        types.
13
142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect changes to bsp.am.
17        Preinstall dist_project_lib*.
18
192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22
232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
26
272004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Convert to automake-building rules.
30
312004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
34        network/Makefile.am, nvram/Makefile.am, pci/Makefile.am,
35        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
36        universe/Makefile.am, vectors/Makefile.am. Use automake compilation
37        rules.
38        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
39        nvram/Makefile.am, pci/Makefile.am, startup/Makefile.am,
40        timer/Makefile.am, tod/Makefile.am, universe/Makefile.am,
41        vectors/Makefile.am: Remove.
42        * configure.ac: Reflect changes above.
43        * wrapup/Makefile.am: Reflect changes above.
44
452004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Merge-in start/Makefile.am.
48        * start/Makefile.am: Remove.
49        * configure.ac: Reflect changes above.
50
512004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Reflect changes to
54        ../support/*exception_processing/*.
55
562004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
59        Add RTEMS_PROG_CCAS.
60
612004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Add PREINSTALL_DIRS.
64        * wrapup/Makefile.am: Reflect changes to libcpu.
65
662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
69        Add PRE/TMPINSTALL_FILES to CLEANFILES.
70        * start/Makefile.am: Ditto.
71        * startup/Makefile.am: Ditto.
72
732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Eliminate $(LIB).
76        Use noinst_DATA to trigger building libbsp.a.
77
782003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * startup/Makefile.am: Cosmetics.
81
822003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * clock/Makefile.am: Eliminate VPATH.
85        * console/Makefile.am: Eliminate VPATH.
86        * network/Makefile.am: Eliminate VPATH.
87        * nvram/Makefile.am: Eliminate VPATH.
88        * pci/Makefile.am: Eliminate VPATH.
89        * start/Makefile.am: Eliminate VPATH.
90        * startup/Makefile.am: Eliminate VPATH.
91        * timer/Makefile.am: Eliminate VPATH.
92        * tod/Makefile.am: Eliminate VPATH.
93        * universe/Makefile.am: Eliminate VPATH.
94        * vectors/Makefile.am: Eliminate VPATH.
95
962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
99        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Misc cleanups and fixes.
113        * startup/Makefile.am: Misc cleanups and fixes.
114        * wrapup/Makefile.am: Misc cleanups and fixes.
115
1162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Add preinstallation dirstamp support.
119        * clock/Makefile.am: Cosmetics.
120        * console/Makefile.am: Cosmetics.
121        * network/Makefile.am: Cosmetics.
122        * nvram/Makefile.am: Cosmetics.
123        * pci/Makefile.am: Cosmetics.
124        * startup/Makefile.am: Cosmetics.
125        * timer/Makefile.am: Cosmetics.
126        * tod/Makefile.am: Cosmetics.
127        * universe/Makefile.am: Cosmetics.
128        * vectors/Makefile.am: Cosmetics.
129        * wrapup/Makefile.am: Cosmetics.
130
1312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * clock/Makefile.am: Remove all-local: $(ARCH).
134        * console/Makefile.am: Remove all-local: $(ARCH).
135        * network/Makefile.am: Remove all-local: $(ARCH).
136        * nvram/Makefile.am: Remove all-local: $(ARCH).
137        * pci/Makefile.am: Remove all-local: $(ARCH).
138        * start/Makefile.am: Remove all-local: $(ARCH).
139        * startup/Makefile.am: Remove all-local: $(ARCH).
140        * timer/Makefile.am: Remove all-local: $(ARCH).
141        * tod/Makefile.am: Remove all-local: $(ARCH).
142        * universe/Makefile.am: Remove all-local: $(ARCH).
143        * vectors/Makefile.am: Remove all-local: $(ARCH).
144        * wrapup/Makefile.am: Remove all-local: $(ARCH).
145
1462003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Merge-in include/Makefile.am.
149        Reflect changes to bsp.am.
150        * include/Makefile.am: Remove.
151        * configure.ac: Reflect changes above.
152
1532003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * bsp_specs: Remove *lib:.
156
1572003-09-04      Joel Sherrill <joel@OARcorp.com>
158
159        * clock/clock.c, console/console.c, console/debugio.c,
160        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
161        console/z85c30cfg.h, include/tod.h, startup/bspstart.c,
162        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
163        timer/timer.c: URL for license changed.
164
1652003-09-04      Joel Sherrill <joel@OARcorp.com>
166
167        * console/vga.c, universe/universe.c: Removed incorrect statement about
168        copyright assignment.
169
1702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect having moved aclocal/.
173
1742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Reflect having moved automake/.
177        * clock/Makefile.am: Reflect having moved automake/.
178        * console/Makefile.am: Reflect having moved automake/.
179        * include/Makefile.am: Reflect having moved automake/.
180        * network/Makefile.am: Reflect having moved automake/.
181        * nvram/Makefile.am: Reflect having moved automake/.
182        * pci/Makefile.am: Reflect having moved automake/.
183        * start/Makefile.am: Reflect having moved automake/.
184        * startup/Makefile.am: Reflect having moved automake/.
185        * timer/Makefile.am: Reflect having moved automake/.
186        * tod/Makefile.am: Reflect having moved automake/.
187        * universe/Makefile.am: Reflect having moved automake/.
188        * vectors/Makefile.am: Reflect having moved automake/.
189        * wrapup/Makefile.am: Reflect having moved automake/.
190
1912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
194
1952003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        PR 445/bsps
198        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
199        Remove cpp, old_cpp (now unused).
200
2012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove AC_CONFIG_AUX_DIR.
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
208
2092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AC_PREREQ(2.57).
212
2132003-01-20      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds*: Add FreeBSD sysctl() sections.
216
2172002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * nvram/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228        * universe/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230
2312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: Use install-data-local to install startfile.
234
2352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238
2392002-11-04      Joel Sherrill <joel@OARcorp.com>
240
241        * console/i8042.c: Removed warnings.
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Reformat.
246        Add autom4te*cache.
247        Remove autom4te.cache.
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * bsp_specs: Added support for -nostdlibs.
252
2532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * nvram/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * universe/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
267
2682002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: Eliminate PGM.
271        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
272
2732002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
276
2772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
280        Remove $(OBJS) from all-local.
281
2822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
285
2862001-05-09      Joel Sherrill <joel@OARcorp.com>
287
288        * startup/linkcmds: In support of gcc 3.1, added one of more
289        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
290        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
291        and direction of segments to memory regions may also have been
292        addressed.  This was a sweep across all BSPs.
293 
2942002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
297
2982002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/start.S: remove targopts.h.
301
3022001-04-08      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
305 
3062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac:
309        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
310        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
311        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * universe/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
325
3262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
329
3302001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Add @exceptions@ to SUBDIRS.
333        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
334        make/custom/ppcn_60x.cfg;
335        Add RTEMS_PPC_EXCEPTIONS([old]).
336        * include/Makefile.am: include force-preinstall.am.
337        * wrapup/Makefile.am: Apply @exceptions@.
338
3392001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
340
341        This modification is part of the submitted modifications necessary to
342        support the IBM PPC405 family.  This submission was reviewed by
343        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
344        not negatively impact the ppc403 BSPs.  The submission and tracking
345        process was captured as PR50.
346        * startup/spurious.c: Added ppc405 support.
347
3482001-10-25      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds: Added _init and _fini.
351
3522001-10-12      Joel Sherrill <joel@OARcorp.com>
353
354        * clock/clock.c, console/console.c, console/debugio.c,
355        console/ns16550cfg.c, console/ns16550cfg.h, console/z85c30cfg.c,
356        console/z85c30cfg.h, include/bsp.h, startup/bspstart.c,
357        startup/genpvec.c, startup/rtems-ctor.cc, startup/setvec.c,
358        timer/timer.c: Fixed typo.
359
3602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
363        * configure.in: Remove.
364        * configure.ac: New file, generated from configure.in by autoupdate.
365
3662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
369
3702001-06-19      Joel Sherrill <joel@OARcorp.com>
371
372        * include/Makefile.am: Fixed typo.
373
3742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.in: Add bspopts.h.
377        * include/.cvsignore: Add bspopts.h*, stamp-h*.
378        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
379        * include/bsp.h: Include bspopts.h.
380
3812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
382
383        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
384
3852001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
388        CVS-Id.
389        * include/chain.h: Remove.
390        * include/Makefile.am: Remove chain.h.
391
3922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
395
3962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
399
4002000-11-01      Joel Sherrill <joel@OARcorp.com>
401
402        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
403        and libcsupport.h moved from libc to lib/include/rtems and
404        now must be referenced as <rtems/XXX.h>.   Header file order
405        was cleaned up while doing this.
406
4072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
410        Switch to GNU canonicalization.
411
4122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
415        nvram/Makefile.am, pci/Makefile.am, start/Makefile.am,
416        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
417        universe/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
418        Include compile.am
419
4202000-08-10      Joel Sherrill <joel@OARcorp.com>
421
422        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.