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

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

2006-10-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 14.2 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add sections required by newer gcc versions.
12
132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Add preinstall.am.
16
172005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * include/bsp.h: New header guard.
20
212005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
24
252005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Remove build-variant support.
28
292004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        * configure.ac: Require automake > 1.9.
32
332004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 610/bsps
36        * Makefile.am: Add include/tm27.h, Cosmetics.
37        * include/tm27.h: Final cosmetics.
38
392004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * include/bsp.h: Split out tmtest27 support.
42        * include/tm27.h: New.
43
442004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        PR 613/bsps
47        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
48
492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 614/bsps
52        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
53
542004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
57        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
58        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
59        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
60
612004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
64        timer/timer.c: Convert to using c99 fixed size types.
65
662004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect changes to bsp.am.
69        Preinstall dist_project_lib*.
70
712004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect changes to bsp.am.
74
752004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
78
792004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
82        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
83        wrapup/Makefile.am. Use automake compilation rules.
84        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
85        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
86        * configure.ac: Reflect changes above.
87
882004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        PR 566/bsps
91        * start/regs.S: Fix broken comment.
92        * start/start.S: Convert asm-style comments to c-style comments.
93
942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
97        Add RTEMS_PROG_CCAS.
98
992004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Add PREINSTALL_DIRS.
102
1032004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
106        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
107        * console/Makefile.am: Remove console.c from EXTRA_DIST.
108        * wrapup/Makefile.am: Reflect changes to libcpu.
109
1102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
113        Add PRE/TMPINSTALL_FILES to CLEANFILES.
114        * startup/Makefile.am: Ditto.
115
1162004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Eliminate $(LIB).
119        Use noinst_DATA to trigger building libbsp.a.
120
1212003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
124        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
129        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
130
1312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
134
1352003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Misc cleanups and fixes.
138        * startup/Makefile.am: Misc cleanups and fixes.
139        * wrapup/Makefile.am: Misc cleanups and fixes.
140
1412003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add preinstallation dirstamp support.
144        * clock/Makefile.am: Cosmetics.
145        * console/Makefile.am: Cosmetics.
146        * startup/Makefile.am: Cosmetics.
147        * timer/Makefile.am: Cosmetics.
148        * wrapup/Makefile.am: Cosmetics.
149
1502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * clock/Makefile.am: Remove all-local: $(ARCH).
153        * console/Makefile.am: Remove all-local: $(ARCH).
154        * start/Makefile.am: Remove all-local: $(ARCH).
155        * startup/Makefile.am: Remove all-local: $(ARCH).
156        * timer/Makefile.am: Remove all-local: $(ARCH).
157        * wrapup/Makefile.am: Remove all-local: $(ARCH).
158
1592003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Merge-in include/Makefile.am.
162        Reflect changes to bsp.am.
163        * include/Makefile.am: Remove.
164        * configure.ac: Reflect changes above.
165
1662003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * bsp_specs: Remove *lib:.
169
1702003-09-04      Joel Sherrill <joel@OARcorp.com>
171
172        * console/console-io.c, include/bsp.h, startup/bspclean.c,
173        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
174        changed.
175
1762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect having moved aclocal/.
179
1802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Reflect having moved automake/.
183        * clock/Makefile.am: Reflect having moved automake/.
184        * console/Makefile.am: Reflect having moved automake/.
185        * include/Makefile.am: Reflect having moved automake/.
186        * start/Makefile.am: Reflect having moved automake/.
187        * startup/Makefile.am: Reflect having moved automake/.
188        * timer/Makefile.am: Reflect having moved automake/.
189        * wrapup/Makefile.am: Reflect having moved automake/.
190
1912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        PR 452/bsps
194        * bsp_specs: Remove -D__USE_INIT_FINI__.
195        Remove *.cpp (Now unused).
196
1972003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
200
2012003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        PR 445/bsps
204        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
205
2062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Remove AC_CONFIG_AUX_DIR.
209
2102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
213
2142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: AC_PREREQ(2.57).
217
2182003-01-20      Joel Sherrill <joel@OARcorp.com>
219
220        * startup/linkcmds*: Add FreeBSD sysctl() sections.
221
2222002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
223 
224        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
225        * linkcmds: Added .init, .fini & related sections.
226
2272002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234
2352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * start/Makefile.am: Use install-data-local to install startfile.
238
2392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242
2432002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
246        changes.
247
2482002-11-01      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
251
2522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * .cvsignore: Reformat.
255        Add autom4te*cache.
256        Remove autom4te.cache.
257
2582002-08-21      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/linkcmds: Move .init section after text section so
261        C+ global constructors work.
262
2632002-08-21      Joel Sherrill <joel@OARcorp.com>
264
265        * bsp_specs: Added support for -nostdlibs.
266
2672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
275
2762002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/Makefile.am: Eliminate PGM.
279        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
280
2812002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
284
2852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
288        Remove $(OBJS) from all-local.
289
2902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Add $(LIB) to all-local.
293
2942002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
297
2982002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac:
301        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
302        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
303        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
311
3122002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
315
3162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
319
3202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
323        * configure.in: Remove.
324        * configure.ac: New file, generated from configure.in by autoupdate.
325
3262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * include/Makefile.am: Use 'CLEANFILES ='.
329        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
330
3312001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.in: Add bspopts.h.
334        * include/bsp.h: Include bspopts.h.
335        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
336        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
337
3382001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
339
340        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
341
3422001-05-11      Joel Sherrill <joel@OARcorp.com>
343
344        * tools/runtest: Add functionality to avoid letting simulator
345        run too long.
346
3472001-04-20      Joel Sherrill <joel@OARcorp.com>
348
349        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
350        the interrupt.  This was not quite right before and we were
351        getting uncontrolled interrupt nesting in tm27.
352        * timer/timer.c (Timer_Initialize): Added an extra reset and
353        changed the ITMR register so we will never get an interrupt.
354        (Read_timer): Fixed so the timer actually stops before it
355        is read.  Before some times reported were outraguously high.
356        * start/start.S: Major clean including using stack in linkcmds,
357        deleting unused code, and zeroing the BSS using the linkcmds
358        information.
359        * startup/linkcmds: Put heap in lower memory than workspace
360        and move _clear_end so both are zeroed.
361
3622001-01-12      Joel Sherrill <joel@OARcorp.com>
363
364        * include/bsp.h, timer/timer.c: Updated so timer appears to
365        work and support tm27.  I would prefer to time a software
366        interrupt rather than an use an extra timer though.
367
3682001-01-09      Joel Sherrill <joel@OARcorp.com>
369
370        * clock/clockdrv.c: Clean up.
371        * include/bsp.h: Uncomment and fix set_vector() prototype.
372
3732001-01-03      Joel Sherrill <joel@OARcorp.com>
374
375        * console/console-io.c: Removed unused variable initialized.
376
3772001-01-03      Joel Sherrill <joel@OARcorp.com>
378
379        * clock/Makefile.am: Fixed reference to ckinit.c.
380        * clock/clockdrv.c: Enabled fast idle.
381        * console/console-io.c: Added console_initialize_hardware().
382
3832000-12-19      Joel Sherrill <joel@OARcorp.com>
384
385        * timer: New subdirectory.
386        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
387        * tools/ChangeLog: New file.
388
3892000-12-19      Joel Sherrill <joel@OARcorp.com>
390
391        * Makefile.am: Added tools subdirectory and removed commented out line.
392        * configure.in: Added tools subdirectory.
393        * tools: New subdirectory.
394        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
395        tools/runtest: New files -- based on powerpc/psim.
396        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
397        add fast idle support.
398        * include/bsp.h: tm27 support initiated.
399        * Most tests appear to run correctly!
400
4012000-12-13      Joel Sherrill <joel@OARcorp.com>
402
403        * README: Updated.  We are now vectoring a clock tick ISR handler.
404        But RTEMS is not returning from the ISR properly.
405        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
406        * include/bsp.h: Use <libcpu/tx3904.h>
407        * startup/Makefile.am: Add setvec.c from shared.
408        * startup/bspstart.c: Initialize the status register (SR) so
409        no interrupts are masked but global interrupts (SR_IEC) are off.
410        Added call to install the ISR prologue code.
411        * wrapup/Makefile.am: Pick up more pieces from libcpu.
412
4132000-12-11      Joel Sherrill <joel@OARcorp.com>
414
415        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
416        * README: Updated.
417
4182000-12-06      Joel Sherrill <joel@OARcorp.com>
419
420        * README: Updated to reflect status.
421        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
422
4232000-11-30      Joel Sherrill <joel@OARcorp.com>
424
425        * README: Updated to reflect current status.  Misaligned reference
426        during initialization may be compiler problem.
427        * console/console-io.c: Added support for printk().
428        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
429
4302000-11-27      Joel Sherrill <joel@OARcorp.com>
431
432        * startup/linkcmds: Fix typo and add extra 0 to base address.
433        Now runs until printf() tries to put a character and then
434        it locks up checking a status bit that does not change.
435
4362000-11-25      Joel Sherrill <joel@OARcorp.com>
437
438        * The JMR BSP is for a Toshiba TX39 evaluation board but
439        can also be used with the mips simulator in gdb.
440        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
441        configure.in, clock/.cvsignore, clock/Makefile.am,
442        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
443        console/console-io.c, include/.cvsignore,
444        include/Makefile.am, include/bsp.h, start/.cvsignore,
445        start/Makefile.am, start/regs.S, start/start.S,
446        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
447        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.