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

4.104.114.84.95
Last change on this file since 90dccce was 90dccce, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/01 at 17:50:04

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

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