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

4.104.114.84.95
Last change on this file since 654c115c was d1c60fb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 04:12:24

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • clock/clockdrv.c, include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 12.6 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
4        timer/timer.c: Convert to using c99 fixed size types.
5
62004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9        Preinstall dist_project_lib*.
10
112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect changes to bsp.am.
14
152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
18
192004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
22        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
23        wrapup/Makefile.am. Use automake compilation rules.
24        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
25        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
26        * configure.ac: Reflect changes above.
27
282004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        PR 566/bsps
31        * start/regs.S: Fix broken comment.
32        * start/start.S: Convert asm-style comments to c-style comments.
33
342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
37        Add RTEMS_PROG_CCAS.
38
392004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add PREINSTALL_DIRS.
42
432004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
46        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
47        * console/Makefile.am: Remove console.c from EXTRA_DIST.
48        * wrapup/Makefile.am: Reflect changes to libcpu.
49
502004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
53        Add PRE/TMPINSTALL_FILES to CLEANFILES.
54        * startup/Makefile.am: Ditto.
55
562004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Eliminate $(LIB).
59        Use noinst_DATA to trigger building libbsp.a.
60
612003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
64        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
65
662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
69        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
70
712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
74
752003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Misc cleanups and fixes.
78        * startup/Makefile.am: Misc cleanups and fixes.
79        * wrapup/Makefile.am: Misc cleanups and fixes.
80
812003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Add preinstallation dirstamp support.
84        * clock/Makefile.am: Cosmetics.
85        * console/Makefile.am: Cosmetics.
86        * startup/Makefile.am: Cosmetics.
87        * timer/Makefile.am: Cosmetics.
88        * wrapup/Makefile.am: Cosmetics.
89
902003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * clock/Makefile.am: Remove all-local: $(ARCH).
93        * console/Makefile.am: Remove all-local: $(ARCH).
94        * start/Makefile.am: Remove all-local: $(ARCH).
95        * startup/Makefile.am: Remove all-local: $(ARCH).
96        * timer/Makefile.am: Remove all-local: $(ARCH).
97        * wrapup/Makefile.am: Remove all-local: $(ARCH).
98
992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Merge-in include/Makefile.am.
102        Reflect changes to bsp.am.
103        * include/Makefile.am: Remove.
104        * configure.ac: Reflect changes above.
105
1062003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * bsp_specs: Remove *lib:.
109
1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * console/console-io.c, include/bsp.h, startup/bspclean.c,
113        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
114        changed.
115
1162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect having moved aclocal/.
119
1202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Reflect having moved automake/.
123        * clock/Makefile.am: Reflect having moved automake/.
124        * console/Makefile.am: Reflect having moved automake/.
125        * include/Makefile.am: Reflect having moved automake/.
126        * start/Makefile.am: Reflect having moved automake/.
127        * startup/Makefile.am: Reflect having moved automake/.
128        * timer/Makefile.am: Reflect having moved automake/.
129        * wrapup/Makefile.am: Reflect having moved automake/.
130
1312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        PR 452/bsps
134        * bsp_specs: Remove -D__USE_INIT_FINI__.
135        Remove *.cpp (Now unused).
136
1372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
140
1412003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        PR 445/bsps
144        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
145
1462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove AC_CONFIG_AUX_DIR.
149
1502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AC_PREREQ(2.57).
157
1582003-01-20      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds*: Add FreeBSD sysctl() sections.
161
1622002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
163 
164        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
165        * linkcmds: Added .init, .fini & related sections.
166
1672002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174
1752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Use install-data-local to install startfile.
178
1792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182
1832002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
186        changes.
187
1882002-11-01      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
191
1922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Reformat.
195        Add autom4te*cache.
196        Remove autom4te.cache.
197
1982002-08-21      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds: Move .init section after text section so
201        C+ global constructors work.
202
2032002-08-21      Joel Sherrill <joel@OARcorp.com>
204
205        * bsp_specs: Added support for -nostdlibs.
206
2072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
215
2162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * start/Makefile.am: Eliminate PGM.
219        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
220
2212002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
224
2252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
228        Remove $(OBJS) from all-local.
229
2302002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * wrapup/Makefile.am: Add $(LIB) to all-local.
233
2342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
237
2382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac:
241        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
242        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
243        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
251
2522002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
255
2562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
259
2602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
263        * configure.in: Remove.
264        * configure.ac: New file, generated from configure.in by autoupdate.
265
2662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * include/Makefile.am: Use 'CLEANFILES ='.
269        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
270
2712001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.in: Add bspopts.h.
274        * include/bsp.h: Include bspopts.h.
275        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
276        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
277
2782001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
279
280        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
281
2822001-05-11      Joel Sherrill <joel@OARcorp.com>
283
284        * tools/runtest: Add functionality to avoid letting simulator
285        run too long.
286
2872001-04-20      Joel Sherrill <joel@OARcorp.com>
288
289        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
290        the interrupt.  This was not quite right before and we were
291        getting uncontrolled interrupt nesting in tm27.
292        * timer/timer.c (Timer_Initialize): Added an extra reset and
293        changed the ITMR register so we will never get an interrupt.
294        (Read_timer): Fixed so the timer actually stops before it
295        is read.  Before some times reported were outraguously high.
296        * start/start.S: Major clean including using stack in linkcmds,
297        deleting unused code, and zeroing the BSS using the linkcmds
298        information.
299        * startup/linkcmds: Put heap in lower memory than workspace
300        and move _clear_end so both are zeroed.
301
3022001-01-12      Joel Sherrill <joel@OARcorp.com>
303
304        * include/bsp.h, timer/timer.c: Updated so timer appears to
305        work and support tm27.  I would prefer to time a software
306        interrupt rather than an use an extra timer though.
307
3082001-01-09      Joel Sherrill <joel@OARcorp.com>
309
310        * clock/clockdrv.c: Clean up.
311        * include/bsp.h: Uncomment and fix set_vector() prototype.
312
3132001-01-03      Joel Sherrill <joel@OARcorp.com>
314
315        * console/console-io.c: Removed unused variable initialized.
316
3172001-01-03      Joel Sherrill <joel@OARcorp.com>
318
319        * clock/Makefile.am: Fixed reference to ckinit.c.
320        * clock/clockdrv.c: Enabled fast idle.
321        * console/console-io.c: Added console_initialize_hardware().
322
3232000-12-19      Joel Sherrill <joel@OARcorp.com>
324
325        * timer: New subdirectory.
326        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
327        * tools/ChangeLog: New file.
328
3292000-12-19      Joel Sherrill <joel@OARcorp.com>
330
331        * Makefile.am: Added tools subdirectory and removed commented out line.
332        * configure.in: Added tools subdirectory.
333        * tools: New subdirectory.
334        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
335        tools/runtest: New files -- based on powerpc/psim.
336        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
337        add fast idle support.
338        * include/bsp.h: tm27 support initiated.
339        * Most tests appear to run correctly!
340
3412000-12-13      Joel Sherrill <joel@OARcorp.com>
342
343        * README: Updated.  We are now vectoring a clock tick ISR handler.
344        But RTEMS is not returning from the ISR properly.
345        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
346        * include/bsp.h: Use <libcpu/tx3904.h>
347        * startup/Makefile.am: Add setvec.c from shared.
348        * startup/bspstart.c: Initialize the status register (SR) so
349        no interrupts are masked but global interrupts (SR_IEC) are off.
350        Added call to install the ISR prologue code.
351        * wrapup/Makefile.am: Pick up more pieces from libcpu.
352
3532000-12-11      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
356        * README: Updated.
357
3582000-12-06      Joel Sherrill <joel@OARcorp.com>
359
360        * README: Updated to reflect status.
361        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
362
3632000-11-30      Joel Sherrill <joel@OARcorp.com>
364
365        * README: Updated to reflect current status.  Misaligned reference
366        during initialization may be compiler problem.
367        * console/console-io.c: Added support for printk().
368        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
369
3702000-11-27      Joel Sherrill <joel@OARcorp.com>
371
372        * startup/linkcmds: Fix typo and add extra 0 to base address.
373        Now runs until printf() tries to put a character and then
374        it locks up checking a status bit that does not change.
375
3762000-11-25      Joel Sherrill <joel@OARcorp.com>
377
378        * The JMR BSP is for a Toshiba TX39 evaluation board but
379        can also be used with the mips simulator in gdb.
380        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
381        configure.in, clock/.cvsignore, clock/Makefile.am,
382        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
383        console/console-io.c, include/.cvsignore,
384        include/Makefile.am, include/bsp.h, start/.cvsignore,
385        start/Makefile.am, start/regs.S, start/start.S,
386        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
387        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.