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

4.104.114.84.95
Last change on this file since db0b369 was db0b369, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 13:11:22

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

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 9.3 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
82003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
122003-09-04      Joel Sherrill <joel@OARcorp.com>
13
14        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
15        console/console.c, console/consolebsp.h,
16        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
17        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
18        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
19        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
20        for license changed.
21
222003-09-04      Joel Sherrill <joel@OARcorp.com>
23
24        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
25        statement about copyright assignment.
26
272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect having moved aclocal/.
30
312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect having moved automake/.
34        * PCI_bus/Makefile.am: Reflect having moved automake/.
35        * clock/Makefile.am: Reflect having moved automake/.
36        * console/Makefile.am: Reflect having moved automake/.
37        * include/Makefile.am: Reflect having moved automake/.
38        * start/Makefile.am: Reflect having moved automake/.
39        * startup/Makefile.am: Reflect having moved automake/.
40        * timer/Makefile.am: Reflect having moved automake/.
41        * tod/Makefile.am: Reflect having moved automake/.
42        * vectors/Makefile.am: Reflect having moved automake/.
43        * wrapup/Makefile.am: Reflect having moved automake/.
44
452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
48
492003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        PR 445/bsps
52        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
53        Remove cpp, old_cpp (now unused).
54
552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove AC_CONFIG_AUX_DIR.
58
592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
62
632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: AC_PREREQ(2.57).
66
672003-01-20      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/linkcmds*: Add FreeBSD sysctl() sections.
70
712002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81
822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: Use install-data-local to install startfile.
85
862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89
902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Reformat.
93        Add autom4te*cache.
94        Remove autom4te.cache.
95
962002-08-21      Joel Sherrill <joel@OARcorp.com>
97
98        * bsp_specs: Added support for -nostdlibs.
99
1002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
111
1122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: Eliminate PGMS.
115        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
116
1172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
120
1212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
124        Remove $(OBJS) from all-local.
125
1262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
129
1302001-05-09      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/linkcmds: In support of gcc 3.1, added one of more
133        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
134        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
135        and direction of segments to memory regions may also have been
136        addressed.  This was a sweep across all BSPs.
137 
1382002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
141
1422002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * vectors/vectors.S: Include <asm.h>.
145
1462001-04-08      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
149 
1502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac:
153        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
154        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
155        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
166
1672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
170
1712001-11-28      Joel Sherrill <joel@OARcorp.com>,
172
173        This was tracked as PR87.
174        * README, configure.ac, include/Makefile.am, include/bsp.h,
175        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
176        Eliminated conditional code for generation 1 boards as these are
177        no longer available.
178        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
179
1802001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Add @exceptions@ to SUBDIRS.
183        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
184        make/custom/score603e.cfg;
185        Add automake conditional for SCORE_GENERATION_1;
186        Add RTEMS_PPC_EXCEPTIONS([old]).
187        * include/Makefile.am: include force-preinstall.am.
188        * start/start.S: include <bspopts.h> instead of targopts.h.
189        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
190        * vectors/vector.S: include <bsp.h>.
191        * wrapup/Makefile.am: Apply @exceptions@.
192
1932001-10-25      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Added _init and _fini.
196
1972001-10-12      Joel Sherrill <joel@OARcorp.com>
198
199        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
200        console/consolebsp.h, console/consolereserveresources.c,
201        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
202        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
203        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
204        startup/vmeintr.c, timer/timer.c: Fixed typo.
205
2062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
209        * configure.in: Remove.
210        * configure.ac: New file, generated from configure.in by autoupdate.
211
2122001-10-11      Joel Sherrill <joel@OARcorp.com>
213
214        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
215        delay_in_bus_cycles() to add rtems_bsp_ prefix.
216
2172001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
220
2212001-08-30      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
224        gnat 3.13p.
225
2262001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.in: Add bspopts.h.
229        * include/.cvsignore: Add bspopts.h*, stamp-h*.
230        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
231        * include/bsp.h: Include bspopts.h.
232
2332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
234
235        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
236
2372001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
240        CVS-Id.
241        * include/chain.h: Remove.
242        * include/Makefile.am: Remove chain.h.
243
2442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
247
2482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
251
2522000-11-01      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
255        libio.h, 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-11-01      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
262        and libcsupport.h moved from libc to lib/include/rtems and
263        now must be referenced as <rtems/XXX.h>.   Header file order
264        was cleaned up while doing this.
265
2662000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
269        Switch to GNU canonicalization.
270
2712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
274        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
275        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
276        compile.am
277
2782000-08-10      Joel Sherrill <joel@OARcorp.com>
279
280        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.