source: rtems/c/src/lib/libbsp/mips/jmr3904/ChangeLog @ f3c5a0ec

4.104.114.84.95
Last change on this file since f3c5a0ec was f3c5a0ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/29/04 at 01:47:34

2004-01-28 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. Add RTEMS_PROG_CCAS.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
4        Add RTEMS_PROG_CCAS.
5
62004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Add PREINSTALL_DIRS.
9
102004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
13        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
14        * console/Makefile.am: Remove console.c from EXTRA_DIST.
15        * wrapup/Makefile.am: Reflect changes to libcpu.
16
172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
20        Add PRE/TMPINSTALL_FILES to CLEANFILES.
21        * startup/Makefile.am: Ditto.
22
232004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Eliminate $(LIB).
26        Use noinst_DATA to trigger building libbsp.a.
27
282003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
31        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
32
332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
36        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
37
382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
41
422003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: Misc cleanups and fixes.
45        * startup/Makefile.am: Misc cleanups and fixes.
46        * wrapup/Makefile.am: Misc cleanups and fixes.
47
482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Add preinstallation dirstamp support.
51        * clock/Makefile.am: Cosmetics.
52        * console/Makefile.am: Cosmetics.
53        * startup/Makefile.am: Cosmetics.
54        * timer/Makefile.am: Cosmetics.
55        * wrapup/Makefile.am: Cosmetics.
56
572003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * clock/Makefile.am: Remove all-local: $(ARCH).
60        * console/Makefile.am: Remove all-local: $(ARCH).
61        * start/Makefile.am: Remove all-local: $(ARCH).
62        * startup/Makefile.am: Remove all-local: $(ARCH).
63        * timer/Makefile.am: Remove all-local: $(ARCH).
64        * wrapup/Makefile.am: Remove all-local: $(ARCH).
65
662003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Merge-in include/Makefile.am.
69        Reflect changes to bsp.am.
70        * include/Makefile.am: Remove.
71        * configure.ac: Reflect changes above.
72
732003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * bsp_specs: Remove *lib:.
76
772003-09-04      Joel Sherrill <joel@OARcorp.com>
78
79        * console/console-io.c, include/bsp.h, startup/bspclean.c,
80        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
81        changed.
82
832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Reflect having moved aclocal/.
86
872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect having moved automake/.
90        * clock/Makefile.am: Reflect having moved automake/.
91        * console/Makefile.am: Reflect having moved automake/.
92        * include/Makefile.am: Reflect having moved automake/.
93        * start/Makefile.am: Reflect having moved automake/.
94        * startup/Makefile.am: Reflect having moved automake/.
95        * timer/Makefile.am: Reflect having moved automake/.
96        * wrapup/Makefile.am: Reflect having moved automake/.
97
982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 452/bsps
101        * bsp_specs: Remove -D__USE_INIT_FINI__.
102        Remove *.cpp (Now unused).
103
1042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
107
1082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        PR 445/bsps
111        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
112
1132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove AC_CONFIG_AUX_DIR.
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
120
1212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: AC_PREREQ(2.57).
124
1252003-01-20      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds*: Add FreeBSD sysctl() sections.
128
1292002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
130 
131        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
132        * linkcmds: Added .init, .fini & related sections.
133
1342002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
138        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
139        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
140        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/Makefile.am: Use install-data-local to install startfile.
145
1462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
149
1502002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
153        changes.
154
1552002-11-01      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
158
1592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * .cvsignore: Reformat.
162        Add autom4te*cache.
163        Remove autom4te.cache.
164
1652002-08-21      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Move .init section after text section so
168        C+ global constructors work.
169
1702002-08-21      Joel Sherrill <joel@OARcorp.com>
171
172        * bsp_specs: Added support for -nostdlibs.
173
1742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
177        * console/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        * timer/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-19      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-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Add $(LIB) to all-local.
200
2012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
204
2052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac:
208        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
209        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
210        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
218
2192002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
222
2232001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
226
2272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
230        * configure.in: Remove.
231        * configure.ac: New file, generated from configure.in by autoupdate.
232
2332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * include/Makefile.am: Use 'CLEANFILES ='.
236        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
237
2382001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.in: Add bspopts.h.
241        * include/bsp.h: Include bspopts.h.
242        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
243        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
244
2452001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
246
247        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
248
2492001-05-11      Joel Sherrill <joel@OARcorp.com>
250
251        * tools/runtest: Add functionality to avoid letting simulator
252        run too long.
253
2542001-04-20      Joel Sherrill <joel@OARcorp.com>
255
256        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
257        the interrupt.  This was not quite right before and we were
258        getting uncontrolled interrupt nesting in tm27.
259        * timer/timer.c (Timer_Initialize): Added an extra reset and
260        changed the ITMR register so we will never get an interrupt.
261        (Read_timer): Fixed so the timer actually stops before it
262        is read.  Before some times reported were outraguously high.
263        * start/start.S: Major clean including using stack in linkcmds,
264        deleting unused code, and zeroing the BSS using the linkcmds
265        information.
266        * startup/linkcmds: Put heap in lower memory than workspace
267        and move _clear_end so both are zeroed.
268
2692001-01-12      Joel Sherrill <joel@OARcorp.com>
270
271        * include/bsp.h, timer/timer.c: Updated so timer appears to
272        work and support tm27.  I would prefer to time a software
273        interrupt rather than an use an extra timer though.
274
2752001-01-09      Joel Sherrill <joel@OARcorp.com>
276
277        * clock/clockdrv.c: Clean up.
278        * include/bsp.h: Uncomment and fix set_vector() prototype.
279
2802001-01-03      Joel Sherrill <joel@OARcorp.com>
281
282        * console/console-io.c: Removed unused variable initialized.
283
2842001-01-03      Joel Sherrill <joel@OARcorp.com>
285
286        * clock/Makefile.am: Fixed reference to ckinit.c.
287        * clock/clockdrv.c: Enabled fast idle.
288        * console/console-io.c: Added console_initialize_hardware().
289
2902000-12-19      Joel Sherrill <joel@OARcorp.com>
291
292        * timer: New subdirectory.
293        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
294        * tools/ChangeLog: New file.
295
2962000-12-19      Joel Sherrill <joel@OARcorp.com>
297
298        * Makefile.am: Added tools subdirectory and removed commented out line.
299        * configure.in: Added tools subdirectory.
300        * tools: New subdirectory.
301        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
302        tools/runtest: New files -- based on powerpc/psim.
303        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
304        add fast idle support.
305        * include/bsp.h: tm27 support initiated.
306        * Most tests appear to run correctly!
307
3082000-12-13      Joel Sherrill <joel@OARcorp.com>
309
310        * README: Updated.  We are now vectoring a clock tick ISR handler.
311        But RTEMS is not returning from the ISR properly.
312        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
313        * include/bsp.h: Use <libcpu/tx3904.h>
314        * startup/Makefile.am: Add setvec.c from shared.
315        * startup/bspstart.c: Initialize the status register (SR) so
316        no interrupts are masked but global interrupts (SR_IEC) are off.
317        Added call to install the ISR prologue code.
318        * wrapup/Makefile.am: Pick up more pieces from libcpu.
319
3202000-12-11      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
323        * README: Updated.
324
3252000-12-06      Joel Sherrill <joel@OARcorp.com>
326
327        * README: Updated to reflect status.
328        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
329
3302000-11-30      Joel Sherrill <joel@OARcorp.com>
331
332        * README: Updated to reflect current status.  Misaligned reference
333        during initialization may be compiler problem.
334        * console/console-io.c: Added support for printk().
335        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
336
3372000-11-27      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/linkcmds: Fix typo and add extra 0 to base address.
340        Now runs until printf() tries to put a character and then
341        it locks up checking a status bit that does not change.
342
3432000-11-25      Joel Sherrill <joel@OARcorp.com>
344
345        * The JMR BSP is for a Toshiba TX39 evaluation board but
346        can also be used with the mips simulator in gdb.
347        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
348        configure.in, clock/.cvsignore, clock/Makefile.am,
349        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
350        console/console-io.c, include/.cvsignore,
351        include/Makefile.am, include/bsp.h, start/.cvsignore,
352        start/Makefile.am, start/regs.S, start/start.S,
353        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
354        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.