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

Last change on this file since c1ab14d was c1ab14d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:44:49

2003-09-04 Joel Sherrill <joel@…>

  • console/console-io.c, include/bsp.h, startup/bspclean.c, startup/bspstart.c, timer/timer.c, tools/runtest: URL for license changed.
  • Property mode set to 100644
File size: 8.5 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * console/console-io.c, include/bsp.h, startup/bspclean.c,
4        startup/bspstart.c, timer/timer.c, tools/runtest: URL for license
5        changed.
6
72003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        PR 452/bsps
10        * bsp_specs: Remove -D__USE_INIT_FINI__.
11        Remove *.cpp (Now unused).
12
132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
16
172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove AC_CONFIG_AUX_DIR.
20
212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AC_PREREQ(2.57).
28
292003-01-20      Joel Sherrill <joel@OARcorp.com>
30
31        * startup/linkcmds*: Add FreeBSD sysctl() sections.
32
332002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
34 
35        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
36        * linkcmds: Added .init, .fini & related sections.
37
382002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45
462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Use install-data-local to install startfile.
49
502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53
542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
57        changes.
58
592002-11-01      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/bspclean.c, startup/bspstart.c: Removed warnings.
62
632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * .cvsignore: Reformat.
66        Add autom4te*cache.
67        Remove autom4te.cache.
68
692002-08-21      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Move .init section after text section so
72        C+ global constructors work.
73
742002-08-21      Joel Sherrill <joel@OARcorp.com>
75
76        * bsp_specs: Added support for -nostdlibs.
77
782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
86
872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Eliminate PGM.
90        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
91
922002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
95
962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
99        Remove $(OBJS) from all-local.
100
1012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Add $(LIB) to all-local.
104
1052002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
108
1092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac:
112        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
113        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
114        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
122
1232002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
126
1272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
130
1312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
134        * configure.in: Remove.
135        * configure.ac: New file, generated from configure.in by autoupdate.
136
1372001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * include/Makefile.am: Use 'CLEANFILES ='.
140        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
141
1422001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Add bspopts.h.
145        * include/bsp.h: Include bspopts.h.
146        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
147        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
148
1492001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
150
151        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
152
1532001-05-11      Joel Sherrill <joel@OARcorp.com>
154
155        * tools/runtest: Add functionality to avoid letting simulator
156        run too long.
157
1582001-04-20      Joel Sherrill <joel@OARcorp.com>
159
160        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
161        the interrupt.  This was not quite right before and we were
162        getting uncontrolled interrupt nesting in tm27.
163        * timer/timer.c (Timer_Initialize): Added an extra reset and
164        changed the ITMR register so we will never get an interrupt.
165        (Read_timer): Fixed so the timer actually stops before it
166        is read.  Before some times reported were outraguously high.
167        * start/start.S: Major clean including using stack in linkcmds,
168        deleting unused code, and zeroing the BSS using the linkcmds
169        information.
170        * startup/linkcmds: Put heap in lower memory than workspace
171        and move _clear_end so both are zeroed.
172
1732001-01-12      Joel Sherrill <joel@OARcorp.com>
174
175        * include/bsp.h, timer/timer.c: Updated so timer appears to
176        work and support tm27.  I would prefer to time a software
177        interrupt rather than an use an extra timer though.
178
1792001-01-09      Joel Sherrill <joel@OARcorp.com>
180
181        * clock/clockdrv.c: Clean up.
182        * include/bsp.h: Uncomment and fix set_vector() prototype.
183
1842001-01-03      Joel Sherrill <joel@OARcorp.com>
185
186        * console/console-io.c: Removed unused variable initialized.
187
1882001-01-03      Joel Sherrill <joel@OARcorp.com>
189
190        * clock/Makefile.am: Fixed reference to ckinit.c.
191        * clock/clockdrv.c: Enabled fast idle.
192        * console/console-io.c: Added console_initialize_hardware().
193
1942000-12-19      Joel Sherrill <joel@OARcorp.com>
195
196        * timer: New subdirectory.
197        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
198        * tools/ChangeLog: New file.
199
2002000-12-19      Joel Sherrill <joel@OARcorp.com>
201
202        * Makefile.am: Added tools subdirectory and removed commented out line.
203        * configure.in: Added tools subdirectory.
204        * tools: New subdirectory.
205        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
206        tools/runtest: New files -- based on powerpc/psim.
207        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
208        add fast idle support.
209        * include/bsp.h: tm27 support initiated.
210        * Most tests appear to run correctly!
211
2122000-12-13      Joel Sherrill <joel@OARcorp.com>
213
214        * README: Updated.  We are now vectoring a clock tick ISR handler.
215        But RTEMS is not returning from the ISR properly.
216        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
217        * include/bsp.h: Use <libcpu/tx3904.h>
218        * startup/Makefile.am: Add setvec.c from shared.
219        * startup/bspstart.c: Initialize the status register (SR) so
220        no interrupts are masked but global interrupts (SR_IEC) are off.
221        Added call to install the ISR prologue code.
222        * wrapup/Makefile.am: Pick up more pieces from libcpu.
223
2242000-12-11      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
227        * README: Updated.
228
2292000-12-06      Joel Sherrill <joel@OARcorp.com>
230
231        * README: Updated to reflect status.
232        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
233
2342000-11-30      Joel Sherrill <joel@OARcorp.com>
235
236        * README: Updated to reflect current status.  Misaligned reference
237        during initialization may be compiler problem.
238        * console/console-io.c: Added support for printk().
239        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
240
2412000-11-27      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds: Fix typo and add extra 0 to base address.
244        Now runs until printf() tries to put a character and then
245        it locks up checking a status bit that does not change.
246
2472000-11-25      Joel Sherrill <joel@OARcorp.com>
248
249        * The JMR BSP is for a Toshiba TX39 evaluation board but
250        can also be used with the mips simulator in gdb.
251        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
252        configure.in, clock/.cvsignore, clock/Makefile.am,
253        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
254        console/console-io.c, include/.cvsignore,
255        include/Makefile.am, include/bsp.h, start/.cvsignore,
256        start/Makefile.am, start/regs.S, start/start.S,
257        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
258        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.