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

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 12.7 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * wrapup/Makefile.am: Convert to automake-building rules.
12
132004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
16        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
17        vectors/Makefile.am. Use automake compilation rules.
18        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
19        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
20        * configure.ac: Reflect changes above.
21        * wrapup/Makefile: Reflect changes above.
22
232004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Merge-in start/Makefile.am.
26        * start/Makefile.am: Remove.
27        * configure.ac: Reflect changes above.
28
292004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * wrapup/Makefile.am: Reflect changes to
32        ../support/*exception_processing/*.
33
342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
37        Add RTEMS_PROG_CCAS.
38
392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add PREINSTALL_DIRS.
42        * irq/Makefile.am: Add PREINSTALL_DIRS.
43        * vectors/Makefile.am: Add PREINSTALL_DIRS.
44        * wrapup/Makefile.am: Reflect changes to libcpu.
45
462004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
49        Add PRE/TMPINSTALL_FILES to CLEANFILES.
50        * irq/Makefile.am: Ditto.
51        * start/Makefile.am: Ditto.
52        * startup/Makefile.am: Ditto.
53        * vectors/Makefile.am: Ditto.
54
552004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Eliminate $(LIB).
58        Use noinst_DATA to trigger building libbsp.a.
59
602003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Eliminate VPATH.
63        * console/Makefile.am: Eliminate VPATH.
64        * irq/Makefile.am: Eliminate VPATH.
65        * network/Makefile.am: Eliminate VPATH.
66        * startup/Makefile.am: Eliminate VPATH.
67
682003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        PR 545/bsps
71        * startup/setvec.c: Removed.
72
732003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/linkcmds: Remove SEARCH_DIR.
76
772003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
80        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
81
822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
85        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
88
892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
92
932003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * start/Makefile.am: Misc cleanups and fixes.
96        * startup/Makefile.am: Misc cleanups and fixes.
97        * startup/linkcmds: Preparations for gcc-3.3.x.
98        * wrapup/Makefile.am: Misc cleanups and fixes.
99
1002003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * startup/Makefile.am: Remove S_FILES (Unused).
103        * vectors/Makefile.am: Cosmetics.
104        * wrapup/Makefile.am: Cosmetics.
105
1062003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Add preinstallation dirstamp support.
109        * clock/Makefile.am: Cosmetics.
110        * console/Makefile.am: Cosmetics.
111        * irq/Makefile.am: Add preinstallation dirstamp support.
112        * network/Makefile.am: Cosmetics.
113        * startup/Makefile.am: Cosmetics.
114        * vectors/Makefile.am: Add preinstallation dirstamp support.
115        * wrapup/Makefile.am: Cosmetics.
116
1172003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * clock/Makefile.am: Remove all-local: $(ARCH).
120        * console/Makefile.am: Remove all-local: $(ARCH).
121        * irq/Makefile.am: Remove all-local: $(ARCH).
122        * network/Makefile.am: Remove all-local: $(ARCH).
123        * start/Makefile.am: Remove all-local: $(ARCH).
124        * startup/Makefile.am: Remove all-local: $(ARCH).
125        * vectors/Makefile.am: Remove all-local: $(ARCH).
126        * wrapup/Makefile.am: Remove all-local: $(ARCH).
127
1282003-10-22      Joel Sherrill <joel@OARcorp.com>
129
130        PR 510/bsps
131        * irq/irq.h: Add extern C wrapper.
132
1332003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Merge-in include/Makefile.am.
136        Reflect changes to bsp.am.
137        * include/Makefile.am: Remove.
138        * configure.ac: Reflect changes above.
139
1402003-09-04      Joel Sherrill <joel@OARcorp.com>
141
142        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
143        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
144        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
145        vectors/vectors_init.c: URL for license changed.
146
1472003-08-20      Joel Sherrill <joel@OARcorp.com>
148
149        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
150
1512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved aclocal/.
154
1552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved automake/.
158        * clock/Makefile.am: Reflect having moved automake/.
159        * console/Makefile.am: Reflect having moved automake/.
160        * include/Makefile.am: Reflect having moved automake/.
161        * irq/Makefile.am: Reflect having moved automake/.
162        * network/Makefile.am: Reflect having moved automake/.
163        * start/Makefile.am: Reflect having moved automake/.
164        * startup/Makefile.am: Reflect having moved automake/.
165        * vectors/Makefile.am: Reflect having moved automake/.
166        * wrapup/Makefile.am: Reflect having moved automake/.
167
1682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
171
1722003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        PR 445/bsps
175        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
176        Remove cpp, old_cpp (now unused).
177
1782003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
181        Use memcmp instead of bcmp.
182
1832003-07-18      Till Straumann <strauman@slac.stanford.edu>
184
185        PR 288/rtems
186        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
187
1882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove AC_CONFIG_AUX_DIR.
191
1922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AC_PREREQ(2.57).
199
2002003-01-20      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
203
2042002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        Remove SORDID_HACK. Eliminate *_O_FILES.
210        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214
2152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * start/Makefile.am: Use install-data-local to install startfile.
218
2192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222
2232002-11-04      Joel Sherrill <joel@OARcorp.com>
224
225        * irq/irq.c: Removed warnings.
226
2272002-11-04      Joel Sherrill <joel@OARcorp.com>
228
229        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
230        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
231        Removed warnings.
232
2332002-11-01      Joel Sherrill <joel@OARcorp.com>
234
235        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
236        removed warnings.
237
2382002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
239
240        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
241        for _ISR_Nest_level.
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Reformat.
246        Add autom4te*cache.
247        Remove autom4te.cache.
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * bsp_specs: Added support for -nostdlibs.
252
2532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
263
2642002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/Makefile.am: Eliminate PGM.
267        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
268
2692002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
272
2732002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
276        Remove $(OBJS) from all-local.
277
2782002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
281
2822001-05-09      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/linkcmds: In support of gcc 3.1, added one of more
285        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
286        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
287        and direction of segments to memory regions may also have been
288        addressed.  This was a sweep across all BSPs.
289 
2902002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
293        * irq/irq_asm.S: Ditto.
294        * network/network.c: Include <rtems/bspIo.h>.
295        * start/start.S: Include <asm.h> instead of "asm.h".
296        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
297
2982002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
301
3022002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
305
3062002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac:
309        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
310        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
311        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321
3222002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Add RTEMS_CHECK_NETWORKING.
325
3262002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
329        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
330        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
331
3322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
335
3362001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
339        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
340
3412001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Add @exceptions@ to SUBDIRS.
344        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
345        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
346        * include/Makefile.am: Convert PREINSTALL_FILES to
347        TMPINSTALL_FILES, include force-preinstall.am.
348        * wrapup/Makefile.am: Apply @exceptions@.
349
3502001-10-29      Joel Sherrill <joel@OARcorp.com>
351
352        * .cvsignore: Add more entries.
353
3542001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * aclocal.m4: Removed.  Should not have been in CVS.
357
3582001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * aclocal.m4: Regenerated.
361        * configure.ac, include/Makefile.am, irq/Makefile.am,
362        vectors/Makefile.am: Updated to autoconf 2.52.
363        * include/.cvsignore: Added newly generated files.
364        * include/bsp.h: Added include of bspopts.h.
365
3662001-10-22      Joel Sherrill <joel@OARcorp.com>
367
368        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
369        include/.cvsignore, network/.cvsignore, start/.cvsignore,
370        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
371        files and other files missed in previous commit.
372
37301-10-22        Andy Dachs <a.dachs@sstl.co.uk>
374
375        * mpc8260ads added as new BSP.  tm27 reported not to run
376        at this time.
377        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
378        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
379        console/Makefile.am, console/console.c, include/Makefile.am,
380        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
381        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
382        network/Makefile.am, network/README, network/if_hdlcsubr.c,
383        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
384        start/start.S, startup/Makefile.am, startup/bspstart.c,
385        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
386        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
387        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
388        New files.
389
Note: See TracBrowser for help on using the repository browser.