source: rtems/c/src/lib/libbsp/mips/p4000/ChangeLog @ 4cbf22a

4.104.114.84.95
Last change on this file since 4cbf22a was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 10.9 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,
29        startup/idttlb.S: Include <rtems/mips/iregdef.h> instead of
30        <iregdef.h>.
31        * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,
32        startup/idttlb.S, startup/inittlb.c: Include <rtems/mips/idtcpu.h>
33        instead of <idtcpu.h>.
34
352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * console/led.S: Include <rtems/asm.h> instead of <asm.h>.
38        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
39        * startup/idtmem.S: Include <rtems/asm.h> instead of <asm.h>.
40        * startup/idttlb.S: Include <rtems/asm.h> instead of <asm.h>.
41        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
42        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
43
442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * times, include/bsp.h, startup/bspstart.c: Convert to using c99
47        fixed size types.
48
492004-03-03      Joel Sherrill <joel@OARcorp.com>
50
51        * Makefile.am: Correct typo.
52
532004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect changes to bsp.am.
56        Preinstall dist_project_lib*.
57
582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect changes to bsp.am.
61
622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
65
662004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Merge-in console/Makefile.am, liblnk/Makefile.am,
69        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. Use automake
70        compilation rules.
71        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
72        startup/Makefile.am, wrapup/Makefile.am: Remove.
73        * configure.ac: Reflect changes above.
74
752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
78        Add RTEMS_PROG_CCAS.
79
802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add PREINSTALL_DIRS.
83        * wrapup/Makefile.am: Reflect changes to libcpu.
84
852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
88        Add PRE/TMPINSTALL_FILES to CLEANFILES.
89        * start/Makefile.am: Ditto.
90        * startup/Makefile.am: Ditto.
91
922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate $(LIB).
95        Use noinst_DATA to trigger building libbsp.a.
96
972003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106
1072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
110
1112003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Misc cleanups and fixes.
114        * startup/Makefile.am: Misc cleanups and fixes.
115        * wrapup/Makefile.am: Misc cleanups and fixes.
116
1172003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add preinstallation dirstamp support.
120        * console/Makefile.am: Cosmetics.
121        * liblnk/Makefile.am: Cosmetics.
122        * startup/Makefile.am: Cosmetics.
123        * wrapup/Makefile.am: Cosmetics.
124
1252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * console/Makefile.am: Remove all-local: $(ARCH).
128        * liblnk/Makefile.am: Remove all-local: $(ARCH).
129        * start/Makefile.am: Remove all-local: $(ARCH).
130        * startup/Makefile.am: Remove all-local: $(ARCH).
131        * wrapup/Makefile.am: Remove all-local: $(ARCH).
132
1332003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Merge-in include/Makefile.am.
136        Reflect changes to bsp.am.
137        * include/Makefile.am: Remove.
138        * configure.ac: Reflect changes above.
139        * start/start.S: Comment out string after #endif.
140
1412003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * bsp_specs: Remove *lib:.
144
1452003-09-04      Joel Sherrill <joel@OARcorp.com>
146
147        * console/console.c, include/bsp.h, include/coverhd.h,
148        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
149        license changed.
150
1512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved aclocal/.
154
1552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved automake/.
158        * console/Makefile.am: Reflect having moved automake/.
159        * include/Makefile.am: Reflect having moved automake/.
160        * liblnk/Makefile.am: Reflect having moved automake/.
161        * start/Makefile.am: Reflect having moved automake/.
162        * startup/Makefile.am: Reflect having moved automake/.
163        * wrapup/Makefile.am: Reflect having moved automake/.
164
1652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
168
1692003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        PR 445/bsps
172        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
173        Remove cpp, old_cpp (now unused).
174
1752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Remove AC_CONFIG_AUX_DIR.
178
1792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AC_PREREQ(2.57).
186
1872003-01-20      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds*: Add FreeBSD sysctl() sections.
190
1912003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197
1982002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * start/Makefile.am: Use install-data-local to install startfile.
201
2022002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205
2062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * .cvsignore: Reformat.
209        Add autom4te*cache.
210        Remove autom4te.cache.
211
2122002-08-21      Joel Sherrill <joel@OARcorp.com>
213
214        * bsp_specs: Added support for -nostdlibs.
215
2162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
223
2242002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * start/Makefile.am: Eliminate PGM.
227        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
228
2292002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
232
2332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
236        Remove $(OBJS) from all-local.
237
2382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
241
2422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac:
245        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
246        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
247        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
254
2552002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
258
2592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
262
2632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
266        * configure.in: Remove.
267        * configure.ac: New file, generated from configure.in by autoupdate.
268
2692001-09-28      Joel Sherrill <joel@OARcorp.com>
270
271        * start/start.S: Invoke boot_card() not main().
272
2732001-09-27      Joel Sherrill <joel@OARcorp.com>
274
275        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
276
2772001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
280
2812001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.in: Add bspopts.h.
284        * include/bsp.h: Include bspopts.h.
285        * include/.cvsignore: Add bspopts.h*, stamp-h*.
286        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
287
2882001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
289
290        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
291
2922001-03-14      Joel Sherrill <joel@OARcorp.com>
293
294        * console/console.c: Added printk() support.
295
2962001-01-08      Joel Sherrill <joel@OARcorp.com>
297
298        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
299        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
300
3012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
304
3052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
308
3092000-11-01      Joel Sherrill <joel@OARcorp.com>
310
311        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
312        and libcsupport.h moved from libc to lib/include/rtems and
313        now must be referenced as <rtems/XXX.h>.   Header file order
314        was cleaned up while doing this.
315
3162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
319        Switch to GNU canonicalization.
320
3212000-10-24      Alan Cudmore <alanc@linuxstart.com> and
322        Joel Sherrill <joel@OARcorp.com>
323
324        * This is a major reworking of the mips64orion port to use
325        gcc predefines as much as possible and a big push to multilib
326        the mips port.  The mips64orion port was copied/renamed to mips
327        to be more like other GNU tools.  Alan did most of the technical
328        work of determining how to map old macro names used by the mips64orion
329        port to standard compiler macro definitions.  Joel did the merge
330        with CVS magic to keep individual file history and did the BSP
331        modifications. Details follow:
332        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
333        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
334        define of PMON stacksize.
335        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
336        reworked conditionals to use gcc predefines.
337        * console/idttlb.S: Ditto.
338
3392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
342        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
343
3442000-08-10      Joel Sherrill <joel@OARcorp.com>
345
346        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.