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

4.104.114.84.95
Last change on this file since 80defac was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

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