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

4.104.114.84.95
Last change on this file since 40e9b095 was 40e9b095, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:55

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • start/start.S: Include <rtems/asm.h> instead of <asm.h>.
  • vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • Property mode set to 100644
File size: 13.4 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
4        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
5        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
6        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
7
82004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
9
10        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
11        startup/bspstart.c: Convert to using c99 fixed size types.
12
132004-03-03      Joel Sherrill <joel@OARcorp.com>
14
15        * irq/irq.h: Correct typo.
16
172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20        Preinstall dist_project_lib*.
21
222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25
262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
29
302004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * wrapup/Makefile.am: Convert to automake-building rules.
33
342004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
37        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
38        vectors/Makefile.am. Use automake compilation rules.
39        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
40        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
41        * configure.ac: Reflect changes above.
42        * wrapup/Makefile: Reflect changes above.
43
442004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge-in start/Makefile.am.
47        * start/Makefile.am: Remove.
48        * configure.ac: Reflect changes above.
49
502004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Reflect changes to
53        ../support/*exception_processing/*.
54
552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
58        Add RTEMS_PROG_CCAS.
59
602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add PREINSTALL_DIRS.
63        * irq/Makefile.am: Add PREINSTALL_DIRS.
64        * vectors/Makefile.am: Add PREINSTALL_DIRS.
65        * wrapup/Makefile.am: Reflect changes to libcpu.
66
672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
70        Add PRE/TMPINSTALL_FILES to CLEANFILES.
71        * irq/Makefile.am: Ditto.
72        * start/Makefile.am: Ditto.
73        * startup/Makefile.am: Ditto.
74        * vectors/Makefile.am: Ditto.
75
762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Eliminate $(LIB).
79        Use noinst_DATA to trigger building libbsp.a.
80
812003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * clock/Makefile.am: Eliminate VPATH.
84        * console/Makefile.am: Eliminate VPATH.
85        * irq/Makefile.am: Eliminate VPATH.
86        * network/Makefile.am: Eliminate VPATH.
87        * startup/Makefile.am: Eliminate VPATH.
88
892003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 545/bsps
92        * startup/setvec.c: Removed.
93
942003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * startup/linkcmds: Remove SEARCH_DIR.
97
982003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
102
1032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
107        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
108        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
109
1102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
113
1142003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: Misc cleanups and fixes.
117        * startup/Makefile.am: Misc cleanups and fixes.
118        * startup/linkcmds: Preparations for gcc-3.3.x.
119        * wrapup/Makefile.am: Misc cleanups and fixes.
120
1212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/Makefile.am: Remove S_FILES (Unused).
124        * vectors/Makefile.am: Cosmetics.
125        * wrapup/Makefile.am: Cosmetics.
126
1272003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Add preinstallation dirstamp support.
130        * clock/Makefile.am: Cosmetics.
131        * console/Makefile.am: Cosmetics.
132        * irq/Makefile.am: Add preinstallation dirstamp support.
133        * network/Makefile.am: Cosmetics.
134        * startup/Makefile.am: Cosmetics.
135        * vectors/Makefile.am: Add preinstallation dirstamp support.
136        * wrapup/Makefile.am: Cosmetics.
137
1382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * clock/Makefile.am: Remove all-local: $(ARCH).
141        * console/Makefile.am: Remove all-local: $(ARCH).
142        * irq/Makefile.am: Remove all-local: $(ARCH).
143        * network/Makefile.am: Remove all-local: $(ARCH).
144        * start/Makefile.am: Remove all-local: $(ARCH).
145        * startup/Makefile.am: Remove all-local: $(ARCH).
146        * vectors/Makefile.am: Remove all-local: $(ARCH).
147        * wrapup/Makefile.am: Remove all-local: $(ARCH).
148
1492003-10-22      Joel Sherrill <joel@OARcorp.com>
150
151        PR 510/bsps
152        * irq/irq.h: Add extern C wrapper.
153
1542003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Merge-in include/Makefile.am.
157        Reflect changes to bsp.am.
158        * include/Makefile.am: Remove.
159        * configure.ac: Reflect changes above.
160
1612003-09-04      Joel Sherrill <joel@OARcorp.com>
162
163        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
164        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
165        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
166        vectors/vectors_init.c: URL for license changed.
167
1682003-08-20      Joel Sherrill <joel@OARcorp.com>
169
170        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
171
1722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved aclocal/.
175
1762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect having moved automake/.
179        * clock/Makefile.am: Reflect having moved automake/.
180        * console/Makefile.am: Reflect having moved automake/.
181        * include/Makefile.am: Reflect having moved automake/.
182        * irq/Makefile.am: Reflect having moved automake/.
183        * network/Makefile.am: Reflect having moved automake/.
184        * start/Makefile.am: Reflect having moved automake/.
185        * startup/Makefile.am: Reflect having moved automake/.
186        * vectors/Makefile.am: Reflect having moved automake/.
187        * wrapup/Makefile.am: Reflect having moved automake/.
188
1892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
192
1932003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        PR 445/bsps
196        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
197        Remove cpp, old_cpp (now unused).
198
1992003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
202        Use memcmp instead of bcmp.
203
2042003-07-18      Till Straumann <strauman@slac.stanford.edu>
205
206        PR 288/rtems
207        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
208
2092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Remove AC_CONFIG_AUX_DIR.
212
2132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
216
2172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: AC_PREREQ(2.57).
220
2212003-01-20      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
224
2252002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        Remove SORDID_HACK. Eliminate *_O_FILES.
231        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235
2362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Use install-data-local to install startfile.
239
2402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243
2442002-11-04      Joel Sherrill <joel@OARcorp.com>
245
246        * irq/irq.c: Removed warnings.
247
2482002-11-04      Joel Sherrill <joel@OARcorp.com>
249
250        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
251        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
252        Removed warnings.
253
2542002-11-01      Joel Sherrill <joel@OARcorp.com>
255
256        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
257        removed warnings.
258
2592002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
260
261        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
262        for _ISR_Nest_level.
263
2642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * .cvsignore: Reformat.
267        Add autom4te*cache.
268        Remove autom4te.cache.
269
2702002-08-21      Joel Sherrill <joel@OARcorp.com>
271
272        * bsp_specs: Added support for -nostdlibs.
273
2742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
284
2852002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * start/Makefile.am: Eliminate PGM.
288        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
289
2902002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
293
2942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
297        Remove $(OBJS) from all-local.
298
2992002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
302
3032001-05-09      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/linkcmds: In support of gcc 3.1, added one of more
306        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
307        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
308        and direction of segments to memory regions may also have been
309        addressed.  This was a sweep across all BSPs.
310 
3112002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
314        * irq/irq_asm.S: Ditto.
315        * network/network.c: Include <rtems/bspIo.h>.
316        * start/start.S: Include <asm.h> instead of "asm.h".
317        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
318
3192002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
322
3232002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
326
3272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac:
330        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
331        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
332        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
342
3432002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Add RTEMS_CHECK_NETWORKING.
346
3472002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
350        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
351        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
352
3532001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
356
3572001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
360        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
361
3622001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Add @exceptions@ to SUBDIRS.
365        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
366        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
367        * include/Makefile.am: Convert PREINSTALL_FILES to
368        TMPINSTALL_FILES, include force-preinstall.am.
369        * wrapup/Makefile.am: Apply @exceptions@.
370
3712001-10-29      Joel Sherrill <joel@OARcorp.com>
372
373        * .cvsignore: Add more entries.
374
3752001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * aclocal.m4: Removed.  Should not have been in CVS.
378
3792001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * aclocal.m4: Regenerated.
382        * configure.ac, include/Makefile.am, irq/Makefile.am,
383        vectors/Makefile.am: Updated to autoconf 2.52.
384        * include/.cvsignore: Added newly generated files.
385        * include/bsp.h: Added include of bspopts.h.
386
3872001-10-22      Joel Sherrill <joel@OARcorp.com>
388
389        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
390        include/.cvsignore, network/.cvsignore, start/.cvsignore,
391        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
392        files and other files missed in previous commit.
393
39401-10-22        Andy Dachs <a.dachs@sstl.co.uk>
395
396        * mpc8260ads added as new BSP.  tm27 reported not to run
397        at this time.
398        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
399        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
400        console/Makefile.am, console/console.c, include/Makefile.am,
401        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
402        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
403        network/Makefile.am, network/README, network/if_hdlcsubr.c,
404        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
405        start/start.S, startup/Makefile.am, startup/bspstart.c,
406        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
407        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
408        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
409        New files.
410
Note: See TracBrowser for help on using the repository browser.