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

4.104.114.84.95
Last change on this file since 0fd4a13 was 0fd4a13, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/01 at 16:42:59

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

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