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

4.104.114.84.95
Last change on this file since b18803f was b18803f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/11/06 at 21:43:59

2006-09-11 Joel Sherrill <joel@…>

  • startup/bspstart.c: Convert C++ style comments to C style.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12006-09-11      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/bspstart.c: Convert C++ style comments to C style.
4
52006-03-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add .gnu.linkonce.b.* section.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * clock/clockdrv.c: Correct path to clockdrv_shell.c
12
132006-02-08      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add sections required by newer gcc versions.
16
172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add preinstall.am.
20
212005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * include/bsp.h: New header guard.
24
252005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
28
292005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Fix typo.
32
332005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Remove build-variant support.
36
372004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * configure.ac: Require automake > 1.9.
40
412004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 610/bsps
44        * Makefile.am: Add include/tm27.h, Cosmetics.
45        * include/tm27.h: Final cosmetics.
46
472004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * include/bsp.h: Split out tmtest27 support.
50        * include/tm27.h: New.
51
522004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        PR 613/bsps
55        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
56
572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 614/bsps
60        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
61
622004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
65        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
66        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
67        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
68
692004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
72        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
73        size types.
74
752004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect changes to bsp.am.
78        Preinstall dist_project_lib*.
79
802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect changes to bsp.am.
83
842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
87
882004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Correct path to clockdrv_shell.c.
91
922004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
95        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
96        compilation rules.
97        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
98        timer/Makefile.am, wrapup/Makefile.am: Remove.
99        * configure.ac: Reflect changes above.
100
1012004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
104        * start/reg.S: Remove //-comments
105
1062004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
109        Add RTEMS_PROG_CCAS.
110
1112004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Add PREINSTALL_DIRS.
114
1152004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
118        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
119        EXTRA_DIST.
120        * wrapup/Makefile.am: Reflect changes to libcpu.
121
1222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
125        Add PRE/TMPINSTALL_FILES to CLEANFILES.
126        * startup/Makefile.am: Ditto.
127
1282004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Remove.
131        * Makefile.am: Merge-in start/Makefile.am.
132        * configure.ac: Reflect changes above.
133
1342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate $(LIB).
137        Use noinst_DATA to trigger building libbsp.a.
138
1392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
152
1532003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * start/Makefile.am: Misc cleanups and fixes.
156        * startup/Makefile.am: Misc cleanups and fixes.
157        * wrapup/Makefile.am: Misc cleanups and fixes.
158
1592003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Add preinstallation dirstamp support.
162        * clock/Makefile.am: Cosmetics.
163        * console/Makefile.am: Cosmetics.
164        * startup/Makefile.am: Cosmetics.
165        * timer/Makefile.am: Cosmetics.
166        * wrapup/Makefile.am: Cosmetics.
167
1682003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am: Remove all-local: $(ARCH).
171        * console/Makefile.am: Remove all-local: $(ARCH).
172        * start/Makefile.am: Remove all-local: $(ARCH).
173        * startup/Makefile.am: Remove all-local: $(ARCH).
174        * timer/Makefile.am: Remove all-local: $(ARCH).
175        * wrapup/Makefile.am: Remove all-local: $(ARCH).
176
1772003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Fix preinstallation of include/coverhd.h.
180
1812003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Merge-in include/Makefile.am.
184        Reflect changes to bsp.am.
185        * include/Makefile.am: Remove.
186        * configure.ac: Reflect changes above.
187
1882003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * bsp_specs: Remove *lib:.
191
1922003-09-04      Joel Sherrill <joel@OARcorp.com>
193
194        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
195        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
196        license changed.
197
1982003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Reflect having moved aclocal/.
201
2022003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Reflect having moved automake/.
205        * clock/Makefile.am: Reflect having moved automake/.
206        * console/Makefile.am: Reflect having moved automake/.
207        * include/Makefile.am: Reflect having moved automake/.
208        * start/Makefile.am: Reflect having moved automake/.
209        * startup/Makefile.am: Reflect having moved automake/.
210        * timer/Makefile.am: Reflect having moved automake/.
211        * wrapup/Makefile.am: Reflect having moved automake/.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        PR 452/bsps
216        * startup/Makefile.am: Remove USE_INIT_FINI.
217
2182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * bsp_specs: Remove -D__USE_INIT_FINI__.
221        Remove *.cpp (Now unused).
222
2232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
226
2272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        PR 445/bsps
230        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
231
2322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove AC_CONFIG_AUX_DIR.
235
2362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
239
2402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: AC_PREREQ(2.57).
243
2442003-01-20      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds*: Add FreeBSD sysctl() sections.
247
2482002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
249 
250        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
251        * linkcmds: Added .init, .fini & related sections.
252
2532002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260
2612002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * start/Makefile.am: Use install-data-local to install startfile.
264
2652002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268
2692002-11-01      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
272
2732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * .cvsignore: Reformat.
276        Add autom4te*cache.
277        Remove autom4te.cache.
278
2792002-08-21      Joel Sherrill <joel@OARcorp.com>
280
281        * bsp_specs: Added support for -nostdlibs.
282
2832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
291
2922002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Eliminate PGM.
295        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
296
2972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
300
3012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
304        Remove $(OBJS) from all-local.
305
3062002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Add $(LIB) to all-local.
309
3102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
313
3142002-06-25      Joel Sherrill <joel@OARcorp.com>
315
316        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
317        support to the shared gdb stub glue thus moving some of the
318        gdbstub support to a higher level.
319        * startup/Makefile.am: Modified to reflect above.
320
3212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac:
324        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
325        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
326        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
334
3352001-03-08      Joel Sherrill <joel@OARcorp.com>
336
337        * start/start.S, startup/bspstart.c: Removed warnings.
338
3392002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
340
341        * startup/gdb-support.c: Added calls into the mips-support gdb stub
342        for configuring the memory regions.  Any bsp that wants to use the
343        gdbstub will need to do something similar.
344        * startup/Makefile.am: Added shared/gdbstub directory to include path.
345
3462002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
347
348        * start/start.S: Added kseg1 test to enable cache flush code
349        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
350        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
351        init to only turn on whats needed.
352        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
353        a handy init function.
354
3552002-02-08      Joel Sherrill <joel@OARcorp.com>
356
357        * startup/Makefile.am: Now compile the gdb stub.
358        * startup/bspstart.c: Fixed header block.
359        * startup/gdb-support.c: New file in stub state.
360
3612001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
362
363        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
364        New files missed in previous commit.
365        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
366
3672001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
368
369        * Update of BSP to address problems restarting, provide more
370        information during boot, and better handle ROM vs RAM images.
371        * README, include/bsp.h, start/regs.S, start/start.S,
372        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
373
3742002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
377
3782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
381        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
382
3832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
386
3872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
390        * configure.in: Remove.
391        * configure.ac: New file, generated from configure.in by autoupdate.
392
3932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * include/Makefile.am: Use 'CLEANFILES ='.
396        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
397
3982001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.in: Add bspopts.h.
401        * include/bsp.h: Include bspopts.h.
402        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
403        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
404
4052001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
406
407        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
408        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
409        in previous patch.
410
4112001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
412
413        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
414        * clock/clockdrv.c, console/conscfg.c: Corrected.
415        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
416        * startup/bspstart.c: Properly set initial status register and
417        pending interrupts.
418        * timer/timer.c: Works now.
419
4202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
421
422        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
423
4242001-05-07      Joel Sherrill <joel@OARcorp.com>
425
426        * console/conscfg.c: Added an entry for the second
427        serial port.
428
4292001-04-20      Joel Sherrill <joel@OARcorp.com>
430
431        * clock/clockdrv.c: Account for the fact that ClockRate is
432        in cycles not megahertz.
433
4342001-04-16      Joel Sherrill <joel@OARcorp.com>
435
436        * start/start.S, startup/bspstart.c, startup/linkcmds:
437        Cleanup that was not merged from the simple non-RTEMS program.
438
4392001-04-16      Joel Sherrill <joel@OARcorp.com>
440
441        * start/start.S, startup/bspstart.c, startup/linkcmds:
442        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
443        as he debugged this BSP using a logic analyzer.
444
4452001-03-14      Joel Sherrill <joel@OARcorp.com>
446
447        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
448        startup/bspstart.c, timer/timer.c: Comments corrected.
449
4502001-02-22      Joel Sherrill <joel@OARcorp.com>
451
452        * The Generic Mongoose-V BSP uses only the peripherals found on
453        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
454        based on the LSI Logic 33K.
455        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
456        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
457        console/.cvsignore, console/Makefile.am, console/conscfg.c,
458        include/.cvsignore, include/Makefile.am, include/bsp.h,
459        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
460        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
461        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
462        wrapup/.cvsignore, wrapup/Makefile.am: New files.
463
Note: See TracBrowser for help on using the repository browser.