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

4.104.114.84.95
Last change on this file since 0740a89 was 0740a89, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 07:04:36

2002-08-11 Ralf Corsepius <corsepiu@…>

  • PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
    • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • tod/Makefile.am: Use .$(OBJEXT) instead of .o.
    • vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
12
132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/Makefile.am: Eliminate PGMS.
16        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
17
182002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
21
222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
25        Remove $(OBJS) from all-local.
26
272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
30
312001-05-09      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: In support of gcc 3.1, added one of more
34        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
35        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
36        and direction of segments to memory regions may also have been
37        addressed.  This was a sweep across all BSPs.
38 
392002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
42
432002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * vectors/vectors.S: Include <asm.h>.
46
472001-04-08      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
50 
512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac:
54        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
55        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
56        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
67
682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
71
722001-11-28      Joel Sherrill <joel@OARcorp.com>,
73
74        This was tracked as PR87.
75        * README, configure.ac, include/Makefile.am, include/bsp.h,
76        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
77        Eliminated conditional code for generation 1 boards as these are
78        no longer available.
79        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
80
812001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Add @exceptions@ to SUBDIRS.
84        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
85        make/custom/score603e.cfg;
86        Add automake conditional for SCORE_GENERATION_1;
87        Add RTEMS_PPC_EXCEPTIONS([old]).
88        * include/Makefile.am: include force-preinstall.am.
89        * start/start.S: include <bspopts.h> instead of targopts.h.
90        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
91        * vectors/vector.S: include <bsp.h>.
92        * wrapup/Makefile.am: Apply @exceptions@.
93
942001-10-25      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/linkcmds: Added _init and _fini.
97
982001-10-12      Joel Sherrill <joel@OARcorp.com>
99
100        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
101        console/consolebsp.h, console/consolereserveresources.c,
102        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
103        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
104        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
105        startup/vmeintr.c, timer/timer.c: Fixed typo.
106
1072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
110        * configure.in: Remove.
111        * configure.ac: New file, generated from configure.in by autoupdate.
112
1132001-10-11      Joel Sherrill <joel@OARcorp.com>
114
115        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
116        delay_in_bus_cycles() to add rtems_bsp_ prefix.
117
1182001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
121
1222001-08-30      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
125        gnat 3.13p.
126
1272001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.in: Add bspopts.h.
130        * include/.cvsignore: Add bspopts.h*, stamp-h*.
131        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
132        * include/bsp.h: Include bspopts.h.
133
1342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
135
136        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
137
1382001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
141        CVS-Id.
142        * include/chain.h: Remove.
143        * include/Makefile.am: Remove chain.h.
144
1452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
148
1492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
152
1532000-11-01      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
156        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
157        now must be referenced as <rtems/XXX.h>.   Header file order
158        was cleaned up while doing this.
159
1602000-11-01      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
163        and libcsupport.h moved from libc to lib/include/rtems and
164        now must be referenced as <rtems/XXX.h>.   Header file order
165        was cleaned up while doing this.
166
1672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
170        Switch to GNU canonicalization.
171
1722000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
175        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
176        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
177        compile.am
178
1792000-08-10      Joel Sherrill <joel@OARcorp.com>
180
181        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.