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

4.104.114.84.95
Last change on this file since f3d07e5 was f3d07e5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 16:54:31

2004-02-06 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Convert to automake-building rules.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Convert to automake-building rules.
4
52004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
8        scv64/Makefile.am, sonic/Makefile.am, start/Makefile.am,
9        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am. Use automake
10        compilation rules.
11        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
12        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
13        timer/Makefile.am, tod/Makefile.am: Remove.
14        * configure.ac, wrapup/Makefile.am: Reflect changes above.
15
162004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Merge-in start/Makefile.am.
19        * start/Makefile.am: Remove.
20        * configure.ac: Reflect changes above.
21
222004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Reflect changes to
25        ../support/*exception_processing/*.
26
272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
30        Add RTEMS_PROG_CCAS.
31
322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add PREINSTALL_DIRS.
35
362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
39        Add PRE/TMPINSTALL_FILES to CLEANFILES.
40        * start/Makefile.am: Ditto.
41        * startup/Makefile.am: Ditto.
42
432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Eliminate $(LIB).
46        Use noinst_DATA to trigger building libbsp.a.
47
482003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * tod/Makefile.am: Cosmetics.
51        * console/Makefile.am: Cosmetics.
52
532003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * clock/Makefile.am: Eliminate VPATH.
56        * console/Makefile.am: Eliminate VPATH.
57        * scv64/Makefile.am: Eliminate VPATH.
58        * sonic/Makefile.am: Eliminate VPATH.
59        * start/Makefile.am: Eliminate VPATH.
60        * startup/Makefile.am: Eliminate VPATH.
61        * timer/Makefile.am: Eliminate VPATH.
62        * tod/Makefile.am: Eliminate VPATH.
63
642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
67        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Misc cleanups and fixes.
81        * startup/Makefile.am: Misc cleanups and fixes.
82        * wrapup/Makefile.am: Misc cleanups and fixes.
83
842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add preinstallation dirstamp support.
87        * clock/Makefile.am: Cosmetics.
88        * console/Makefile.am: Cosmetics.
89        * scv64/Makefile.am: Cosmetics.
90        * sonic/Makefile.am: Cosmetics.
91        * startup/Makefile.am: Cosmetics.
92        * timer/Makefile.am: Cosmetics.
93        * tod/Makefile.am: Cosmetics.
94        * wrapup/Makefile.am: Cosmetics.
95
962003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * clock/Makefile.am: Remove all-local: $(ARCH).
99        * console/Makefile.am: Remove all-local: $(ARCH).
100        * scv64/Makefile.am: Remove all-local: $(ARCH).
101        * sonic/Makefile.am: Remove all-local: $(ARCH).
102        * start/Makefile.am: Remove all-local: $(ARCH).
103        * startup/Makefile.am: Remove all-local: $(ARCH).
104        * timer/Makefile.am: Remove all-local: $(ARCH).
105        * tod/Makefile.am: Remove all-local: $(ARCH).
106        * wrapup/Makefile.am: Remove all-local: $(ARCH).
107
1082003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Merge-in include/Makefile.am.
111        Reflect changes to bsp.am.
112        * include/Makefile.am: Remove.
113        * configure.ac: Reflect changes above.
114
1152003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * bsp_specs: Remove *lib:.
118
1192003-09-04      Joel Sherrill <joel@OARcorp.com>
120
121        * clock/clock.c, console/debugio.c, include/dmv170.h,
122        startup/bspclean.c, startup/genpvec.c, startup/setvec.c,
123        startup/vmeintr.c, timer/timer.c: URL for license changed.
124
1252003-09-04      Joel Sherrill <joel@OARcorp.com>
126
127        * console/conscfg.c, include/bsp.h, scv64/scv64.c, startup/bspstart.c,
128        tod/todcfg.c: Removed incorrect statement about copyright assignment.
129
1302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Reflect having moved aclocal/.
133
1342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect having moved automake/.
137        * clock/Makefile.am: Reflect having moved automake/.
138        * console/Makefile.am: Reflect having moved automake/.
139        * include/Makefile.am: Reflect having moved automake/.
140        * scv64/Makefile.am: Reflect having moved automake/.
141        * sonic/Makefile.am: Reflect having moved automake/.
142        * start/Makefile.am: Reflect having moved automake/.
143        * startup/Makefile.am: Reflect having moved automake/.
144        * timer/Makefile.am: Reflect having moved automake/.
145        * tod/Makefile.am: Reflect having moved automake/.
146        * wrapup/Makefile.am: Reflect having moved automake/.
147
1482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
151
1522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        PR 445/bsps
155        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
156        Remove cpp, old_cpp (now unused).
157
1582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove AC_CONFIG_AUX_DIR.
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
165
1662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: AC_PREREQ(2.57).
169
1702003-01-20      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds*: Add FreeBSD sysctl() sections.
173
1742002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * scv64/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * sonic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184
1852002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * start/Makefile.am: Use install-data-local to install startfile.
188
1892002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192
1932002-11-04      Joel Sherrill <joel@OARcorp.com>
194
195        * clock/clock.c: Removed warnings.
196
1972002-11-01      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/genpvec.c, tod/todcfg.c: Removed warnings.
200
2012002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * .cvsignore: Reformat.
204        Add autom4te*cache.
205        Remove autom4te.cache.
206
2072002-08-21      Joel Sherrill <joel@OARcorp.com>
208
209        * bsp_specs: Added support for -nostdlibs.
210
2112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * scv64/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * sonic/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
222
2232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * start/Makefile.am: Eliminate PGMS.
226        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
227
2282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
231
2322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
235        Remove $(OBJS) from all-local.
236
2372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
240
2412001-05-09      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds: In support of gcc 3.1, added one of more
244        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
245        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
246        and direction of segments to memory regions may also have been
247        addressed.  This was a sweep across all BSPs.
248 
2492001-04-08      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
252 
2532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac:
256        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
257        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
258        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * scv64/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * sonic/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
269
2702001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
273
2742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
277
2782001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Add @exceptions@ to SUBDIRS.
281        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
282        make/custom/dmv177.cfg;
283        Rename PPC_USE_INSTRUCTION_CACHE to DMV177_USE_INSTRUCTION_CACHE,
284        Add RTEMS_PPC_EXCEPTIONS([old]).
285        * include/Makefile.am: include force-preinstall.am.
286        * startup/bspstart.c: Rename PPC_USE_INSTRUCTION_CACHE to
287        DMV177_USE_INSTRUCTION_CACHE.
288        * wrapup/Makefile.am: Apply @exceptions@.
289
2902001-10-25      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/linkcmds: Added _init and _fini.
293
2942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
297        * configure.in: Remove.
298        * configure.ac: New file, generated from configure.in by autoupdate.
299
3002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * include/Makefile.am: Use 'CLEANFILES ='.
303        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
304
3052001-05-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC.
308
3092001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.in: Add bspopts.h, AC_DEFINE CONSOLE_USE_INTERRUPTS,
312        CONSOLE_USE_POLLED, HAS_RTC.
313        * include/.cvsignore: Add bspopts.h*, stamp-h*, coverhd.h, tod.h.
314        * include/Makefile.am: Use *_HEADERS instead of *H_FILES, New
315        treatment of tod.h, coverhd.h.
316        * include/bsp.h: Add include bspopts.h.
317
3182001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
321
3222001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * startup/genpvec.c: #include <chain.h> instead of "chain.h".
325
3262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
329
3302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
333
3342000-11-01      Joel Sherrill <joel@OARcorp.com>
335
336        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
337        and libcsupport.h moved from libc to lib/include/rtems and
338        now must be referenced as <rtems/XXX.h>.   Header file order
339        was cleaned up while doing this.
340
3412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
344        Switch to GNU canonicalization.
345
3462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * clock/Makefile.am, console/Makefile.am, scv64/Makefile.am,
349        sonic/Makefile.am, start/Makefile.am, startup/Makefile.am,
350        timer/Makefile.am, tod/Makefile.am, wrapup/Makefile.am: Include
351        compile.am
352
3532000-08-10      Joel Sherrill <joel@OARcorp.com>
354
355        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.