source: rtems/c/src/lib/libbsp/mips/jmr3904/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 8.2 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds*: Add FreeBSD sysctl() sections.
20
212002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
22 
23        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
24        * linkcmds: Added .init, .fini & related sections.
25
262002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33
342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: Use install-data-local to install startfile.
37
382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41
422002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
45        changes.
46
472002-11-01      Joel Sherrill <joel@OARcorp.com>
48
49        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
50
512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Reformat.
54        Add autom4te*cache.
55        Remove autom4te.cache.
56
572002-08-21      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/linkcmds: Move .init section after text section so
60        C+ global constructors work.
61
622002-08-21      Joel Sherrill <joel@OARcorp.com>
63
64        * bsp_specs: Added support for -nostdlibs.
65
662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
74
752002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Eliminate PGM.
78        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
79
802002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
83
842002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
87        Remove $(OBJS) from all-local.
88
892002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Add $(LIB) to all-local.
92
932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
96
972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:
100        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
101        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
102        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
110
1112002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
114
1152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
118
1192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
122        * configure.in: Remove.
123        * configure.ac: New file, generated from configure.in by autoupdate.
124
1252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * include/Makefile.am: Use 'CLEANFILES ='.
128        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
129
1302001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.in: Add bspopts.h.
133        * include/bsp.h: Include bspopts.h.
134        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
135        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
136
1372001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
140
1412001-05-11      Joel Sherrill <joel@OARcorp.com>
142
143        * tools/runtest: Add functionality to avoid letting simulator
144        run too long.
145
1462001-04-20      Joel Sherrill <joel@OARcorp.com>
147
148        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
149        the interrupt.  This was not quite right before and we were
150        getting uncontrolled interrupt nesting in tm27.
151        * timer/timer.c (Timer_Initialize): Added an extra reset and
152        changed the ITMR register so we will never get an interrupt.
153        (Read_timer): Fixed so the timer actually stops before it
154        is read.  Before some times reported were outraguously high.
155        * start/start.S: Major clean including using stack in linkcmds,
156        deleting unused code, and zeroing the BSS using the linkcmds
157        information.
158        * startup/linkcmds: Put heap in lower memory than workspace
159        and move _clear_end so both are zeroed.
160
1612001-01-12      Joel Sherrill <joel@OARcorp.com>
162
163        * include/bsp.h, timer/timer.c: Updated so timer appears to
164        work and support tm27.  I would prefer to time a software
165        interrupt rather than an use an extra timer though.
166
1672001-01-09      Joel Sherrill <joel@OARcorp.com>
168
169        * clock/clockdrv.c: Clean up.
170        * include/bsp.h: Uncomment and fix set_vector() prototype.
171
1722001-01-03      Joel Sherrill <joel@OARcorp.com>
173
174        * console/console-io.c: Removed unused variable initialized.
175
1762001-01-03      Joel Sherrill <joel@OARcorp.com>
177
178        * clock/Makefile.am: Fixed reference to ckinit.c.
179        * clock/clockdrv.c: Enabled fast idle.
180        * console/console-io.c: Added console_initialize_hardware().
181
1822000-12-19      Joel Sherrill <joel@OARcorp.com>
183
184        * timer: New subdirectory.
185        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
186        * tools/ChangeLog: New file.
187
1882000-12-19      Joel Sherrill <joel@OARcorp.com>
189
190        * Makefile.am: Added tools subdirectory and removed commented out line.
191        * configure.in: Added tools subdirectory.
192        * tools: New subdirectory.
193        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
194        tools/runtest: New files -- based on powerpc/psim.
195        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
196        add fast idle support.
197        * include/bsp.h: tm27 support initiated.
198        * Most tests appear to run correctly!
199
2002000-12-13      Joel Sherrill <joel@OARcorp.com>
201
202        * README: Updated.  We are now vectoring a clock tick ISR handler.
203        But RTEMS is not returning from the ISR properly.
204        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
205        * include/bsp.h: Use <libcpu/tx3904.h>
206        * startup/Makefile.am: Add setvec.c from shared.
207        * startup/bspstart.c: Initialize the status register (SR) so
208        no interrupts are masked but global interrupts (SR_IEC) are off.
209        Added call to install the ISR prologue code.
210        * wrapup/Makefile.am: Pick up more pieces from libcpu.
211
2122000-12-11      Joel Sherrill <joel@OARcorp.com>
213
214        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
215        * README: Updated.
216
2172000-12-06      Joel Sherrill <joel@OARcorp.com>
218
219        * README: Updated to reflect status.
220        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
221
2222000-11-30      Joel Sherrill <joel@OARcorp.com>
223
224        * README: Updated to reflect current status.  Misaligned reference
225        during initialization may be compiler problem.
226        * console/console-io.c: Added support for printk().
227        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
228
2292000-11-27      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds: Fix typo and add extra 0 to base address.
232        Now runs until printf() tries to put a character and then
233        it locks up checking a status bit that does not change.
234
2352000-11-25      Joel Sherrill <joel@OARcorp.com>
236
237        * The JMR BSP is for a Toshiba TX39 evaluation board but
238        can also be used with the mips simulator in gdb.
239        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
240        configure.in, clock/.cvsignore, clock/Makefile.am,
241        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
242        console/console-io.c, include/.cvsignore,
243        include/Makefile.am, include/bsp.h, start/.cvsignore,
244        start/Makefile.am, start/regs.S, start/start.S,
245        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
246        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.