source: rtems/c/src/lib/libbsp/mips/jmr3904/ChangeLog @ 8c5707a

4.104.114.84.95
Last change on this file since 8c5707a was 8c5707a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/07 at 18:17:20

2007-03-28 Joel Sherrill <joel@…>

  • Makefile.am: Modify to avoid pulling in too much into minimum executable.
  • Property mode set to 100644
File size: 14.7 KB
RevLine 
[8c5707a]12007-03-28      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Modify to avoid pulling in too much into minimum
4        executable.
5
[fcb0cd46]62006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: New BUG-REPORT address.
9
[461c9167]102006-11-17      Joel Sherrill <joel@OARcorp.com>
11
12        * clock/clockdrv.c: Add copyright.
13
[aa4369c]142006-11-15      Joel Sherrill <joel@OARcorp.com>
15
16        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
17        file and simplified initialization.
18
[57357d9]192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Remove superfluous -DASM.
22
[754610f]232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.60. Require automake-1.10.
26
[4217b96]272006-02-08      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: Add sections required by newer gcc versions.
30
[a06faad]312006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Add preinstall.am.
34
[34c4852]352005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * include/bsp.h: New header guard.
38
[844609f9]392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
42
[7c6c630]432005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Remove build-variant support.
46
[97891e5e]472004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * configure.ac: Require automake > 1.9.
50
[3defec6]512004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        PR 610/bsps
54        * Makefile.am: Add include/tm27.h, Cosmetics.
55        * include/tm27.h: Final cosmetics.
56
[25964be6]572004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * include/bsp.h: Split out tmtest27 support.
60        * include/tm27.h: New.
61
[3344730a]622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        PR 613/bsps
65        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
66
[7dd6e8d]672004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        PR 614/bsps
70        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
71
[99ddf76]722004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
75        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
76        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
77        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
78
[d1c60fb]792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
82        timer/timer.c: Convert to using c99 fixed size types.
83
[2a7f9a28]842004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect changes to bsp.am.
87        Preinstall dist_project_lib*.
88
[6ac101b]892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Reflect changes to bsp.am.
92
[c24d7c84]932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
96
[433d408]972004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
100        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
101        wrapup/Makefile.am. Use automake compilation rules.
102        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
103        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
104        * configure.ac: Reflect changes above.
105
[f5b1e5b]1062004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        PR 566/bsps
109        * start/regs.S: Fix broken comment.
110        * start/start.S: Convert asm-style comments to c-style comments.
111
[f3c5a0ec]1122004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
115        Add RTEMS_PROG_CCAS.
116
[33990315]1172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add PREINSTALL_DIRS.
120
[7ebb278]1212004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
124        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
125        * console/Makefile.am: Remove console.c from EXTRA_DIST.
126        * wrapup/Makefile.am: Reflect changes to libcpu.
127
[545f0f0a]1282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
131        Add PRE/TMPINSTALL_FILES to CLEANFILES.
132        * startup/Makefile.am: Ditto.
133
[6411947]1342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate $(LIB).
137        Use noinst_DATA to trigger building libbsp.a.
138
[b35414a]1392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143
[935773b]1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148
[810720b6]1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
152
[e725be0]1532003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: Misc cleanups and fixes.
156        * startup/Makefile.am: Misc cleanups and fixes.
157        * wrapup/Makefile.am: Misc cleanups and fixes.
158
[217645c8]1592003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add preinstallation dirstamp support.
162        * clock/Makefile.am: Cosmetics.
163        * console/Makefile.am: Cosmetics.
164        * startup/Makefile.am: Cosmetics.
165        * timer/Makefile.am: Cosmetics.
166        * wrapup/Makefile.am: Cosmetics.
167
[5ceaa08]1682003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am: Remove all-local: $(ARCH).
171        * console/Makefile.am: Remove all-local: $(ARCH).
172        * start/Makefile.am: Remove all-local: $(ARCH).
173        * startup/Makefile.am: Remove all-local: $(ARCH).
174        * timer/Makefile.am: Remove all-local: $(ARCH).
175        * wrapup/Makefile.am: Remove all-local: $(ARCH).
176
[75db8c22]1772003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Merge-in include/Makefile.am.
180        Reflect changes to bsp.am.
181        * include/Makefile.am: Remove.
182        * configure.ac: Reflect changes above.
183
[5fa17560]1842003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * bsp_specs: Remove *lib:.
187
[a6f969b3]1882003-09-04      Joel Sherrill <joel@OARcorp.com>
189
190        * console/console-io.c, include/bsp.h, startup/bspclean.c,
191        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
192        changed.
193
[fe8bc62f]1942003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect having moved aclocal/.
197
[a4aeb92]1982003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
[c483a4e]200        * Makefile.am: Reflect having moved automake/.
201        * clock/Makefile.am: Reflect having moved automake/.
202        * console/Makefile.am: Reflect having moved automake/.
203        * include/Makefile.am: Reflect having moved automake/.
204        * start/Makefile.am: Reflect having moved automake/.
205        * startup/Makefile.am: Reflect having moved automake/.
206        * timer/Makefile.am: Reflect having moved automake/.
207        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]208
[26ff37a4]2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
[75fcb394]211        PR 452/bsps
[26ff37a4]212        * bsp_specs: Remove -D__USE_INIT_FINI__.
213        Remove *.cpp (Now unused).
214
[7dcc3fe]2152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
218
[31aa51e1]2192003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
[75fcb394]221        PR 445/bsps
[31aa51e1]222        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
223
[7a97f26]2242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Remove AC_CONFIG_AUX_DIR.
227
[ccd81b60]2282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
231
[9b5c258]2322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: AC_PREREQ(2.57).
235
[1d36d2af]2362003-01-20      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/linkcmds*: Add FreeBSD sysctl() sections.
239
[8f10c92]2402002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
241 
242        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
243        * linkcmds: Added .init, .fini & related sections.
244
[a73d8f7e]2452002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252
[59a01a6e]2532002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * start/Makefile.am: Use install-data-local to install startfile.
256
[ad5c7fe]2572002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260
[3f4382fe]2612002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
264        changes.
265
[7353e150]2662002-11-01      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
269
[8730f45]2702002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * .cvsignore: Reformat.
273        Add autom4te*cache.
274        Remove autom4te.cache.
275
[44c44c5]2762002-08-21      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/linkcmds: Move .init section after text section so
279        C+ global constructors work.
280
[a2ae30c2]2812002-08-21      Joel Sherrill <joel@OARcorp.com>
282
283        * bsp_specs: Added support for -nostdlibs.
284
[88a67b6]2852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
293
[496686a]2942002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Eliminate PGM.
297        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
298
[f4d43dd]2992002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
302
[445c0a0]3032002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
306        Remove $(OBJS) from all-local.
307
[d16af043]3082002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Add $(LIB) to all-local.
311
[80defac]3122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
315
[ddd9abf]3162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac:
319        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
320        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
321        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
329
[4ee84fc]3302002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
333
[9e1ae79]3342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
337
[df25c998]3382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
341        * configure.in: Remove.
342        * configure.ac: New file, generated from configure.in by autoupdate.
343
[7b4917c]3442001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * include/Makefile.am: Use 'CLEANFILES ='.
347        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
348
[ffb4ccf]3492001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.in: Add bspopts.h.
352        * include/bsp.h: Include bspopts.h.
353        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
354        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
355
[3aa441c9]3562001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
357
358        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
359
[d8e0a60]3602001-05-11      Joel Sherrill <joel@OARcorp.com>
361
362        * tools/runtest: Add functionality to avoid letting simulator
363        run too long.
364
[b335c503]3652001-04-20      Joel Sherrill <joel@OARcorp.com>
366
367        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
368        the interrupt.  This was not quite right before and we were
369        getting uncontrolled interrupt nesting in tm27.
370        * timer/timer.c (Timer_Initialize): Added an extra reset and
371        changed the ITMR register so we will never get an interrupt.
372        (Read_timer): Fixed so the timer actually stops before it
373        is read.  Before some times reported were outraguously high.
374        * start/start.S: Major clean including using stack in linkcmds,
375        deleting unused code, and zeroing the BSS using the linkcmds
376        information.
377        * startup/linkcmds: Put heap in lower memory than workspace
378        and move _clear_end so both are zeroed.
379
[4d6b3b6]3802001-01-12      Joel Sherrill <joel@OARcorp.com>
381
382        * include/bsp.h, timer/timer.c: Updated so timer appears to
383        work and support tm27.  I would prefer to time a software
384        interrupt rather than an use an extra timer though.
385
[026f4aa]3862001-01-09      Joel Sherrill <joel@OARcorp.com>
387
388        * clock/clockdrv.c: Clean up.
389        * include/bsp.h: Uncomment and fix set_vector() prototype.
390
[90dccce]3912001-01-03      Joel Sherrill <joel@OARcorp.com>
392
393        * console/console-io.c: Removed unused variable initialized.
394
[0fd4a13]3952001-01-03      Joel Sherrill <joel@OARcorp.com>
396
397        * clock/Makefile.am: Fixed reference to ckinit.c.
398        * clock/clockdrv.c: Enabled fast idle.
399        * console/console-io.c: Added console_initialize_hardware().
400
[8f81248c]4012000-12-19      Joel Sherrill <joel@OARcorp.com>
402
403        * timer: New subdirectory.
404        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
405        * tools/ChangeLog: New file.
406
[2ba9d3bd]4072000-12-19      Joel Sherrill <joel@OARcorp.com>
408
409        * Makefile.am: Added tools subdirectory and removed commented out line.
410        * configure.in: Added tools subdirectory.
411        * tools: New subdirectory.
412        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
413        tools/runtest: New files -- based on powerpc/psim.
414        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
415        add fast idle support.
416        * include/bsp.h: tm27 support initiated.
417        * Most tests appear to run correctly!
418
[7a677fd7]4192000-12-13      Joel Sherrill <joel@OARcorp.com>
420
421        * README: Updated.  We are now vectoring a clock tick ISR handler.
422        But RTEMS is not returning from the ISR properly.
423        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
424        * include/bsp.h: Use <libcpu/tx3904.h>
425        * startup/Makefile.am: Add setvec.c from shared.
426        * startup/bspstart.c: Initialize the status register (SR) so
427        no interrupts are masked but global interrupts (SR_IEC) are off.
428        Added call to install the ISR prologue code.
429        * wrapup/Makefile.am: Pick up more pieces from libcpu.
430
[3be21e7d]4312000-12-11      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
434        * README: Updated.
435
[a9c55f5]4362000-12-06      Joel Sherrill <joel@OARcorp.com>
437
438        * README: Updated to reflect status.
439        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
440
[c1a24fbe]4412000-11-30      Joel Sherrill <joel@OARcorp.com>
442
443        * README: Updated to reflect current status.  Misaligned reference
444        during initialization may be compiler problem.
445        * console/console-io.c: Added support for printk().
446        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
447
[9ad0087]4482000-11-27      Joel Sherrill <joel@OARcorp.com>
449
450        * startup/linkcmds: Fix typo and add extra 0 to base address.
451        Now runs until printf() tries to put a character and then
452        it locks up checking a status bit that does not change.
453
[c8471315]4542000-11-25      Joel Sherrill <joel@OARcorp.com>
455
456        * The JMR BSP is for a Toshiba TX39 evaluation board but
457        can also be used with the mips simulator in gdb.
458        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
459        configure.in, clock/.cvsignore, clock/Makefile.am,
460        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
461        console/console-io.c, include/.cvsignore,
462        include/Makefile.am, include/bsp.h, start/.cvsignore,
463        start/Makefile.am, start/regs.S, start/start.S,
464        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
465        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.