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

4.104.114.84.95
Last change on this file since 26ff37a4 was 26ff37a4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 15:59:09

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

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