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

4.104.114.84.95
Last change on this file since b35414a was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 10.5 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
11        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
12
132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
16
172003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Misc cleanups and fixes.
20        * startup/Makefile.am: Misc cleanups and fixes.
21        * startup/linkcmds: Preparations for gcc-3.3.x.
22        * wrapup/Makefile.am: Misc cleanups and fixes.
23
242003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * startup/Makefile.am: Remove S_FILES (Unused).
27        * vectors/Makefile.am: Cosmetics.
28        * wrapup/Makefile.am: Cosmetics.
29
302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add preinstallation dirstamp support.
33        * clock/Makefile.am: Cosmetics.
34        * console/Makefile.am: Cosmetics.
35        * irq/Makefile.am: Add preinstallation dirstamp support.
36        * network/Makefile.am: Cosmetics.
37        * startup/Makefile.am: Cosmetics.
38        * vectors/Makefile.am: Add preinstallation dirstamp support.
39        * wrapup/Makefile.am: Cosmetics.
40
412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * clock/Makefile.am: Remove all-local: $(ARCH).
44        * console/Makefile.am: Remove all-local: $(ARCH).
45        * irq/Makefile.am: Remove all-local: $(ARCH).
46        * network/Makefile.am: Remove all-local: $(ARCH).
47        * start/Makefile.am: Remove all-local: $(ARCH).
48        * startup/Makefile.am: Remove all-local: $(ARCH).
49        * vectors/Makefile.am: Remove all-local: $(ARCH).
50        * wrapup/Makefile.am: Remove all-local: $(ARCH).
51
522003-10-22      Joel Sherrill <joel@OARcorp.com>
53
54        PR 510/bsps
55        * irq/irq.h: Add extern C wrapper.
56
572003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Merge-in include/Makefile.am.
60        Reflect changes to bsp.am.
61        * include/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63
642003-09-04      Joel Sherrill <joel@OARcorp.com>
65
66        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
67        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
68        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
69        vectors/vectors_init.c: URL for license changed.
70
712003-08-20      Joel Sherrill <joel@OARcorp.com>
72
73        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
74
752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect having moved aclocal/.
78
792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reflect having moved automake/.
82        * clock/Makefile.am: Reflect having moved automake/.
83        * console/Makefile.am: Reflect having moved automake/.
84        * include/Makefile.am: Reflect having moved automake/.
85        * irq/Makefile.am: Reflect having moved automake/.
86        * network/Makefile.am: Reflect having moved automake/.
87        * start/Makefile.am: Reflect having moved automake/.
88        * startup/Makefile.am: Reflect having moved automake/.
89        * vectors/Makefile.am: Reflect having moved automake/.
90        * wrapup/Makefile.am: Reflect having moved automake/.
91
922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
95
962003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        PR 445/bsps
99        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
100        Remove cpp, old_cpp (now unused).
101
1022003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
105        Use memcmp instead of bcmp.
106
1072003-07-18      Till Straumann <strauman@slac.stanford.edu>
108
109        PR 288/rtems
110        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
111
1122003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove AC_CONFIG_AUX_DIR.
115
1162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
119
1202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: AC_PREREQ(2.57).
123
1242003-01-20      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
127
1282002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        Remove SORDID_HACK. Eliminate *_O_FILES.
134        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
138
1392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: Use install-data-local to install startfile.
142
1432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
146
1472002-11-04      Joel Sherrill <joel@OARcorp.com>
148
149        * irq/irq.c: Removed warnings.
150
1512002-11-04      Joel Sherrill <joel@OARcorp.com>
152
153        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
154        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
155        Removed warnings.
156
1572002-11-01      Joel Sherrill <joel@OARcorp.com>
158
159        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
160        removed warnings.
161
1622002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
163
164        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
165        for _ISR_Nest_level.
166
1672002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * .cvsignore: Reformat.
170        Add autom4te*cache.
171        Remove autom4te.cache.
172
1732002-08-21      Joel Sherrill <joel@OARcorp.com>
174
175        * bsp_specs: Added support for -nostdlibs.
176
1772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
180        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
181        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
182        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
183        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
184        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
185        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
186        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
187
1882002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * start/Makefile.am: Eliminate PGM.
191        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
192
1932002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
196
1972002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
200        Remove $(OBJS) from all-local.
201
2022002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
205
2062001-05-09      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds: In support of gcc 3.1, added one of more
209        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
210        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
211        and direction of segments to memory regions may also have been
212        addressed.  This was a sweep across all BSPs.
213 
2142002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
217        * irq/irq_asm.S: Ditto.
218        * network/network.c: Include <rtems/bspIo.h>.
219        * start/start.S: Include <asm.h> instead of "asm.h".
220        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
221
2222002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
225
2262002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
229
2302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac:
233        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
234        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
235        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
245
2462002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Add RTEMS_CHECK_NETWORKING.
249
2502002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
253        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
254        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
255
2562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
259
2602001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
263        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
264
2652001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Add @exceptions@ to SUBDIRS.
268        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
269        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
270        * include/Makefile.am: Convert PREINSTALL_FILES to
271        TMPINSTALL_FILES, include force-preinstall.am.
272        * wrapup/Makefile.am: Apply @exceptions@.
273
2742001-10-29      Joel Sherrill <joel@OARcorp.com>
275
276        * .cvsignore: Add more entries.
277
2782001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * aclocal.m4: Removed.  Should not have been in CVS.
281
2822001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * aclocal.m4: Regenerated.
285        * configure.ac, include/Makefile.am, irq/Makefile.am,
286        vectors/Makefile.am: Updated to autoconf 2.52.
287        * include/.cvsignore: Added newly generated files.
288        * include/bsp.h: Added include of bspopts.h.
289
2902001-10-22      Joel Sherrill <joel@OARcorp.com>
291
292        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
293        include/.cvsignore, network/.cvsignore, start/.cvsignore,
294        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
295        files and other files missed in previous commit.
296
29701-10-22        Andy Dachs <a.dachs@sstl.co.uk>
298
299        * mpc8260ads added as new BSP.  tm27 reported not to run
300        at this time.
301        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
302        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
303        console/Makefile.am, console/console.c, include/Makefile.am,
304        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
305        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
306        network/Makefile.am, network/README, network/if_hdlcsubr.c,
307        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
308        start/start.S, startup/Makefile.am, startup/bspstart.c,
309        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
310        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
311        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
312        New files.
313
Note: See TracBrowser for help on using the repository browser.