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

4.104.114.84.95
Last change on this file since 7ebeaa1 was 31aa51e1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 13:06:25

2003-08-06 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp.
  • Property mode set to 100644
File size: 7.8 KB
Line 
12003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds*: Add FreeBSD sysctl() sections.
20
212002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
22 
23        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
24        * linkcmds: Added .init, .fini & related sections.
25
262002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33
342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * start/Makefile.am: Use install-data-local to install startfile.
37
382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41
422002-11-01      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
45
462002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * .cvsignore: Reformat.
49        Add autom4te*cache.
50        Remove autom4te.cache.
51
522002-08-21      Joel Sherrill <joel@OARcorp.com>
53
54        * bsp_specs: Added support for -nostdlibs.
55
562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
64
652002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: Eliminate PGM.
68        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
69
702002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
73
742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
77        Remove $(OBJS) from all-local.
78
792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Add $(LIB) to all-local.
82
832002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
86
872002-06-25      Joel Sherrill <joel@OARcorp.com>
88
89        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
90        support to the shared gdb stub glue thus moving some of the
91        gdbstub support to a higher level.
92        * startup/Makefile.am: Modified to reflect above.
93
942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac:
97        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
98        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
99        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082001-03-08      Joel Sherrill <joel@OARcorp.com>
109
110        * start/start.S, startup/bspstart.c: Removed warnings.
111
1122002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
113
114        * startup/gdb-support.c: Added calls into the mips-support gdb stub
115        for configuring the memory regions.  Any bsp that wants to use the
116        gdbstub will need to do something similar.
117        * startup/Makefile.am: Added shared/gdbstub directory to include path.
118
1192002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
120
121        * start/start.S: Added kseg1 test to enable cache flush code
122        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
123        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
124        init to only turn on whats needed.
125        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
126        a handy init function.
127
1282002-02-08      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/Makefile.am: Now compile the gdb stub.
131        * startup/bspstart.c: Fixed header block.
132        * startup/gdb-support.c: New file in stub state.
133
1342001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
135
136        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
137        New files missed in previous commit.
138        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
139
1402001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
141
142        * Update of BSP to address problems restarting, provide more
143        information during boot, and better handle ROM vs RAM images.
144        * README, include/bsp.h, start/regs.S, start/start.S,
145        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
146
1472002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
150
1512002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
154        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
155
1562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
159
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
1662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * include/Makefile.am: Use 'CLEANFILES ='.
169        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
170
1712001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.in: Add bspopts.h.
174        * include/bsp.h: Include bspopts.h.
175        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
176        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
177
1782001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
179
180        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
181        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
182        in previous patch.
183
1842001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
185
186        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
187        * clock/clockdrv.c, console/conscfg.c: Corrected.
188        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
189        * startup/bspstart.c: Properly set initial status register and
190        pending interrupts.
191        * timer/timer.c: Works now.
192
1932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
194
195        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
196
1972001-05-07      Joel Sherrill <joel@OARcorp.com>
198
199        * console/conscfg.c: Added an entry for the second
200        serial port.
201
2022001-04-20      Joel Sherrill <joel@OARcorp.com>
203
204        * clock/clockdrv.c: Account for the fact that ClockRate is
205        in cycles not megahertz.
206
2072001-04-16      Joel Sherrill <joel@OARcorp.com>
208
209        * start/start.S, startup/bspstart.c, startup/linkcmds:
210        Cleanup that was not merged from the simple non-RTEMS program.
211
2122001-04-16      Joel Sherrill <joel@OARcorp.com>
213
214        * start/start.S, startup/bspstart.c, startup/linkcmds:
215        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
216        as he debugged this BSP using a logic analyzer.
217
2182001-03-14      Joel Sherrill <joel@OARcorp.com>
219
220        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
221        startup/bspstart.c, timer/timer.c: Comments corrected.
222
2232001-02-22      Joel Sherrill <joel@OARcorp.com>
224
225        * The Generic Mongoose-V BSP uses only the peripherals found on
226        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
227        based on the LSI Logic 33K.
228        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
229        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
230        console/.cvsignore, console/Makefile.am, console/conscfg.c,
231        include/.cvsignore, include/Makefile.am, include/bsp.h,
232        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
233        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
234        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
235        wrapup/.cvsignore, wrapup/Makefile.am: New files.
236
Note: See TracBrowser for help on using the repository browser.