source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 6411947

4.104.114.84.95
Last change on this file since 6411947 was 6411947, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 06:14:08

2004-01-05 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a.
  • Property mode set to 100644
File size: 11.1 KB
Line 
12004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate $(LIB).
4        Use noinst_DATA to trigger building libbsp.a.
5
62003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * clock/Makefile.am: Eliminate VPATH.
9        * console/Makefile.am: Eliminate VPATH.
10        * irq/Makefile.am: Eliminate VPATH.
11        * network/Makefile.am: Eliminate VPATH.
12        * startup/Makefile.am: Eliminate VPATH.
13
142003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        PR 545/bsps
17        * startup/setvec.c: Removed.
18
192003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * startup/linkcmds: Remove SEARCH_DIR.
22
232003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
26        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
27
282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
31        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
32        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
33        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
34
352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
38
392003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: Misc cleanups and fixes.
42        * startup/Makefile.am: Misc cleanups and fixes.
43        * startup/linkcmds: Preparations for gcc-3.3.x.
44        * wrapup/Makefile.am: Misc cleanups and fixes.
45
462003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * startup/Makefile.am: Remove S_FILES (Unused).
49        * vectors/Makefile.am: Cosmetics.
50        * wrapup/Makefile.am: Cosmetics.
51
522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add preinstallation dirstamp support.
55        * clock/Makefile.am: Cosmetics.
56        * console/Makefile.am: Cosmetics.
57        * irq/Makefile.am: Add preinstallation dirstamp support.
58        * network/Makefile.am: Cosmetics.
59        * startup/Makefile.am: Cosmetics.
60        * vectors/Makefile.am: Add preinstallation dirstamp support.
61        * wrapup/Makefile.am: Cosmetics.
62
632003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * clock/Makefile.am: Remove all-local: $(ARCH).
66        * console/Makefile.am: Remove all-local: $(ARCH).
67        * irq/Makefile.am: Remove all-local: $(ARCH).
68        * network/Makefile.am: Remove all-local: $(ARCH).
69        * start/Makefile.am: Remove all-local: $(ARCH).
70        * startup/Makefile.am: Remove all-local: $(ARCH).
71        * vectors/Makefile.am: Remove all-local: $(ARCH).
72        * wrapup/Makefile.am: Remove all-local: $(ARCH).
73
742003-10-22      Joel Sherrill <joel@OARcorp.com>
75
76        PR 510/bsps
77        * irq/irq.h: Add extern C wrapper.
78
792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Merge-in include/Makefile.am.
82        Reflect changes to bsp.am.
83        * include/Makefile.am: Remove.
84        * configure.ac: Reflect changes above.
85
862003-09-04      Joel Sherrill <joel@OARcorp.com>
87
88        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
89        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
90        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
91        vectors/vectors_init.c: URL for license changed.
92
932003-08-20      Joel Sherrill <joel@OARcorp.com>
94
95        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
96
972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Reflect having moved aclocal/.
100
1012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reflect having moved automake/.
104        * clock/Makefile.am: Reflect having moved automake/.
105        * console/Makefile.am: Reflect having moved automake/.
106        * include/Makefile.am: Reflect having moved automake/.
107        * irq/Makefile.am: Reflect having moved automake/.
108        * network/Makefile.am: Reflect having moved automake/.
109        * start/Makefile.am: Reflect having moved automake/.
110        * startup/Makefile.am: Reflect having moved automake/.
111        * vectors/Makefile.am: Reflect having moved automake/.
112        * wrapup/Makefile.am: Reflect having moved automake/.
113
1142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
117
1182003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        PR 445/bsps
121        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
122        Remove cpp, old_cpp (now unused).
123
1242003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
127        Use memcmp instead of bcmp.
128
1292003-07-18      Till Straumann <strauman@slac.stanford.edu>
130
131        PR 288/rtems
132        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
133
1342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove AC_CONFIG_AUX_DIR.
137
1382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
141
1422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: AC_PREREQ(2.57).
145
1462003-01-20      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
149
1502002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
154        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
155        Remove SORDID_HACK. Eliminate *_O_FILES.
156        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
158        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
159        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
160
1612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: Use install-data-local to install startfile.
164
1652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168
1692002-11-04      Joel Sherrill <joel@OARcorp.com>
170
171        * irq/irq.c: Removed warnings.
172
1732002-11-04      Joel Sherrill <joel@OARcorp.com>
174
175        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
176        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
177        Removed warnings.
178
1792002-11-01      Joel Sherrill <joel@OARcorp.com>
180
181        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
182        removed warnings.
183
1842002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
185
186        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
187        for _ISR_Nest_level.
188
1892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * .cvsignore: Reformat.
192        Add autom4te*cache.
193        Remove autom4te.cache.
194
1952002-08-21      Joel Sherrill <joel@OARcorp.com>
196
197        * bsp_specs: Added support for -nostdlibs.
198
1992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
209
2102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: Eliminate PGM.
213        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
214
2152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
218
2192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
222        Remove $(OBJS) from all-local.
223
2242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
227
2282001-05-09      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: In support of gcc 3.1, added one of more
231        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
232        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
233        and direction of segments to memory regions may also have been
234        addressed.  This was a sweep across all BSPs.
235 
2362002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
239        * irq/irq_asm.S: Ditto.
240        * network/network.c: Include <rtems/bspIo.h>.
241        * start/start.S: Include <asm.h> instead of "asm.h".
242        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
243
2442002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
247
2482002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
251
2522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac:
255        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
256        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
257        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
267
2682002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Add RTEMS_CHECK_NETWORKING.
271
2722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
275        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
276        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
277
2782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
281
2822001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
285        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
286
2872001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Add @exceptions@ to SUBDIRS.
290        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
291        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
292        * include/Makefile.am: Convert PREINSTALL_FILES to
293        TMPINSTALL_FILES, include force-preinstall.am.
294        * wrapup/Makefile.am: Apply @exceptions@.
295
2962001-10-29      Joel Sherrill <joel@OARcorp.com>
297
298        * .cvsignore: Add more entries.
299
3002001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * aclocal.m4: Removed.  Should not have been in CVS.
303
3042001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal.m4: Regenerated.
307        * configure.ac, include/Makefile.am, irq/Makefile.am,
308        vectors/Makefile.am: Updated to autoconf 2.52.
309        * include/.cvsignore: Added newly generated files.
310        * include/bsp.h: Added include of bspopts.h.
311
3122001-10-22      Joel Sherrill <joel@OARcorp.com>
313
314        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
315        include/.cvsignore, network/.cvsignore, start/.cvsignore,
316        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
317        files and other files missed in previous commit.
318
31901-10-22        Andy Dachs <a.dachs@sstl.co.uk>
320
321        * mpc8260ads added as new BSP.  tm27 reported not to run
322        at this time.
323        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
324        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
325        console/Makefile.am, console/console.c, include/Makefile.am,
326        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
327        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
328        network/Makefile.am, network/README, network/if_hdlcsubr.c,
329        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
330        start/start.S, startup/Makefile.am, startup/bspstart.c,
331        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
332        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
333        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
334        New files.
335
Note: See TracBrowser for help on using the repository browser.