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

4.104.114.84.95
Last change on this file since 59a01a6e was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

2002-12-12 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Use install-data-local to install startfile.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use install-data-local to install startfile.
4
52002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Joel Sherrill <joel@OARcorp.com>
16
17        * bsp_specs: Added support for -nostdlibs.
18
192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
30
312002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Eliminate PGMS.
34        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
35
362002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
39
402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
43        Remove $(OBJS) from all-local.
44
452002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
48
492001-05-09      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: In support of gcc 3.1, added one of more
52        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
53        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
54        and direction of segments to memory regions may also have been
55        addressed.  This was a sweep across all BSPs.
56 
572002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
60
612002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * vectors/vectors.S: Include <asm.h>.
64
652001-04-08      Joel Sherrill <joel@OARcorp.com>
66
67        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
68 
692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac:
72        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
73        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
74        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
85
862001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
89
902001-11-28      Joel Sherrill <joel@OARcorp.com>,
91
92        This was tracked as PR87.
93        * README, configure.ac, include/Makefile.am, include/bsp.h,
94        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
95        Eliminated conditional code for generation 1 boards as these are
96        no longer available.
97        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
98
992001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Add @exceptions@ to SUBDIRS.
102        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
103        make/custom/score603e.cfg;
104        Add automake conditional for SCORE_GENERATION_1;
105        Add RTEMS_PPC_EXCEPTIONS([old]).
106        * include/Makefile.am: include force-preinstall.am.
107        * start/start.S: include <bspopts.h> instead of targopts.h.
108        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
109        * vectors/vector.S: include <bsp.h>.
110        * wrapup/Makefile.am: Apply @exceptions@.
111
1122001-10-25      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: Added _init and _fini.
115
1162001-10-12      Joel Sherrill <joel@OARcorp.com>
117
118        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
119        console/consolebsp.h, console/consolereserveresources.c,
120        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
121        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
122        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
123        startup/vmeintr.c, timer/timer.c: Fixed typo.
124
1252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
128        * configure.in: Remove.
129        * configure.ac: New file, generated from configure.in by autoupdate.
130
1312001-10-11      Joel Sherrill <joel@OARcorp.com>
132
133        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
134        delay_in_bus_cycles() to add rtems_bsp_ prefix.
135
1362001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
139
1402001-08-30      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
143        gnat 3.13p.
144
1452001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.in: Add bspopts.h.
148        * include/.cvsignore: Add bspopts.h*, stamp-h*.
149        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
150        * include/bsp.h: Include bspopts.h.
151
1522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
155
1562001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
159        CVS-Id.
160        * include/chain.h: Remove.
161        * include/Makefile.am: Remove chain.h.
162
1632000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
166
1672000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
170
1712000-11-01      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
174        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
175        now must be referenced as <rtems/XXX.h>.   Header file order
176        was cleaned up while doing this.
177
1782000-11-01      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
181        and libcsupport.h moved from libc to lib/include/rtems and
182        now must be referenced as <rtems/XXX.h>.   Header file order
183        was cleaned up while doing this.
184
1852000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
188        Switch to GNU canonicalization.
189
1902000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
193        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
194        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
195        compile.am
196
1972000-08-10      Joel Sherrill <joel@OARcorp.com>
198
199        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.