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

4.104.114.84.95
Last change on this file since f4d43dd was f4d43dd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/02 at 05:37:30

2002-07-19 Ralf Corsepius <corsepiu@…>

  • startup/Makefile.am: Add bsplib_DATA = linkcmds.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
4
52002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
8        Remove $(OBJS) from all-local.
9
102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Add $(LIB) to all-local.
13
142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
17
182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac:
21        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
22        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
23        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
31
322002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
35
362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
39
402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
43        * configure.in: Remove.
44        * configure.ac: New file, generated from configure.in by autoupdate.
45
462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * include/Makefile.am: Use 'CLEANFILES ='.
49        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
50
512001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.in: Add bspopts.h.
54        * include/bsp.h: Include bspopts.h.
55        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
56        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
57
582001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
59
60        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
61
622001-05-11      Joel Sherrill <joel@OARcorp.com>
63
64        * tools/runtest: Add functionality to avoid letting simulator
65        run too long.
66
672001-04-20      Joel Sherrill <joel@OARcorp.com>
68
69        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
70        the interrupt.  This was not quite right before and we were
71        getting uncontrolled interrupt nesting in tm27.
72        * timer/timer.c (Timer_Initialize): Added an extra reset and
73        changed the ITMR register so we will never get an interrupt.
74        (Read_timer): Fixed so the timer actually stops before it
75        is read.  Before some times reported were outraguously high.
76        * start/start.S: Major clean including using stack in linkcmds,
77        deleting unused code, and zeroing the BSS using the linkcmds
78        information.
79        * startup/linkcmds: Put heap in lower memory than workspace
80        and move _clear_end so both are zeroed.
81
822001-01-12      Joel Sherrill <joel@OARcorp.com>
83
84        * include/bsp.h, timer/timer.c: Updated so timer appears to
85        work and support tm27.  I would prefer to time a software
86        interrupt rather than an use an extra timer though.
87
882001-01-09      Joel Sherrill <joel@OARcorp.com>
89
90        * clock/clockdrv.c: Clean up.
91        * include/bsp.h: Uncomment and fix set_vector() prototype.
92
932001-01-03      Joel Sherrill <joel@OARcorp.com>
94
95        * console/console-io.c: Removed unused variable initialized.
96
972001-01-03      Joel Sherrill <joel@OARcorp.com>
98
99        * clock/Makefile.am: Fixed reference to ckinit.c.
100        * clock/clockdrv.c: Enabled fast idle.
101        * console/console-io.c: Added console_initialize_hardware().
102
1032000-12-19      Joel Sherrill <joel@OARcorp.com>
104
105        * timer: New subdirectory.
106        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
107        * tools/ChangeLog: New file.
108
1092000-12-19      Joel Sherrill <joel@OARcorp.com>
110
111        * Makefile.am: Added tools subdirectory and removed commented out line.
112        * configure.in: Added tools subdirectory.
113        * tools: New subdirectory.
114        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
115        tools/runtest: New files -- based on powerpc/psim.
116        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
117        add fast idle support.
118        * include/bsp.h: tm27 support initiated.
119        * Most tests appear to run correctly!
120
1212000-12-13      Joel Sherrill <joel@OARcorp.com>
122
123        * README: Updated.  We are now vectoring a clock tick ISR handler.
124        But RTEMS is not returning from the ISR properly.
125        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
126        * include/bsp.h: Use <libcpu/tx3904.h>
127        * startup/Makefile.am: Add setvec.c from shared.
128        * startup/bspstart.c: Initialize the status register (SR) so
129        no interrupts are masked but global interrupts (SR_IEC) are off.
130        Added call to install the ISR prologue code.
131        * wrapup/Makefile.am: Pick up more pieces from libcpu.
132
1332000-12-11      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
136        * README: Updated.
137
1382000-12-06      Joel Sherrill <joel@OARcorp.com>
139
140        * README: Updated to reflect status.
141        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
142
1432000-11-30      Joel Sherrill <joel@OARcorp.com>
144
145        * README: Updated to reflect current status.  Misaligned reference
146        during initialization may be compiler problem.
147        * console/console-io.c: Added support for printk().
148        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
149
1502000-11-27      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds: Fix typo and add extra 0 to base address.
153        Now runs until printf() tries to put a character and then
154        it locks up checking a status bit that does not change.
155
1562000-11-25      Joel Sherrill <joel@OARcorp.com>
157
158        * The JMR BSP is for a Toshiba TX39 evaluation board but
159        can also be used with the mips simulator in gdb.
160        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
161        configure.in, clock/.cvsignore, clock/Makefile.am,
162        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
163        console/console-io.c, include/.cvsignore,
164        include/Makefile.am, include/bsp.h, start/.cvsignore,
165        start/Makefile.am, start/regs.S, start/start.S,
166        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
167        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.