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

4.104.114.84.95
Last change on this file since d9f6165 was 4d6b3b6, checked in by Joel Sherrill <joel.sherrill@…>, on 01/12/01 at 13:28:27

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

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