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

4.104.114.84.95
Last change on this file since cba119c9 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 11.3 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-04-26      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/idtmem.S: Eliminate warnings and be more consistent with
8        other MIPS assembly.
9
102005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
13
142005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove build-variant support.
17
182004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * configure.ac: Require automake > 1.9.
21
222004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        PR 610/bsps
25        * Makefile.am: Add include/tm27.h, Cosmetics.
26        * include/tm27.h: Final cosmetics.
27
282004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * include/bsp.h: Split out tmtest27 support.
31        * include/tm27.h: New.
32
332004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 613/bsps
36        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
37
382004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        PR 614/bsps
41        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
42
432004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,
46        startup/idttlb.S: Include <rtems/mips/iregdef.h> instead of
47        <iregdef.h>.
48        * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,
49        startup/idttlb.S, startup/inittlb.c: Include <rtems/mips/idtcpu.h>
50        instead of <idtcpu.h>.
51
522004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * console/led.S: Include <rtems/asm.h> instead of <asm.h>.
55        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
56        * startup/idtmem.S: Include <rtems/asm.h> instead of <asm.h>.
57        * startup/idttlb.S: Include <rtems/asm.h> instead of <asm.h>.
58        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
59        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
60
612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * times, include/bsp.h, startup/bspstart.c: Convert to using c99
64        fixed size types.
65
662004-03-03      Joel Sherrill <joel@OARcorp.com>
67
68        * Makefile.am: Correct typo.
69
702004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Reflect changes to bsp.am.
73        Preinstall dist_project_lib*.
74
752004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect changes to bsp.am.
78
792004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
82
832004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Merge-in console/Makefile.am, liblnk/Makefile.am,
86        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. Use automake
87        compilation rules.
88        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
89        startup/Makefile.am, wrapup/Makefile.am: Remove.
90        * configure.ac: Reflect changes above.
91
922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
95        Add RTEMS_PROG_CCAS.
96
972004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add PREINSTALL_DIRS.
100        * wrapup/Makefile.am: Reflect changes to libcpu.
101
1022004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
105        Add PRE/TMPINSTALL_FILES to CLEANFILES.
106        * start/Makefile.am: Ditto.
107        * startup/Makefile.am: Ditto.
108
1092004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Eliminate $(LIB).
112        Use noinst_DATA to trigger building libbsp.a.
113
1142003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
117        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
118
1192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
122        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
123
1242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
127
1282003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Misc cleanups and fixes.
131        * startup/Makefile.am: Misc cleanups and fixes.
132        * wrapup/Makefile.am: Misc cleanups and fixes.
133
1342003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Add preinstallation dirstamp support.
137        * console/Makefile.am: Cosmetics.
138        * liblnk/Makefile.am: Cosmetics.
139        * startup/Makefile.am: Cosmetics.
140        * wrapup/Makefile.am: Cosmetics.
141
1422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * console/Makefile.am: Remove all-local: $(ARCH).
145        * liblnk/Makefile.am: Remove all-local: $(ARCH).
146        * start/Makefile.am: Remove all-local: $(ARCH).
147        * startup/Makefile.am: Remove all-local: $(ARCH).
148        * wrapup/Makefile.am: Remove all-local: $(ARCH).
149
1502003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Merge-in include/Makefile.am.
153        Reflect changes to bsp.am.
154        * include/Makefile.am: Remove.
155        * configure.ac: Reflect changes above.
156        * start/start.S: Comment out string after #endif.
157
1582003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * bsp_specs: Remove *lib:.
161
1622003-09-04      Joel Sherrill <joel@OARcorp.com>
163
164        * console/console.c, include/bsp.h, include/coverhd.h,
165        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
166        license changed.
167
1682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved aclocal/.
171
1722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved automake/.
175        * console/Makefile.am: Reflect having moved automake/.
176        * include/Makefile.am: Reflect having moved automake/.
177        * liblnk/Makefile.am: Reflect having moved automake/.
178        * start/Makefile.am: Reflect having moved automake/.
179        * startup/Makefile.am: Reflect having moved automake/.
180        * wrapup/Makefile.am: Reflect having moved automake/.
181
1822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
185
1862003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        PR 445/bsps
189        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
190        Remove cpp, old_cpp (now unused).
191
1922003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove AC_CONFIG_AUX_DIR.
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
199
2002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: AC_PREREQ(2.57).
203
2042003-01-20      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/linkcmds*: Add FreeBSD sysctl() sections.
207
2082003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214
2152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * start/Makefile.am: Use install-data-local to install startfile.
218
2192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222
2232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * .cvsignore: Reformat.
226        Add autom4te*cache.
227        Remove autom4te.cache.
228
2292002-08-21      Joel Sherrill <joel@OARcorp.com>
230
231        * bsp_specs: Added support for -nostdlibs.
232
2332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
240
2412002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Eliminate PGM.
244        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
245
2462002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
249
2502002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
253        Remove $(OBJS) from all-local.
254
2552002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
258
2592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac:
262        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
263        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
264        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
271
2722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
275
2762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
279
2802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
283        * configure.in: Remove.
284        * configure.ac: New file, generated from configure.in by autoupdate.
285
2862001-09-28      Joel Sherrill <joel@OARcorp.com>
287
288        * start/start.S: Invoke boot_card() not main().
289
2902001-09-27      Joel Sherrill <joel@OARcorp.com>
291
292        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
293
2942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
297
2982001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: Add bspopts.h.
301        * include/bsp.h: Include bspopts.h.
302        * include/.cvsignore: Add bspopts.h*, stamp-h*.
303        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
304
3052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
306
307        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
308
3092001-03-14      Joel Sherrill <joel@OARcorp.com>
310
311        * console/console.c: Added printk() support.
312
3132001-01-08      Joel Sherrill <joel@OARcorp.com>
314
315        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
316        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
317
3182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
321
3222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
325
3262000-11-01      Joel Sherrill <joel@OARcorp.com>
327
328        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
329        and libcsupport.h moved from libc to lib/include/rtems and
330        now must be referenced as <rtems/XXX.h>.   Header file order
331        was cleaned up while doing this.
332
3332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
336        Switch to GNU canonicalization.
337
3382000-10-24      Alan Cudmore <alanc@linuxstart.com> and
339        Joel Sherrill <joel@OARcorp.com>
340
341        * This is a major reworking of the mips64orion port to use
342        gcc predefines as much as possible and a big push to multilib
343        the mips port.  The mips64orion port was copied/renamed to mips
344        to be more like other GNU tools.  Alan did most of the technical
345        work of determining how to map old macro names used by the mips64orion
346        port to standard compiler macro definitions.  Joel did the merge
347        with CVS magic to keep individual file history and did the BSP
348        modifications. Details follow:
349        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
350        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
351        define of PMON stacksize.
352        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
353        reworked conditionals to use gcc predefines.
354        * console/idttlb.S: Ditto.
355
3562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
359        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
360
3612000-08-10      Joel Sherrill <joel@OARcorp.com>
362
363        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.