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

4.104.114.84.95
Last change on this file since 35439f37 was 35439f37, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/06/07 at 05:47:04

2007-04-06 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove lib (Now expected to exist in GCC).
  • Property mode set to 100644
File size: 17.8 KB
RevLine 
[35439f37]12007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove lib (Now expected to exist in GCC).
4
[bb2c924]52006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * network/if_hdlcsubr.h: Remove K'n'R macros.
8        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
9
[fcb0cd46]102006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: New BUG-REPORT address.
13
[aa4369c]142006-11-15      Joel Sherrill <joel@OARcorp.com>
15
16        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
17        file and simplified initialization.
18
[57357d9]192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Remove superfluous -DASM.
22
[754610f]232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.60. Require automake-1.10.
26
[417fca76]272006-08-09      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
30
[bd86290d]312006-03-08      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: Add .gnu.linkonce.b.* section.
34
[4217b96]352006-02-08      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Add sections required by newer gcc versions.
38
[73733dc]392006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Remove explicit ampolish3 support (now in
42        RTEMS_BSP_CONFIGURE).
43
[7cc4f59]442006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Add ampolish3 support.
47        * Makefile.am: Add preinstall.am.
48
[ea63b37]492006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Don't include subdirs.am.
52
[384ba756]532005-10-06      Till Straumann <strauman@slac.stanford.edu>
54
55        PR 833/bsps
56        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
57        the FPU across the user ISR but DONT save/restore the FPU context.
58        Any use of the FPU fron the user handler (e.g., due to GCC
59        optimizations) result in corruption. The fix results in an exception
60        in such cases (user ISR must explicitely save/enable/restore FPU).
61
[240c917]622005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
65        instead of <sys/errno.h>.
66
[8d3dd7a4]672005-05-26      Joel Sherrill <joel@OARcorp.com>
68
69        PR 799/bsps
70        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
71        compiled.
72
[34c4852]732005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * include/bsp.h: New header guard.
76
[7068d7ac]772005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
78
79        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
80
[bb5c7cf]812005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
84
[00d8424e]852005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
86
87        PR 779/bsp
88        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
89        network/network.c: add parameter to new exception interrupt handlers
90        in powerpc bsps
91
[1899fe4]922005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
95        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
96        CPU_MINIMUM_STACK_FRAME_SIZE.
97
[756f4a4]982005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
101
[5133bd6]1022005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Merge-in wrapup/Makefile.am.
105        * wrapup/Makefile.am: Remove.
106        * configure.ac: Reflect changes above.
107
[844609f9]1082005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
111
[3d5f97f]1122005-01-04      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: Remove warnings.
115
[71cbb66]1162005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
119
[6a61cf94]1202004-09-27      Joel Sherrill <joel@OARcorp.com>
121
122        PR 680/bsps
123        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
124
[97891e5e]1252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * configure.ac: Require automake > 1.9.
128
[888bc77]1292004-07-25      Joel Sherrill <joel@OARcorp.com>
130
131        * network/network.c: Add include of <sys/errno.h>.
132
[3defec6]1332004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
134
135        PR 610/bsps
136        * Makefile.am: Add include/tm27.h, Cosmetics.
137        * include/tm27.h: Final cosmetics.
138
[62f529f]1392004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * include/bsp.h: Split out tmtest27 support.
142        * include/tm27.h: New.
143
[3344730a]1442004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        PR 613/bsps
147        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
148
[7dd6e8d]1492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        PR 614/bsps
152        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
153
[a0ae72e]1542004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
157
[40e9b095]1582004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
161        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
162        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
163        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
164
[2a832d8]1652004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
168        startup/bspstart.c: Convert to using c99 fixed size types.
169
[68aef00]1702004-03-03      Joel Sherrill <joel@OARcorp.com>
171
172        * irq/irq.h: Correct typo.
173
[2a7f9a28]1742004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Reflect changes to bsp.am.
177        Preinstall dist_project_lib*.
178
[6ac101b]1792004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect changes to bsp.am.
182
[c24d7c84]1832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
186
[0e2094d]1872004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Convert to automake-building rules.
190
[d58c0ff]1912004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
[0e2094d]193        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
194        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
195        vectors/Makefile.am. Use automake compilation rules.
196        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
197        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
[d58c0ff]198        * configure.ac: Reflect changes above.
199        * wrapup/Makefile: Reflect changes above.
200
[ad1abd3]2012004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Merge-in start/Makefile.am.
204        * start/Makefile.am: Remove.
205        * configure.ac: Reflect changes above.
206
[84b68f5f]2072004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Reflect changes to
210        ../support/*exception_processing/*.
211
[f3c5a0ec]2122004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
215        Add RTEMS_PROG_CCAS.
216
[283dd510]2172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Add PREINSTALL_DIRS.
220        * irq/Makefile.am: Add PREINSTALL_DIRS.
221        * vectors/Makefile.am: Add PREINSTALL_DIRS.
222        * wrapup/Makefile.am: Reflect changes to libcpu.
223
[a4d7c555]2242004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
227        Add PRE/TMPINSTALL_FILES to CLEANFILES.
228        * irq/Makefile.am: Ditto.
229        * start/Makefile.am: Ditto.
230        * startup/Makefile.am: Ditto.
231        * vectors/Makefile.am: Ditto.
232
[6411947]2332004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Eliminate $(LIB).
236        Use noinst_DATA to trigger building libbsp.a.
237
[e9b6f41]2382003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * clock/Makefile.am: Eliminate VPATH.
241        * console/Makefile.am: Eliminate VPATH.
242        * irq/Makefile.am: Eliminate VPATH.
243        * network/Makefile.am: Eliminate VPATH.
244        * startup/Makefile.am: Eliminate VPATH.
245
[2aa3cd6]2462003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        PR 545/bsps
249        * startup/setvec.c: Removed.
250
[ce0f13ef]2512003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * startup/linkcmds: Remove SEARCH_DIR.
254
[b35414a]2552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
258        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
259
[a802f6f]2602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
263        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
264        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
265        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
266
[810720b6]2672003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
270
[4b27d816]2712003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: Misc cleanups and fixes.
274        * startup/Makefile.am: Misc cleanups and fixes.
275        * startup/linkcmds: Preparations for gcc-3.3.x.
276        * wrapup/Makefile.am: Misc cleanups and fixes.
277
[2cd1ba5]2782003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * startup/Makefile.am: Remove S_FILES (Unused).
281        * vectors/Makefile.am: Cosmetics.
282        * wrapup/Makefile.am: Cosmetics.
283
[0896b3c5]2842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Add preinstallation dirstamp support.
287        * clock/Makefile.am: Cosmetics.
288        * console/Makefile.am: Cosmetics.
289        * irq/Makefile.am: Add preinstallation dirstamp support.
290        * network/Makefile.am: Cosmetics.
291        * startup/Makefile.am: Cosmetics.
292        * vectors/Makefile.am: Add preinstallation dirstamp support.
293        * wrapup/Makefile.am: Cosmetics.
294
[07c03cb]2952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * clock/Makefile.am: Remove all-local: $(ARCH).
298        * console/Makefile.am: Remove all-local: $(ARCH).
299        * irq/Makefile.am: Remove all-local: $(ARCH).
300        * network/Makefile.am: Remove all-local: $(ARCH).
301        * start/Makefile.am: Remove all-local: $(ARCH).
302        * startup/Makefile.am: Remove all-local: $(ARCH).
303        * vectors/Makefile.am: Remove all-local: $(ARCH).
304        * wrapup/Makefile.am: Remove all-local: $(ARCH).
305
[ae1f243]3062003-10-22      Joel Sherrill <joel@OARcorp.com>
307
308        PR 510/bsps
309        * irq/irq.h: Add extern C wrapper.
310
[db0b369]3112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Merge-in include/Makefile.am.
314        Reflect changes to bsp.am.
315        * include/Makefile.am: Remove.
316        * configure.ac: Reflect changes above.
317
[478277a]3182003-09-04      Joel Sherrill <joel@OARcorp.com>
319
320        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
321        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
322        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
323        vectors/vectors_init.c: URL for license changed.
324
[f6c04411]3252003-08-20      Joel Sherrill <joel@OARcorp.com>
326
327        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
328
[fe8bc62f]3292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Reflect having moved aclocal/.
332
[7b7b2e82]3332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
[c483a4e]335        * Makefile.am: Reflect having moved automake/.
336        * clock/Makefile.am: Reflect having moved automake/.
337        * console/Makefile.am: Reflect having moved automake/.
338        * include/Makefile.am: Reflect having moved automake/.
339        * irq/Makefile.am: Reflect having moved automake/.
340        * network/Makefile.am: Reflect having moved automake/.
341        * start/Makefile.am: Reflect having moved automake/.
342        * startup/Makefile.am: Reflect having moved automake/.
343        * vectors/Makefile.am: Reflect having moved automake/.
344        * wrapup/Makefile.am: Reflect having moved automake/.
[7b7b2e82]345
[7dcc3fe]3462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
349
[d266acd2]3502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
[75fcb394]352        PR 445/bsps
[d266acd2]353        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
354        Remove cpp, old_cpp (now unused).
355
[e900940]3562003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
359        Use memcmp instead of bcmp.
360
[7b59de1c]3612003-07-18      Till Straumann <strauman@slac.stanford.edu>
362
363        PR 288/rtems
364        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
365
[7a97f26]3662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove AC_CONFIG_AUX_DIR.
369
[ccd81b60]3702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
373
[9b5c258]3742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: AC_PREREQ(2.57).
377
[7b0c547a]3782003-01-20      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
381
[cf40ab9b]3822002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        Remove SORDID_HACK. Eliminate *_O_FILES.
388        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392
[59a01a6e]3932002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * start/Makefile.am: Use install-data-local to install startfile.
396
[8361b50]3972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400
[a3ed176c]4012002-11-04      Joel Sherrill <joel@OARcorp.com>
402
403        * irq/irq.c: Removed warnings.
404
[37a25cf]4052002-11-04      Joel Sherrill <joel@OARcorp.com>
406
407        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
408        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
409        Removed warnings.
410
[89fcd5ca]4112002-11-01      Joel Sherrill <joel@OARcorp.com>
412
413        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
414        removed warnings.
415
[d36d3a3]4162002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
417
418        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
419        for _ISR_Nest_level.
420
[8730f45]4212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * .cvsignore: Reformat.
424        Add autom4te*cache.
425        Remove autom4te.cache.
426
[a2ae30c2]4272002-08-21      Joel Sherrill <joel@OARcorp.com>
428
429        * bsp_specs: Added support for -nostdlibs.
430
[1f5a123a]4312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
434        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
435        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
436        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
437        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
439        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
441
[b9288fb1]4422002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * start/Makefile.am: Eliminate PGM.
445        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
446
[f1feebb]4472002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
450
[445c0a0]4512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
454        Remove $(OBJS) from all-local.
455
[80defac]4562002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
459
[85c92574]4602001-05-09      Joel Sherrill <joel@OARcorp.com>
461
462        * startup/linkcmds: In support of gcc 3.1, added one of more
463        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
464        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
465        and direction of segments to memory regions may also have been
466        addressed.  This was a sweep across all BSPs.
467 
[1628414]4682002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
471        * irq/irq_asm.S: Ditto.
472        * network/network.c: Include <rtems/bspIo.h>.
473        * start/start.S: Include <asm.h> instead of "asm.h".
474        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
475
[fb19f111]4762002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
479
[e77a00a5]4802002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
483
[59e54c7]4842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac:
487        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
488        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
489        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
499
[eccd3a3]5002002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Add RTEMS_CHECK_NETWORKING.
503
[0bebe52]5042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
507        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
508        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
509
[9e1ae79]5102001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
513
[14e1c414]5142001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
517        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
518
[36024a6c]5192001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: Add @exceptions@ to SUBDIRS.
522        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
523        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
524        * include/Makefile.am: Convert PREINSTALL_FILES to
525        TMPINSTALL_FILES, include force-preinstall.am.
526        * wrapup/Makefile.am: Apply @exceptions@.
527
[922eb07]5282001-10-29      Joel Sherrill <joel@OARcorp.com>
529
530        * .cvsignore: Add more entries.
531
[d6a2391f]5322001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal.m4: Removed.  Should not have been in CVS.
535
[22afde51]5362001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal.m4: Regenerated.
539        * configure.ac, include/Makefile.am, irq/Makefile.am,
540        vectors/Makefile.am: Updated to autoconf 2.52.
541        * include/.cvsignore: Added newly generated files.
542        * include/bsp.h: Added include of bspopts.h.
543
[e084576]5442001-10-22      Joel Sherrill <joel@OARcorp.com>
545
546        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
547        include/.cvsignore, network/.cvsignore, start/.cvsignore,
548        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
549        files and other files missed in previous commit.
550
[5edbffe]55101-10-22        Andy Dachs <a.dachs@sstl.co.uk>
552
553        * mpc8260ads added as new BSP.  tm27 reported not to run
554        at this time.
555        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
556        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
557        console/Makefile.am, console/console.c, include/Makefile.am,
558        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
559        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
560        network/Makefile.am, network/README, network/if_hdlcsubr.c,
561        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
562        start/start.S, startup/Makefile.am, startup/bspstart.c,
563        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
564        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
565        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
566        New files.
567
Note: See TracBrowser for help on using the repository browser.