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

4.104.114.84.95
Last change on this file since 65c34da0 was 65c34da0, checked in by Joel Sherrill <joel.sherrill@…>, on 11/21/01 at 18:35:11

2001-11-21 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add @exceptions@ to SUBDIRS.
  • configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from make/custom/score603e.cfg; Add automake conditional for SCORE_GENERATION_1; Add RTEMS_PPC_EXCEPTIONS([old]).
  • include/Makefile.am: include force-preinstall.am.
  • start/start.S: include <bspopts.h> instead of targopts.h.
  • tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
  • vectors/vector.S: include <bsp.h>.
  • wrapup/Makefile.am: Apply @exceptions@.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add @exceptions@ to SUBDIRS.
4        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
5        make/custom/score603e.cfg;
6        Add automake conditional for SCORE_GENERATION_1;
7        Add RTEMS_PPC_EXCEPTIONS([old]).
8        * include/Makefile.am: include force-preinstall.am.
9        * start/start.S: include <bspopts.h> instead of targopts.h.
10        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
11        * vectors/vector.S: include <bsp.h>.
12        * wrapup/Makefile.am: Apply @exceptions@.
13
142001-10-25      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: Added _init and _fini.
17
182001-10-12      Joel Sherrill <joel@OARcorp.com>
19
20        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
21        console/consolebsp.h, console/consolereserveresources.c,
22        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
23        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
24        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
25        startup/vmeintr.c, timer/timer.c: Fixed typo.
26
272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
30        * configure.in: Remove.
31        * configure.ac: New file, generated from configure.in by autoupdate.
32
332001-10-11      Joel Sherrill <joel@OARcorp.com>
34
35        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
36        delay_in_bus_cycles() to add rtems_bsp_ prefix.
37
382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
41
422001-08-30      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
45        gnat 3.13p.
46
472001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.in: Add bspopts.h.
50        * include/.cvsignore: Add bspopts.h*, stamp-h*.
51        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
52        * include/bsp.h: Include bspopts.h.
53
542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
55
56        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
57
582001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
61        CVS-Id.
62        * include/chain.h: Remove.
63        * include/Makefile.am: Remove chain.h.
64
652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
68
692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
72
732000-11-01      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
76        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
77        now must be referenced as <rtems/XXX.h>.   Header file order
78        was cleaned up while doing this.
79
802000-11-01      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
83        and libcsupport.h moved from libc to lib/include/rtems and
84        now must be referenced as <rtems/XXX.h>.   Header file order
85        was cleaned up while doing this.
86
872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
90        Switch to GNU canonicalization.
91
922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
95        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
96        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
97        compile.am
98
992000-08-10      Joel Sherrill <joel@OARcorp.com>
100
101        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.