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

4.104.114.84.95
Last change on this file since ffb4ccf was ffb4ccf, checked in by Joel Sherrill <joel.sherrill@…>, on 05/24/01 at 20:10:43

2001-05-23 Ralf Corsepius <corsepiu@…>

  • configure.in: Add bspopts.h.
  • include/bsp.h: Include bspopts.h.
  • include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
  • include/Makefile.am: Use *_HEADERS instead of *H_FILES.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.in: Add bspopts.h.
4        * include/bsp.h: Include bspopts.h.
5        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
6        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
7
82001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
9
10        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
11
122001-05-11      Joel Sherrill <joel@OARcorp.com>
13
14        * tools/runtest: Add functionality to avoid letting simulator
15        run too long.
16
172001-04-20      Joel Sherrill <joel@OARcorp.com>
18
19        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
20        the interrupt.  This was not quite right before and we were
21        getting uncontrolled interrupt nesting in tm27.
22        * timer/timer.c (Timer_Initialize): Added an extra reset and
23        changed the ITMR register so we will never get an interrupt.
24        (Read_timer): Fixed so the timer actually stops before it
25        is read.  Before some times reported were outraguously high.
26        * start/start.S: Major clean including using stack in linkcmds,
27        deleting unused code, and zeroing the BSS using the linkcmds
28        information.
29        * startup/linkcmds: Put heap in lower memory than workspace
30        and move _clear_end so both are zeroed.
31
322001-01-12      Joel Sherrill <joel@OARcorp.com>
33
34        * include/bsp.h, timer/timer.c: Updated so timer appears to
35        work and support tm27.  I would prefer to time a software
36        interrupt rather than an use an extra timer though.
37
382001-01-09      Joel Sherrill <joel@OARcorp.com>
39
40        * clock/clockdrv.c: Clean up.
41        * include/bsp.h: Uncomment and fix set_vector() prototype.
42
432001-01-03      Joel Sherrill <joel@OARcorp.com>
44
45        * console/console-io.c: Removed unused variable initialized.
46
472001-01-03      Joel Sherrill <joel@OARcorp.com>
48
49        * clock/Makefile.am: Fixed reference to ckinit.c.
50        * clock/clockdrv.c: Enabled fast idle.
51        * console/console-io.c: Added console_initialize_hardware().
52
532000-12-19      Joel Sherrill <joel@OARcorp.com>
54
55        * timer: New subdirectory.
56        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
57        * tools/ChangeLog: New file.
58
592000-12-19      Joel Sherrill <joel@OARcorp.com>
60
61        * Makefile.am: Added tools subdirectory and removed commented out line.
62        * configure.in: Added tools subdirectory.
63        * tools: New subdirectory.
64        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
65        tools/runtest: New files -- based on powerpc/psim.
66        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
67        add fast idle support.
68        * include/bsp.h: tm27 support initiated.
69        * Most tests appear to run correctly!
70
712000-12-13      Joel Sherrill <joel@OARcorp.com>
72
73        * README: Updated.  We are now vectoring a clock tick ISR handler.
74        But RTEMS is not returning from the ISR properly.
75        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
76        * include/bsp.h: Use <libcpu/tx3904.h>
77        * startup/Makefile.am: Add setvec.c from shared.
78        * startup/bspstart.c: Initialize the status register (SR) so
79        no interrupts are masked but global interrupts (SR_IEC) are off.
80        Added call to install the ISR prologue code.
81        * wrapup/Makefile.am: Pick up more pieces from libcpu.
82
832000-12-11      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
86        * README: Updated.
87
882000-12-06      Joel Sherrill <joel@OARcorp.com>
89
90        * README: Updated to reflect status.
91        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
92
932000-11-30      Joel Sherrill <joel@OARcorp.com>
94
95        * README: Updated to reflect current status.  Misaligned reference
96        during initialization may be compiler problem.
97        * console/console-io.c: Added support for printk().
98        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
99
1002000-11-27      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/linkcmds: Fix typo and add extra 0 to base address.
103        Now runs until printf() tries to put a character and then
104        it locks up checking a status bit that does not change.
105
1062000-11-25      Joel Sherrill <joel@OARcorp.com>
107
108        * The JMR BSP is for a Toshiba TX39 evaluation board but
109        can also be used with the mips simulator in gdb.
110        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
111        configure.in, clock/.cvsignore, clock/Makefile.am,
112        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
113        console/console-io.c, include/.cvsignore,
114        include/Makefile.am, include/bsp.h, start/.cvsignore,
115        start/Makefile.am, start/regs.S, start/start.S,
116        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
117        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.