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

Last change on this file since a23206b was a23206b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/03 at 17:12:31

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

PR 452/bsps

  • bsp_specs: Remove -DUSE_INIT_FINI. Remove *.cpp (Now unused).
  • Property mode set to 100644
File size: 7.9 KB
Line 
12003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 452/bsps
4        * bsp_specs: Remove -D__USE_INIT_FINI__.
5        Remove *.cpp (Now unused).
6
72003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
10
112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
232003-01-20      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds*: Add FreeBSD sysctl() sections.
26
272002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
28 
29        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
30        * linkcmds: Added .init, .fini & related sections.
31
322002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39
402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Use install-data-local to install startfile.
43
442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47
482002-11-01      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-08-21      Joel Sherrill <joel@OARcorp.com>
59
60        * bsp_specs: Added support for -nostdlibs.
61
622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
70
712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * start/Makefile.am: Eliminate PGM.
74        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
75
762002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
79
802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
83        Remove $(OBJS) from all-local.
84
852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Add $(LIB) to all-local.
88
892002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
92
932002-06-25      Joel Sherrill <joel@OARcorp.com>
94
95        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
96        support to the shared gdb stub glue thus moving some of the
97        gdbstub support to a higher level.
98        * startup/Makefile.am: Modified to reflect above.
99
1002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac:
103        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
104        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
105        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
113
1142001-03-08      Joel Sherrill <joel@OARcorp.com>
115
116        * start/start.S, startup/bspstart.c: Removed warnings.
117
1182002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
119
120        * startup/gdb-support.c: Added calls into the mips-support gdb stub
121        for configuring the memory regions.  Any bsp that wants to use the
122        gdbstub will need to do something similar.
123        * startup/Makefile.am: Added shared/gdbstub directory to include path.
124
1252002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
126
127        * start/start.S: Added kseg1 test to enable cache flush code
128        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
129        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
130        init to only turn on whats needed.
131        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
132        a handy init function.
133
1342002-02-08      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/Makefile.am: Now compile the gdb stub.
137        * startup/bspstart.c: Fixed header block.
138        * startup/gdb-support.c: New file in stub state.
139
1402001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
141
142        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
143        New files missed in previous commit.
144        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
145
1462001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
147
148        * Update of BSP to address problems restarting, provide more
149        information during boot, and better handle ROM vs RAM images.
150        * README, include/bsp.h, start/regs.S, start/start.S,
151        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
152
1532002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
156
1572002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
160        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
161
1622001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
165
1662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
169        * configure.in: Remove.
170        * configure.ac: New file, generated from configure.in by autoupdate.
171
1722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * include/Makefile.am: Use 'CLEANFILES ='.
175        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
176
1772001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.in: Add bspopts.h.
180        * include/bsp.h: Include bspopts.h.
181        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
182        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
183
1842001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
185
186        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
187        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
188        in previous patch.
189
1902001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
191
192        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
193        * clock/clockdrv.c, console/conscfg.c: Corrected.
194        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
195        * startup/bspstart.c: Properly set initial status register and
196        pending interrupts.
197        * timer/timer.c: Works now.
198
1992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
202
2032001-05-07      Joel Sherrill <joel@OARcorp.com>
204
205        * console/conscfg.c: Added an entry for the second
206        serial port.
207
2082001-04-20      Joel Sherrill <joel@OARcorp.com>
209
210        * clock/clockdrv.c: Account for the fact that ClockRate is
211        in cycles not megahertz.
212
2132001-04-16      Joel Sherrill <joel@OARcorp.com>
214
215        * start/start.S, startup/bspstart.c, startup/linkcmds:
216        Cleanup that was not merged from the simple non-RTEMS program.
217
2182001-04-16      Joel Sherrill <joel@OARcorp.com>
219
220        * start/start.S, startup/bspstart.c, startup/linkcmds:
221        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
222        as he debugged this BSP using a logic analyzer.
223
2242001-03-14      Joel Sherrill <joel@OARcorp.com>
225
226        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
227        startup/bspstart.c, timer/timer.c: Comments corrected.
228
2292001-02-22      Joel Sherrill <joel@OARcorp.com>
230
231        * The Generic Mongoose-V BSP uses only the peripherals found on
232        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
233        based on the LSI Logic 33K.
234        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
235        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
236        console/.cvsignore, console/Makefile.am, console/conscfg.c,
237        include/.cvsignore, include/Makefile.am, include/bsp.h,
238        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
239        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
240        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
241        wrapup/.cvsignore, wrapup/Makefile.am: New files.
242
Note: See TracBrowser for help on using the repository browser.