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

4.104.114.84.95
Last change on this file since 26848f3e was 26848f3e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/04 at 00:14:06

2004-04-02 Ralf Corsepius <ralf_corsepius@…>

  • console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, startup/idttlb.S: Include <rtems/mips/iregdef.h> instead of <iregdef.h>.
  • console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S, startup/idttlb.S, startup/inittlb.c: Include <rtems/mips/idtcpu.h> instead of <idtcpu.h>.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,
4        startup/idttlb.S: Include <rtems/mips/iregdef.h> instead of
5        <iregdef.h>.
6        * console/led.S, liblnk/lnklib.S, start/start.S, startup/idtmem.S,
7        startup/idttlb.S, startup/inittlb.c: Include <rtems/mips/idtcpu.h>
8        instead of <idtcpu.h>.
9
102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * console/led.S: Include <rtems/asm.h> instead of <asm.h>.
13        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
14        * startup/idtmem.S: Include <rtems/asm.h> instead of <asm.h>.
15        * startup/idttlb.S: Include <rtems/asm.h> instead of <asm.h>.
16        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
17        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
18
192004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * times, include/bsp.h, startup/bspstart.c: Convert to using c99
22        fixed size types.
23
242004-03-03      Joel Sherrill <joel@OARcorp.com>
25
26        * Makefile.am: Correct typo.
27
282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect changes to bsp.am.
31        Preinstall dist_project_lib*.
32
332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect changes to bsp.am.
36
372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
40
412004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in console/Makefile.am, liblnk/Makefile.am,
44        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. Use automake
45        compilation rules.
46        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
47        startup/Makefile.am, wrapup/Makefile.am: Remove.
48        * configure.ac: Reflect changes above.
49
502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
53        Add RTEMS_PROG_CCAS.
54
552004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Add PREINSTALL_DIRS.
58        * wrapup/Makefile.am: Reflect changes to libcpu.
59
602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
63        Add PRE/TMPINSTALL_FILES to CLEANFILES.
64        * start/Makefile.am: Ditto.
65        * startup/Makefile.am: Ditto.
66
672004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * wrapup/Makefile.am: Eliminate $(LIB).
70        Use noinst_DATA to trigger building libbsp.a.
71
722003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
75        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
76
772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
80        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
81
822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
85
862003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Misc cleanups and fixes.
89        * startup/Makefile.am: Misc cleanups and fixes.
90        * wrapup/Makefile.am: Misc cleanups and fixes.
91
922003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Add preinstallation dirstamp support.
95        * console/Makefile.am: Cosmetics.
96        * liblnk/Makefile.am: Cosmetics.
97        * startup/Makefile.am: Cosmetics.
98        * wrapup/Makefile.am: Cosmetics.
99
1002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * console/Makefile.am: Remove all-local: $(ARCH).
103        * liblnk/Makefile.am: Remove all-local: $(ARCH).
104        * start/Makefile.am: Remove all-local: $(ARCH).
105        * startup/Makefile.am: Remove all-local: $(ARCH).
106        * wrapup/Makefile.am: Remove all-local: $(ARCH).
107
1082003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Merge-in include/Makefile.am.
111        Reflect changes to bsp.am.
112        * include/Makefile.am: Remove.
113        * configure.ac: Reflect changes above.
114        * start/start.S: Comment out string after #endif.
115
1162003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * bsp_specs: Remove *lib:.
119
1202003-09-04      Joel Sherrill <joel@OARcorp.com>
121
122        * console/console.c, include/bsp.h, include/coverhd.h,
123        startup/bspclean.c, startup/bspstart.c, startup/setvec.c: URL for
124        license changed.
125
1262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Reflect having moved aclocal/.
129
1302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Reflect having moved automake/.
133        * console/Makefile.am: Reflect having moved automake/.
134        * include/Makefile.am: Reflect having moved automake/.
135        * liblnk/Makefile.am: Reflect having moved automake/.
136        * start/Makefile.am: Reflect having moved automake/.
137        * startup/Makefile.am: Reflect having moved automake/.
138        * wrapup/Makefile.am: Reflect having moved automake/.
139
1402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
143
1442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        PR 445/bsps
147        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
148        Remove cpp, old_cpp (now unused).
149
1502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Remove AC_CONFIG_AUX_DIR.
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
157
1582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: AC_PREREQ(2.57).
161
1622003-01-20      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds*: Add FreeBSD sysctl() sections.
165
1662003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * liblnk/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172
1732002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: Use install-data-local to install startfile.
176
1772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180
1812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Reformat.
184        Add autom4te*cache.
185        Remove autom4te.cache.
186
1872002-08-21      Joel Sherrill <joel@OARcorp.com>
188
189        * bsp_specs: Added support for -nostdlibs.
190
1912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
198
1992002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/Makefile.am: Eliminate PGM.
202        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
203
2042002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * startup/Makefile.am: Add bsplib_DATA = linkcmds ghlinkcmds.
207
2082002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
211        Remove $(OBJS) from all-local.
212
2132002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
216
2172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac:
220        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
221        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
222        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
229
2302002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
233
2342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
237
2382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
241        * configure.in: Remove.
242        * configure.ac: New file, generated from configure.in by autoupdate.
243
2442001-09-28      Joel Sherrill <joel@OARcorp.com>
245
246        * start/start.S: Invoke boot_card() not main().
247
2482001-09-27      Joel Sherrill <joel@OARcorp.com>
249
250        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
251
2522001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
255
2562001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.in: Add bspopts.h.
259        * include/bsp.h: Include bspopts.h.
260        * include/.cvsignore: Add bspopts.h*, stamp-h*.
261        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
262
2632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
264
265        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
266
2672001-03-14      Joel Sherrill <joel@OARcorp.com>
268
269        * console/console.c: Added printk() support.
270
2712001-01-08      Joel Sherrill <joel@OARcorp.com>
272
273        * start/start.S: init_exc_vecs is now called mips_install_isr_entries.
274        * wrapup/Makefile.am: Corrected to reflect new libcpu structure.
275
2762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
279
2802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
283
2842000-11-01      Joel Sherrill <joel@OARcorp.com>
285
286        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
287        and libcsupport.h moved from libc to lib/include/rtems and
288        now must be referenced as <rtems/XXX.h>.   Header file order
289        was cleaned up while doing this.
290
2912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
294        Switch to GNU canonicalization.
295
2962000-10-24      Alan Cudmore <alanc@linuxstart.com> and
297        Joel Sherrill <joel@OARcorp.com>
298
299        * This is a major reworking of the mips64orion port to use
300        gcc predefines as much as possible and a big push to multilib
301        the mips port.  The mips64orion port was copied/renamed to mips
302        to be more like other GNU tools.  Alan did most of the technical
303        work of determining how to map old macro names used by the mips64orion
304        port to standard compiler macro definitions.  Joel did the merge
305        with CVS magic to keep individual file history and did the BSP
306        modifications. Details follow:
307        * console/led.S: Switch from using <idtmon.h> to <asm.h>.
308        * console/start.S: Switch from using <idtmon.h> to <asm.h>. Added
309        define of PMON stacksize.
310        * console/idtmem.S: Switch from using <idtmon.h> to <asm.h>.  Also
311        reworked conditionals to use gcc predefines.
312        * console/idttlb.S: Ditto.
313
3142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am,
317        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
318
3192000-08-10      Joel Sherrill <joel@OARcorp.com>
320
321        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.