source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 07e9642c

4.104.114.95
Last change on this file since 07e9642c was 07e9642c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/28/07 at 21:44:46

2007-11-28 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
  • Property mode set to 100644
File size: 21.0 KB
Line 
12007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
4        Table. They have been replaced with variables named bsp_XXX as
5        needed.
6
72007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
10        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
11        DEBUG_puts.
12
132007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        PR 1257/bsps
16        * irq/irq.c: Code outside of cpukit should use the public API for
17        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
18        public API and directly accessing _CPU_ISR_Disable and
19        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
20        directive which could lead to problems. This patch also changes the
21        type of the variable passed into these routines and addresses minor
22        style issues.
23
242007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
25
26        * irq/irq_init.c: adapted to shared exception code
27
282007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
29
30        * Makefile.am: adapted to shared exception code
31
322007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * bsp_specs: Remove qrtems_debug.
35
362007-03-11      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/bspstart.c: Remove assignments of
39        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
40        value in boot_card.c
41
422007-01-30      Till Straumann <strauman@slac.stanford.edu>
43
44        * Makefile.am, preinstall.am,
45        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
46        cleaned up vme support - use files from libbsp/powerpc/shared/vme
47        and define BSP specifica in VMEConfig.h.
48        Use VME DMA support implemented by vmeUniverse and
49        libbsp/powerpc/shared/vme/vme_universe_dma.c
50
51        * irq/irq.c, include/gen2.h:
52        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
53        Support for VME IRQ software priorities was incomplete/incorrect
54        on this BSP.
55
562006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: New BUG-REPORT address.
59
602006-11-15      Joel Sherrill <joel@OARcorp.com>
61
62        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
63        file and simplified initialization.
64
652006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Remove superfluous -DASM.
68
692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * configure.ac: Require autoconf-2.60. Require automake-1.10.
72
732006-08-09      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
76
772006-03-08      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/linkcmds: Add .gnu.linkonce.b.* section.
80
812006-02-08      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds: Add sections required by newer gcc versions.
84
852006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * configure.ac: Remove explicit ampolish3 support (now in
88        RTEMS_BSP_CONFIGURE).
89
902006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * configure.ac: Add ampolish3 support.
93        * Makefile.am: Add preinstall.am.
94
952006-01-08      Joel Sherrill <joel@OARcorp.com>
96
97        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
98        Jennifer will have to test this.
99
1002006-01-08      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
103        Jennifer will have to test this.
104
1052005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * include/bsp.h: New header guard.
108
1092005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
110
111        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
112
1132005-05-11      Joel Sherrill <joel@OARcorp.com>
114
115        * startup/linkcmds: Add .data.* sections.
116
1172005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * vme/vmeconfig.c: Eliminate unsigned32.
120
1212005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
122
123        * include/gen2.h: Changed rtems_unsigned types to uint types
124
1252005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
126
127        * irq/irq_init.c: Name change to support common PCI interface
128
1292005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
130
131        * include/tm27.h: Correct error in tm27 test
132
1332005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
134
135        * Add/remove files for the Update to new exception model.
136        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
137        * clock/clock.c: Removed.
138
1392005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
140       
141        * Add/move files for the Update to new exception model.
142          NOTE: These modifications have not been tested on hardware.
143        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
144        * startup/FPGA.c: Removed.
145
1462005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
147
148        * score603e/Makefile.am, score603e/configure.ac,
149        score603e/console/console.c, score603e/include/bsp.h,
150        score603e/include/gen2.h, score603e/include/tm27.h,
151        score603e/startup/bspstart.c: Update score603e to new exception model
152        NOTE: These modifications have not been tested on hardware.
153
1542005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
155
156        * clock/clock.c: Fix multiple defined warning
157
1582005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
159
160        PR 778/bsps
161        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
162        startup/bspstart.c, tod/tod.c:
163        modify SCORE_.. to BSP_.. for externally used define's.
164
1652005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
168
1692005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * startup/spurious.c: Merge ppc603 and ppc603e.
172        Remove digits (Unused).
173
1742005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * Makefile.am: Fix typo in previous patch.
177
1782005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Merge-in wrapup/Makefile.am.
181        * wrapup/Makefile.am: Remove.
182        * configure.ac: Reflect changes above.
183
1842005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * vectors/vectors.S: Remove XCOFF support.
187
1882005-01-28      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds: Add .gnu.linkonce.b.* section.
191
1922005-01-26      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds: Now links.
195
1962005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
199        * include/tod.h: Remove.
200
2012005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
202
203        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
204
2052005-01-04      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/linkcmds: Remove warnings.
208
2092005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
212
2132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
214
215        * configure.ac: Require automake > 1.9.
216
2172004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
218
219        PR 610/bsps
220        * Makefile.am: Add include/tm27.h, Cosmetics.
221        * include/tm27.h: Final cosmetics.
222
2232004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
224
225        * include/bsp.h: Split out tmtest27 support.
226        * include/tm27.h: New.
227
2282004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
229
230        PR 613/bsps
231        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
232
2332004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
234
235        PR 614/bsps
236        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
237
2382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
239
240        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
241        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
242        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
243        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
244        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
245        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
246        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
247
2482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
249
250        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
251        clock/clock.c, console/85c30.c, console/console.c,
252        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
253        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
254        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
255        Convert to using c99 fixed size types.
256
2572004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect changes to bsp.am.
260        Preinstall dist_project_lib*.
261
2622004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Reflect changes to bsp.am.
265
2662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
269
2702004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Convert to automake-building rules.
273
2742004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
277        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
278        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
279        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
280        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
281        vectors/Makefile.am: Remove.
282        * configure.ac: Reflect changes above.
283        * wrapup/Makefile.am: Reflect changes above.
284
2852004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Merge-in start/Makefile.am.
288        * start/Makefile.am: Remove.
289        * configure.ac: Reflect changes above.
290
2912004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
294        Add RTEMS_PROG_CCAS.
295
2962004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Add PREINSTALL_DIRS.
299        * wrapup/Makefile.am: Reflect changes to libcpu.
300
3012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
304        Add PRE/TMPINSTALL_FILES to CLEANFILES.
305        * start/Makefile.am: Ditto.
306        * startup/Makefile.am: Ditto.
307
3082004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Eliminate $(LIB).
311        Use noinst_DATA to trigger building libbsp.a.
312
3132003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * startup/Makefile.am: Cosmetics.
316
3172003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * PCI_bus/Makefile.am: Eliminate VPATH.
320        * clock/Makefile.am: Eliminate VPATH.
321        * console/Makefile.am: Eliminate VPATH.
322        * start/Makefile.am: Eliminate VPATH.
323        * startup/Makefile.am: Eliminate VPATH.
324        * timer/Makefile.am: Eliminate VPATH.
325        * tod/Makefile.am: Eliminate VPATH.
326        * vectors/Makefile.am: Eliminate VPATH.
327
3282003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
331        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
332
3332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
336        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
337
3382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
341
3422003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: Misc cleanups and fixes.
345        * startup/Makefile.am: Misc cleanups and fixes.
346        * wrapup/Makefile.am: Misc cleanups and fixes.
347
3482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Add preinstallation dirstamp support.
351        * PCI_bus/Makefile.am: Cosmetics.
352        * clock/Makefile.am: Cosmetics.
353        * console/Makefile.am: Cosmetics.
354        * startup/Makefile.am: Cosmetics.
355        * timer/Makefile.am: Cosmetics.
356        * tod/Makefile.am: Cosmetics.
357        * vectors/Makefile.am: Cosmetics.
358        * wrapup/Makefile.am: Cosmetics.
359
3602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
363        * clock/Makefile.am: Remove all-local: $(ARCH).
364        * console/Makefile.am: Remove all-local: $(ARCH).
365        * start/Makefile.am: Remove all-local: $(ARCH).
366        * startup/Makefile.am: Remove all-local: $(ARCH).
367        * timer/Makefile.am: Remove all-local: $(ARCH).
368        * tod/Makefile.am: Remove all-local: $(ARCH).
369        * vectors/Makefile.am: Remove all-local: $(ARCH).
370        * wrapup/Makefile.am: Remove all-local: $(ARCH).
371
3722003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Merge-in include/Makefile.am.
375        Reflect changes to bsp.am.
376        * include/Makefile.am: Remove.
377        * configure.ac: Reflect changes above.
378
3792003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * bsp_specs: Remove *lib:.
382
3832003-09-04      Joel Sherrill <joel@OARcorp.com>
384
385        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
386        console/console.c, console/consolebsp.h,
387        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
388        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
389        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
390        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
391        for license changed.
392
3932003-09-04      Joel Sherrill <joel@OARcorp.com>
394
395        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
396        statement about copyright assignment.
397
3982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Reflect having moved aclocal/.
401
4022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Reflect having moved automake/.
405        * PCI_bus/Makefile.am: Reflect having moved automake/.
406        * clock/Makefile.am: Reflect having moved automake/.
407        * console/Makefile.am: Reflect having moved automake/.
408        * include/Makefile.am: Reflect having moved automake/.
409        * start/Makefile.am: Reflect having moved automake/.
410        * startup/Makefile.am: Reflect having moved automake/.
411        * timer/Makefile.am: Reflect having moved automake/.
412        * tod/Makefile.am: Reflect having moved automake/.
413        * vectors/Makefile.am: Reflect having moved automake/.
414        * wrapup/Makefile.am: Reflect having moved automake/.
415
4162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
419
4202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        PR 445/bsps
423        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
424        Remove cpp, old_cpp (now unused).
425
4262003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Remove AC_CONFIG_AUX_DIR.
429
4302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
433
4342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: AC_PREREQ(2.57).
437
4382003-01-20      Joel Sherrill <joel@OARcorp.com>
439
440        * startup/linkcmds*: Add FreeBSD sysctl() sections.
441
4422002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
451        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
452
4532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * start/Makefile.am: Use install-data-local to install startfile.
456
4572002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
460
4612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * .cvsignore: Reformat.
464        Add autom4te*cache.
465        Remove autom4te.cache.
466
4672002-08-21      Joel Sherrill <joel@OARcorp.com>
468
469        * bsp_specs: Added support for -nostdlibs.
470
4712002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
474        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
475        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
476        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
477        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
478        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
479        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
480        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
481        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
482
4832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * start/Makefile.am: Eliminate PGMS.
486        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
487
4882002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
491
4922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
495        Remove $(OBJS) from all-local.
496
4972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
500
5012001-05-09      Joel Sherrill <joel@OARcorp.com>
502
503        * startup/linkcmds: In support of gcc 3.1, added one of more
504        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
505        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
506        and direction of segments to memory regions may also have been
507        addressed.  This was a sweep across all BSPs.
508 
5092002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
512
5132002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * vectors/vectors.S: Include <asm.h>.
516
5172001-04-08      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
520 
5212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac:
524        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
525        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
526        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
527        * Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
537
5382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
541
5422001-11-28      Joel Sherrill <joel@OARcorp.com>,
543
544        This was tracked as PR87.
545        * README, configure.ac, include/Makefile.am, include/bsp.h,
546        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
547        Eliminated conditional code for generation 1 boards as these are
548        no longer available.
549        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
550
5512001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Add @exceptions@ to SUBDIRS.
554        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
555        make/custom/score603e.cfg;
556        Add automake conditional for SCORE_GENERATION_1;
557        Add RTEMS_PPC_EXCEPTIONS([old]).
558        * include/Makefile.am: include force-preinstall.am.
559        * start/start.S: include <bspopts.h> instead of targopts.h.
560        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
561        * vectors/vector.S: include <bsp.h>.
562        * wrapup/Makefile.am: Apply @exceptions@.
563
5642001-10-25      Joel Sherrill <joel@OARcorp.com>
565
566        * startup/linkcmds: Added _init and _fini.
567
5682001-10-12      Joel Sherrill <joel@OARcorp.com>
569
570        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
571        console/consolebsp.h, console/consolereserveresources.c,
572        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
573        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
574        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
575        startup/vmeintr.c, timer/timer.c: Fixed typo.
576
5772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
580        * configure.in: Remove.
581        * configure.ac: New file, generated from configure.in by autoupdate.
582
5832001-10-11      Joel Sherrill <joel@OARcorp.com>
584
585        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
586        delay_in_bus_cycles() to add rtems_bsp_ prefix.
587
5882001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
591
5922001-08-30      Joel Sherrill <joel@OARcorp.com>
593
594        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
595        gnat 3.13p.
596
5972001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.in: Add bspopts.h.
600        * include/.cvsignore: Add bspopts.h*, stamp-h*.
601        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
602        * include/bsp.h: Include bspopts.h.
603
6042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
605
606        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
607
6082001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
611        CVS-Id.
612        * include/chain.h: Remove.
613        * include/Makefile.am: Remove chain.h.
614
6152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
618
6192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
622
6232000-11-01      Joel Sherrill <joel@OARcorp.com>
624
625        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
626        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
627        now must be referenced as <rtems/XXX.h>.   Header file order
628        was cleaned up while doing this.
629
6302000-11-01      Joel Sherrill <joel@OARcorp.com>
631
632        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
633        and libcsupport.h moved from libc to lib/include/rtems and
634        now must be referenced as <rtems/XXX.h>.   Header file order
635        was cleaned up while doing this.
636
6372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
640        Switch to GNU canonicalization.
641
6422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
645        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
646        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
647        compile.am
648
6492000-08-10      Joel Sherrill <joel@OARcorp.com>
650
651        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.