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

4.104.114.84.95
Last change on this file since a7bafd5 was a2ae30c2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/02 at 17:06:22

2002-08-21 Joel Sherrill <joel@…>

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