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

4.104.114.84.95
Last change on this file since a802f6f was a802f6f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:29:25

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

  • irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
5        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
6        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
7
82003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
11
122003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: Misc cleanups and fixes.
15        * startup/Makefile.am: Misc cleanups and fixes.
16        * startup/linkcmds: Preparations for gcc-3.3.x.
17        * wrapup/Makefile.am: Misc cleanups and fixes.
18
192003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * startup/Makefile.am: Remove S_FILES (Unused).
22        * vectors/Makefile.am: Cosmetics.
23        * wrapup/Makefile.am: Cosmetics.
24
252003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Add preinstallation dirstamp support.
28        * clock/Makefile.am: Cosmetics.
29        * console/Makefile.am: Cosmetics.
30        * irq/Makefile.am: Add preinstallation dirstamp support.
31        * network/Makefile.am: Cosmetics.
32        * startup/Makefile.am: Cosmetics.
33        * vectors/Makefile.am: Add preinstallation dirstamp support.
34        * wrapup/Makefile.am: Cosmetics.
35
362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * clock/Makefile.am: Remove all-local: $(ARCH).
39        * console/Makefile.am: Remove all-local: $(ARCH).
40        * irq/Makefile.am: Remove all-local: $(ARCH).
41        * network/Makefile.am: Remove all-local: $(ARCH).
42        * start/Makefile.am: Remove all-local: $(ARCH).
43        * startup/Makefile.am: Remove all-local: $(ARCH).
44        * vectors/Makefile.am: Remove all-local: $(ARCH).
45        * wrapup/Makefile.am: Remove all-local: $(ARCH).
46
472003-10-22      Joel Sherrill <joel@OARcorp.com>
48
49        PR 510/bsps
50        * irq/irq.h: Add extern C wrapper.
51
522003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Merge-in include/Makefile.am.
55        Reflect changes to bsp.am.
56        * include/Makefile.am: Remove.
57        * configure.ac: Reflect changes above.
58
592003-09-04      Joel Sherrill <joel@OARcorp.com>
60
61        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
62        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
63        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
64        vectors/vectors_init.c: URL for license changed.
65
662003-08-20      Joel Sherrill <joel@OARcorp.com>
67
68        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
69
702003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect having moved aclocal/.
73
742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect having moved automake/.
77        * clock/Makefile.am: Reflect having moved automake/.
78        * console/Makefile.am: Reflect having moved automake/.
79        * include/Makefile.am: Reflect having moved automake/.
80        * irq/Makefile.am: Reflect having moved automake/.
81        * network/Makefile.am: Reflect having moved automake/.
82        * start/Makefile.am: Reflect having moved automake/.
83        * startup/Makefile.am: Reflect having moved automake/.
84        * vectors/Makefile.am: Reflect having moved automake/.
85        * wrapup/Makefile.am: Reflect having moved automake/.
86
872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
90
912003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        PR 445/bsps
94        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
95        Remove cpp, old_cpp (now unused).
96
972003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
100        Use memcmp instead of bcmp.
101
1022003-07-18      Till Straumann <strauman@slac.stanford.edu>
103
104        PR 288/rtems
105        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
106
1072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Remove AC_CONFIG_AUX_DIR.
110
1112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
114
1152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: AC_PREREQ(2.57).
118
1192003-01-20      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
122
1232002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
126        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        Remove SORDID_HACK. Eliminate *_O_FILES.
129        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Use install-data-local to install startfile.
137
1382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-11-04      Joel Sherrill <joel@OARcorp.com>
143
144        * irq/irq.c: Removed warnings.
145
1462002-11-04      Joel Sherrill <joel@OARcorp.com>
147
148        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
149        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
150        Removed warnings.
151
1522002-11-01      Joel Sherrill <joel@OARcorp.com>
153
154        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
155        removed warnings.
156
1572002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
158
159        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
160        for _ISR_Nest_level.
161
1622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * .cvsignore: Reformat.
165        Add autom4te*cache.
166        Remove autom4te.cache.
167
1682002-08-21      Joel Sherrill <joel@OARcorp.com>
169
170        * bsp_specs: Added support for -nostdlibs.
171
1722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
177        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
178        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
179        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
180        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
181        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
182
1832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: Eliminate PGM.
186        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
187
1882002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
191
1922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
195        Remove $(OBJS) from all-local.
196
1972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
200
2012001-05-09      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: In support of gcc 3.1, added one of more
204        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
205        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
206        and direction of segments to memory regions may also have been
207        addressed.  This was a sweep across all BSPs.
208 
2092002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
212        * irq/irq_asm.S: Ditto.
213        * network/network.c: Include <rtems/bspIo.h>.
214        * start/start.S: Include <asm.h> instead of "asm.h".
215        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
216
2172002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
220
2212002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
224
2252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac:
228        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
229        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
230        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
240
2412002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Add RTEMS_CHECK_NETWORKING.
244
2452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
248        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
249        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
250
2512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
254
2552001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
258        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
259
2602001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Add @exceptions@ to SUBDIRS.
263        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
264        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
265        * include/Makefile.am: Convert PREINSTALL_FILES to
266        TMPINSTALL_FILES, include force-preinstall.am.
267        * wrapup/Makefile.am: Apply @exceptions@.
268
2692001-10-29      Joel Sherrill <joel@OARcorp.com>
270
271        * .cvsignore: Add more entries.
272
2732001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * aclocal.m4: Removed.  Should not have been in CVS.
276
2772001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * aclocal.m4: Regenerated.
280        * configure.ac, include/Makefile.am, irq/Makefile.am,
281        vectors/Makefile.am: Updated to autoconf 2.52.
282        * include/.cvsignore: Added newly generated files.
283        * include/bsp.h: Added include of bspopts.h.
284
2852001-10-22      Joel Sherrill <joel@OARcorp.com>
286
287        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
288        include/.cvsignore, network/.cvsignore, start/.cvsignore,
289        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
290        files and other files missed in previous commit.
291
29201-10-22        Andy Dachs <a.dachs@sstl.co.uk>
293
294        * mpc8260ads added as new BSP.  tm27 reported not to run
295        at this time.
296        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
297        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
298        console/Makefile.am, console/console.c, include/Makefile.am,
299        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
300        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
301        network/Makefile.am, network/README, network/if_hdlcsubr.c,
302        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
303        start/start.S, startup/Makefile.am, startup/bspstart.c,
304        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
305        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
306        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
307        New files.
308
Note: See TracBrowser for help on using the repository browser.