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

4.104.114.84.95
Last change on this file since dc7271f was 185da08, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/07 at 18:43:12

additional fixes for the shared exception code

  • Property mode set to 100644
File size: 20.1 KB
Line 
12007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * irq/irq_init.c: adapted to shared exception code
4
52007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
6
7        * Makefile.am: adapted to shared exception code
8
92007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * bsp_specs: Remove qrtems_debug.
12
132007-03-11      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/bspstart.c: Remove assignments of
16        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
17        value in boot_card.c
18
192007-01-30      Till Straumann <strauman@slac.stanford.edu>
20
21        * Makefile.am, preinstall.am,
22        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
23        cleaned up vme support - use files from libbsp/powerpc/shared/vme
24        and define BSP specifica in VMEConfig.h.
25        Use VME DMA support implemented by vmeUniverse and
26        libbsp/powerpc/shared/vme/vme_universe_dma.c
27
28        * irq/irq.c, include/gen2.h:
29        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
30        Support for VME IRQ software priorities was incomplete/incorrect
31        on this BSP.
32
332006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: New BUG-REPORT address.
36
372006-11-15      Joel Sherrill <joel@OARcorp.com>
38
39        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
40        file and simplified initialization.
41
422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Remove superfluous -DASM.
45
462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Require autoconf-2.60. Require automake-1.10.
49
502006-08-09      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
53
542006-03-08      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Add .gnu.linkonce.b.* section.
57
582006-02-08      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: Add sections required by newer gcc versions.
61
622006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * configure.ac: Remove explicit ampolish3 support (now in
65        RTEMS_BSP_CONFIGURE).
66
672006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Add ampolish3 support.
70        * Makefile.am: Add preinstall.am.
71
722006-01-08      Joel Sherrill <joel@OARcorp.com>
73
74        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
75        Jennifer will have to test this.
76
772006-01-08      Joel Sherrill <joel@OARcorp.com>
78
79        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
80        Jennifer will have to test this.
81
822005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * include/bsp.h: New header guard.
85
862005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
87
88        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
89
902005-05-11      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: Add .data.* sections.
93
942005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * vme/vmeconfig.c: Eliminate unsigned32.
97
982005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
99
100        * include/gen2.h: Changed rtems_unsigned types to uint types
101
1022005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
103
104        * irq/irq_init.c: Name change to support common PCI interface
105
1062005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
107
108        * include/tm27.h: Correct error in tm27 test
109
1102005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
111
112        * Add/remove files for the Update to new exception model.
113        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
114        * clock/clock.c: Removed.
115
1162005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
117       
118        * Add/move files for the Update to new exception model.
119          NOTE: These modifications have not been tested on hardware.
120        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
121        * startup/FPGA.c: Removed.
122
1232005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
124
125        * score603e/Makefile.am, score603e/configure.ac,
126        score603e/console/console.c, score603e/include/bsp.h,
127        score603e/include/gen2.h, score603e/include/tm27.h,
128        score603e/startup/bspstart.c: Update score603e to new exception model
129        NOTE: These modifications have not been tested on hardware.
130
1312005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
132
133        * clock/clock.c: Fix multiple defined warning
134
1352005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
136
137        PR 778/bsps
138        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
139        startup/bspstart.c, tod/tod.c:
140        modify SCORE_.. to BSP_.. for externally used define's.
141
1422005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
145
1462005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * startup/spurious.c: Merge ppc603 and ppc603e.
149        Remove digits (Unused).
150
1512005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * Makefile.am: Fix typo in previous patch.
154
1552005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * Makefile.am: Merge-in wrapup/Makefile.am.
158        * wrapup/Makefile.am: Remove.
159        * configure.ac: Reflect changes above.
160
1612005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * vectors/vectors.S: Remove XCOFF support.
164
1652005-01-28      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Add .gnu.linkonce.b.* section.
168
1692005-01-26      Joel Sherrill <joel@OARcorp.com>
170
171        * startup/linkcmds: Now links.
172
1732005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
176        * include/tod.h: Remove.
177
1782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
181
1822005-01-04      Joel Sherrill <joel@OARcorp.com>
183
184        * startup/linkcmds: Remove warnings.
185
1862005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
189
1902004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * configure.ac: Require automake > 1.9.
193
1942004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        PR 610/bsps
197        * Makefile.am: Add include/tm27.h, Cosmetics.
198        * include/tm27.h: Final cosmetics.
199
2002004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
201
202        * include/bsp.h: Split out tmtest27 support.
203        * include/tm27.h: New.
204
2052004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
206
207        PR 613/bsps
208        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
209
2102004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
211
212        PR 614/bsps
213        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
214
2152004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
216
217        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
218        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
219        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
220        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
221        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
222        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
223        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
224
2252004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
226
227        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
228        clock/clock.c, console/85c30.c, console/console.c,
229        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
230        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
231        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
232        Convert to using c99 fixed size types.
233
2342004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Reflect changes to bsp.am.
237        Preinstall dist_project_lib*.
238
2392004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Reflect changes to bsp.am.
242
2432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
246
2472004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Convert to automake-building rules.
250
2512004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
254        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
255        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
256        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
257        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
258        vectors/Makefile.am: Remove.
259        * configure.ac: Reflect changes above.
260        * wrapup/Makefile.am: Reflect changes above.
261
2622004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * Makefile.am: Merge-in start/Makefile.am.
265        * start/Makefile.am: Remove.
266        * configure.ac: Reflect changes above.
267
2682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
271        Add RTEMS_PROG_CCAS.
272
2732004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Add PREINSTALL_DIRS.
276        * wrapup/Makefile.am: Reflect changes to libcpu.
277
2782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
281        Add PRE/TMPINSTALL_FILES to CLEANFILES.
282        * start/Makefile.am: Ditto.
283        * startup/Makefile.am: Ditto.
284
2852004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Eliminate $(LIB).
288        Use noinst_DATA to trigger building libbsp.a.
289
2902003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * startup/Makefile.am: Cosmetics.
293
2942003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * PCI_bus/Makefile.am: Eliminate VPATH.
297        * clock/Makefile.am: Eliminate VPATH.
298        * console/Makefile.am: Eliminate VPATH.
299        * start/Makefile.am: Eliminate VPATH.
300        * startup/Makefile.am: Eliminate VPATH.
301        * timer/Makefile.am: Eliminate VPATH.
302        * tod/Makefile.am: Eliminate VPATH.
303        * vectors/Makefile.am: Eliminate VPATH.
304
3052003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
308        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
309
3102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
313        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
314
3152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
318
3192003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: Misc cleanups and fixes.
322        * startup/Makefile.am: Misc cleanups and fixes.
323        * wrapup/Makefile.am: Misc cleanups and fixes.
324
3252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Add preinstallation dirstamp support.
328        * PCI_bus/Makefile.am: Cosmetics.
329        * clock/Makefile.am: Cosmetics.
330        * console/Makefile.am: Cosmetics.
331        * startup/Makefile.am: Cosmetics.
332        * timer/Makefile.am: Cosmetics.
333        * tod/Makefile.am: Cosmetics.
334        * vectors/Makefile.am: Cosmetics.
335        * wrapup/Makefile.am: Cosmetics.
336
3372003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
340        * clock/Makefile.am: Remove all-local: $(ARCH).
341        * console/Makefile.am: Remove all-local: $(ARCH).
342        * start/Makefile.am: Remove all-local: $(ARCH).
343        * startup/Makefile.am: Remove all-local: $(ARCH).
344        * timer/Makefile.am: Remove all-local: $(ARCH).
345        * tod/Makefile.am: Remove all-local: $(ARCH).
346        * vectors/Makefile.am: Remove all-local: $(ARCH).
347        * wrapup/Makefile.am: Remove all-local: $(ARCH).
348
3492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Merge-in include/Makefile.am.
352        Reflect changes to bsp.am.
353        * include/Makefile.am: Remove.
354        * configure.ac: Reflect changes above.
355
3562003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * bsp_specs: Remove *lib:.
359
3602003-09-04      Joel Sherrill <joel@OARcorp.com>
361
362        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
363        console/console.c, console/consolebsp.h,
364        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
365        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
366        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
367        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
368        for license changed.
369
3702003-09-04      Joel Sherrill <joel@OARcorp.com>
371
372        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
373        statement about copyright assignment.
374
3752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Reflect having moved aclocal/.
378
3792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Reflect having moved automake/.
382        * PCI_bus/Makefile.am: Reflect having moved automake/.
383        * clock/Makefile.am: Reflect having moved automake/.
384        * console/Makefile.am: Reflect having moved automake/.
385        * include/Makefile.am: Reflect having moved automake/.
386        * start/Makefile.am: Reflect having moved automake/.
387        * startup/Makefile.am: Reflect having moved automake/.
388        * timer/Makefile.am: Reflect having moved automake/.
389        * tod/Makefile.am: Reflect having moved automake/.
390        * vectors/Makefile.am: Reflect having moved automake/.
391        * wrapup/Makefile.am: Reflect having moved automake/.
392
3932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
396
3972003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        PR 445/bsps
400        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
401        Remove cpp, old_cpp (now unused).
402
4032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Remove AC_CONFIG_AUX_DIR.
406
4072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
410
4112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: AC_PREREQ(2.57).
414
4152003-01-20      Joel Sherrill <joel@OARcorp.com>
416
417        * startup/linkcmds*: Add FreeBSD sysctl() sections.
418
4192002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
422        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
423        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
424        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
425        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
426        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
427        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
428        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
429
4302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * start/Makefile.am: Use install-data-local to install startfile.
433
4342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
437
4382002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * .cvsignore: Reformat.
441        Add autom4te*cache.
442        Remove autom4te.cache.
443
4442002-08-21      Joel Sherrill <joel@OARcorp.com>
445
446        * bsp_specs: Added support for -nostdlibs.
447
4482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
454        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
456        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
457        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
458        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
459
4602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * start/Makefile.am: Eliminate PGMS.
463        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
464
4652002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
468
4692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
472        Remove $(OBJS) from all-local.
473
4742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
477
4782001-05-09      Joel Sherrill <joel@OARcorp.com>
479
480        * startup/linkcmds: In support of gcc 3.1, added one of more
481        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
482        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
483        and direction of segments to memory regions may also have been
484        addressed.  This was a sweep across all BSPs.
485 
4862002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
489
4902002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * vectors/vectors.S: Include <asm.h>.
493
4942001-04-08      Joel Sherrill <joel@OARcorp.com>
495
496        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
497 
4982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac:
501        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
502        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
503        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
514
5152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
518
5192001-11-28      Joel Sherrill <joel@OARcorp.com>,
520
521        This was tracked as PR87.
522        * README, configure.ac, include/Makefile.am, include/bsp.h,
523        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
524        Eliminated conditional code for generation 1 boards as these are
525        no longer available.
526        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
527
5282001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Add @exceptions@ to SUBDIRS.
531        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
532        make/custom/score603e.cfg;
533        Add automake conditional for SCORE_GENERATION_1;
534        Add RTEMS_PPC_EXCEPTIONS([old]).
535        * include/Makefile.am: include force-preinstall.am.
536        * start/start.S: include <bspopts.h> instead of targopts.h.
537        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
538        * vectors/vector.S: include <bsp.h>.
539        * wrapup/Makefile.am: Apply @exceptions@.
540
5412001-10-25      Joel Sherrill <joel@OARcorp.com>
542
543        * startup/linkcmds: Added _init and _fini.
544
5452001-10-12      Joel Sherrill <joel@OARcorp.com>
546
547        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
548        console/consolebsp.h, console/consolereserveresources.c,
549        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
550        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
551        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
552        startup/vmeintr.c, timer/timer.c: Fixed typo.
553
5542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
557        * configure.in: Remove.
558        * configure.ac: New file, generated from configure.in by autoupdate.
559
5602001-10-11      Joel Sherrill <joel@OARcorp.com>
561
562        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
563        delay_in_bus_cycles() to add rtems_bsp_ prefix.
564
5652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
568
5692001-08-30      Joel Sherrill <joel@OARcorp.com>
570
571        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
572        gnat 3.13p.
573
5742001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * configure.in: Add bspopts.h.
577        * include/.cvsignore: Add bspopts.h*, stamp-h*.
578        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
579        * include/bsp.h: Include bspopts.h.
580
5812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
582
583        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
584
5852001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
588        CVS-Id.
589        * include/chain.h: Remove.
590        * include/Makefile.am: Remove chain.h.
591
5922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
595
5962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
599
6002000-11-01      Joel Sherrill <joel@OARcorp.com>
601
602        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
603        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
604        now must be referenced as <rtems/XXX.h>.   Header file order
605        was cleaned up while doing this.
606
6072000-11-01      Joel Sherrill <joel@OARcorp.com>
608
609        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
610        and libcsupport.h moved from libc to lib/include/rtems and
611        now must be referenced as <rtems/XXX.h>.   Header file order
612        was cleaned up while doing this.
613
6142000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
617        Switch to GNU canonicalization.
618
6192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
622        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
623        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
624        compile.am
625
6262000-08-10      Joel Sherrill <joel@OARcorp.com>
627
628        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.