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

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

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

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 13.4 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
222004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
25        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
26        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
27        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
28
292004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
32        timer/timer.c: Convert to using c99 fixed size types.
33
342004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Reflect changes to bsp.am.
37        Preinstall dist_project_lib*.
38
392004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect changes to bsp.am.
42
432004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
46
472004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
50        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
51        wrapup/Makefile.am. Use automake compilation rules.
52        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
53        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
54        * configure.ac: Reflect changes above.
55
562004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        PR 566/bsps
59        * start/regs.S: Fix broken comment.
60        * start/start.S: Convert asm-style comments to c-style comments.
61
622004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
65        Add RTEMS_PROG_CCAS.
66
672004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Add PREINSTALL_DIRS.
70
712004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
74        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
75        * console/Makefile.am: Remove console.c from EXTRA_DIST.
76        * wrapup/Makefile.am: Reflect changes to libcpu.
77
782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
81        Add PRE/TMPINSTALL_FILES to CLEANFILES.
82        * startup/Makefile.am: Ditto.
83
842004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Eliminate $(LIB).
87        Use noinst_DATA to trigger building libbsp.a.
88
892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
92        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
93
942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
97        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
98
992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
102
1032003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Misc cleanups and fixes.
106        * startup/Makefile.am: Misc cleanups and fixes.
107        * wrapup/Makefile.am: Misc cleanups and fixes.
108
1092003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Add preinstallation dirstamp support.
112        * clock/Makefile.am: Cosmetics.
113        * console/Makefile.am: Cosmetics.
114        * startup/Makefile.am: Cosmetics.
115        * timer/Makefile.am: Cosmetics.
116        * wrapup/Makefile.am: Cosmetics.
117
1182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * clock/Makefile.am: Remove all-local: $(ARCH).
121        * console/Makefile.am: Remove all-local: $(ARCH).
122        * start/Makefile.am: Remove all-local: $(ARCH).
123        * startup/Makefile.am: Remove all-local: $(ARCH).
124        * timer/Makefile.am: Remove all-local: $(ARCH).
125        * wrapup/Makefile.am: Remove all-local: $(ARCH).
126
1272003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Merge-in include/Makefile.am.
130        Reflect changes to bsp.am.
131        * include/Makefile.am: Remove.
132        * configure.ac: Reflect changes above.
133
1342003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * bsp_specs: Remove *lib:.
137
1382003-09-04      Joel Sherrill <joel@OARcorp.com>
139
140        * console/console-io.c, include/bsp.h, startup/bspclean.c,
141        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
142        changed.
143
1442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved aclocal/.
147
1482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Reflect having moved automake/.
151        * clock/Makefile.am: Reflect having moved automake/.
152        * console/Makefile.am: Reflect having moved automake/.
153        * include/Makefile.am: Reflect having moved automake/.
154        * start/Makefile.am: Reflect having moved automake/.
155        * startup/Makefile.am: Reflect having moved automake/.
156        * timer/Makefile.am: Reflect having moved automake/.
157        * wrapup/Makefile.am: Reflect having moved automake/.
158
1592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        PR 452/bsps
162        * bsp_specs: Remove -D__USE_INIT_FINI__.
163        Remove *.cpp (Now unused).
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
1742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove AC_CONFIG_AUX_DIR.
177
1782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
181
1822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: AC_PREREQ(2.57).
185
1862003-01-20      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds*: Add FreeBSD sysctl() sections.
189
1902002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
191 
192        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
193        * linkcmds: Added .init, .fini & related sections.
194
1952002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * console/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        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202
2032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * start/Makefile.am: Use install-data-local to install startfile.
206
2072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210
2112002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
214        changes.
215
2162002-11-01      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
219
2202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * .cvsignore: Reformat.
223        Add autom4te*cache.
224        Remove autom4te.cache.
225
2262002-08-21      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Move .init section after text section so
229        C+ global constructors work.
230
2312002-08-21      Joel Sherrill <joel@OARcorp.com>
232
233        * bsp_specs: Added support for -nostdlibs.
234
2352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
243
2442002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Eliminate PGM.
247        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
248
2492002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
252
2532002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
256        Remove $(OBJS) from all-local.
257
2582002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Add $(LIB) to all-local.
261
2622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
265
2662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac:
269        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
270        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
271        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
279
2802002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
283
2842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
287
2882001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
291        * configure.in: Remove.
292        * configure.ac: New file, generated from configure.in by autoupdate.
293
2942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * include/Makefile.am: Use 'CLEANFILES ='.
297        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
298
2992001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.in: Add bspopts.h.
302        * include/bsp.h: Include bspopts.h.
303        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
304        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
305
3062001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
307
308        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
309
3102001-05-11      Joel Sherrill <joel@OARcorp.com>
311
312        * tools/runtest: Add functionality to avoid letting simulator
313        run too long.
314
3152001-04-20      Joel Sherrill <joel@OARcorp.com>
316
317        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
318        the interrupt.  This was not quite right before and we were
319        getting uncontrolled interrupt nesting in tm27.
320        * timer/timer.c (Timer_Initialize): Added an extra reset and
321        changed the ITMR register so we will never get an interrupt.
322        (Read_timer): Fixed so the timer actually stops before it
323        is read.  Before some times reported were outraguously high.
324        * start/start.S: Major clean including using stack in linkcmds,
325        deleting unused code, and zeroing the BSS using the linkcmds
326        information.
327        * startup/linkcmds: Put heap in lower memory than workspace
328        and move _clear_end so both are zeroed.
329
3302001-01-12      Joel Sherrill <joel@OARcorp.com>
331
332        * include/bsp.h, timer/timer.c: Updated so timer appears to
333        work and support tm27.  I would prefer to time a software
334        interrupt rather than an use an extra timer though.
335
3362001-01-09      Joel Sherrill <joel@OARcorp.com>
337
338        * clock/clockdrv.c: Clean up.
339        * include/bsp.h: Uncomment and fix set_vector() prototype.
340
3412001-01-03      Joel Sherrill <joel@OARcorp.com>
342
343        * console/console-io.c: Removed unused variable initialized.
344
3452001-01-03      Joel Sherrill <joel@OARcorp.com>
346
347        * clock/Makefile.am: Fixed reference to ckinit.c.
348        * clock/clockdrv.c: Enabled fast idle.
349        * console/console-io.c: Added console_initialize_hardware().
350
3512000-12-19      Joel Sherrill <joel@OARcorp.com>
352
353        * timer: New subdirectory.
354        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
355        * tools/ChangeLog: New file.
356
3572000-12-19      Joel Sherrill <joel@OARcorp.com>
358
359        * Makefile.am: Added tools subdirectory and removed commented out line.
360        * configure.in: Added tools subdirectory.
361        * tools: New subdirectory.
362        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
363        tools/runtest: New files -- based on powerpc/psim.
364        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
365        add fast idle support.
366        * include/bsp.h: tm27 support initiated.
367        * Most tests appear to run correctly!
368
3692000-12-13      Joel Sherrill <joel@OARcorp.com>
370
371        * README: Updated.  We are now vectoring a clock tick ISR handler.
372        But RTEMS is not returning from the ISR properly.
373        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
374        * include/bsp.h: Use <libcpu/tx3904.h>
375        * startup/Makefile.am: Add setvec.c from shared.
376        * startup/bspstart.c: Initialize the status register (SR) so
377        no interrupts are masked but global interrupts (SR_IEC) are off.
378        Added call to install the ISR prologue code.
379        * wrapup/Makefile.am: Pick up more pieces from libcpu.
380
3812000-12-11      Joel Sherrill <joel@OARcorp.com>
382
383        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
384        * README: Updated.
385
3862000-12-06      Joel Sherrill <joel@OARcorp.com>
387
388        * README: Updated to reflect status.
389        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
390
3912000-11-30      Joel Sherrill <joel@OARcorp.com>
392
393        * README: Updated to reflect current status.  Misaligned reference
394        during initialization may be compiler problem.
395        * console/console-io.c: Added support for printk().
396        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
397
3982000-11-27      Joel Sherrill <joel@OARcorp.com>
399
400        * startup/linkcmds: Fix typo and add extra 0 to base address.
401        Now runs until printf() tries to put a character and then
402        it locks up checking a status bit that does not change.
403
4042000-11-25      Joel Sherrill <joel@OARcorp.com>
405
406        * The JMR BSP is for a Toshiba TX39 evaluation board but
407        can also be used with the mips simulator in gdb.
408        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
409        configure.in, clock/.cvsignore, clock/Makefile.am,
410        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
411        console/console-io.c, include/.cvsignore,
412        include/Makefile.am, include/bsp.h, start/.cvsignore,
413        start/Makefile.am, start/regs.S, start/start.S,
414        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
415        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.