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

4.104.114.84.95
Last change on this file since 88a67b6 was 88a67b6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:54:29

2002-08-11 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • timer/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
9
102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Eliminate PGM.
13        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
14
152002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
18
192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
22        Remove $(OBJS) from all-local.
23
242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Add $(LIB) to all-local.
27
282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
31
322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac:
35        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
45
462002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
49
502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
53
542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
57        * configure.in: Remove.
58        * configure.ac: New file, generated from configure.in by autoupdate.
59
602001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/Makefile.am: Use 'CLEANFILES ='.
63        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
64
652001-05-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.in: Add bspopts.h.
68        * include/bsp.h: Include bspopts.h.
69        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
70        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
71
722001-05-11      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
73
74        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
75
762001-05-11      Joel Sherrill <joel@OARcorp.com>
77
78        * tools/runtest: Add functionality to avoid letting simulator
79        run too long.
80
812001-04-20      Joel Sherrill <joel@OARcorp.com>
82
83        * include/bsp.h (Clear_tm27_intr): Stop the timer and disable
84        the interrupt.  This was not quite right before and we were
85        getting uncontrolled interrupt nesting in tm27.
86        * timer/timer.c (Timer_Initialize): Added an extra reset and
87        changed the ITMR register so we will never get an interrupt.
88        (Read_timer): Fixed so the timer actually stops before it
89        is read.  Before some times reported were outraguously high.
90        * start/start.S: Major clean including using stack in linkcmds,
91        deleting unused code, and zeroing the BSS using the linkcmds
92        information.
93        * startup/linkcmds: Put heap in lower memory than workspace
94        and move _clear_end so both are zeroed.
95
962001-01-12      Joel Sherrill <joel@OARcorp.com>
97
98        * include/bsp.h, timer/timer.c: Updated so timer appears to
99        work and support tm27.  I would prefer to time a software
100        interrupt rather than an use an extra timer though.
101
1022001-01-09      Joel Sherrill <joel@OARcorp.com>
103
104        * clock/clockdrv.c: Clean up.
105        * include/bsp.h: Uncomment and fix set_vector() prototype.
106
1072001-01-03      Joel Sherrill <joel@OARcorp.com>
108
109        * console/console-io.c: Removed unused variable initialized.
110
1112001-01-03      Joel Sherrill <joel@OARcorp.com>
112
113        * clock/Makefile.am: Fixed reference to ckinit.c.
114        * clock/clockdrv.c: Enabled fast idle.
115        * console/console-io.c: Added console_initialize_hardware().
116
1172000-12-19      Joel Sherrill <joel@OARcorp.com>
118
119        * timer: New subdirectory.
120        * timer/.cvsignore, timer/Makefile.am, timer/timer.c: New files.
121        * tools/ChangeLog: New file.
122
1232000-12-19      Joel Sherrill <joel@OARcorp.com>
124
125        * Makefile.am: Added tools subdirectory and removed commented out line.
126        * configure.in: Added tools subdirectory.
127        * tools: New subdirectory.
128        * tools/.cvsignore, tools/Makefile.am, tools/configure.in,
129        tools/runtest: New files -- based on powerpc/psim.
130        * clock/clockdrv.c: Guessed new value for clock tick.  Need to
131        add fast idle support.
132        * include/bsp.h: tm27 support initiated.
133        * Most tests appear to run correctly!
134
1352000-12-13      Joel Sherrill <joel@OARcorp.com>
136
137        * README: Updated.  We are now vectoring a clock tick ISR handler.
138        But RTEMS is not returning from the ISR properly.
139        * clock/clockdrv.c: Now causes interrupts but has not been calibrated.
140        * include/bsp.h: Use <libcpu/tx3904.h>
141        * startup/Makefile.am: Add setvec.c from shared.
142        * startup/bspstart.c: Initialize the status register (SR) so
143        no interrupts are masked but global interrupts (SR_IEC) are off.
144        Added call to install the ISR prologue code.
145        * wrapup/Makefile.am: Pick up more pieces from libcpu.
146
1472000-12-11      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/bspclean.c: New file to explicitly invoke _sys_exit().
150        * README: Updated.
151
1522000-12-06      Joel Sherrill <joel@OARcorp.com>
153
154        * README: Updated to reflect status.
155        * startup/linkcmds: Added .ctor and .dtor sections to no avail.
156
1572000-11-30      Joel Sherrill <joel@OARcorp.com>
158
159        * README: Updated to reflect current status.  Misaligned reference
160        during initialization may be compiler problem.
161        * console/console-io.c: Added support for printk().
162        * startup/linkcmds: Reserve 512K for RTEMS Workspace.
163
1642000-11-27      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/linkcmds: Fix typo and add extra 0 to base address.
167        Now runs until printf() tries to put a character and then
168        it locks up checking a status bit that does not change.
169
1702000-11-25      Joel Sherrill <joel@OARcorp.com>
171
172        * The JMR BSP is for a Toshiba TX39 evaluation board but
173        can also be used with the mips simulator in gdb.
174        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
175        configure.in, clock/.cvsignore, clock/Makefile.am,
176        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
177        console/console-io.c, include/.cvsignore,
178        include/Makefile.am, include/bsp.h, start/.cvsignore,
179        start/Makefile.am, start/regs.S, start/start.S,
180        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
181        startup/linkcmds, wrapup/.cvsignore, wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.