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

4.104.114.84.95
Last change on this file since 2a7f9a28 was 2a7f9a28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/04 at 06:22:18

2004-02-19 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
  • Property mode set to 100644
File size: 12.5 KB
RevLine 
[2a7f9a28]12004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4        Preinstall dist_project_lib*.
5
[6ac101b]62004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9
[c24d7c84]102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
13
[433d408]142004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
17        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
18        wrapup/Makefile.am. Use automake compilation rules.
19        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
20        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
21        * configure.ac: Reflect changes above.
22
[f5b1e5b]232004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        PR 566/bsps
26        * start/regs.S: Fix broken comment.
27        * start/start.S: Convert asm-style comments to c-style comments.
28
[f3c5a0ec]292004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
32        Add RTEMS_PROG_CCAS.
33
[33990315]342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Add PREINSTALL_DIRS.
37
[7ebb278]382004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
41        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
42        * console/Makefile.am: Remove console.c from EXTRA_DIST.
43        * wrapup/Makefile.am: Reflect changes to libcpu.
44
[545f0f0a]452004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
48        Add PRE/TMPINSTALL_FILES to CLEANFILES.
49        * startup/Makefile.am: Ditto.
50
[6411947]512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate $(LIB).
54        Use noinst_DATA to trigger building libbsp.a.
55
[b35414a]562003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
59        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
60
[935773b]612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
64        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
65
[810720b6]662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
69
[e725be0]702003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Misc cleanups and fixes.
73        * startup/Makefile.am: Misc cleanups and fixes.
74        * wrapup/Makefile.am: Misc cleanups and fixes.
75
[217645c8]762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Add preinstallation dirstamp support.
79        * clock/Makefile.am: Cosmetics.
80        * console/Makefile.am: Cosmetics.
81        * startup/Makefile.am: Cosmetics.
82        * timer/Makefile.am: Cosmetics.
83        * wrapup/Makefile.am: Cosmetics.
84
[5ceaa08]852003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * clock/Makefile.am: Remove all-local: $(ARCH).
88        * console/Makefile.am: Remove all-local: $(ARCH).
89        * start/Makefile.am: Remove all-local: $(ARCH).
90        * startup/Makefile.am: Remove all-local: $(ARCH).
91        * timer/Makefile.am: Remove all-local: $(ARCH).
92        * wrapup/Makefile.am: Remove all-local: $(ARCH).
93
[75db8c22]942003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Merge-in include/Makefile.am.
97        Reflect changes to bsp.am.
98        * include/Makefile.am: Remove.
99        * configure.ac: Reflect changes above.
100
[5fa17560]1012003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * bsp_specs: Remove *lib:.
104
[a6f969b3]1052003-09-04      Joel Sherrill <joel@OARcorp.com>
106
107        * console/console-io.c, include/bsp.h, startup/bspclean.c,
108        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
109        changed.
110
[fe8bc62f]1112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Reflect having moved aclocal/.
114
[a4aeb92]1152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
[c483a4e]117        * Makefile.am: Reflect having moved automake/.
118        * clock/Makefile.am: Reflect having moved automake/.
119        * console/Makefile.am: Reflect having moved automake/.
120        * include/Makefile.am: Reflect having moved automake/.
121        * start/Makefile.am: Reflect having moved automake/.
122        * startup/Makefile.am: Reflect having moved automake/.
123        * timer/Makefile.am: Reflect having moved automake/.
124        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]125
[26ff37a4]1262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
[75fcb394]128        PR 452/bsps
[26ff37a4]129        * bsp_specs: Remove -D__USE_INIT_FINI__.
130        Remove *.cpp (Now unused).
131
[7dcc3fe]1322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
135
[31aa51e1]1362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
[75fcb394]138        PR 445/bsps
[31aa51e1]139        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
140
[7a97f26]1412003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Remove AC_CONFIG_AUX_DIR.
144
[ccd81b60]1452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
148
[9b5c258]1492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: AC_PREREQ(2.57).
152
[1d36d2af]1532003-01-20      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/linkcmds*: Add FreeBSD sysctl() sections.
156
[8f10c92]1572002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
158 
159        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
160        * linkcmds: Added .init, .fini & related sections.
161
[a73d8f7e]1622002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169
[59a01a6e]1702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: Use install-data-local to install startfile.
173
[ad5c7fe]1742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177
[3f4382fe]1782002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
181        changes.
182
[7353e150]1832002-11-01      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
186
[8730f45]1872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * .cvsignore: Reformat.
190        Add autom4te*cache.
191        Remove autom4te.cache.
192
[44c44c5]1932002-08-21      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Move .init section after text section so
196        C+ global constructors work.
197
[a2ae30c2]1982002-08-21      Joel Sherrill <joel@OARcorp.com>
199
200        * bsp_specs: Added support for -nostdlibs.
201
[88a67b6]2022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
210
[496686a]2112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * start/Makefile.am: Eliminate PGM.
214        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
215
[f4d43dd]2162002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
219
[445c0a0]2202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
223        Remove $(OBJS) from all-local.
224
[d16af043]2252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Add $(LIB) to all-local.
228
[80defac]2292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
232
[ddd9abf]2332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac:
236        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
237        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
238        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
246
[4ee84fc]2472002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
250
[9e1ae79]2512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
254
[df25c998]2552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
258        * configure.in: Remove.
259        * configure.ac: New file, generated from configure.in by autoupdate.
260
[7b4917c]2612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * include/Makefile.am: Use 'CLEANFILES ='.
264        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
265
[ffb4ccf]2662001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.in: Add bspopts.h.
269        * include/bsp.h: Include bspopts.h.
270        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
271        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
272
[3aa441c9]2732001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
274
275        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
276
[d8e0a60]2772001-05-11      Joel Sherrill <joel@OARcorp.com>
278
279        * tools/runtest: Add functionality to avoid letting simulator
280        run too long.
281
[b335c503]2822001-04-20      Joel Sherrill <joel@OARcorp.com>
283
284        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
285        the interrupt.  This was not quite right before and we were
286        getting uncontrolled interrupt nesting in tm27.
287        * timer/timer.c (Timer_Initialize): Added an extra reset and
288        changed the ITMR register so we will never get an interrupt.
289        (Read_timer): Fixed so the timer actually stops before it
290        is read.  Before some times reported were outraguously high.
291        * start/start.S: Major clean including using stack in linkcmds,
292        deleting unused code, and zeroing the BSS using the linkcmds
293        information.
294        * startup/linkcmds: Put heap in lower memory than workspace
295        and move _clear_end so both are zeroed.
296
[4d6b3b6]2972001-01-12      Joel Sherrill <joel@OARcorp.com>
298
299        * include/bsp.h, timer/timer.c: Updated so timer appears to
300        work and support tm27.  I would prefer to time a software
301        interrupt rather than an use an extra timer though.
302
[026f4aa]3032001-01-09      Joel Sherrill <joel@OARcorp.com>
304
305        * clock/clockdrv.c: Clean up.
306        * include/bsp.h: Uncomment and fix set_vector() prototype.
307
[90dccce]3082001-01-03      Joel Sherrill <joel@OARcorp.com>
309
310        * console/console-io.c: Removed unused variable initialized.
311
[0fd4a13]3122001-01-03      Joel Sherrill <joel@OARcorp.com>
313
314        * clock/Makefile.am: Fixed reference to ckinit.c.
315        * clock/clockdrv.c: Enabled fast idle.
316        * console/console-io.c: Added console_initialize_hardware().
317
[8f81248c]3182000-12-19      Joel Sherrill <joel@OARcorp.com>
319
320        * timer: New subdirectory.
321        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
322        * tools/ChangeLog: New file.
323
[2ba9d3bd]3242000-12-19      Joel Sherrill <joel@OARcorp.com>
325
326        * Makefile.am: Added tools subdirectory and removed commented out line.
327        * configure.in: Added tools subdirectory.
328        * tools: New subdirectory.
329        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
330        tools/runtest: New files -- based on powerpc/psim.
331        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
332        add fast idle support.
333        * include/bsp.h: tm27 support initiated.
334        * Most tests appear to run correctly!
335
[7a677fd7]3362000-12-13      Joel Sherrill <joel@OARcorp.com>
337
338        * README: Updated.  We are now vectoring a clock tick ISR handler.
339        But RTEMS is not returning from the ISR properly.
340        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
341        * include/bsp.h: Use <libcpu/tx3904.h>
342        * startup/Makefile.am: Add setvec.c from shared.
343        * startup/bspstart.c: Initialize the status register (SR) so
344        no interrupts are masked but global interrupts (SR_IEC) are off.
345        Added call to install the ISR prologue code.
346        * wrapup/Makefile.am: Pick up more pieces from libcpu.
347
[3be21e7d]3482000-12-11      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
351        * README: Updated.
352
[a9c55f5]3532000-12-06      Joel Sherrill <joel@OARcorp.com>
354
355        * README: Updated to reflect status.
356        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
357
[c1a24fbe]3582000-11-30      Joel Sherrill <joel@OARcorp.com>
359
360        * README: Updated to reflect current status.  Misaligned reference
361        during initialization may be compiler problem.
362        * console/console-io.c: Added support for printk().
363        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
364
[9ad0087]3652000-11-27      Joel Sherrill <joel@OARcorp.com>
366
367        * startup/linkcmds: Fix typo and add extra 0 to base address.
368        Now runs until printf() tries to put a character and then
369        it locks up checking a status bit that does not change.
370
[c8471315]3712000-11-25      Joel Sherrill <joel@OARcorp.com>
372
373        * The JMR BSP is for a Toshiba TX39 evaluation board but
374        can also be used with the mips simulator in gdb.
375        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
376        configure.in, clock/.cvsignore, clock/Makefile.am,
377        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
378        console/console-io.c, include/.cvsignore,
379        include/Makefile.am, include/bsp.h, start/.cvsignore,
380        start/Makefile.am, start/regs.S, start/start.S,
381        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
382        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.