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

Last change on this file since 68dcc43 was 68dcc43, checked in by Joel Sherrill <joel.sherrill@…>, on 02/04/04 at 01:35:41

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

PR 566/bsps

  • start/regs.S: Fix nasty typo.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 566/bsps
4        * start/regs.S: Fix nasty typo.
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * console/console-io.c, include/bsp.h, startup/bspclean.c,
9        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
10        changed.
11
122003-08-21      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-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Remove AC_CONFIG_AUX_DIR.
25
262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AC_PREREQ(2.57).
33
342003-01-20      Joel Sherrill <joel@OARcorp.com>
35
36        * startup/linkcmds*: Add FreeBSD sysctl() sections.
37
382002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
39 
40        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
41        * linkcmds: Added .init, .fini & related sections.
42
432002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50
512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * start/Makefile.am: Use install-data-local to install startfile.
54
552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58
592002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
62        changes.
63
642002-11-01      Joel Sherrill <joel@OARcorp.com>
65
66        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
67
682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Reformat.
71        Add autom4te*cache.
72        Remove autom4te.cache.
73
742002-08-21      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds: Move .init section after text section so
77        C+ global constructors work.
78
792002-08-21      Joel Sherrill <joel@OARcorp.com>
80
81        * bsp_specs: Added support for -nostdlibs.
82
832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
91
922002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Eliminate PGM.
95        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
96
972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
100
1012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
104        Remove $(OBJS) from all-local.
105
1062002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Add $(LIB) to all-local.
109
1102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
113
1142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac:
117        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
118        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
119        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
127
1282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
131
1322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * include/Makefile.am: Use 'CLEANFILES ='.
145        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
146
1472001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Add bspopts.h.
150        * include/bsp.h: Include bspopts.h.
151        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
152        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
153
1542001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
157
1582001-05-11      Joel Sherrill <joel@OARcorp.com>
159
160        * tools/runtest: Add functionality to avoid letting simulator
161        run too long.
162
1632001-04-20      Joel Sherrill <joel@OARcorp.com>
164
165        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
166        the interrupt.  This was not quite right before and we were
167        getting uncontrolled interrupt nesting in tm27.
168        * timer/timer.c (Timer_Initialize): Added an extra reset and
169        changed the ITMR register so we will never get an interrupt.
170        (Read_timer): Fixed so the timer actually stops before it
171        is read.  Before some times reported were outraguously high.
172        * start/start.S: Major clean including using stack in linkcmds,
173        deleting unused code, and zeroing the BSS using the linkcmds
174        information.
175        * startup/linkcmds: Put heap in lower memory than workspace
176        and move _clear_end so both are zeroed.
177
1782001-01-12      Joel Sherrill <joel@OARcorp.com>
179
180        * include/bsp.h, timer/timer.c: Updated so timer appears to
181        work and support tm27.  I would prefer to time a software
182        interrupt rather than an use an extra timer though.
183
1842001-01-09      Joel Sherrill <joel@OARcorp.com>
185
186        * clock/clockdrv.c: Clean up.
187        * include/bsp.h: Uncomment and fix set_vector() prototype.
188
1892001-01-03      Joel Sherrill <joel@OARcorp.com>
190
191        * console/console-io.c: Removed unused variable initialized.
192
1932001-01-03      Joel Sherrill <joel@OARcorp.com>
194
195        * clock/Makefile.am: Fixed reference to ckinit.c.
196        * clock/clockdrv.c: Enabled fast idle.
197        * console/console-io.c: Added console_initialize_hardware().
198
1992000-12-19      Joel Sherrill <joel@OARcorp.com>
200
201        * timer: New subdirectory.
202        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
203        * tools/ChangeLog: New file.
204
2052000-12-19      Joel Sherrill <joel@OARcorp.com>
206
207        * Makefile.am: Added tools subdirectory and removed commented out line.
208        * configure.in: Added tools subdirectory.
209        * tools: New subdirectory.
210        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
211        tools/runtest: New files -- based on powerpc/psim.
212        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
213        add fast idle support.
214        * include/bsp.h: tm27 support initiated.
215        * Most tests appear to run correctly!
216
2172000-12-13      Joel Sherrill <joel@OARcorp.com>
218
219        * README: Updated.  We are now vectoring a clock tick ISR handler.
220        But RTEMS is not returning from the ISR properly.
221        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
222        * include/bsp.h: Use <libcpu/tx3904.h>
223        * startup/Makefile.am: Add setvec.c from shared.
224        * startup/bspstart.c: Initialize the status register (SR) so
225        no interrupts are masked but global interrupts (SR_IEC) are off.
226        Added call to install the ISR prologue code.
227        * wrapup/Makefile.am: Pick up more pieces from libcpu.
228
2292000-12-11      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
232        * README: Updated.
233
2342000-12-06      Joel Sherrill <joel@OARcorp.com>
235
236        * README: Updated to reflect status.
237        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
238
2392000-11-30      Joel Sherrill <joel@OARcorp.com>
240
241        * README: Updated to reflect current status.  Misaligned reference
242        during initialization may be compiler problem.
243        * console/console-io.c: Added support for printk().
244        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
245
2462000-11-27      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/linkcmds: Fix typo and add extra 0 to base address.
249        Now runs until printf() tries to put a character and then
250        it locks up checking a status bit that does not change.
251
2522000-11-25      Joel Sherrill <joel@OARcorp.com>
253
254        * The JMR BSP is for a Toshiba TX39 evaluation board but
255        can also be used with the mips simulator in gdb.
256        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
257        configure.in, clock/.cvsignore, clock/Makefile.am,
258        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
259        console/console-io.c, include/.cvsignore,
260        include/Makefile.am, include/bsp.h, start/.cvsignore,
261        start/Makefile.am, start/regs.S, start/start.S,
262        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
263        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.