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

4.104.114.84.95
Last change on this file since 6128a4a was a0ae72e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:28
  • irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 13.5 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
8        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
9        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
10        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
11
122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
15        startup/bspstart.c: Convert to using c99 fixed size types.
16
172004-03-03      Joel Sherrill <joel@OARcorp.com>
18
19        * irq/irq.h: Correct typo.
20
212004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24        Preinstall dist_project_lib*.
25
262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29
302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
33
342004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Convert to automake-building rules.
37
382004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
41        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
42        vectors/Makefile.am. Use automake compilation rules.
43        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
44        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
45        * configure.ac: Reflect changes above.
46        * wrapup/Makefile: Reflect changes above.
47
482004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Merge-in start/Makefile.am.
51        * start/Makefile.am: Remove.
52        * configure.ac: Reflect changes above.
53
542004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Reflect changes to
57        ../support/*exception_processing/*.
58
592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
62        Add RTEMS_PROG_CCAS.
63
642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add PREINSTALL_DIRS.
67        * irq/Makefile.am: Add PREINSTALL_DIRS.
68        * vectors/Makefile.am: Add PREINSTALL_DIRS.
69        * wrapup/Makefile.am: Reflect changes to libcpu.
70
712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
74        Add PRE/TMPINSTALL_FILES to CLEANFILES.
75        * irq/Makefile.am: Ditto.
76        * start/Makefile.am: Ditto.
77        * startup/Makefile.am: Ditto.
78        * vectors/Makefile.am: Ditto.
79
802004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Eliminate $(LIB).
83        Use noinst_DATA to trigger building libbsp.a.
84
852003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * clock/Makefile.am: Eliminate VPATH.
88        * console/Makefile.am: Eliminate VPATH.
89        * irq/Makefile.am: Eliminate VPATH.
90        * network/Makefile.am: Eliminate VPATH.
91        * startup/Makefile.am: Eliminate VPATH.
92
932003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        PR 545/bsps
96        * startup/setvec.c: Removed.
97
982003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * startup/linkcmds: Remove SEARCH_DIR.
101
1022003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
105        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
106
1072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
110        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
111        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
112        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
113
1142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
117
1182003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * start/Makefile.am: Misc cleanups and fixes.
121        * startup/Makefile.am: Misc cleanups and fixes.
122        * startup/linkcmds: Preparations for gcc-3.3.x.
123        * wrapup/Makefile.am: Misc cleanups and fixes.
124
1252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * startup/Makefile.am: Remove S_FILES (Unused).
128        * vectors/Makefile.am: Cosmetics.
129        * wrapup/Makefile.am: Cosmetics.
130
1312003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Add preinstallation dirstamp support.
134        * clock/Makefile.am: Cosmetics.
135        * console/Makefile.am: Cosmetics.
136        * irq/Makefile.am: Add preinstallation dirstamp support.
137        * network/Makefile.am: Cosmetics.
138        * startup/Makefile.am: Cosmetics.
139        * vectors/Makefile.am: Add preinstallation dirstamp support.
140        * wrapup/Makefile.am: Cosmetics.
141
1422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * clock/Makefile.am: Remove all-local: $(ARCH).
145        * console/Makefile.am: Remove all-local: $(ARCH).
146        * irq/Makefile.am: Remove all-local: $(ARCH).
147        * network/Makefile.am: Remove all-local: $(ARCH).
148        * start/Makefile.am: Remove all-local: $(ARCH).
149        * startup/Makefile.am: Remove all-local: $(ARCH).
150        * vectors/Makefile.am: Remove all-local: $(ARCH).
151        * wrapup/Makefile.am: Remove all-local: $(ARCH).
152
1532003-10-22      Joel Sherrill <joel@OARcorp.com>
154
155        PR 510/bsps
156        * irq/irq.h: Add extern C wrapper.
157
1582003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Merge-in include/Makefile.am.
161        Reflect changes to bsp.am.
162        * include/Makefile.am: Remove.
163        * configure.ac: Reflect changes above.
164
1652003-09-04      Joel Sherrill <joel@OARcorp.com>
166
167        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
168        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
169        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
170        vectors/vectors_init.c: URL for license changed.
171
1722003-08-20      Joel Sherrill <joel@OARcorp.com>
173
174        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
175
1762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect having moved aclocal/.
179
1802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Reflect having moved automake/.
183        * clock/Makefile.am: Reflect having moved automake/.
184        * console/Makefile.am: Reflect having moved automake/.
185        * include/Makefile.am: Reflect having moved automake/.
186        * irq/Makefile.am: Reflect having moved automake/.
187        * network/Makefile.am: Reflect having moved automake/.
188        * start/Makefile.am: Reflect having moved automake/.
189        * startup/Makefile.am: Reflect having moved automake/.
190        * vectors/Makefile.am: Reflect having moved automake/.
191        * wrapup/Makefile.am: Reflect having moved automake/.
192
1932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
196
1972003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        PR 445/bsps
200        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
201        Remove cpp, old_cpp (now unused).
202
2032003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
206        Use memcmp instead of bcmp.
207
2082003-07-18      Till Straumann <strauman@slac.stanford.edu>
209
210        PR 288/rtems
211        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
212
2132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Remove AC_CONFIG_AUX_DIR.
216
2172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
220
2212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: AC_PREREQ(2.57).
224
2252003-01-20      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
228
2292002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        Remove SORDID_HACK. Eliminate *_O_FILES.
235        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239
2402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * start/Makefile.am: Use install-data-local to install startfile.
243
2442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247
2482002-11-04      Joel Sherrill <joel@OARcorp.com>
249
250        * irq/irq.c: Removed warnings.
251
2522002-11-04      Joel Sherrill <joel@OARcorp.com>
253
254        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
255        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
256        Removed warnings.
257
2582002-11-01      Joel Sherrill <joel@OARcorp.com>
259
260        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
261        removed warnings.
262
2632002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
264
265        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
266        for _ISR_Nest_level.
267
2682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * .cvsignore: Reformat.
271        Add autom4te*cache.
272        Remove autom4te.cache.
273
2742002-08-21      Joel Sherrill <joel@OARcorp.com>
275
276        * bsp_specs: Added support for -nostdlibs.
277
2782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
288
2892002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: Eliminate PGM.
292        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
293
2942002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
297
2982002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
301        Remove $(OBJS) from all-local.
302
3032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
306
3072001-05-09      Joel Sherrill <joel@OARcorp.com>
308
309        * startup/linkcmds: In support of gcc 3.1, added one of more
310        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
311        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
312        and direction of segments to memory regions may also have been
313        addressed.  This was a sweep across all BSPs.
314 
3152002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
318        * irq/irq_asm.S: Ditto.
319        * network/network.c: Include <rtems/bspIo.h>.
320        * start/start.S: Include <asm.h> instead of "asm.h".
321        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
322
3232002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
326
3272002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
330
3312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac:
334        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
335        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
336        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
346
3472002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Add RTEMS_CHECK_NETWORKING.
350
3512002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
354        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
355        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
356
3572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
360
3612001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
364        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
365
3662001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Add @exceptions@ to SUBDIRS.
369        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
370        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
371        * include/Makefile.am: Convert PREINSTALL_FILES to
372        TMPINSTALL_FILES, include force-preinstall.am.
373        * wrapup/Makefile.am: Apply @exceptions@.
374
3752001-10-29      Joel Sherrill <joel@OARcorp.com>
376
377        * .cvsignore: Add more entries.
378
3792001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * aclocal.m4: Removed.  Should not have been in CVS.
382
3832001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * aclocal.m4: Regenerated.
386        * configure.ac, include/Makefile.am, irq/Makefile.am,
387        vectors/Makefile.am: Updated to autoconf 2.52.
388        * include/.cvsignore: Added newly generated files.
389        * include/bsp.h: Added include of bspopts.h.
390
3912001-10-22      Joel Sherrill <joel@OARcorp.com>
392
393        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
394        include/.cvsignore, network/.cvsignore, start/.cvsignore,
395        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
396        files and other files missed in previous commit.
397
39801-10-22        Andy Dachs <a.dachs@sstl.co.uk>
399
400        * mpc8260ads added as new BSP.  tm27 reported not to run
401        at this time.
402        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
403        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
404        console/Makefile.am, console/console.c, include/Makefile.am,
405        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
406        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
407        network/Makefile.am, network/README, network/if_hdlcsubr.c,
408        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
409        start/start.S, startup/Makefile.am, startup/bspstart.c,
410        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
411        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
412        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
413        New files.
414
Note: See TracBrowser for help on using the repository browser.