source: rtems/c/src/lib/libbsp/powerpc/score603e/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: 20.6 KB
Line 
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
122007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
13
14        * irq/irq_init.c: adapted to shared exception code
15
162007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
17
18        * Makefile.am: adapted to shared exception code
19
202007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * bsp_specs: Remove qrtems_debug.
23
242007-03-11      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/bspstart.c: Remove assignments of
27        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
28        value in boot_card.c
29
302007-01-30      Till Straumann <strauman@slac.stanford.edu>
31
32        * Makefile.am, preinstall.am,
33        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
34        cleaned up vme support - use files from libbsp/powerpc/shared/vme
35        and define BSP specifica in VMEConfig.h.
36        Use VME DMA support implemented by vmeUniverse and
37        libbsp/powerpc/shared/vme/vme_universe_dma.c
38
39        * irq/irq.c, include/gen2.h:
40        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
41        Support for VME IRQ software priorities was incomplete/incorrect
42        on this BSP.
43
442006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: New BUG-REPORT address.
47
482006-11-15      Joel Sherrill <joel@OARcorp.com>
49
50        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
51        file and simplified initialization.
52
532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Remove superfluous -DASM.
56
572006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Require autoconf-2.60. Require automake-1.10.
60
612006-08-09      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
64
652006-03-08      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds: Add .gnu.linkonce.b.* section.
68
692006-02-08      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Add sections required by newer gcc versions.
72
732006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * configure.ac: Remove explicit ampolish3 support (now in
76        RTEMS_BSP_CONFIGURE).
77
782006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * configure.ac: Add ampolish3 support.
81        * Makefile.am: Add preinstall.am.
82
832006-01-08      Joel Sherrill <joel@OARcorp.com>
84
85        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
86        Jennifer will have to test this.
87
882006-01-08      Joel Sherrill <joel@OARcorp.com>
89
90        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
91        Jennifer will have to test this.
92
932005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * include/bsp.h: New header guard.
96
972005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
98
99        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
100
1012005-05-11      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/linkcmds: Add .data.* sections.
104
1052005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * vme/vmeconfig.c: Eliminate unsigned32.
108
1092005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
110
111        * include/gen2.h: Changed rtems_unsigned types to uint types
112
1132005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
114
115        * irq/irq_init.c: Name change to support common PCI interface
116
1172005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
118
119        * include/tm27.h: Correct error in tm27 test
120
1212005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
122
123        * Add/remove files for the Update to new exception model.
124        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
125        * clock/clock.c: Removed.
126
1272005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
128       
129        * Add/move files for the Update to new exception model.
130          NOTE: These modifications have not been tested on hardware.
131        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
132        * startup/FPGA.c: Removed.
133
1342005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
135
136        * score603e/Makefile.am, score603e/configure.ac,
137        score603e/console/console.c, score603e/include/bsp.h,
138        score603e/include/gen2.h, score603e/include/tm27.h,
139        score603e/startup/bspstart.c: Update score603e to new exception model
140        NOTE: These modifications have not been tested on hardware.
141
1422005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
143
144        * clock/clock.c: Fix multiple defined warning
145
1462005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
147
148        PR 778/bsps
149        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
150        startup/bspstart.c, tod/tod.c:
151        modify SCORE_.. to BSP_.. for externally used define's.
152
1532005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
156
1572005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        * startup/spurious.c: Merge ppc603 and ppc603e.
160        Remove digits (Unused).
161
1622005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * Makefile.am: Fix typo in previous patch.
165
1662005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * Makefile.am: Merge-in wrapup/Makefile.am.
169        * wrapup/Makefile.am: Remove.
170        * configure.ac: Reflect changes above.
171
1722005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * vectors/vectors.S: Remove XCOFF support.
175
1762005-01-28      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds: Add .gnu.linkonce.b.* section.
179
1802005-01-26      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Now links.
183
1842005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
187        * include/tod.h: Remove.
188
1892005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
190
191        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
192
1932005-01-04      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Remove warnings.
196
1972005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
200
2012004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
202
203        * configure.ac: Require automake > 1.9.
204
2052004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 610/bsps
208        * Makefile.am: Add include/tm27.h, Cosmetics.
209        * include/tm27.h: Final cosmetics.
210
2112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
212
213        * include/bsp.h: Split out tmtest27 support.
214        * include/tm27.h: New.
215
2162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        PR 613/bsps
219        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
220
2212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
222
223        PR 614/bsps
224        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
225
2262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
229        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
230        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
231        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
232        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
233        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
234        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
235
2362004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
239        clock/clock.c, console/85c30.c, console/console.c,
240        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
241        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
242        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
243        Convert to using c99 fixed size types.
244
2452004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Reflect changes to bsp.am.
248        Preinstall dist_project_lib*.
249
2502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Reflect changes to bsp.am.
253
2542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
257
2582004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Convert to automake-building rules.
261
2622004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
265        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
266        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
267        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
268        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
269        vectors/Makefile.am: Remove.
270        * configure.ac: Reflect changes above.
271        * wrapup/Makefile.am: Reflect changes above.
272
2732004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Merge-in start/Makefile.am.
276        * start/Makefile.am: Remove.
277        * configure.ac: Reflect changes above.
278
2792004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
282        Add RTEMS_PROG_CCAS.
283
2842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Add PREINSTALL_DIRS.
287        * wrapup/Makefile.am: Reflect changes to libcpu.
288
2892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
292        Add PRE/TMPINSTALL_FILES to CLEANFILES.
293        * start/Makefile.am: Ditto.
294        * startup/Makefile.am: Ditto.
295
2962004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Eliminate $(LIB).
299        Use noinst_DATA to trigger building libbsp.a.
300
3012003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * startup/Makefile.am: Cosmetics.
304
3052003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * PCI_bus/Makefile.am: Eliminate VPATH.
308        * clock/Makefile.am: Eliminate VPATH.
309        * console/Makefile.am: Eliminate VPATH.
310        * start/Makefile.am: Eliminate VPATH.
311        * startup/Makefile.am: Eliminate VPATH.
312        * timer/Makefile.am: Eliminate VPATH.
313        * tod/Makefile.am: Eliminate VPATH.
314        * vectors/Makefile.am: Eliminate VPATH.
315
3162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
319        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
320
3212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
324        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
325
3262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
329
3302003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * start/Makefile.am: Misc cleanups and fixes.
333        * startup/Makefile.am: Misc cleanups and fixes.
334        * wrapup/Makefile.am: Misc cleanups and fixes.
335
3362003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Add preinstallation dirstamp support.
339        * PCI_bus/Makefile.am: Cosmetics.
340        * clock/Makefile.am: Cosmetics.
341        * console/Makefile.am: Cosmetics.
342        * startup/Makefile.am: Cosmetics.
343        * timer/Makefile.am: Cosmetics.
344        * tod/Makefile.am: Cosmetics.
345        * vectors/Makefile.am: Cosmetics.
346        * wrapup/Makefile.am: Cosmetics.
347
3482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
351        * clock/Makefile.am: Remove all-local: $(ARCH).
352        * console/Makefile.am: Remove all-local: $(ARCH).
353        * start/Makefile.am: Remove all-local: $(ARCH).
354        * startup/Makefile.am: Remove all-local: $(ARCH).
355        * timer/Makefile.am: Remove all-local: $(ARCH).
356        * tod/Makefile.am: Remove all-local: $(ARCH).
357        * vectors/Makefile.am: Remove all-local: $(ARCH).
358        * wrapup/Makefile.am: Remove all-local: $(ARCH).
359
3602003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Merge-in include/Makefile.am.
363        Reflect changes to bsp.am.
364        * include/Makefile.am: Remove.
365        * configure.ac: Reflect changes above.
366
3672003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * bsp_specs: Remove *lib:.
370
3712003-09-04      Joel Sherrill <joel@OARcorp.com>
372
373        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
374        console/console.c, console/consolebsp.h,
375        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
376        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
377        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
378        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
379        for license changed.
380
3812003-09-04      Joel Sherrill <joel@OARcorp.com>
382
383        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
384        statement about copyright assignment.
385
3862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Reflect having moved aclocal/.
389
3902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Reflect having moved automake/.
393        * PCI_bus/Makefile.am: Reflect having moved automake/.
394        * clock/Makefile.am: Reflect having moved automake/.
395        * console/Makefile.am: Reflect having moved automake/.
396        * include/Makefile.am: Reflect having moved automake/.
397        * start/Makefile.am: Reflect having moved automake/.
398        * startup/Makefile.am: Reflect having moved automake/.
399        * timer/Makefile.am: Reflect having moved automake/.
400        * tod/Makefile.am: Reflect having moved automake/.
401        * vectors/Makefile.am: Reflect having moved automake/.
402        * wrapup/Makefile.am: Reflect having moved automake/.
403
4042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
407
4082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        PR 445/bsps
411        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
412        Remove cpp, old_cpp (now unused).
413
4142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Remove AC_CONFIG_AUX_DIR.
417
4182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
421
4222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * configure.ac: AC_PREREQ(2.57).
425
4262003-01-20      Joel Sherrill <joel@OARcorp.com>
427
428        * startup/linkcmds*: Add FreeBSD sysctl() sections.
429
4302002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
434        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
435        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
436        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
437        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
438        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
439        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
440
4412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * start/Makefile.am: Use install-data-local to install startfile.
444
4452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448
4492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * .cvsignore: Reformat.
452        Add autom4te*cache.
453        Remove autom4te.cache.
454
4552002-08-21      Joel Sherrill <joel@OARcorp.com>
456
457        * bsp_specs: Added support for -nostdlibs.
458
4592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
464        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
465        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
466        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
467        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
468        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
469        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
470
4712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * start/Makefile.am: Eliminate PGMS.
474        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
475
4762002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
479
4802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
483        Remove $(OBJS) from all-local.
484
4852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
488
4892001-05-09      Joel Sherrill <joel@OARcorp.com>
490
491        * startup/linkcmds: In support of gcc 3.1, added one of more
492        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
493        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
494        and direction of segments to memory regions may also have been
495        addressed.  This was a sweep across all BSPs.
496 
4972002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
500
5012002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * vectors/vectors.S: Include <asm.h>.
504
5052001-04-08      Joel Sherrill <joel@OARcorp.com>
506
507        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
508 
5092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.ac:
512        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
513        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
514        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
523        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
524        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
525
5262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
529
5302001-11-28      Joel Sherrill <joel@OARcorp.com>,
531
532        This was tracked as PR87.
533        * README, configure.ac, include/Makefile.am, include/bsp.h,
534        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
535        Eliminated conditional code for generation 1 boards as these are
536        no longer available.
537        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
538
5392001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * Makefile.am: Add @exceptions@ to SUBDIRS.
542        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
543        make/custom/score603e.cfg;
544        Add automake conditional for SCORE_GENERATION_1;
545        Add RTEMS_PPC_EXCEPTIONS([old]).
546        * include/Makefile.am: include force-preinstall.am.
547        * start/start.S: include <bspopts.h> instead of targopts.h.
548        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
549        * vectors/vector.S: include <bsp.h>.
550        * wrapup/Makefile.am: Apply @exceptions@.
551
5522001-10-25      Joel Sherrill <joel@OARcorp.com>
553
554        * startup/linkcmds: Added _init and _fini.
555
5562001-10-12      Joel Sherrill <joel@OARcorp.com>
557
558        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
559        console/consolebsp.h, console/consolereserveresources.c,
560        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
561        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
562        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
563        startup/vmeintr.c, timer/timer.c: Fixed typo.
564
5652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
568        * configure.in: Remove.
569        * configure.ac: New file, generated from configure.in by autoupdate.
570
5712001-10-11      Joel Sherrill <joel@OARcorp.com>
572
573        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
574        delay_in_bus_cycles() to add rtems_bsp_ prefix.
575
5762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
579
5802001-08-30      Joel Sherrill <joel@OARcorp.com>
581
582        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
583        gnat 3.13p.
584
5852001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * configure.in: Add bspopts.h.
588        * include/.cvsignore: Add bspopts.h*, stamp-h*.
589        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
590        * include/bsp.h: Include bspopts.h.
591
5922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
593
594        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
595
5962001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
599        CVS-Id.
600        * include/chain.h: Remove.
601        * include/Makefile.am: Remove chain.h.
602
6032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
606
6072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
610
6112000-11-01      Joel Sherrill <joel@OARcorp.com>
612
613        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
614        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
615        now must be referenced as <rtems/XXX.h>.   Header file order
616        was cleaned up while doing this.
617
6182000-11-01      Joel Sherrill <joel@OARcorp.com>
619
620        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
621        and libcsupport.h moved from libc to lib/include/rtems and
622        now must be referenced as <rtems/XXX.h>.   Header file order
623        was cleaned up while doing this.
624
6252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
628        Switch to GNU canonicalization.
629
6302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
633        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
634        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
635        compile.am
636
6372000-08-10      Joel Sherrill <joel@OARcorp.com>
638
639        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.