source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ f3c5a0ec

4.104.114.84.95
Last change on this file since f3c5a0ec was f3c5a0ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/29/04 at 01:47:34

2004-01-28 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. Add RTEMS_PROG_CCAS.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
4        Add RTEMS_PROG_CCAS.
5
62004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Add PREINSTALL_DIRS.
9        * irq/Makefile.am: Add PREINSTALL_DIRS.
10        * vectors/Makefile.am: Add PREINSTALL_DIRS.
11        * wrapup/Makefile.am: Reflect changes to libcpu.
12
132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
16        Add PRE/TMPINSTALL_FILES to CLEANFILES.
17        * irq/Makefile.am: Ditto.
18        * start/Makefile.am: Ditto.
19        * startup/Makefile.am: Ditto.
20        * vectors/Makefile.am: Ditto.
21
222004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Eliminate $(LIB).
25        Use noinst_DATA to trigger building libbsp.a.
26
272003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * clock/Makefile.am: Eliminate VPATH.
30        * console/Makefile.am: Eliminate VPATH.
31        * irq/Makefile.am: Eliminate VPATH.
32        * network/Makefile.am: Eliminate VPATH.
33        * startup/Makefile.am: Eliminate VPATH.
34
352003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        PR 545/bsps
38        * startup/setvec.c: Removed.
39
402003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * startup/linkcmds: Remove SEARCH_DIR.
43
442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
47        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
48
492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
52        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
53        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
54        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
55
562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
59
602003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Misc cleanups and fixes.
63        * startup/Makefile.am: Misc cleanups and fixes.
64        * startup/linkcmds: Preparations for gcc-3.3.x.
65        * wrapup/Makefile.am: Misc cleanups and fixes.
66
672003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * startup/Makefile.am: Remove S_FILES (Unused).
70        * vectors/Makefile.am: Cosmetics.
71        * wrapup/Makefile.am: Cosmetics.
72
732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Add preinstallation dirstamp support.
76        * clock/Makefile.am: Cosmetics.
77        * console/Makefile.am: Cosmetics.
78        * irq/Makefile.am: Add preinstallation dirstamp support.
79        * network/Makefile.am: Cosmetics.
80        * startup/Makefile.am: Cosmetics.
81        * vectors/Makefile.am: Add preinstallation dirstamp support.
82        * wrapup/Makefile.am: Cosmetics.
83
842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * clock/Makefile.am: Remove all-local: $(ARCH).
87        * console/Makefile.am: Remove all-local: $(ARCH).
88        * irq/Makefile.am: Remove all-local: $(ARCH).
89        * network/Makefile.am: Remove all-local: $(ARCH).
90        * start/Makefile.am: Remove all-local: $(ARCH).
91        * startup/Makefile.am: Remove all-local: $(ARCH).
92        * vectors/Makefile.am: Remove all-local: $(ARCH).
93        * wrapup/Makefile.am: Remove all-local: $(ARCH).
94
952003-10-22      Joel Sherrill <joel@OARcorp.com>
96
97        PR 510/bsps
98        * irq/irq.h: Add extern C wrapper.
99
1002003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Merge-in include/Makefile.am.
103        Reflect changes to bsp.am.
104        * include/Makefile.am: Remove.
105        * configure.ac: Reflect changes above.
106
1072003-09-04      Joel Sherrill <joel@OARcorp.com>
108
109        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
110        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
111        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
112        vectors/vectors_init.c: URL for license changed.
113
1142003-08-20      Joel Sherrill <joel@OARcorp.com>
115
116        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
117
1182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Reflect having moved aclocal/.
121
1222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Reflect having moved automake/.
125        * clock/Makefile.am: Reflect having moved automake/.
126        * console/Makefile.am: Reflect having moved automake/.
127        * include/Makefile.am: Reflect having moved automake/.
128        * irq/Makefile.am: Reflect having moved automake/.
129        * network/Makefile.am: Reflect having moved automake/.
130        * start/Makefile.am: Reflect having moved automake/.
131        * startup/Makefile.am: Reflect having moved automake/.
132        * vectors/Makefile.am: Reflect having moved automake/.
133        * wrapup/Makefile.am: Reflect having moved automake/.
134
1352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
138
1392003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        PR 445/bsps
142        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
143        Remove cpp, old_cpp (now unused).
144
1452003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
148        Use memcmp instead of bcmp.
149
1502003-07-18      Till Straumann <strauman@slac.stanford.edu>
151
152        PR 288/rtems
153        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
154
1552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove AC_CONFIG_AUX_DIR.
158
1592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
162
1632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: AC_PREREQ(2.57).
166
1672003-01-20      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
170
1712002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        Remove SORDID_HACK. Eliminate *_O_FILES.
177        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181
1822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * start/Makefile.am: Use install-data-local to install startfile.
185
1862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189
1902002-11-04      Joel Sherrill <joel@OARcorp.com>
191
192        * irq/irq.c: Removed warnings.
193
1942002-11-04      Joel Sherrill <joel@OARcorp.com>
195
196        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
197        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
198        Removed warnings.
199
2002002-11-01      Joel Sherrill <joel@OARcorp.com>
201
202        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
203        removed warnings.
204
2052002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
206
207        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
208        for _ISR_Nest_level.
209
2102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * .cvsignore: Reformat.
213        Add autom4te*cache.
214        Remove autom4te.cache.
215
2162002-08-21      Joel Sherrill <joel@OARcorp.com>
217
218        * bsp_specs: Added support for -nostdlibs.
219
2202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
230
2312002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: Eliminate PGM.
234        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
235
2362002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
239
2402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
243        Remove $(OBJS) from all-local.
244
2452002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
248
2492001-05-09      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds: In support of gcc 3.1, added one of more
252        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
253        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
254        and direction of segments to memory regions may also have been
255        addressed.  This was a sweep across all BSPs.
256 
2572002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
260        * irq/irq_asm.S: Ditto.
261        * network/network.c: Include <rtems/bspIo.h>.
262        * start/start.S: Include <asm.h> instead of "asm.h".
263        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
264
2652002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
268
2692002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
272
2732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac:
276        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
277        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
278        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
288
2892002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Add RTEMS_CHECK_NETWORKING.
292
2932002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
296        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
297        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
298
2992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
302
3032001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
306        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
307
3082001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Add @exceptions@ to SUBDIRS.
311        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
312        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
313        * include/Makefile.am: Convert PREINSTALL_FILES to
314        TMPINSTALL_FILES, include force-preinstall.am.
315        * wrapup/Makefile.am: Apply @exceptions@.
316
3172001-10-29      Joel Sherrill <joel@OARcorp.com>
318
319        * .cvsignore: Add more entries.
320
3212001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * aclocal.m4: Removed.  Should not have been in CVS.
324
3252001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * aclocal.m4: Regenerated.
328        * configure.ac, include/Makefile.am, irq/Makefile.am,
329        vectors/Makefile.am: Updated to autoconf 2.52.
330        * include/.cvsignore: Added newly generated files.
331        * include/bsp.h: Added include of bspopts.h.
332
3332001-10-22      Joel Sherrill <joel@OARcorp.com>
334
335        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
336        include/.cvsignore, network/.cvsignore, start/.cvsignore,
337        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
338        files and other files missed in previous commit.
339
34001-10-22        Andy Dachs <a.dachs@sstl.co.uk>
341
342        * mpc8260ads added as new BSP.  tm27 reported not to run
343        at this time.
344        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
345        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
346        console/Makefile.am, console/console.c, include/Makefile.am,
347        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
348        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
349        network/Makefile.am, network/README, network/if_hdlcsubr.c,
350        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
351        start/start.S, startup/Makefile.am, startup/bspstart.c,
352        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
353        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
354        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
355        New files.
356
Note: See TracBrowser for help on using the repository browser.