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

4.104.114.84.95
Last change on this file since 71cbb66 was 7c6c630, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/03/05 at 04:11:58

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

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