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

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

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

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 13.1 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
9        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
10        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
11        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
12
132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
16        timer/timer.c: Convert to using c99 fixed size types.
17
182004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect changes to bsp.am.
21        Preinstall dist_project_lib*.
22
232004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Reflect changes to bsp.am.
26
272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
30
312004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
34        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
35        wrapup/Makefile.am. Use automake compilation rules.
36        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
37        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
38        * configure.ac: Reflect changes above.
39
402004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        PR 566/bsps
43        * start/regs.S: Fix broken comment.
44        * start/start.S: Convert asm-style comments to c-style comments.
45
462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
49        Add RTEMS_PROG_CCAS.
50
512004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add PREINSTALL_DIRS.
54
552004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
58        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
59        * console/Makefile.am: Remove console.c from EXTRA_DIST.
60        * wrapup/Makefile.am: Reflect changes to libcpu.
61
622004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
65        Add PRE/TMPINSTALL_FILES to CLEANFILES.
66        * startup/Makefile.am: Ditto.
67
682004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Eliminate $(LIB).
71        Use noinst_DATA to trigger building libbsp.a.
72
732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
76        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
77
782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
81        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
82
832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
86
872003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Misc cleanups and fixes.
90        * startup/Makefile.am: Misc cleanups and fixes.
91        * wrapup/Makefile.am: Misc cleanups and fixes.
92
932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add preinstallation dirstamp support.
96        * clock/Makefile.am: Cosmetics.
97        * console/Makefile.am: Cosmetics.
98        * startup/Makefile.am: Cosmetics.
99        * timer/Makefile.am: Cosmetics.
100        * wrapup/Makefile.am: Cosmetics.
101
1022003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * clock/Makefile.am: Remove all-local: $(ARCH).
105        * console/Makefile.am: Remove all-local: $(ARCH).
106        * start/Makefile.am: Remove all-local: $(ARCH).
107        * startup/Makefile.am: Remove all-local: $(ARCH).
108        * timer/Makefile.am: Remove all-local: $(ARCH).
109        * wrapup/Makefile.am: Remove all-local: $(ARCH).
110
1112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Merge-in include/Makefile.am.
114        Reflect changes to bsp.am.
115        * include/Makefile.am: Remove.
116        * configure.ac: Reflect changes above.
117
1182003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * bsp_specs: Remove *lib:.
121
1222003-09-04      Joel Sherrill <joel@OARcorp.com>
123
124        * console/console-io.c, include/bsp.h, startup/bspclean.c,
125        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
126        changed.
127
1282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect having moved aclocal/.
131
1322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect having moved automake/.
135        * clock/Makefile.am: Reflect having moved automake/.
136        * console/Makefile.am: Reflect having moved automake/.
137        * include/Makefile.am: Reflect having moved automake/.
138        * start/Makefile.am: Reflect having moved automake/.
139        * startup/Makefile.am: Reflect having moved automake/.
140        * timer/Makefile.am: Reflect having moved automake/.
141        * wrapup/Makefile.am: Reflect having moved automake/.
142
1432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        PR 452/bsps
146        * bsp_specs: Remove -D__USE_INIT_FINI__.
147        Remove *.cpp (Now unused).
148
1492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
152
1532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        PR 445/bsps
156        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
157
1582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove AC_CONFIG_AUX_DIR.
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
165
1662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: AC_PREREQ(2.57).
169
1702003-01-20      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds*: Add FreeBSD sysctl() sections.
173
1742002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
175 
176        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
177        * linkcmds: Added .init, .fini & related sections.
178
1792002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186
1872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Use install-data-local to install startfile.
190
1912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194
1952002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
198        changes.
199
2002002-11-01      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
203
2042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * .cvsignore: Reformat.
207        Add autom4te*cache.
208        Remove autom4te.cache.
209
2102002-08-21      Joel Sherrill <joel@OARcorp.com>
211
212        * startup/linkcmds: Move .init section after text section so
213        C+ global constructors work.
214
2152002-08-21      Joel Sherrill <joel@OARcorp.com>
216
217        * bsp_specs: Added support for -nostdlibs.
218
2192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * timer/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.
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-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * wrapup/Makefile.am: Add $(LIB) to all-local.
245
2462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
249
2502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac:
253        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
254        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
255        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
263
2642002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
267
2682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
271
2722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
275        * configure.in: Remove.
276        * configure.ac: New file, generated from configure.in by autoupdate.
277
2782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * include/Makefile.am: Use 'CLEANFILES ='.
281        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
282
2832001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.in: Add bspopts.h.
286        * include/bsp.h: Include bspopts.h.
287        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
288        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
289
2902001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
293
2942001-05-11      Joel Sherrill <joel@OARcorp.com>
295
296        * tools/runtest: Add functionality to avoid letting simulator
297        run too long.
298
2992001-04-20      Joel Sherrill <joel@OARcorp.com>
300
301        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
302        the interrupt.  This was not quite right before and we were
303        getting uncontrolled interrupt nesting in tm27.
304        * timer/timer.c (Timer_Initialize): Added an extra reset and
305        changed the ITMR register so we will never get an interrupt.
306        (Read_timer): Fixed so the timer actually stops before it
307        is read.  Before some times reported were outraguously high.
308        * start/start.S: Major clean including using stack in linkcmds,
309        deleting unused code, and zeroing the BSS using the linkcmds
310        information.
311        * startup/linkcmds: Put heap in lower memory than workspace
312        and move _clear_end so both are zeroed.
313
3142001-01-12      Joel Sherrill <joel@OARcorp.com>
315
316        * include/bsp.h, timer/timer.c: Updated so timer appears to
317        work and support tm27.  I would prefer to time a software
318        interrupt rather than an use an extra timer though.
319
3202001-01-09      Joel Sherrill <joel@OARcorp.com>
321
322        * clock/clockdrv.c: Clean up.
323        * include/bsp.h: Uncomment and fix set_vector() prototype.
324
3252001-01-03      Joel Sherrill <joel@OARcorp.com>
326
327        * console/console-io.c: Removed unused variable initialized.
328
3292001-01-03      Joel Sherrill <joel@OARcorp.com>
330
331        * clock/Makefile.am: Fixed reference to ckinit.c.
332        * clock/clockdrv.c: Enabled fast idle.
333        * console/console-io.c: Added console_initialize_hardware().
334
3352000-12-19      Joel Sherrill <joel@OARcorp.com>
336
337        * timer: New subdirectory.
338        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
339        * tools/ChangeLog: New file.
340
3412000-12-19      Joel Sherrill <joel@OARcorp.com>
342
343        * Makefile.am: Added tools subdirectory and removed commented out line.
344        * configure.in: Added tools subdirectory.
345        * tools: New subdirectory.
346        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
347        tools/runtest: New files -- based on powerpc/psim.
348        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
349        add fast idle support.
350        * include/bsp.h: tm27 support initiated.
351        * Most tests appear to run correctly!
352
3532000-12-13      Joel Sherrill <joel@OARcorp.com>
354
355        * README: Updated.  We are now vectoring a clock tick ISR handler.
356        But RTEMS is not returning from the ISR properly.
357        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
358        * include/bsp.h: Use <libcpu/tx3904.h>
359        * startup/Makefile.am: Add setvec.c from shared.
360        * startup/bspstart.c: Initialize the status register (SR) so
361        no interrupts are masked but global interrupts (SR_IEC) are off.
362        Added call to install the ISR prologue code.
363        * wrapup/Makefile.am: Pick up more pieces from libcpu.
364
3652000-12-11      Joel Sherrill <joel@OARcorp.com>
366
367        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
368        * README: Updated.
369
3702000-12-06      Joel Sherrill <joel@OARcorp.com>
371
372        * README: Updated to reflect status.
373        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
374
3752000-11-30      Joel Sherrill <joel@OARcorp.com>
376
377        * README: Updated to reflect current status.  Misaligned reference
378        during initialization may be compiler problem.
379        * console/console-io.c: Added support for printk().
380        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
381
3822000-11-27      Joel Sherrill <joel@OARcorp.com>
383
384        * startup/linkcmds: Fix typo and add extra 0 to base address.
385        Now runs until printf() tries to put a character and then
386        it locks up checking a status bit that does not change.
387
3882000-11-25      Joel Sherrill <joel@OARcorp.com>
389
390        * The JMR BSP is for a Toshiba TX39 evaluation board but
391        can also be used with the mips simulator in gdb.
392        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
393        configure.in, clock/.cvsignore, clock/Makefile.am,
394        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
395        console/console-io.c, include/.cvsignore,
396        include/Makefile.am, include/bsp.h, start/.cvsignore,
397        start/Makefile.am, start/regs.S, start/start.S,
398        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
399        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.