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

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-21      Joel Sherrill <joel@OARcorp.com>
8
9        * startup/linkcmds: Move .init section after text section so
10        C+ global constructors work.
11
122002-08-21      Joel Sherrill <joel@OARcorp.com>
13
14        * bsp_specs: Added support for -nostdlibs.
15
162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
24
252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * start/Makefile.am: Eliminate PGM.
28        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
29
302002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
33
342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
37        Remove $(OBJS) from all-local.
38
392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Add $(LIB) to all-local.
42
432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
46
472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac:
50        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
51        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
52        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
60
612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
64
652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
68
692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
72        * configure.in: Remove.
73        * configure.ac: New file, generated from configure.in by autoupdate.
74
752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * include/Makefile.am: Use 'CLEANFILES ='.
78        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
79
802001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.in: Add bspopts.h.
83        * include/bsp.h: Include bspopts.h.
84        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
85        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
86
872001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
90
912001-05-11      Joel Sherrill <joel@OARcorp.com>
92
93        * tools/runtest: Add functionality to avoid letting simulator
94        run too long.
95
962001-04-20      Joel Sherrill <joel@OARcorp.com>
97
98        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
99        the interrupt.  This was not quite right before and we were
100        getting uncontrolled interrupt nesting in tm27.
101        * timer/timer.c (Timer_Initialize): Added an extra reset and
102        changed the ITMR register so we will never get an interrupt.
103        (Read_timer): Fixed so the timer actually stops before it
104        is read.  Before some times reported were outraguously high.
105        * start/start.S: Major clean including using stack in linkcmds,
106        deleting unused code, and zeroing the BSS using the linkcmds
107        information.
108        * startup/linkcmds: Put heap in lower memory than workspace
109        and move _clear_end so both are zeroed.
110
1112001-01-12      Joel Sherrill <joel@OARcorp.com>
112
113        * include/bsp.h, timer/timer.c: Updated so timer appears to
114        work and support tm27.  I would prefer to time a software
115        interrupt rather than an use an extra timer though.
116
1172001-01-09      Joel Sherrill <joel@OARcorp.com>
118
119        * clock/clockdrv.c: Clean up.
120        * include/bsp.h: Uncomment and fix set_vector() prototype.
121
1222001-01-03      Joel Sherrill <joel@OARcorp.com>
123
124        * console/console-io.c: Removed unused variable initialized.
125
1262001-01-03      Joel Sherrill <joel@OARcorp.com>
127
128        * clock/Makefile.am: Fixed reference to ckinit.c.
129        * clock/clockdrv.c: Enabled fast idle.
130        * console/console-io.c: Added console_initialize_hardware().
131
1322000-12-19      Joel Sherrill <joel@OARcorp.com>
133
134        * timer: New subdirectory.
135        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
136        * tools/ChangeLog: New file.
137
1382000-12-19      Joel Sherrill <joel@OARcorp.com>
139
140        * Makefile.am: Added tools subdirectory and removed commented out line.
141        * configure.in: Added tools subdirectory.
142        * tools: New subdirectory.
143        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
144        tools/runtest: New files -- based on powerpc/psim.
145        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
146        add fast idle support.
147        * include/bsp.h: tm27 support initiated.
148        * Most tests appear to run correctly!
149
1502000-12-13      Joel Sherrill <joel@OARcorp.com>
151
152        * README: Updated.  We are now vectoring a clock tick ISR handler.
153        But RTEMS is not returning from the ISR properly.
154        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
155        * include/bsp.h: Use <libcpu/tx3904.h>
156        * startup/Makefile.am: Add setvec.c from shared.
157        * startup/bspstart.c: Initialize the status register (SR) so
158        no interrupts are masked but global interrupts (SR_IEC) are off.
159        Added call to install the ISR prologue code.
160        * wrapup/Makefile.am: Pick up more pieces from libcpu.
161
1622000-12-11      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
165        * README: Updated.
166
1672000-12-06      Joel Sherrill <joel@OARcorp.com>
168
169        * README: Updated to reflect status.
170        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
171
1722000-11-30      Joel Sherrill <joel@OARcorp.com>
173
174        * README: Updated to reflect current status.  Misaligned reference
175        during initialization may be compiler problem.
176        * console/console-io.c: Added support for printk().
177        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
178
1792000-11-27      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds: Fix typo and add extra 0 to base address.
182        Now runs until printf() tries to put a character and then
183        it locks up checking a status bit that does not change.
184
1852000-11-25      Joel Sherrill <joel@OARcorp.com>
186
187        * The JMR BSP is for a Toshiba TX39 evaluation board but
188        can also be used with the mips simulator in gdb.
189        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
190        configure.in, clock/.cvsignore, clock/Makefile.am,
191        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
192        console/console-io.c, include/.cvsignore,
193        include/Makefile.am, include/bsp.h, start/.cvsignore,
194        start/Makefile.am, start/regs.S, start/start.S,
195        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
196        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.