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

4.104.114.84.95
Last change on this file since 5543770e was 5543770e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 04:41:11

2002-07-21 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Eliminate PGMS. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[5543770e]12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate PGMS.
4        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
[f1feebb]62002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
9
[445c0a0]102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
13        Remove $(OBJS) from all-local.
14
[80defac]152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
18
[85c92574]192001-05-09      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: In support of gcc 3.1, added one of more
22        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
23        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
24        and direction of segments to memory regions may also have been
25        addressed.  This was a sweep across all BSPs.
26 
[f4153d1]272002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
30
[95975111]312002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * vectors/vectors.S: Include <asm.h>.
34
[238f450]352001-04-08      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
38 
[b51266c]392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac:
42        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
43        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
44        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
55
[9e1ae79]562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
59
[f5e7b4c3]602001-11-28      Joel Sherrill <joel@OARcorp.com>,
61
62        This was tracked as PR87.
63        * README, configure.ac, include/Makefile.am, include/bsp.h,
64        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
65        Eliminated conditional code for generation 1 boards as these are
66        no longer available.
67        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
68
[65c34da0]692001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add @exceptions@ to SUBDIRS.
72        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
73        make/custom/score603e.cfg;
74        Add automake conditional for SCORE_GENERATION_1;
75        Add RTEMS_PPC_EXCEPTIONS([old]).
76        * include/Makefile.am: include force-preinstall.am.
77        * start/start.S: include <bspopts.h> instead of targopts.h.
78        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
79        * vectors/vector.S: include <bsp.h>.
80        * wrapup/Makefile.am: Apply @exceptions@.
81
[ac9253e]822001-10-25      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Added _init and _fini.
85
[7358d5b1]862001-10-12      Joel Sherrill <joel@OARcorp.com>
87
88        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
89        console/consolebsp.h, console/consolereserveresources.c,
90        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
91        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
92        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
93        startup/vmeintr.c, timer/timer.c: Fixed typo.
94
[df25c998]952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
98        * configure.in: Remove.
99        * configure.ac: New file, generated from configure.in by autoupdate.
100
[3d5bd91b]1012001-10-11      Joel Sherrill <joel@OARcorp.com>
102
103        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
104        delay_in_bus_cycles() to add rtems_bsp_ prefix.
105
[c1767be0]1062001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
109
[7078fa2a]1102001-08-30      Joel Sherrill <joel@OARcorp.com>
111
112        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
113        gnat 3.13p.
114
[d4f9cef5]1152001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.in: Add bspopts.h.
118        * include/.cvsignore: Add bspopts.h*, stamp-h*.
119        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
120        * include/bsp.h: Include bspopts.h.
121
[6f21328]1222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
123
124        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
125
[4145ad6]1262001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
129        CVS-Id.
130        * include/chain.h: Remove.
131        * include/Makefile.am: Remove chain.h.
132
[feead226]1332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
136
[a314d3b4]1372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
140
[1ae05bf]1412000-11-01      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
144        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
145        now must be referenced as <rtems/XXX.h>.   Header file order
146        was cleaned up while doing this.
147
[eba2e4f]1482000-11-01      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
151        and libcsupport.h moved from libc to lib/include/rtems and
152        now must be referenced as <rtems/XXX.h>.   Header file order
153        was cleaned up while doing this.
154
[e83378d]1552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
158        Switch to GNU canonicalization.
159
[a9b84f7]1602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
163        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
164        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
165        compile.am
166
[e94ad1fe]1672000-08-10      Joel Sherrill <joel@OARcorp.com>
168
169        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.