source: rtems/c/src/lib/libbsp/powerpc/dmv177/ChangeLog @ 6128a4a

4.104.114.84.95
Last change on this file since 6128a4a was cbf0e62, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:33

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>.
  • startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
  • Property mode set to 100644
File size: 12.5 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        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
8
92004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * clock/clock.c, console/conscfg.c, console/debugio.c,
12        include/bsp.h, include/dmv170.h, scv64/scv64.c, sonic/dmvsonic.c,
13        startup/bspstart.c, startup/genpvec.c, startup/vmeintr.c,
14        timer/timer.c, tod/todcfg.c: Convert to using c99 fixed size types.
15
162004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect changes to bsp.am.
19        Preinstall dist_project_lib*.
20
212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24
252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
28
292004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Convert to automake-building rules.
32
332004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
36        scv64/Makefile.am, sonic/Makefile.am, start/Makefile.am,
37        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am. Use automake
38        compilation rules.
39        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
40        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
41        timer/Makefile.am, tod/Makefile.am: Remove.
42        * configure.ac, wrapup/Makefile.am: Reflect changes above.
43
442004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge-in start/Makefile.am.
47        * start/Makefile.am: Remove.
48        * configure.ac: Reflect changes above.
49
502004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Reflect changes to
53        ../support/*exception_processing/*.
54
552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
58        Add RTEMS_PROG_CCAS.
59
602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add PREINSTALL_DIRS.
63
642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
67        Add PRE/TMPINSTALL_FILES to CLEANFILES.
68        * start/Makefile.am: Ditto.
69        * startup/Makefile.am: Ditto.
70
712004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Eliminate $(LIB).
74        Use noinst_DATA to trigger building libbsp.a.
75
762003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * tod/Makefile.am: Cosmetics.
79        * console/Makefile.am: Cosmetics.
80
812003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * clock/Makefile.am: Eliminate VPATH.
84        * console/Makefile.am: Eliminate VPATH.
85        * scv64/Makefile.am: Eliminate VPATH.
86        * sonic/Makefile.am: Eliminate VPATH.
87        * start/Makefile.am: Eliminate VPATH.
88        * startup/Makefile.am: Eliminate VPATH.
89        * timer/Makefile.am: Eliminate VPATH.
90        * tod/Makefile.am: Eliminate VPATH.
91
922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
95        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105
1062003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Misc cleanups and fixes.
109        * startup/Makefile.am: Misc cleanups and fixes.
110        * wrapup/Makefile.am: Misc cleanups and fixes.
111
1122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Add preinstallation dirstamp support.
115        * clock/Makefile.am: Cosmetics.
116        * console/Makefile.am: Cosmetics.
117        * scv64/Makefile.am: Cosmetics.
118        * sonic/Makefile.am: Cosmetics.
119        * startup/Makefile.am: Cosmetics.
120        * timer/Makefile.am: Cosmetics.
121        * tod/Makefile.am: Cosmetics.
122        * wrapup/Makefile.am: Cosmetics.
123
1242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * clock/Makefile.am: Remove all-local: $(ARCH).
127        * console/Makefile.am: Remove all-local: $(ARCH).
128        * scv64/Makefile.am: Remove all-local: $(ARCH).
129        * sonic/Makefile.am: Remove all-local: $(ARCH).
130        * start/Makefile.am: Remove all-local: $(ARCH).
131        * startup/Makefile.am: Remove all-local: $(ARCH).
132        * timer/Makefile.am: Remove all-local: $(ARCH).
133        * tod/Makefile.am: Remove all-local: $(ARCH).
134        * wrapup/Makefile.am: Remove all-local: $(ARCH).
135
1362003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Merge-in include/Makefile.am.
139        Reflect changes to bsp.am.
140        * include/Makefile.am: Remove.
141        * configure.ac: Reflect changes above.
142
1432003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * bsp_specs: Remove *lib:.
146
1472003-09-04      Joel Sherrill <joel@OARcorp.com>
148
149        * clock/clock.c, console/debugio.c, include/dmv170.h,
150        startup/bspclean.c, startup/genpvec.c, startup/setvec.c,
151        startup/vmeintr.c, timer/timer.c: URL for license changed.
152
1532003-09-04      Joel Sherrill <joel@OARcorp.com>
154
155        * console/conscfg.c, include/bsp.h, scv64/scv64.c, startup/bspstart.c,
156        tod/todcfg.c: Removed incorrect statement about copyright assignment.
157
1582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect having moved aclocal/.
161
1622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Reflect having moved automake/.
165        * clock/Makefile.am: Reflect having moved automake/.
166        * console/Makefile.am: Reflect having moved automake/.
167        * include/Makefile.am: Reflect having moved automake/.
168        * scv64/Makefile.am: Reflect having moved automake/.
169        * sonic/Makefile.am: Reflect having moved automake/.
170        * start/Makefile.am: Reflect having moved automake/.
171        * startup/Makefile.am: Reflect having moved automake/.
172        * timer/Makefile.am: Reflect having moved automake/.
173        * tod/Makefile.am: Reflect having moved automake/.
174        * wrapup/Makefile.am: Reflect having moved automake/.
175
1762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
179
1802003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        PR 445/bsps
183        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
184        Remove cpp, old_cpp (now unused).
185
1862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Remove AC_CONFIG_AUX_DIR.
189
1902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
193
1942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: AC_PREREQ(2.57).
197
1982003-01-20      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds*: Add FreeBSD sysctl() sections.
201
2022002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * scv64/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212
2132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Use install-data-local to install startfile.
216
2172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220
2212002-11-04      Joel Sherrill <joel@OARcorp.com>
222
223        * clock/clock.c: Removed warnings.
224
2252002-11-01      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/genpvec.c, tod/todcfg.c: Removed warnings.
228
2292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * .cvsignore: Reformat.
232        Add autom4te*cache.
233        Remove autom4te.cache.
234
2352002-08-21      Joel Sherrill <joel@OARcorp.com>
236
237        * bsp_specs: Added support for -nostdlibs.
238
2392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * scv64/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
250
2512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * start/Makefile.am: Eliminate PGMS.
254        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
255
2562002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
259
2602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
263        Remove $(OBJS) from all-local.
264
2652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
268
2692001-05-09      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/linkcmds: In support of gcc 3.1, added one of more
272        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
273        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
274        and direction of segments to memory regions may also have been
275        addressed.  This was a sweep across all BSPs.
276 
2772001-04-08      Joel Sherrill <joel@OARcorp.com>
278
279        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
280 
2812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac:
284        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
285        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
286        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * scv64/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
297
2982001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
301
3022001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
305
3062001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Add @exceptions@ to SUBDIRS.
309        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
310        make/custom/dmv177.cfg;
311        Rename PPC_USE_INSTRUCTION_CACHE to DMV177_USE_INSTRUCTION_CACHE,
312        Add RTEMS_PPC_EXCEPTIONS([old]).
313        * include/Makefile.am: include force-preinstall.am.
314        * startup/bspstart.c: Rename PPC_USE_INSTRUCTION_CACHE to
315        DMV177_USE_INSTRUCTION_CACHE.
316        * wrapup/Makefile.am: Apply @exceptions@.
317
3182001-10-25      Joel Sherrill <joel@OARcorp.com>
319
320        * startup/linkcmds: Added _init and _fini.
321
3222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
325        * configure.in: Remove.
326        * configure.ac: New file, generated from configure.in by autoupdate.
327
3282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * include/Makefile.am: Use 'CLEANFILES ='.
331        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
332
3332001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC.
336
3372001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.in: Add bspopts.h, AC_DEFINE CONSOLE_USE_INTERRUPTS,
340        CONSOLE_USE_POLLED, HAS_RTC.
341        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h, tod.h.
342        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, New
343        treatment of tod.h, coverhd.h.
344        * include/bsp.h: Add include bspopts.h.
345
3462001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
349
3502001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * startup/genpvec.c: #include <chain.h> instead of "chain.h".
353
3542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
357
3582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
361
3622000-11-01      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
365        and libcsupport.h moved from libc to lib/include/rtems and
366        now must be referenced as <rtems/XXX.h>.   Header file order
367        was cleaned up while doing this.
368
3692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
372        Switch to GNU canonicalization.
373
3742000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
377        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
378        timer/Makefile.am, tod/Makefile.am, wrapup/Makefile.am: Include
379        compile.am
380
3812000-08-10      Joel Sherrill <joel@OARcorp.com>
382
383        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.