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

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

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

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
112004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
14        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
15        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
16        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
17
182004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
21        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
22        size types.
23
242004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect changes to bsp.am.
27        Preinstall dist_project_lib*.
28
292004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect changes to bsp.am.
32
332004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
36
372004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Correct path to clockdrv_shell.c.
40
412004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
44        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
45        compilation rules.
46        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
47        timer/Makefile.am, wrapup/Makefile.am: Remove.
48        * configure.ac: Reflect changes above.
49
502004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
53        * start/reg.S: Remove //-comments
54
552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
58        Add RTEMS_PROG_CCAS.
59
602004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add PREINSTALL_DIRS.
63
642004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
67        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
68        EXTRA_DIST.
69        * wrapup/Makefile.am: Reflect changes to libcpu.
70
712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
74        Add PRE/TMPINSTALL_FILES to CLEANFILES.
75        * startup/Makefile.am: Ditto.
76
772004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * start/Makefile.am: Remove.
80        * Makefile.am: Merge-in start/Makefile.am.
81        * configure.ac: Reflect changes above.
82
832004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * wrapup/Makefile.am: Eliminate $(LIB).
86        Use noinst_DATA to trigger building libbsp.a.
87
882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
91        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
92
932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
96        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
97
982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
101
1022003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Misc cleanups and fixes.
105        * startup/Makefile.am: Misc cleanups and fixes.
106        * wrapup/Makefile.am: Misc cleanups and fixes.
107
1082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Add preinstallation dirstamp support.
111        * clock/Makefile.am: Cosmetics.
112        * console/Makefile.am: Cosmetics.
113        * startup/Makefile.am: Cosmetics.
114        * timer/Makefile.am: Cosmetics.
115        * wrapup/Makefile.am: Cosmetics.
116
1172003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * clock/Makefile.am: Remove all-local: $(ARCH).
120        * console/Makefile.am: Remove all-local: $(ARCH).
121        * start/Makefile.am: Remove all-local: $(ARCH).
122        * startup/Makefile.am: Remove all-local: $(ARCH).
123        * timer/Makefile.am: Remove all-local: $(ARCH).
124        * wrapup/Makefile.am: Remove all-local: $(ARCH).
125
1262003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Fix preinstallation of include/coverhd.h.
129
1302003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Merge-in include/Makefile.am.
133        Reflect changes to bsp.am.
134        * include/Makefile.am: Remove.
135        * configure.ac: Reflect changes above.
136
1372003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * bsp_specs: Remove *lib:.
140
1412003-09-04      Joel Sherrill <joel@OARcorp.com>
142
143        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
144        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
145        license changed.
146
1472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Reflect having moved aclocal/.
150
1512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved automake/.
154        * clock/Makefile.am: Reflect having moved automake/.
155        * console/Makefile.am: Reflect having moved automake/.
156        * include/Makefile.am: Reflect having moved automake/.
157        * start/Makefile.am: Reflect having moved automake/.
158        * startup/Makefile.am: Reflect having moved automake/.
159        * timer/Makefile.am: Reflect having moved automake/.
160        * wrapup/Makefile.am: Reflect having moved automake/.
161
1622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        PR 452/bsps
165        * startup/Makefile.am: Remove USE_INIT_FINI.
166
1672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * bsp_specs: Remove -D__USE_INIT_FINI__.
170        Remove *.cpp (Now unused).
171
1722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
175
1762003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        PR 445/bsps
179        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
180
1812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Remove AC_CONFIG_AUX_DIR.
184
1852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AC_PREREQ(2.57).
192
1932003-01-20      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds*: Add FreeBSD sysctl() sections.
196
1972002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
198 
199        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
200        * linkcmds: Added .init, .fini & related sections.
201
2022002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209
2102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: Use install-data-local to install startfile.
213
2142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217
2182002-11-01      Joel Sherrill <joel@OARcorp.com>
219
220        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
221
2222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * .cvsignore: Reformat.
225        Add autom4te*cache.
226        Remove autom4te.cache.
227
2282002-08-21      Joel Sherrill <joel@OARcorp.com>
229
230        * bsp_specs: Added support for -nostdlibs.
231
2322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
240
2412002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Eliminate PGM.
244        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
245
2462002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
249
2502002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
253        Remove $(OBJS) from all-local.
254
2552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Add $(LIB) to all-local.
258
2592002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
262
2632002-06-25      Joel Sherrill <joel@OARcorp.com>
264
265        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
266        support to the shared gdb stub glue thus moving some of the
267        gdbstub support to a higher level.
268        * startup/Makefile.am: Modified to reflect above.
269
2702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac:
273        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
274        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
275        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
283
2842001-03-08      Joel Sherrill <joel@OARcorp.com>
285
286        * start/start.S, startup/bspstart.c: Removed warnings.
287
2882002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
289
290        * startup/gdb-support.c: Added calls into the mips-support gdb stub
291        for configuring the memory regions.  Any bsp that wants to use the
292        gdbstub will need to do something similar.
293        * startup/Makefile.am: Added shared/gdbstub directory to include path.
294
2952002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
296
297        * start/start.S: Added kseg1 test to enable cache flush code
298        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
299        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
300        init to only turn on whats needed.
301        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
302        a handy init function.
303
3042002-02-08      Joel Sherrill <joel@OARcorp.com>
305
306        * startup/Makefile.am: Now compile the gdb stub.
307        * startup/bspstart.c: Fixed header block.
308        * startup/gdb-support.c: New file in stub state.
309
3102001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
311
312        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
313        New files missed in previous commit.
314        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
315
3162001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
317
318        * Update of BSP to address problems restarting, provide more
319        information during boot, and better handle ROM vs RAM images.
320        * README, include/bsp.h, start/regs.S, start/start.S,
321        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
322
3232002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
326
3272002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
330        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
331
3322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
335
3362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
339        * configure.in: Remove.
340        * configure.ac: New file, generated from configure.in by autoupdate.
341
3422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * include/Makefile.am: Use 'CLEANFILES ='.
345        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
346
3472001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.in: Add bspopts.h.
350        * include/bsp.h: Include bspopts.h.
351        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
352        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
353
3542001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
355
356        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
357        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
358        in previous patch.
359
3602001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
361
362        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
363        * clock/clockdrv.c, console/conscfg.c: Corrected.
364        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
365        * startup/bspstart.c: Properly set initial status register and
366        pending interrupts.
367        * timer/timer.c: Works now.
368
3692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
370
371        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
372
3732001-05-07      Joel Sherrill <joel@OARcorp.com>
374
375        * console/conscfg.c: Added an entry for the second
376        serial port.
377
3782001-04-20      Joel Sherrill <joel@OARcorp.com>
379
380        * clock/clockdrv.c: Account for the fact that ClockRate is
381        in cycles not megahertz.
382
3832001-04-16      Joel Sherrill <joel@OARcorp.com>
384
385        * start/start.S, startup/bspstart.c, startup/linkcmds:
386        Cleanup that was not merged from the simple non-RTEMS program.
387
3882001-04-16      Joel Sherrill <joel@OARcorp.com>
389
390        * start/start.S, startup/bspstart.c, startup/linkcmds:
391        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
392        as he debugged this BSP using a logic analyzer.
393
3942001-03-14      Joel Sherrill <joel@OARcorp.com>
395
396        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
397        startup/bspstart.c, timer/timer.c: Comments corrected.
398
3992001-02-22      Joel Sherrill <joel@OARcorp.com>
400
401        * The Generic Mongoose-V BSP uses only the peripherals found on
402        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
403        based on the LSI Logic 33K.
404        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
405        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
406        console/.cvsignore, console/Makefile.am, console/conscfg.c,
407        include/.cvsignore, include/Makefile.am, include/bsp.h,
408        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
409        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
410        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
411        wrapup/.cvsignore, wrapup/Makefile.am: New files.
412
Note: See TracBrowser for help on using the repository browser.