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

4.104.114.84.95
Last change on this file since 217645c8 was 217645c8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 10:57:38

2003-12-03 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * clock/Makefile.am: Cosmetics.
5        * console/Makefile.am: Cosmetics.
6        * startup/Makefile.am: Cosmetics.
7        * timer/Makefile.am: Cosmetics.
8        * wrapup/Makefile.am: Cosmetics.
9
102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * clock/Makefile.am: Remove all-local: $(ARCH).
13        * console/Makefile.am: Remove all-local: $(ARCH).
14        * start/Makefile.am: Remove all-local: $(ARCH).
15        * startup/Makefile.am: Remove all-local: $(ARCH).
16        * timer/Makefile.am: Remove all-local: $(ARCH).
17        * wrapup/Makefile.am: Remove all-local: $(ARCH).
18
192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in include/Makefile.am.
22        Reflect changes to bsp.am.
23        * include/Makefile.am: Remove.
24        * configure.ac: Reflect changes above.
25
262003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * bsp_specs: Remove *lib:.
29
302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * console/console-io.c, include/bsp.h, startup/bspclean.c,
33        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
34        changed.
35
362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect having moved aclocal/.
39
402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Reflect having moved automake/.
43        * clock/Makefile.am: Reflect having moved automake/.
44        * console/Makefile.am: Reflect having moved automake/.
45        * include/Makefile.am: Reflect having moved automake/.
46        * start/Makefile.am: Reflect having moved automake/.
47        * startup/Makefile.am: Reflect having moved automake/.
48        * timer/Makefile.am: Reflect having moved automake/.
49        * wrapup/Makefile.am: Reflect having moved automake/.
50
512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        PR 452/bsps
54        * bsp_specs: Remove -D__USE_INIT_FINI__.
55        Remove *.cpp (Now unused).
56
572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
60
612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        PR 445/bsps
64        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
65
662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove AC_CONFIG_AUX_DIR.
69
702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
73
742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: AC_PREREQ(2.57).
77
782003-01-20      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds*: Add FreeBSD sysctl() sections.
81
822002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
83 
84        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
85        * linkcmds: Added .init, .fini & related sections.
86
872002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
94
952002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Use install-data-local to install startfile.
98
992002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102
1032002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
106        changes.
107
1082002-11-01      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
111
1122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * .cvsignore: Reformat.
115        Add autom4te*cache.
116        Remove autom4te.cache.
117
1182002-08-21      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds: Move .init section after text section so
121        C+ global constructors work.
122
1232002-08-21      Joel Sherrill <joel@OARcorp.com>
124
125        * bsp_specs: Added support for -nostdlibs.
126
1272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
130        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
131        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
132        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
134        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
135
1362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Eliminate PGM.
139        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
140
1412002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
144
1452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
148        Remove $(OBJS) from all-local.
149
1502002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Add $(LIB) to all-local.
153
1542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
157
1582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac:
161        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
162        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
163        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
171
1722002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
175
1762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
179
1802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
183        * configure.in: Remove.
184        * configure.ac: New file, generated from configure.in by autoupdate.
185
1862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * include/Makefile.am: Use 'CLEANFILES ='.
189        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
190
1912001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.in: Add bspopts.h.
194        * include/bsp.h: Include bspopts.h.
195        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
196        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
197
1982001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
199
200        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
201
2022001-05-11      Joel Sherrill <joel@OARcorp.com>
203
204        * tools/runtest: Add functionality to avoid letting simulator
205        run too long.
206
2072001-04-20      Joel Sherrill <joel@OARcorp.com>
208
209        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
210        the interrupt.  This was not quite right before and we were
211        getting uncontrolled interrupt nesting in tm27.
212        * timer/timer.c (Timer_Initialize): Added an extra reset and
213        changed the ITMR register so we will never get an interrupt.
214        (Read_timer): Fixed so the timer actually stops before it
215        is read.  Before some times reported were outraguously high.
216        * start/start.S: Major clean including using stack in linkcmds,
217        deleting unused code, and zeroing the BSS using the linkcmds
218        information.
219        * startup/linkcmds: Put heap in lower memory than workspace
220        and move _clear_end so both are zeroed.
221
2222001-01-12      Joel Sherrill <joel@OARcorp.com>
223
224        * include/bsp.h, timer/timer.c: Updated so timer appears to
225        work and support tm27.  I would prefer to time a software
226        interrupt rather than an use an extra timer though.
227
2282001-01-09      Joel Sherrill <joel@OARcorp.com>
229
230        * clock/clockdrv.c: Clean up.
231        * include/bsp.h: Uncomment and fix set_vector() prototype.
232
2332001-01-03      Joel Sherrill <joel@OARcorp.com>
234
235        * console/console-io.c: Removed unused variable initialized.
236
2372001-01-03      Joel Sherrill <joel@OARcorp.com>
238
239        * clock/Makefile.am: Fixed reference to ckinit.c.
240        * clock/clockdrv.c: Enabled fast idle.
241        * console/console-io.c: Added console_initialize_hardware().
242
2432000-12-19      Joel Sherrill <joel@OARcorp.com>
244
245        * timer: New subdirectory.
246        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
247        * tools/ChangeLog: New file.
248
2492000-12-19      Joel Sherrill <joel@OARcorp.com>
250
251        * Makefile.am: Added tools subdirectory and removed commented out line.
252        * configure.in: Added tools subdirectory.
253        * tools: New subdirectory.
254        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
255        tools/runtest: New files -- based on powerpc/psim.
256        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
257        add fast idle support.
258        * include/bsp.h: tm27 support initiated.
259        * Most tests appear to run correctly!
260
2612000-12-13      Joel Sherrill <joel@OARcorp.com>
262
263        * README: Updated.  We are now vectoring a clock tick ISR handler.
264        But RTEMS is not returning from the ISR properly.
265        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
266        * include/bsp.h: Use <libcpu/tx3904.h>
267        * startup/Makefile.am: Add setvec.c from shared.
268        * startup/bspstart.c: Initialize the status register (SR) so
269        no interrupts are masked but global interrupts (SR_IEC) are off.
270        Added call to install the ISR prologue code.
271        * wrapup/Makefile.am: Pick up more pieces from libcpu.
272
2732000-12-11      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
276        * README: Updated.
277
2782000-12-06      Joel Sherrill <joel@OARcorp.com>
279
280        * README: Updated to reflect status.
281        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
282
2832000-11-30      Joel Sherrill <joel@OARcorp.com>
284
285        * README: Updated to reflect current status.  Misaligned reference
286        during initialization may be compiler problem.
287        * console/console-io.c: Added support for printk().
288        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
289
2902000-11-27      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/linkcmds: Fix typo and add extra 0 to base address.
293        Now runs until printf() tries to put a character and then
294        it locks up checking a status bit that does not change.
295
2962000-11-25      Joel Sherrill <joel@OARcorp.com>
297
298        * The JMR BSP is for a Toshiba TX39 evaluation board but
299        can also be used with the mips simulator in gdb.
300        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
301        configure.in, clock/.cvsignore, clock/Makefile.am,
302        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
303        console/console-io.c, include/.cvsignore,
304        include/Makefile.am, include/bsp.h, start/.cvsignore,
305        start/Makefile.am, start/regs.S, start/start.S,
306        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
307        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.