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

4.104.114.84.95
Last change on this file since 283dd510 was 283dd510, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:09:34

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

  • Makefile.am: Add PREINSTALL_DIRS.
  • irq/Makefile.am: Add PREINSTALL_DIRS.
  • vectors/Makefile.am: Add PREINSTALL_DIRS.
  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add PREINSTALL_DIRS.
4        * irq/Makefile.am: Add PREINSTALL_DIRS.
5        * vectors/Makefile.am: Add PREINSTALL_DIRS.
6        * wrapup/Makefile.am: Reflect changes to libcpu.
7
82004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
11        Add PRE/TMPINSTALL_FILES to CLEANFILES.
12        * irq/Makefile.am: Ditto.
13        * start/Makefile.am: Ditto.
14        * startup/Makefile.am: Ditto.
15        * vectors/Makefile.am: Ditto.
16
172004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Eliminate $(LIB).
20        Use noinst_DATA to trigger building libbsp.a.
21
222003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * clock/Makefile.am: Eliminate VPATH.
25        * console/Makefile.am: Eliminate VPATH.
26        * irq/Makefile.am: Eliminate VPATH.
27        * network/Makefile.am: Eliminate VPATH.
28        * startup/Makefile.am: Eliminate VPATH.
29
302003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        PR 545/bsps
33        * startup/setvec.c: Removed.
34
352003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * startup/linkcmds: Remove SEARCH_DIR.
38
392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
42        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
43
442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
47        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
48        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
49        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
50
512003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
54
552003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: Misc cleanups and fixes.
58        * startup/Makefile.am: Misc cleanups and fixes.
59        * startup/linkcmds: Preparations for gcc-3.3.x.
60        * wrapup/Makefile.am: Misc cleanups and fixes.
61
622003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * startup/Makefile.am: Remove S_FILES (Unused).
65        * vectors/Makefile.am: Cosmetics.
66        * wrapup/Makefile.am: Cosmetics.
67
682003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Add preinstallation dirstamp support.
71        * clock/Makefile.am: Cosmetics.
72        * console/Makefile.am: Cosmetics.
73        * irq/Makefile.am: Add preinstallation dirstamp support.
74        * network/Makefile.am: Cosmetics.
75        * startup/Makefile.am: Cosmetics.
76        * vectors/Makefile.am: Add preinstallation dirstamp support.
77        * wrapup/Makefile.am: Cosmetics.
78
792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * clock/Makefile.am: Remove all-local: $(ARCH).
82        * console/Makefile.am: Remove all-local: $(ARCH).
83        * irq/Makefile.am: Remove all-local: $(ARCH).
84        * network/Makefile.am: Remove all-local: $(ARCH).
85        * start/Makefile.am: Remove all-local: $(ARCH).
86        * startup/Makefile.am: Remove all-local: $(ARCH).
87        * vectors/Makefile.am: Remove all-local: $(ARCH).
88        * wrapup/Makefile.am: Remove all-local: $(ARCH).
89
902003-10-22      Joel Sherrill <joel@OARcorp.com>
91
92        PR 510/bsps
93        * irq/irq.h: Add extern C wrapper.
94
952003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Merge-in include/Makefile.am.
98        Reflect changes to bsp.am.
99        * include/Makefile.am: Remove.
100        * configure.ac: Reflect changes above.
101
1022003-09-04      Joel Sherrill <joel@OARcorp.com>
103
104        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
105        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
106        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
107        vectors/vectors_init.c: URL for license changed.
108
1092003-08-20      Joel Sherrill <joel@OARcorp.com>
110
111        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
112
1132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Reflect having moved aclocal/.
116
1172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect having moved automake/.
120        * clock/Makefile.am: Reflect having moved automake/.
121        * console/Makefile.am: Reflect having moved automake/.
122        * include/Makefile.am: Reflect having moved automake/.
123        * irq/Makefile.am: Reflect having moved automake/.
124        * network/Makefile.am: Reflect having moved automake/.
125        * start/Makefile.am: Reflect having moved automake/.
126        * startup/Makefile.am: Reflect having moved automake/.
127        * vectors/Makefile.am: Reflect having moved automake/.
128        * wrapup/Makefile.am: Reflect having moved automake/.
129
1302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
133
1342003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        PR 445/bsps
137        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
138        Remove cpp, old_cpp (now unused).
139
1402003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
143        Use memcmp instead of bcmp.
144
1452003-07-18      Till Straumann <strauman@slac.stanford.edu>
146
147        PR 288/rtems
148        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
149
1502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Remove AC_CONFIG_AUX_DIR.
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
157
1582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: AC_PREREQ(2.57).
161
1622003-01-20      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
165
1662002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        Remove SORDID_HACK. Eliminate *_O_FILES.
172        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176
1772002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * start/Makefile.am: Use install-data-local to install startfile.
180
1812002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184
1852002-11-04      Joel Sherrill <joel@OARcorp.com>
186
187        * irq/irq.c: Removed warnings.
188
1892002-11-04      Joel Sherrill <joel@OARcorp.com>
190
191        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
192        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
193        Removed warnings.
194
1952002-11-01      Joel Sherrill <joel@OARcorp.com>
196
197        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
198        removed warnings.
199
2002002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
201
202        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
203        for _ISR_Nest_level.
204
2052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * .cvsignore: Reformat.
208        Add autom4te*cache.
209        Remove autom4te.cache.
210
2112002-08-21      Joel Sherrill <joel@OARcorp.com>
212
213        * bsp_specs: Added support for -nostdlibs.
214
2152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
225
2262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * start/Makefile.am: Eliminate PGM.
229        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
230
2312002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
234
2352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
238        Remove $(OBJS) from all-local.
239
2402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
243
2442001-05-09      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds: In support of gcc 3.1, added one of more
247        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
248        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
249        and direction of segments to memory regions may also have been
250        addressed.  This was a sweep across all BSPs.
251 
2522002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
255        * irq/irq_asm.S: Ditto.
256        * network/network.c: Include <rtems/bspIo.h>.
257        * start/start.S: Include <asm.h> instead of "asm.h".
258        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
259
2602002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
263
2642002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
267
2682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac:
271        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
272        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
273        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
283
2842002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Add RTEMS_CHECK_NETWORKING.
287
2882002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
291        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
292        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
293
2942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
297
2982001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
301        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
302
3032001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Add @exceptions@ to SUBDIRS.
306        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
307        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
308        * include/Makefile.am: Convert PREINSTALL_FILES to
309        TMPINSTALL_FILES, include force-preinstall.am.
310        * wrapup/Makefile.am: Apply @exceptions@.
311
3122001-10-29      Joel Sherrill <joel@OARcorp.com>
313
314        * .cvsignore: Add more entries.
315
3162001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * aclocal.m4: Removed.  Should not have been in CVS.
319
3202001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * aclocal.m4: Regenerated.
323        * configure.ac, include/Makefile.am, irq/Makefile.am,
324        vectors/Makefile.am: Updated to autoconf 2.52.
325        * include/.cvsignore: Added newly generated files.
326        * include/bsp.h: Added include of bspopts.h.
327
3282001-10-22      Joel Sherrill <joel@OARcorp.com>
329
330        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
331        include/.cvsignore, network/.cvsignore, start/.cvsignore,
332        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
333        files and other files missed in previous commit.
334
33501-10-22        Andy Dachs <a.dachs@sstl.co.uk>
336
337        * mpc8260ads added as new BSP.  tm27 reported not to run
338        at this time.
339        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
340        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
341        console/Makefile.am, console/console.c, include/Makefile.am,
342        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
343        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
344        network/Makefile.am, network/README, network/if_hdlcsubr.c,
345        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
346        start/start.S, startup/Makefile.am, startup/bspstart.c,
347        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
348        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
349        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
350        New files.
351
Note: See TracBrowser for help on using the repository browser.