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

4.104.114.84.95
Last change on this file since ec1d0b9d was ec1d0b9d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/12/07 at 15:16:36

2007-09-12 Joel Sherrill <joel.sherrill@…>

PR 1257/bsps

  • irq/irq.c: Code outside of cpukit should use the public API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the public API and directly accessing _CPU_ISR_Disable and _CPU_ISR_Enable, they were bypassing the compiler memory barrier directive which could lead to problems. This patch also changes the type of the variable passed into these routines and addresses minor style issues.
  • Property mode set to 100644
File size: 18.6 KB
RevLine 
[ec1d0b9d]12007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        PR 1257/bsps
4        * irq/irq.c: Code outside of cpukit should use the public API for
5        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
6        public API and directly accessing _CPU_ISR_Disable and
7        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
8        directive which could lead to problems. This patch also changes the
9        type of the variable passed into these routines and addresses minor
10        style issues.
11
[185da08]122007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
13
14        * vectors/vectors_init.c, irq/irq_init.c:
15        adapted to shared exception code
16
172007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
18
19        * Makefile.am: adapted to shared exception code
20
[2679eb9d]212007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * bsp_specs: Remove qrtems_debug.
24
[35439f37]252007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * bsp_specs: Remove lib (Now expected to exist in GCC).
28
[bb2c924]292006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * network/if_hdlcsubr.h: Remove K'n'R macros.
32        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
33
[fcb0cd46]342006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: New BUG-REPORT address.
37
[aa4369c]382006-11-15      Joel Sherrill <joel@OARcorp.com>
39
40        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
41        file and simplified initialization.
42
[57357d9]432006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Remove superfluous -DASM.
46
[754610f]472006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: Require autoconf-2.60. Require automake-1.10.
50
[417fca76]512006-08-09      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
54
[bd86290d]552006-03-08      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds: Add .gnu.linkonce.b.* section.
58
[4217b96]592006-02-08      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Add sections required by newer gcc versions.
62
[73733dc]632006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Remove explicit ampolish3 support (now in
66        RTEMS_BSP_CONFIGURE).
67
[7cc4f59]682006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Add ampolish3 support.
71        * Makefile.am: Add preinstall.am.
72
[ea63b37]732006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Don't include subdirs.am.
76
[384ba756]772005-10-06      Till Straumann <strauman@slac.stanford.edu>
78
79        PR 833/bsps
80        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
81        the FPU across the user ISR but DONT save/restore the FPU context.
82        Any use of the FPU fron the user handler (e.g., due to GCC
83        optimizations) result in corruption. The fix results in an exception
84        in such cases (user ISR must explicitely save/enable/restore FPU).
85
[240c917]862005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
89        instead of <sys/errno.h>.
90
[8d3dd7a4]912005-05-26      Joel Sherrill <joel@OARcorp.com>
92
93        PR 799/bsps
94        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
95        compiled.
96
[34c4852]972005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * include/bsp.h: New header guard.
100
[7068d7ac]1012005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
102
103        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
104
[bb5c7cf]1052005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
108
[00d8424e]1092005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
110
111        PR 779/bsp
112        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
113        network/network.c: add parameter to new exception interrupt handlers
114        in powerpc bsps
115
[1899fe4]1162005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
119        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
120        CPU_MINIMUM_STACK_FRAME_SIZE.
121
[756f4a4]1222005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
125
[5133bd6]1262005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Merge-in wrapup/Makefile.am.
129        * wrapup/Makefile.am: Remove.
130        * configure.ac: Reflect changes above.
131
[844609f9]1322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
135
[3d5f97f]1362005-01-04      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: Remove warnings.
139
[71cbb66]1402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
143
[6a61cf94]1442004-09-27      Joel Sherrill <joel@OARcorp.com>
145
146        PR 680/bsps
147        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
148
[97891e5e]1492004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * configure.ac: Require automake > 1.9.
152
[888bc77]1532004-07-25      Joel Sherrill <joel@OARcorp.com>
154
155        * network/network.c: Add include of <sys/errno.h>.
156
[3defec6]1572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        PR 610/bsps
160        * Makefile.am: Add include/tm27.h, Cosmetics.
161        * include/tm27.h: Final cosmetics.
162
[62f529f]1632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
164
165        * include/bsp.h: Split out tmtest27 support.
166        * include/tm27.h: New.
167
[3344730a]1682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
169
170        PR 613/bsps
171        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
172
[7dd6e8d]1732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
174
175        PR 614/bsps
176        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
177
[a0ae72e]1782004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
181
[40e9b095]1822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
183
184        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
185        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
186        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
187        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
188
[2a832d8]1892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
192        startup/bspstart.c: Convert to using c99 fixed size types.
193
[68aef00]1942004-03-03      Joel Sherrill <joel@OARcorp.com>
195
196        * irq/irq.h: Correct typo.
197
[2a7f9a28]1982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Reflect changes to bsp.am.
201        Preinstall dist_project_lib*.
202
[6ac101b]2032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect changes to bsp.am.
206
[c24d7c84]2072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
210
[0e2094d]2112004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Convert to automake-building rules.
214
[d58c0ff]2152004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
[0e2094d]217        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
218        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
219        vectors/Makefile.am. Use automake compilation rules.
220        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
221        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
[d58c0ff]222        * configure.ac: Reflect changes above.
223        * wrapup/Makefile: Reflect changes above.
224
[ad1abd3]2252004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Merge-in start/Makefile.am.
228        * start/Makefile.am: Remove.
229        * configure.ac: Reflect changes above.
230
[84b68f5f]2312004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * wrapup/Makefile.am: Reflect changes to
234        ../support/*exception_processing/*.
235
[f3c5a0ec]2362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
239        Add RTEMS_PROG_CCAS.
240
[283dd510]2412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Add PREINSTALL_DIRS.
244        * irq/Makefile.am: Add PREINSTALL_DIRS.
245        * vectors/Makefile.am: Add PREINSTALL_DIRS.
246        * wrapup/Makefile.am: Reflect changes to libcpu.
247
[a4d7c555]2482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
251        Add PRE/TMPINSTALL_FILES to CLEANFILES.
252        * irq/Makefile.am: Ditto.
253        * start/Makefile.am: Ditto.
254        * startup/Makefile.am: Ditto.
255        * vectors/Makefile.am: Ditto.
256
[6411947]2572004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Eliminate $(LIB).
260        Use noinst_DATA to trigger building libbsp.a.
261
[e9b6f41]2622003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * clock/Makefile.am: Eliminate VPATH.
265        * console/Makefile.am: Eliminate VPATH.
266        * irq/Makefile.am: Eliminate VPATH.
267        * network/Makefile.am: Eliminate VPATH.
268        * startup/Makefile.am: Eliminate VPATH.
269
[2aa3cd6]2702003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        PR 545/bsps
273        * startup/setvec.c: Removed.
274
[ce0f13ef]2752003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * startup/linkcmds: Remove SEARCH_DIR.
278
[b35414a]2792003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
282        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
283
[a802f6f]2842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
287        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
288        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
289        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
290
[810720b6]2912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
294
[4b27d816]2952003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * start/Makefile.am: Misc cleanups and fixes.
298        * startup/Makefile.am: Misc cleanups and fixes.
299        * startup/linkcmds: Preparations for gcc-3.3.x.
300        * wrapup/Makefile.am: Misc cleanups and fixes.
301
[2cd1ba5]3022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * startup/Makefile.am: Remove S_FILES (Unused).
305        * vectors/Makefile.am: Cosmetics.
306        * wrapup/Makefile.am: Cosmetics.
307
[0896b3c5]3082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Add preinstallation dirstamp support.
311        * clock/Makefile.am: Cosmetics.
312        * console/Makefile.am: Cosmetics.
313        * irq/Makefile.am: Add preinstallation dirstamp support.
314        * network/Makefile.am: Cosmetics.
315        * startup/Makefile.am: Cosmetics.
316        * vectors/Makefile.am: Add preinstallation dirstamp support.
317        * wrapup/Makefile.am: Cosmetics.
318
[07c03cb]3192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * clock/Makefile.am: Remove all-local: $(ARCH).
322        * console/Makefile.am: Remove all-local: $(ARCH).
323        * irq/Makefile.am: Remove all-local: $(ARCH).
324        * network/Makefile.am: Remove all-local: $(ARCH).
325        * start/Makefile.am: Remove all-local: $(ARCH).
326        * startup/Makefile.am: Remove all-local: $(ARCH).
327        * vectors/Makefile.am: Remove all-local: $(ARCH).
328        * wrapup/Makefile.am: Remove all-local: $(ARCH).
329
[ae1f243]3302003-10-22      Joel Sherrill <joel@OARcorp.com>
331
332        PR 510/bsps
333        * irq/irq.h: Add extern C wrapper.
334
[db0b369]3352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Merge-in include/Makefile.am.
338        Reflect changes to bsp.am.
339        * include/Makefile.am: Remove.
340        * configure.ac: Reflect changes above.
341
[478277a]3422003-09-04      Joel Sherrill <joel@OARcorp.com>
343
344        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
345        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
346        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
347        vectors/vectors_init.c: URL for license changed.
348
[f6c04411]3492003-08-20      Joel Sherrill <joel@OARcorp.com>
350
351        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
352
[fe8bc62f]3532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Reflect having moved aclocal/.
356
[7b7b2e82]3572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
[c483a4e]359        * Makefile.am: Reflect having moved automake/.
360        * clock/Makefile.am: Reflect having moved automake/.
361        * console/Makefile.am: Reflect having moved automake/.
362        * include/Makefile.am: Reflect having moved automake/.
363        * irq/Makefile.am: Reflect having moved automake/.
364        * network/Makefile.am: Reflect having moved automake/.
365        * start/Makefile.am: Reflect having moved automake/.
366        * startup/Makefile.am: Reflect having moved automake/.
367        * vectors/Makefile.am: Reflect having moved automake/.
368        * wrapup/Makefile.am: Reflect having moved automake/.
[7b7b2e82]369
[7dcc3fe]3702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
373
[d266acd2]3742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
[75fcb394]376        PR 445/bsps
[d266acd2]377        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
378        Remove cpp, old_cpp (now unused).
379
[e900940]3802003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
383        Use memcmp instead of bcmp.
384
[7b59de1c]3852003-07-18      Till Straumann <strauman@slac.stanford.edu>
386
387        PR 288/rtems
388        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
389
[7a97f26]3902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Remove AC_CONFIG_AUX_DIR.
393
[ccd81b60]3942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
397
[9b5c258]3982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: AC_PREREQ(2.57).
401
[7b0c547a]4022003-01-20      Joel Sherrill <joel@OARcorp.com>
403
404        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
405
[cf40ab9b]4062002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
409        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
410        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
411        Remove SORDID_HACK. Eliminate *_O_FILES.
412        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
415        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
416
[59a01a6e]4172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * start/Makefile.am: Use install-data-local to install startfile.
420
[8361b50]4212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
424
[a3ed176c]4252002-11-04      Joel Sherrill <joel@OARcorp.com>
426
427        * irq/irq.c: Removed warnings.
428
[37a25cf]4292002-11-04      Joel Sherrill <joel@OARcorp.com>
430
431        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
432        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
433        Removed warnings.
434
[89fcd5ca]4352002-11-01      Joel Sherrill <joel@OARcorp.com>
436
437        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
438        removed warnings.
439
[d36d3a3]4402002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
441
442        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
443        for _ISR_Nest_level.
444
[8730f45]4452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * .cvsignore: Reformat.
448        Add autom4te*cache.
449        Remove autom4te.cache.
450
[a2ae30c2]4512002-08-21      Joel Sherrill <joel@OARcorp.com>
452
453        * bsp_specs: Added support for -nostdlibs.
454
[1f5a123a]4552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
459        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
460        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
464        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
465
[b9288fb1]4662002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * start/Makefile.am: Eliminate PGM.
469        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
470
[f1feebb]4712002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
474
[445c0a0]4752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
478        Remove $(OBJS) from all-local.
479
[80defac]4802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
483
[85c92574]4842001-05-09      Joel Sherrill <joel@OARcorp.com>
485
486        * startup/linkcmds: In support of gcc 3.1, added one of more
487        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
488        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
489        and direction of segments to memory regions may also have been
490        addressed.  This was a sweep across all BSPs.
491 
[1628414]4922002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
495        * irq/irq_asm.S: Ditto.
496        * network/network.c: Include <rtems/bspIo.h>.
497        * start/start.S: Include <asm.h> instead of "asm.h".
498        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
499
[fb19f111]5002002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
503
[e77a00a5]5042002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
507
[59e54c7]5082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * configure.ac:
511        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
512        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
513        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
523
[eccd3a3]5242002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Add RTEMS_CHECK_NETWORKING.
527
[0bebe52]5282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
531        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
532        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
533
[9e1ae79]5342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
537
[14e1c414]5382001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
541        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
542
[36024a6c]5432001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * Makefile.am: Add @exceptions@ to SUBDIRS.
546        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
547        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
548        * include/Makefile.am: Convert PREINSTALL_FILES to
549        TMPINSTALL_FILES, include force-preinstall.am.
550        * wrapup/Makefile.am: Apply @exceptions@.
551
[922eb07]5522001-10-29      Joel Sherrill <joel@OARcorp.com>
553
554        * .cvsignore: Add more entries.
555
[d6a2391f]5562001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * aclocal.m4: Removed.  Should not have been in CVS.
559
[22afde51]5602001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * aclocal.m4: Regenerated.
563        * configure.ac, include/Makefile.am, irq/Makefile.am,
564        vectors/Makefile.am: Updated to autoconf 2.52.
565        * include/.cvsignore: Added newly generated files.
566        * include/bsp.h: Added include of bspopts.h.
567
[e084576]5682001-10-22      Joel Sherrill <joel@OARcorp.com>
569
570        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
571        include/.cvsignore, network/.cvsignore, start/.cvsignore,
572        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
573        files and other files missed in previous commit.
574
[5edbffe]57501-10-22        Andy Dachs <a.dachs@sstl.co.uk>
576
577        * mpc8260ads added as new BSP.  tm27 reported not to run
578        at this time.
579        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
580        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
581        console/Makefile.am, console/console.c, include/Makefile.am,
582        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
583        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
584        network/Makefile.am, network/README, network/if_hdlcsubr.c,
585        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
586        start/start.S, startup/Makefile.am, startup/bspstart.c,
587        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
588        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
589        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
590        New files.
591
Note: See TracBrowser for help on using the repository browser.