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

4.104.114.84.95
Last change on this file since c483a4e was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 8.3 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * PCI_bus/Makefile.am: Reflect having moved automake/.
5        * clock/Makefile.am: Reflect having moved automake/.
6        * console/Makefile.am: Reflect having moved automake/.
7        * include/Makefile.am: Reflect having moved automake/.
8        * start/Makefile.am: Reflect having moved automake/.
9        * startup/Makefile.am: Reflect having moved automake/.
10        * timer/Makefile.am: Reflect having moved automake/.
11        * tod/Makefile.am: Reflect having moved automake/.
12        * vectors/Makefile.am: Reflect having moved automake/.
13        * wrapup/Makefile.am: Reflect having moved automake/.
14
152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
18
192003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        PR 445/bsps
22        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
23        Remove cpp, old_cpp (now unused).
24
252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove AC_CONFIG_AUX_DIR.
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AC_PREREQ(2.57).
36
372003-01-20      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds*: Add FreeBSD sysctl() sections.
40
412002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51
522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: Use install-data-local to install startfile.
55
562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59
602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Reformat.
63        Add autom4te*cache.
64        Remove autom4te.cache.
65
662002-08-21      Joel Sherrill <joel@OARcorp.com>
67
68        * bsp_specs: Added support for -nostdlibs.
69
702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
78        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
81
822002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: Eliminate PGMS.
85        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
86
872002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
90
912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
94        Remove $(OBJS) from all-local.
95
962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
99
1002001-05-09      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/linkcmds: In support of gcc 3.1, added one of more
103        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
104        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
105        and direction of segments to memory regions may also have been
106        addressed.  This was a sweep across all BSPs.
107 
1082002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
111
1122002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * vectors/vectors.S: Include <asm.h>.
115
1162001-04-08      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
119 
1202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac:
123        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
124        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
125        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
136
1372001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
140
1412001-11-28      Joel Sherrill <joel@OARcorp.com>,
142
143        This was tracked as PR87.
144        * README, configure.ac, include/Makefile.am, include/bsp.h,
145        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
146        Eliminated conditional code for generation 1 boards as these are
147        no longer available.
148        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
149
1502001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Add @exceptions@ to SUBDIRS.
153        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
154        make/custom/score603e.cfg;
155        Add automake conditional for SCORE_GENERATION_1;
156        Add RTEMS_PPC_EXCEPTIONS([old]).
157        * include/Makefile.am: include force-preinstall.am.
158        * start/start.S: include <bspopts.h> instead of targopts.h.
159        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
160        * vectors/vector.S: include <bsp.h>.
161        * wrapup/Makefile.am: Apply @exceptions@.
162
1632001-10-25      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/linkcmds: Added _init and _fini.
166
1672001-10-12      Joel Sherrill <joel@OARcorp.com>
168
169        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
170        console/consolebsp.h, console/consolereserveresources.c,
171        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
172        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
173        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
174        startup/vmeintr.c, timer/timer.c: Fixed typo.
175
1762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
179        * configure.in: Remove.
180        * configure.ac: New file, generated from configure.in by autoupdate.
181
1822001-10-11      Joel Sherrill <joel@OARcorp.com>
183
184        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
185        delay_in_bus_cycles() to add rtems_bsp_ prefix.
186
1872001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
190
1912001-08-30      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
194        gnat 3.13p.
195
1962001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.in: Add bspopts.h.
199        * include/.cvsignore: Add bspopts.h*, stamp-h*.
200        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
201        * include/bsp.h: Include bspopts.h.
202
2032001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
204
205        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
206
2072001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
210        CVS-Id.
211        * include/chain.h: Remove.
212        * include/Makefile.am: Remove chain.h.
213
2142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
217
2182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
221
2222000-11-01      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
225        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
226        now must be referenced as <rtems/XXX.h>.   Header file order
227        was cleaned up while doing this.
228
2292000-11-01      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
232        and libcsupport.h moved from libc to lib/include/rtems and
233        now must be referenced as <rtems/XXX.h>.   Header file order
234        was cleaned up while doing this.
235
2362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
239        Switch to GNU canonicalization.
240
2412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
244        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
245        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
246        compile.am
247
2482000-08-10      Joel Sherrill <joel@OARcorp.com>
249
250        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.