source: rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog @ a2ae30c2

4.104.114.84.95
Last change on this file since a2ae30c2 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.4 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-06-25      Joel Sherrill <joel@OARcorp.com>
37
38        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
39        support to the shared gdb stub glue thus moving some of the
40        gdbstub support to a higher level.
41        * startup/Makefile.am: Modified to reflect above.
42
432002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac:
46        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
47        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
48        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
56
572001-03-08      Joel Sherrill <joel@OARcorp.com>
58
59        * start/start.S, startup/bspstart.c: Removed warnings.
60
612002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
62
63        * startup/gdb-support.c: Added calls into the mips-support gdb stub
64        for configuring the memory regions.  Any bsp that wants to use the
65        gdbstub will need to do something similar.
66        * startup/Makefile.am: Added shared/gdbstub directory to include path.
67
682002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
69
70        * start/start.S: Added kseg1 test to enable cache flush code
71        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
72        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
73        init to only turn on whats needed.
74        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
75        a handy init function.
76
772002-02-08      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/Makefile.am: Now compile the gdb stub.
80        * startup/bspstart.c: Fixed header block.
81        * startup/gdb-support.c: New file in stub state.
82
832001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
84
85        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
86        New files missed in previous commit.
87        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
88
892001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
90
91        * Update of BSP to address problems restarting, provide more
92        information during boot, and better handle ROM vs RAM images.
93        * README, include/bsp.h, start/regs.S, start/start.S,
94        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
95
962002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
99
1002002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
103        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
104
1052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
108
1092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112        * configure.in: Remove.
113        * configure.ac: New file, generated from configure.in by autoupdate.
114
1152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * include/Makefile.am: Use 'CLEANFILES ='.
118        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
119
1202001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.in: Add bspopts.h.
123        * include/bsp.h: Include bspopts.h.
124        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
125        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
126
1272001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
128
129        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
130        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
131        in previous patch.
132
1332001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
134
135        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
136        * clock/clockdrv.c, console/conscfg.c: Corrected.
137        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
138        * startup/bspstart.c: Properly set initial status register and
139        pending interrupts.
140        * timer/timer.c: Works now.
141
1422001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
143
144        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
145
1462001-05-07      Joel Sherrill <joel@OARcorp.com>
147
148        * console/conscfg.c: Added an entry for the second
149        serial port.
150
1512001-04-20      Joel Sherrill <joel@OARcorp.com>
152
153        * clock/clockdrv.c: Account for the fact that ClockRate is
154        in cycles not megahertz.
155
1562001-04-16      Joel Sherrill <joel@OARcorp.com>
157
158        * start/start.S, startup/bspstart.c, startup/linkcmds:
159        Cleanup that was not merged from the simple non-RTEMS program.
160
1612001-04-16      Joel Sherrill <joel@OARcorp.com>
162
163        * start/start.S, startup/bspstart.c, startup/linkcmds:
164        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
165        as he debugged this BSP using a logic analyzer.
166
1672001-03-14      Joel Sherrill <joel@OARcorp.com>
168
169        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
170        startup/bspstart.c, timer/timer.c: Comments corrected.
171
1722001-02-22      Joel Sherrill <joel@OARcorp.com>
173
174        * The Generic Mongoose-V BSP uses only the peripherals found on
175        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
176        based on the LSI Logic 33K.
177        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
178        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
179        console/.cvsignore, console/Makefile.am, console/conscfg.c,
180        include/.cvsignore, include/Makefile.am, include/bsp.h,
181        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
182        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
183        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
184        wrapup/.cvsignore, wrapup/Makefile.am: New files.
185
Note: See TracBrowser for help on using the repository browser.