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

4.104.114.84.95
Last change on this file since c53e9e2f was a4aeb92, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:57:24

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 8.9 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        clock/Makefile.am: Reflect having moved automake.
5        console/Makefile.am: Reflect having moved automake.
6        include/Makefile.am: Reflect having moved automake.
7        start/Makefile.am: Reflect having moved automake.
8        startup/Makefile.am: Reflect having moved automake.
9        timer/Makefile.am: Reflect having moved automake.
10        wrapup/Makefile.am: Reflect having moved automake.
11
122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        PR 452/bsps
15        * bsp_specs: Remove -D__USE_INIT_FINI__.
16        Remove *.cpp (Now unused).
17
182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
21
222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        PR 445/bsps
25        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
26
272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Remove AC_CONFIG_AUX_DIR.
30
312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
34
352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: AC_PREREQ(2.57).
38
392003-01-20      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds*: Add FreeBSD sysctl() sections.
42
432002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
44 
45        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
46        * linkcmds: Added .init, .fini & related sections.
47
482002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55
562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: Use install-data-local to install startfile.
59
602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63
642002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
67        changes.
68
692002-11-01      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
72
732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * .cvsignore: Reformat.
76        Add autom4te*cache.
77        Remove autom4te.cache.
78
792002-08-21      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/linkcmds: Move .init section after text section so
82        C+ global constructors work.
83
842002-08-21      Joel Sherrill <joel@OARcorp.com>
85
86        * bsp_specs: Added support for -nostdlibs.
87
882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
96
972002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Eliminate PGM.
100        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
101
1022002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
105
1062002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
109        Remove $(OBJS) from all-local.
110
1112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Add $(LIB) to all-local.
114
1152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
118
1192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac:
122        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
123        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
124        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
132
1332002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
136
1372001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
140
1412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
144        * configure.in: Remove.
145        * configure.ac: New file, generated from configure.in by autoupdate.
146
1472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * include/Makefile.am: Use 'CLEANFILES ='.
150        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
151
1522001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.in: Add bspopts.h.
155        * include/bsp.h: Include bspopts.h.
156        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
157        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
158
1592001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
162
1632001-05-11      Joel Sherrill <joel@OARcorp.com>
164
165        * tools/runtest: Add functionality to avoid letting simulator
166        run too long.
167
1682001-04-20      Joel Sherrill <joel@OARcorp.com>
169
170        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
171        the interrupt.  This was not quite right before and we were
172        getting uncontrolled interrupt nesting in tm27.
173        * timer/timer.c (Timer_Initialize): Added an extra reset and
174        changed the ITMR register so we will never get an interrupt.
175        (Read_timer): Fixed so the timer actually stops before it
176        is read.  Before some times reported were outraguously high.
177        * start/start.S: Major clean including using stack in linkcmds,
178        deleting unused code, and zeroing the BSS using the linkcmds
179        information.
180        * startup/linkcmds: Put heap in lower memory than workspace
181        and move _clear_end so both are zeroed.
182
1832001-01-12      Joel Sherrill <joel@OARcorp.com>
184
185        * include/bsp.h, timer/timer.c: Updated so timer appears to
186        work and support tm27.  I would prefer to time a software
187        interrupt rather than an use an extra timer though.
188
1892001-01-09      Joel Sherrill <joel@OARcorp.com>
190
191        * clock/clockdrv.c: Clean up.
192        * include/bsp.h: Uncomment and fix set_vector() prototype.
193
1942001-01-03      Joel Sherrill <joel@OARcorp.com>
195
196        * console/console-io.c: Removed unused variable initialized.
197
1982001-01-03      Joel Sherrill <joel@OARcorp.com>
199
200        * clock/Makefile.am: Fixed reference to ckinit.c.
201        * clock/clockdrv.c: Enabled fast idle.
202        * console/console-io.c: Added console_initialize_hardware().
203
2042000-12-19      Joel Sherrill <joel@OARcorp.com>
205
206        * timer: New subdirectory.
207        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
208        * tools/ChangeLog: New file.
209
2102000-12-19      Joel Sherrill <joel@OARcorp.com>
211
212        * Makefile.am: Added tools subdirectory and removed commented out line.
213        * configure.in: Added tools subdirectory.
214        * tools: New subdirectory.
215        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
216        tools/runtest: New files -- based on powerpc/psim.
217        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
218        add fast idle support.
219        * include/bsp.h: tm27 support initiated.
220        * Most tests appear to run correctly!
221
2222000-12-13      Joel Sherrill <joel@OARcorp.com>
223
224        * README: Updated.  We are now vectoring a clock tick ISR handler.
225        But RTEMS is not returning from the ISR properly.
226        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
227        * include/bsp.h: Use <libcpu/tx3904.h>
228        * startup/Makefile.am: Add setvec.c from shared.
229        * startup/bspstart.c: Initialize the status register (SR) so
230        no interrupts are masked but global interrupts (SR_IEC) are off.
231        Added call to install the ISR prologue code.
232        * wrapup/Makefile.am: Pick up more pieces from libcpu.
233
2342000-12-11      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
237        * README: Updated.
238
2392000-12-06      Joel Sherrill <joel@OARcorp.com>
240
241        * README: Updated to reflect status.
242        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
243
2442000-11-30      Joel Sherrill <joel@OARcorp.com>
245
246        * README: Updated to reflect current status.  Misaligned reference
247        during initialization may be compiler problem.
248        * console/console-io.c: Added support for printk().
249        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
250
2512000-11-27      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds: Fix typo and add extra 0 to base address.
254        Now runs until printf() tries to put a character and then
255        it locks up checking a status bit that does not change.
256
2572000-11-25      Joel Sherrill <joel@OARcorp.com>
258
259        * The JMR BSP is for a Toshiba TX39 evaluation board but
260        can also be used with the mips simulator in gdb.
261        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
262        configure.in, clock/.cvsignore, clock/Makefile.am,
263        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
264        console/console-io.c, include/.cvsignore,
265        include/Makefile.am, include/bsp.h, start/.cvsignore,
266        start/Makefile.am, start/regs.S, start/start.S,
267        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
268        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.