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

4.104.114.84.95
Last change on this file since 7ebb278 was 7ebb278, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/04 at 05:54:17

2004-01-18 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove times from EXTRA_DIST (Non-existant).
  • startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
  • console/Makefile.am: Remove console.c from EXTRA_DIST.
  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 11.4 KB
Line 
12004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
4        * startup/Makefile.am: Remove exit.c, setvec.c from EXTRA_DIST.
5        * console/Makefile.am: Remove console.c from EXTRA_DIST.
6        * wrapup/Makefile.am: Reflect changes to libcpu.
7
82004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
11        Add PRE/TMPINSTALL_FILES to CLEANFILES.
12        * startup/Makefile.am: Ditto.
13
142004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Eliminate $(LIB).
17        Use noinst_DATA to trigger building libbsp.a.
18
192003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
22        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
23
242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
27        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
28
292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
32
332003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Misc cleanups and fixes.
36        * startup/Makefile.am: Misc cleanups and fixes.
37        * wrapup/Makefile.am: Misc cleanups and fixes.
38
392003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add preinstallation dirstamp support.
42        * clock/Makefile.am: Cosmetics.
43        * console/Makefile.am: Cosmetics.
44        * startup/Makefile.am: Cosmetics.
45        * timer/Makefile.am: Cosmetics.
46        * wrapup/Makefile.am: Cosmetics.
47
482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Remove all-local: $(ARCH).
51        * console/Makefile.am: Remove all-local: $(ARCH).
52        * start/Makefile.am: Remove all-local: $(ARCH).
53        * startup/Makefile.am: Remove all-local: $(ARCH).
54        * timer/Makefile.am: Remove all-local: $(ARCH).
55        * wrapup/Makefile.am: Remove all-local: $(ARCH).
56
572003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Merge-in include/Makefile.am.
60        Reflect changes to bsp.am.
61        * include/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63
642003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * bsp_specs: Remove *lib:.
67
682003-09-04      Joel Sherrill <joel@OARcorp.com>
69
70        * console/console-io.c, include/bsp.h, startup/bspclean.c,
71        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
72        changed.
73
742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect having moved aclocal/.
77
782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Reflect having moved automake/.
81        * clock/Makefile.am: Reflect having moved automake/.
82        * console/Makefile.am: Reflect having moved automake/.
83        * include/Makefile.am: Reflect having moved automake/.
84        * start/Makefile.am: Reflect having moved automake/.
85        * startup/Makefile.am: Reflect having moved automake/.
86        * timer/Makefile.am: Reflect having moved automake/.
87        * wrapup/Makefile.am: Reflect having moved automake/.
88
892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 452/bsps
92        * bsp_specs: Remove -D__USE_INIT_FINI__.
93        Remove *.cpp (Now unused).
94
952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
98
992003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        PR 445/bsps
102        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
103
1042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove AC_CONFIG_AUX_DIR.
107
1082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
111
1122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: AC_PREREQ(2.57).
115
1162003-01-20      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds*: Add FreeBSD sysctl() sections.
119
1202002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
121 
122        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
123        * linkcmds: Added .init, .fini & related sections.
124
1252002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132
1332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * start/Makefile.am: Use install-data-local to install startfile.
136
1372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
140
1412002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
144        changes.
145
1462002-11-01      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat.
153        Add autom4te*cache.
154        Remove autom4te.cache.
155
1562002-08-21      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds: Move .init section after text section so
159        C+ global constructors work.
160
1612002-08-21      Joel Sherrill <joel@OARcorp.com>
162
163        * bsp_specs: Added support for -nostdlibs.
164
1652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
173
1742002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Eliminate PGM.
177        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
178
1792002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
182
1832002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
186        Remove $(OBJS) from all-local.
187
1882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Add $(LIB) to all-local.
191
1922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
195
1962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac:
199        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
200        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
201        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
209
2102002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
213
2142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
217
2182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
221        * configure.in: Remove.
222        * configure.ac: New file, generated from configure.in by autoupdate.
223
2242001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * include/Makefile.am: Use 'CLEANFILES ='.
227        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
228
2292001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.in: Add bspopts.h.
232        * include/bsp.h: Include bspopts.h.
233        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
234        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
235
2362001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
237
238        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
239
2402001-05-11      Joel Sherrill <joel@OARcorp.com>
241
242        * tools/runtest: Add functionality to avoid letting simulator
243        run too long.
244
2452001-04-20      Joel Sherrill <joel@OARcorp.com>
246
247        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
248        the interrupt.  This was not quite right before and we were
249        getting uncontrolled interrupt nesting in tm27.
250        * timer/timer.c (Timer_Initialize): Added an extra reset and
251        changed the ITMR register so we will never get an interrupt.
252        (Read_timer): Fixed so the timer actually stops before it
253        is read.  Before some times reported were outraguously high.
254        * start/start.S: Major clean including using stack in linkcmds,
255        deleting unused code, and zeroing the BSS using the linkcmds
256        information.
257        * startup/linkcmds: Put heap in lower memory than workspace
258        and move _clear_end so both are zeroed.
259
2602001-01-12      Joel Sherrill <joel@OARcorp.com>
261
262        * include/bsp.h, timer/timer.c: Updated so timer appears to
263        work and support tm27.  I would prefer to time a software
264        interrupt rather than an use an extra timer though.
265
2662001-01-09      Joel Sherrill <joel@OARcorp.com>
267
268        * clock/clockdrv.c: Clean up.
269        * include/bsp.h: Uncomment and fix set_vector() prototype.
270
2712001-01-03      Joel Sherrill <joel@OARcorp.com>
272
273        * console/console-io.c: Removed unused variable initialized.
274
2752001-01-03      Joel Sherrill <joel@OARcorp.com>
276
277        * clock/Makefile.am: Fixed reference to ckinit.c.
278        * clock/clockdrv.c: Enabled fast idle.
279        * console/console-io.c: Added console_initialize_hardware().
280
2812000-12-19      Joel Sherrill <joel@OARcorp.com>
282
283        * timer: New subdirectory.
284        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
285        * tools/ChangeLog: New file.
286
2872000-12-19      Joel Sherrill <joel@OARcorp.com>
288
289        * Makefile.am: Added tools subdirectory and removed commented out line.
290        * configure.in: Added tools subdirectory.
291        * tools: New subdirectory.
292        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
293        tools/runtest: New files -- based on powerpc/psim.
294        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
295        add fast idle support.
296        * include/bsp.h: tm27 support initiated.
297        * Most tests appear to run correctly!
298
2992000-12-13      Joel Sherrill <joel@OARcorp.com>
300
301        * README: Updated.  We are now vectoring a clock tick ISR handler.
302        But RTEMS is not returning from the ISR properly.
303        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
304        * include/bsp.h: Use <libcpu/tx3904.h>
305        * startup/Makefile.am: Add setvec.c from shared.
306        * startup/bspstart.c: Initialize the status register (SR) so
307        no interrupts are masked but global interrupts (SR_IEC) are off.
308        Added call to install the ISR prologue code.
309        * wrapup/Makefile.am: Pick up more pieces from libcpu.
310
3112000-12-11      Joel Sherrill <joel@OARcorp.com>
312
313        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
314        * README: Updated.
315
3162000-12-06      Joel Sherrill <joel@OARcorp.com>
317
318        * README: Updated to reflect status.
319        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
320
3212000-11-30      Joel Sherrill <joel@OARcorp.com>
322
323        * README: Updated to reflect current status.  Misaligned reference
324        during initialization may be compiler problem.
325        * console/console-io.c: Added support for printk().
326        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
327
3282000-11-27      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: Fix typo and add extra 0 to base address.
331        Now runs until printf() tries to put a character and then
332        it locks up checking a status bit that does not change.
333
3342000-11-25      Joel Sherrill <joel@OARcorp.com>
335
336        * The JMR BSP is for a Toshiba TX39 evaluation board but
337        can also be used with the mips simulator in gdb.
338        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
339        configure.in, clock/.cvsignore, clock/Makefile.am,
340        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
341        console/console-io.c, include/.cvsignore,
342        include/Makefile.am, include/bsp.h, start/.cvsignore,
343        start/Makefile.am, start/regs.S, start/start.S,
344        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
345        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.