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

4.104.114.84.95
Last change on this file since 9c0bd65 was d8e0a60, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/01 at 13:01:49

2001-05-11 Joel Sherrill <joel@…>

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