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

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 13.6 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
29        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
30        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
31        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
32
332004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
36        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
37        size types.
38
392004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect changes to bsp.am.
42        Preinstall dist_project_lib*.
43
442004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Reflect changes to bsp.am.
47
482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
51
522004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Correct path to clockdrv_shell.c.
55
562004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
59        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
60        compilation rules.
61        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
62        timer/Makefile.am, wrapup/Makefile.am: Remove.
63        * configure.ac: Reflect changes above.
64
652004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
68        * start/reg.S: Remove //-comments
69
702004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
73        Add RTEMS_PROG_CCAS.
74
752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add PREINSTALL_DIRS.
78
792004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
82        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
83        EXTRA_DIST.
84        * wrapup/Makefile.am: Reflect changes to libcpu.
85
862004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
89        Add PRE/TMPINSTALL_FILES to CLEANFILES.
90        * startup/Makefile.am: Ditto.
91
922004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Remove.
95        * Makefile.am: Merge-in start/Makefile.am.
96        * configure.ac: Reflect changes above.
97
982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Eliminate $(LIB).
101        Use noinst_DATA to trigger building libbsp.a.
102
1032003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
106        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
111        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
116
1172003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Misc cleanups and fixes.
120        * startup/Makefile.am: Misc cleanups and fixes.
121        * wrapup/Makefile.am: Misc cleanups and fixes.
122
1232003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add preinstallation dirstamp support.
126        * clock/Makefile.am: Cosmetics.
127        * console/Makefile.am: Cosmetics.
128        * startup/Makefile.am: Cosmetics.
129        * timer/Makefile.am: Cosmetics.
130        * wrapup/Makefile.am: Cosmetics.
131
1322003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * clock/Makefile.am: Remove all-local: $(ARCH).
135        * console/Makefile.am: Remove all-local: $(ARCH).
136        * start/Makefile.am: Remove all-local: $(ARCH).
137        * startup/Makefile.am: Remove all-local: $(ARCH).
138        * timer/Makefile.am: Remove all-local: $(ARCH).
139        * wrapup/Makefile.am: Remove all-local: $(ARCH).
140
1412003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Fix preinstallation of include/coverhd.h.
144
1452003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Merge-in include/Makefile.am.
148        Reflect changes to bsp.am.
149        * include/Makefile.am: Remove.
150        * configure.ac: Reflect changes above.
151
1522003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * bsp_specs: Remove *lib:.
155
1562003-09-04      Joel Sherrill <joel@OARcorp.com>
157
158        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
159        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
160        license changed.
161
1622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Reflect having moved aclocal/.
165
1662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Reflect having moved automake/.
169        * clock/Makefile.am: Reflect having moved automake/.
170        * console/Makefile.am: Reflect having moved automake/.
171        * include/Makefile.am: Reflect having moved automake/.
172        * start/Makefile.am: Reflect having moved automake/.
173        * startup/Makefile.am: Reflect having moved automake/.
174        * timer/Makefile.am: Reflect having moved automake/.
175        * wrapup/Makefile.am: Reflect having moved automake/.
176
1772003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        PR 452/bsps
180        * startup/Makefile.am: Remove USE_INIT_FINI.
181
1822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * bsp_specs: Remove -D__USE_INIT_FINI__.
185        Remove *.cpp (Now unused).
186
1872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
190
1912003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        PR 445/bsps
194        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
195
1962003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Remove AC_CONFIG_AUX_DIR.
199
2002003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
203
2042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: AC_PREREQ(2.57).
207
2082003-01-20      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/linkcmds*: Add FreeBSD sysctl() sections.
211
2122002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
213 
214        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
215        * linkcmds: Added .init, .fini & related sections.
216
2172002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224
2252002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * start/Makefile.am: Use install-data-local to install startfile.
228
2292002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232
2332002-11-01      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
236
2372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * .cvsignore: Reformat.
240        Add autom4te*cache.
241        Remove autom4te.cache.
242
2432002-08-21      Joel Sherrill <joel@OARcorp.com>
244
245        * bsp_specs: Added support for -nostdlibs.
246
2472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
255
2562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * start/Makefile.am: Eliminate PGM.
259        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
260
2612002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
264
2652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
268        Remove $(OBJS) from all-local.
269
2702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Add $(LIB) to all-local.
273
2742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
277
2782002-06-25      Joel Sherrill <joel@OARcorp.com>
279
280        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
281        support to the shared gdb stub glue thus moving some of the
282        gdbstub support to a higher level.
283        * startup/Makefile.am: Modified to reflect above.
284
2852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac:
288        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
289        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
290        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
298
2992001-03-08      Joel Sherrill <joel@OARcorp.com>
300
301        * start/start.S, startup/bspstart.c: Removed warnings.
302
3032002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
304
305        * startup/gdb-support.c: Added calls into the mips-support gdb stub
306        for configuring the memory regions.  Any bsp that wants to use the
307        gdbstub will need to do something similar.
308        * startup/Makefile.am: Added shared/gdbstub directory to include path.
309
3102002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
311
312        * start/start.S: Added kseg1 test to enable cache flush code
313        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
314        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
315        init to only turn on whats needed.
316        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
317        a handy init function.
318
3192002-02-08      Joel Sherrill <joel@OARcorp.com>
320
321        * startup/Makefile.am: Now compile the gdb stub.
322        * startup/bspstart.c: Fixed header block.
323        * startup/gdb-support.c: New file in stub state.
324
3252001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
326
327        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
328        New files missed in previous commit.
329        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
330
3312001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
332
333        * Update of BSP to address problems restarting, provide more
334        information during boot, and better handle ROM vs RAM images.
335        * README, include/bsp.h, start/regs.S, start/start.S,
336        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
337
3382002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
341
3422002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
345        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
346
3472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
350
3512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
354        * configure.in: Remove.
355        * configure.ac: New file, generated from configure.in by autoupdate.
356
3572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * include/Makefile.am: Use 'CLEANFILES ='.
360        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
361
3622001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Add bspopts.h.
365        * include/bsp.h: Include bspopts.h.
366        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
367        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
368
3692001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
370
371        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
372        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
373        in previous patch.
374
3752001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
376
377        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
378        * clock/clockdrv.c, console/conscfg.c: Corrected.
379        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
380        * startup/bspstart.c: Properly set initial status register and
381        pending interrupts.
382        * timer/timer.c: Works now.
383
3842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
385
386        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
387
3882001-05-07      Joel Sherrill <joel@OARcorp.com>
389
390        * console/conscfg.c: Added an entry for the second
391        serial port.
392
3932001-04-20      Joel Sherrill <joel@OARcorp.com>
394
395        * clock/clockdrv.c: Account for the fact that ClockRate is
396        in cycles not megahertz.
397
3982001-04-16      Joel Sherrill <joel@OARcorp.com>
399
400        * start/start.S, startup/bspstart.c, startup/linkcmds:
401        Cleanup that was not merged from the simple non-RTEMS program.
402
4032001-04-16      Joel Sherrill <joel@OARcorp.com>
404
405        * start/start.S, startup/bspstart.c, startup/linkcmds:
406        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
407        as he debugged this BSP using a logic analyzer.
408
4092001-03-14      Joel Sherrill <joel@OARcorp.com>
410
411        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
412        startup/bspstart.c, timer/timer.c: Comments corrected.
413
4142001-02-22      Joel Sherrill <joel@OARcorp.com>
415
416        * The Generic Mongoose-V BSP uses only the peripherals found on
417        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
418        based on the LSI Logic 33K.
419        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
420        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
421        console/.cvsignore, console/Makefile.am, console/conscfg.c,
422        include/.cvsignore, include/Makefile.am, include/bsp.h,
423        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
424        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
425        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
426        wrapup/.cvsignore, wrapup/Makefile.am: New files.
427
Note: See TracBrowser for help on using the repository browser.