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

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

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

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