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

4.104.114.84.95
Last change on this file since 4ee84fc was 4ee84fc, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:40:54

2002-01-03 Ralf Corsepius <corsepiu@…>

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