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

4.104.114.84.95
Last change on this file since e05490a8 was e05490a8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/03 at 11:05:23

2003-09-19 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove *lib:.
  • Property mode set to 100644
File size: 9.1 KB
Line 
12003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove *lib:.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
8        console/console.c, console/consolebsp.h,
9        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
10        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
11        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
12        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
13        for license changed.
14
152003-09-04      Joel Sherrill <joel@OARcorp.com>
16
17        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
18        statement about copyright assignment.
19
202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reflect having moved aclocal/.
23
242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect having moved automake/.
27        * PCI_bus/Makefile.am: Reflect having moved automake/.
28        * clock/Makefile.am: Reflect having moved automake/.
29        * console/Makefile.am: Reflect having moved automake/.
30        * include/Makefile.am: Reflect having moved automake/.
31        * start/Makefile.am: Reflect having moved automake/.
32        * startup/Makefile.am: Reflect having moved automake/.
33        * timer/Makefile.am: Reflect having moved automake/.
34        * tod/Makefile.am: Reflect having moved automake/.
35        * vectors/Makefile.am: Reflect having moved automake/.
36        * wrapup/Makefile.am: Reflect having moved automake/.
37
382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
41
422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 445/bsps
45        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
46        Remove cpp, old_cpp (now unused).
47
482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602003-01-20      Joel Sherrill <joel@OARcorp.com>
61
62        * startup/linkcmds*: Add FreeBSD sysctl() sections.
63
642002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74
752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Use install-data-local to install startfile.
78
792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82
832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * .cvsignore: Reformat.
86        Add autom4te*cache.
87        Remove autom4te.cache.
88
892002-08-21      Joel Sherrill <joel@OARcorp.com>
90
91        * bsp_specs: Added support for -nostdlibs.
92
932002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
104
1052002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * start/Makefile.am: Eliminate PGMS.
108        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
109
1102002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
113
1142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
117        Remove $(OBJS) from all-local.
118
1192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
122
1232001-05-09      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: In support of gcc 3.1, added one of more
126        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
127        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
128        and direction of segments to memory regions may also have been
129        addressed.  This was a sweep across all BSPs.
130 
1312002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
134
1352002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * vectors/vectors.S: Include <asm.h>.
138
1392001-04-08      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
142 
1432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac:
146        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
147        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
148        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
159
1602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
163
1642001-11-28      Joel Sherrill <joel@OARcorp.com>,
165
166        This was tracked as PR87.
167        * README, configure.ac, include/Makefile.am, include/bsp.h,
168        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
169        Eliminated conditional code for generation 1 boards as these are
170        no longer available.
171        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
172
1732001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Add @exceptions@ to SUBDIRS.
176        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
177        make/custom/score603e.cfg;
178        Add automake conditional for SCORE_GENERATION_1;
179        Add RTEMS_PPC_EXCEPTIONS([old]).
180        * include/Makefile.am: include force-preinstall.am.
181        * start/start.S: include <bspopts.h> instead of targopts.h.
182        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
183        * vectors/vector.S: include <bsp.h>.
184        * wrapup/Makefile.am: Apply @exceptions@.
185
1862001-10-25      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds: Added _init and _fini.
189
1902001-10-12      Joel Sherrill <joel@OARcorp.com>
191
192        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
193        console/consolebsp.h, console/consolereserveresources.c,
194        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
195        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
196        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
197        startup/vmeintr.c, timer/timer.c: Fixed typo.
198
1992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
202        * configure.in: Remove.
203        * configure.ac: New file, generated from configure.in by autoupdate.
204
2052001-10-11      Joel Sherrill <joel@OARcorp.com>
206
207        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
208        delay_in_bus_cycles() to add rtems_bsp_ prefix.
209
2102001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
213
2142001-08-30      Joel Sherrill <joel@OARcorp.com>
215
216        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
217        gnat 3.13p.
218
2192001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.in: Add bspopts.h.
222        * include/.cvsignore: Add bspopts.h*, stamp-h*.
223        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
224        * include/bsp.h: Include bspopts.h.
225
2262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
227
228        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
229
2302001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
233        CVS-Id.
234        * include/chain.h: Remove.
235        * include/Makefile.am: Remove chain.h.
236
2372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
240
2412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
244
2452000-11-01      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
248        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
249        now must be referenced as <rtems/XXX.h>.   Header file order
250        was cleaned up while doing this.
251
2522000-11-01      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
255        and libcsupport.h moved from libc to lib/include/rtems and
256        now must be referenced as <rtems/XXX.h>.   Header file order
257        was cleaned up while doing this.
258
2592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
262        Switch to GNU canonicalization.
263
2642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
267        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
268        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
269        compile.am
270
2712000-08-10      Joel Sherrill <joel@OARcorp.com>
272
273        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.