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

4.104.114.84.95
Last change on this file since 026f4aa was 026f4aa, checked in by Joel Sherrill <joel.sherrill@…>, on 01/09/01 at 17:05:57

2001-01-09 Joel Sherrill <joel@…>

  • clock/clockdrv.c: Clean up.
  • include/bsp.h: Uncomment and fix set_vector() prototype.
  • Property mode set to 100644
File size: 2.9 KB
Line 
12001-01-09      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/clockdrv.c: Clean up.
4        * include/bsp.h: Uncomment and fix set_vector() prototype.
5
62001-01-03      Joel Sherrill <joel@OARcorp.com>
7
8        * console/console-io.c: Removed unused variable initialized.
9
102001-01-03      Joel Sherrill <joel@OARcorp.com>
11
12        * clock/Makefile.am: Fixed reference to ckinit.c.
13        * clock/clockdrv.c: Enabled fast idle.
14        * console/console-io.c: Added console_initialize_hardware().
15
162000-12-19      Joel Sherrill <joel@OARcorp.com>
17
18        * timer: New subdirectory.
19        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
20        * tools/ChangeLog: New file.
21
222000-12-19      Joel Sherrill <joel@OARcorp.com>
23
24        * Makefile.am: Added tools subdirectory and removed commented out line.
25        * configure.in: Added tools subdirectory.
26        * tools: New subdirectory.
27        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
28        tools/runtest: New files -- based on powerpc/psim.
29        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
30        add fast idle support.
31        * include/bsp.h: tm27 support initiated.
32        * Most tests appear to run correctly!
33
342000-12-13      Joel Sherrill <joel@OARcorp.com>
35
36        * README: Updated.  We are now vectoring a clock tick ISR handler.
37        But RTEMS is not returning from the ISR properly.
38        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
39        * include/bsp.h: Use <libcpu/tx3904.h>
40        * startup/Makefile.am: Add setvec.c from shared.
41        * startup/bspstart.c: Initialize the status register (SR) so
42        no interrupts are masked but global interrupts (SR_IEC) are off.
43        Added call to install the ISR prologue code.
44        * wrapup/Makefile.am: Pick up more pieces from libcpu.
45
462000-12-11      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
49        * README: Updated.
50
512000-12-06      Joel Sherrill <joel@OARcorp.com>
52
53        * README: Updated to reflect status.
54        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
55
562000-11-30      Joel Sherrill <joel@OARcorp.com>
57
58        * README: Updated to reflect current status.  Misaligned reference
59        during initialization may be compiler problem.
60        * console/console-io.c: Added support for printk().
61        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
62
632000-11-27      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds: Fix typo and add extra 0 to base address.
66        Now runs until printf() tries to put a character and then
67        it locks up checking a status bit that does not change.
68
692000-11-25      Joel Sherrill <joel@OARcorp.com>
70
71        * The JMR BSP is for a Toshiba TX39 evaluation board but
72        can also be used with the mips simulator in gdb.
73        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
74        configure.in, clock/.cvsignore, clock/Makefile.am,
75        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
76        console/console-io.c, include/.cvsignore,
77        include/Makefile.am, include/bsp.h, start/.cvsignore,
78        start/Makefile.am, start/regs.S, start/start.S,
79        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
80        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.