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

4.104.114.84.95
Last change on this file since f05b2ac was 99ddf76, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:23

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • start/start.S: Include <rtems/asm.h> instead of <asm.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • Property mode set to 100644
File size: 13.0 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
4        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
5        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
6        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
7
82004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
9
10        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
11        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
12        size types.
13
142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect changes to bsp.am.
17        Preinstall dist_project_lib*.
18
192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22
232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
26
272004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Correct path to clockdrv_shell.c.
30
312004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
34        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
35        compilation rules.
36        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
37        timer/Makefile.am, wrapup/Makefile.am: Remove.
38        * configure.ac: Reflect changes above.
39
402004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
43        * start/reg.S: Remove //-comments
44
452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
48        Add RTEMS_PROG_CCAS.
49
502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Add PREINSTALL_DIRS.
53
542004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
57        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
58        EXTRA_DIST.
59        * wrapup/Makefile.am: Reflect changes to libcpu.
60
612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
64        Add PRE/TMPINSTALL_FILES to CLEANFILES.
65        * startup/Makefile.am: Ditto.
66
672004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Remove.
70        * Makefile.am: Merge-in start/Makefile.am.
71        * configure.ac: Reflect changes above.
72
732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Eliminate $(LIB).
76        Use noinst_DATA to trigger building libbsp.a.
77
782003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
81        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
82
832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
91
922003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Misc cleanups and fixes.
95        * startup/Makefile.am: Misc cleanups and fixes.
96        * wrapup/Makefile.am: Misc cleanups and fixes.
97
982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Add preinstallation dirstamp support.
101        * clock/Makefile.am: Cosmetics.
102        * console/Makefile.am: Cosmetics.
103        * startup/Makefile.am: Cosmetics.
104        * timer/Makefile.am: Cosmetics.
105        * wrapup/Makefile.am: Cosmetics.
106
1072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * clock/Makefile.am: Remove all-local: $(ARCH).
110        * console/Makefile.am: Remove all-local: $(ARCH).
111        * start/Makefile.am: Remove all-local: $(ARCH).
112        * startup/Makefile.am: Remove all-local: $(ARCH).
113        * timer/Makefile.am: Remove all-local: $(ARCH).
114        * wrapup/Makefile.am: Remove all-local: $(ARCH).
115
1162003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Fix preinstallation of include/coverhd.h.
119
1202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Merge-in include/Makefile.am.
123        Reflect changes to bsp.am.
124        * include/Makefile.am: Remove.
125        * configure.ac: Reflect changes above.
126
1272003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * bsp_specs: Remove *lib:.
130
1312003-09-04      Joel Sherrill <joel@OARcorp.com>
132
133        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
134        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
135        license changed.
136
1372003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect having moved aclocal/.
140
1412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Reflect having moved automake/.
144        * clock/Makefile.am: Reflect having moved automake/.
145        * console/Makefile.am: Reflect having moved automake/.
146        * include/Makefile.am: Reflect having moved automake/.
147        * start/Makefile.am: Reflect having moved automake/.
148        * startup/Makefile.am: Reflect having moved automake/.
149        * timer/Makefile.am: Reflect having moved automake/.
150        * wrapup/Makefile.am: Reflect having moved automake/.
151
1522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        PR 452/bsps
155        * startup/Makefile.am: Remove USE_INIT_FINI.
156
1572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * bsp_specs: Remove -D__USE_INIT_FINI__.
160        Remove *.cpp (Now unused).
161
1622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
165
1662003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        PR 445/bsps
169        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
170
1712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Remove AC_CONFIG_AUX_DIR.
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
178
1792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: AC_PREREQ(2.57).
182
1832003-01-20      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/linkcmds*: Add FreeBSD sysctl() sections.
186
1872002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
188 
189        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
190        * linkcmds: Added .init, .fini & related sections.
191
1922002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199
2002002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * start/Makefile.am: Use install-data-local to install startfile.
203
2042002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207
2082002-11-01      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
211
2122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * .cvsignore: Reformat.
215        Add autom4te*cache.
216        Remove autom4te.cache.
217
2182002-08-21      Joel Sherrill <joel@OARcorp.com>
219
220        * bsp_specs: Added support for -nostdlibs.
221
2222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
230
2312002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: Eliminate PGM.
234        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
235
2362002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
239
2402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
243        Remove $(OBJS) from all-local.
244
2452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Add $(LIB) to all-local.
248
2492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
252
2532002-06-25      Joel Sherrill <joel@OARcorp.com>
254
255        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
256        support to the shared gdb stub glue thus moving some of the
257        gdbstub support to a higher level.
258        * startup/Makefile.am: Modified to reflect above.
259
2602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac:
263        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
264        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
265        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
273
2742001-03-08      Joel Sherrill <joel@OARcorp.com>
275
276        * start/start.S, startup/bspstart.c: Removed warnings.
277
2782002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
279
280        * startup/gdb-support.c: Added calls into the mips-support gdb stub
281        for configuring the memory regions.  Any bsp that wants to use the
282        gdbstub will need to do something similar.
283        * startup/Makefile.am: Added shared/gdbstub directory to include path.
284
2852002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
286
287        * start/start.S: Added kseg1 test to enable cache flush code
288        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
289        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
290        init to only turn on whats needed.
291        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
292        a handy init function.
293
2942002-02-08      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/Makefile.am: Now compile the gdb stub.
297        * startup/bspstart.c: Fixed header block.
298        * startup/gdb-support.c: New file in stub state.
299
3002001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
301
302        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
303        New files missed in previous commit.
304        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
305
3062001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
307
308        * Update of BSP to address problems restarting, provide more
309        information during boot, and better handle ROM vs RAM images.
310        * README, include/bsp.h, start/regs.S, start/start.S,
311        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
312
3132002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
316
3172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
320        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
321
3222001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
325
3262001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
329        * configure.in: Remove.
330        * configure.ac: New file, generated from configure.in by autoupdate.
331
3322001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * include/Makefile.am: Use 'CLEANFILES ='.
335        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
336
3372001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.in: Add bspopts.h.
340        * include/bsp.h: Include bspopts.h.
341        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
342        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
343
3442001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
345
346        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
347        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
348        in previous patch.
349
3502001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
351
352        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
353        * clock/clockdrv.c, console/conscfg.c: Corrected.
354        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
355        * startup/bspstart.c: Properly set initial status register and
356        pending interrupts.
357        * timer/timer.c: Works now.
358
3592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
360
361        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
362
3632001-05-07      Joel Sherrill <joel@OARcorp.com>
364
365        * console/conscfg.c: Added an entry for the second
366        serial port.
367
3682001-04-20      Joel Sherrill <joel@OARcorp.com>
369
370        * clock/clockdrv.c: Account for the fact that ClockRate is
371        in cycles not megahertz.
372
3732001-04-16      Joel Sherrill <joel@OARcorp.com>
374
375        * start/start.S, startup/bspstart.c, startup/linkcmds:
376        Cleanup that was not merged from the simple non-RTEMS program.
377
3782001-04-16      Joel Sherrill <joel@OARcorp.com>
379
380        * start/start.S, startup/bspstart.c, startup/linkcmds:
381        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
382        as he debugged this BSP using a logic analyzer.
383
3842001-03-14      Joel Sherrill <joel@OARcorp.com>
385
386        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
387        startup/bspstart.c, timer/timer.c: Comments corrected.
388
3892001-02-22      Joel Sherrill <joel@OARcorp.com>
390
391        * The Generic Mongoose-V BSP uses only the peripherals found on
392        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
393        based on the LSI Logic 33K.
394        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
395        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
396        console/.cvsignore, console/Makefile.am, console/conscfg.c,
397        include/.cvsignore, include/Makefile.am, include/bsp.h,
398        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
399        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
400        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
401        wrapup/.cvsignore, wrapup/Makefile.am: New files.
402
Note: See TracBrowser for help on using the repository browser.