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

4.104.115
Last change on this file since 11978407 was 11978407, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 06:49:04

2008-09-30 Ralf Corsépius <ralf.corsepius@…>

  • clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 20.1 KB
Line 
12008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
4        * Makefile.am: Reflect changes above.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * start/regs.S: Remove (Renamed into start/regs.h).
14        * start/regs.h: New (Renamed from start/regs.S).
15        * Makefile.am, start/start.S: Reflect renamer.
16
172008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate *_SOURCES.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
24        components.
25
262008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
29
302008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * configure.ac: Make letting boot_card() handle work area allocation
33        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
34        BSP_BOOTCARD_OPTIONS.
35
362008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * include/bsp.h: Remove unnecessary boilerplate comments.
39
402008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.am, startup/linkcmds: Use top level shared
43        bsp_get_work_area() implementation.
44        * startup/bspgetworkarea.c: Removed.
45
462008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * startup/bspstart.c: Remove unnecessary includes of
49        rtems/libcsupport.h and rtems/libio.h.
50
512008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
54        Split out bsp_get_work_area() into its own file and user BSP
55        Framework to perform more initialization.
56        * startup/bspgetworkarea.c: New file.
57
582008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
61        phase, all prototypes were removed from bsp.h and empty
62        implementations were removed and made to use the shared stub.
63
642008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * timer/timer.c: Convert to "bool".
67
682008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * timer/timer.c: Eliminate empty function from every benchmark timer
71        driver. Fix spelling.
72
732008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * timer/timer.c: Rename timer driver methods to follow RTEMS
76        programming conventions.
77
782008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * startup/bspstart.c: Add missing prototypes.
81        * timer/timer.c: Add missing prototypes.
82
832008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
86        Framework to ask the BSP where it has memory for the RTEMS Workspace
87        and C Program Heap. These collectively are referred to as work area.
88        If the BSP supports this, then it does not have to include code to
89        split the available memory between the two areas. This reduces the
90        amount of code in the BSP specific bspstart.c file. Additionally, the
91        shared framework can initialize the C Library, call
92        rtems_debug_enable(), and dirty the work area memory. Until most/all
93        BSPs support this new capability, if the BSP supports this, it should
94        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
95        When the transition is complete, this autoconf macro can be removed.
96
972008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am: Rework to avoid .rel files.
100
1012008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * startup/bspstart.c: Refactored and renamed initialization routines to
104        rtems_initialize_data_structures, rtems_initialize_before_drivers,
105        rtems_initialize_device_drivers, and
106        rtems_initialize_start_multitasking. This opened the sequence up so
107        that bootcard() could provide a more robust and flexible framework
108        which is easier to explain and understand. This also lays the
109        groundwork for sharing the division of available memory between the
110        RTEMS workspace and heap and the C library initialization across all
111        BSPs.
112
1132008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
114
115        * startup/linkcmds: Add wildcard to gcc_except_table section so
116        programs compiled with gcc 4.3.x can link.
117
1182007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
121        Configuration Table. Use the RTEMS provided accessor macros to obtain
122        configuration fields.
123
1242007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
127        Configuration Table. Eliminate CPU Table from all ports. Delete
128        references to CPU Table in all forms.
129
1302007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
133        Table fields to the Configuration Table. This included
134        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
135        do_zero_of_workspace, extra_mpci_receive_server_stack,
136        stack_allocate_hook, and stack_free_hook. As a side-effect of this
137        effort some multiprocessing code was made conditional and some style
138        clean up occurred.
139
1402007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * bsp_specs: Remove qrtems_debug.
143
1442007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
147        endianness).
148
1492006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * configure.ac: New BUG-REPORT address.
152
1532006-11-15      Joel Sherrill <joel@OARcorp.com>
154
155        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
156        file and simplified initialization.
157
1582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * Makefile.am: Remove superfluous -DASM.
161
1622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * configure.ac: Require autoconf-2.60. Require automake-1.10.
165
1662006-09-11      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/bspstart.c: Convert C++ style comments to C style.
169
1702006-03-08      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Add .gnu.linkonce.b.* section.
173
1742006-02-08      Joel Sherrill <joel@OARcorp.com>
175
176        * clock/clockdrv.c: Correct path to clockdrv_shell.c
177
1782006-02-08      Joel Sherrill <joel@OARcorp.com>
179
180        * startup/linkcmds: Add sections required by newer gcc versions.
181
1822006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Add preinstall.am.
185
1862005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * include/bsp.h: New header guard.
189
1902005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
193
1942005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * Makefile.am: Fix typo.
197
1982005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * Makefile.am: Remove build-variant support.
201
2022004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        * configure.ac: Require automake > 1.9.
205
2062004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
207
208        PR 610/bsps
209        * Makefile.am: Add include/tm27.h, Cosmetics.
210        * include/tm27.h: Final cosmetics.
211
2122004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * include/bsp.h: Split out tmtest27 support.
215        * include/tm27.h: New.
216
2172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
218
219        PR 613/bsps
220        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
221
2222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        PR 614/bsps
225        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
226
2272004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
228
229        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
230        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
231        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
232        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
233
2342004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
235
236        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
237        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
238        size types.
239
2402004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Reflect changes to bsp.am.
243        Preinstall dist_project_lib*.
244
2452004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Reflect changes to bsp.am.
248
2492004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
252
2532004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Correct path to clockdrv_shell.c.
256
2572004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
260        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
261        compilation rules.
262        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
263        timer/Makefile.am, wrapup/Makefile.am: Remove.
264        * configure.ac: Reflect changes above.
265
2662004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
269        * start/reg.S: Remove //-comments
270
2712004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
274        Add RTEMS_PROG_CCAS.
275
2762004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Add PREINSTALL_DIRS.
279
2802004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
283        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
284        EXTRA_DIST.
285        * wrapup/Makefile.am: Reflect changes to libcpu.
286
2872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
290        Add PRE/TMPINSTALL_FILES to CLEANFILES.
291        * startup/Makefile.am: Ditto.
292
2932004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * start/Makefile.am: Remove.
296        * Makefile.am: Merge-in start/Makefile.am.
297        * configure.ac: Reflect changes above.
298
2992004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * wrapup/Makefile.am: Eliminate $(LIB).
302        Use noinst_DATA to trigger building libbsp.a.
303
3042003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
307        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
308
3092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
312        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
313
3142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
317
3182003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * start/Makefile.am: Misc cleanups and fixes.
321        * startup/Makefile.am: Misc cleanups and fixes.
322        * wrapup/Makefile.am: Misc cleanups and fixes.
323
3242003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Add preinstallation dirstamp support.
327        * clock/Makefile.am: Cosmetics.
328        * console/Makefile.am: Cosmetics.
329        * startup/Makefile.am: Cosmetics.
330        * timer/Makefile.am: Cosmetics.
331        * wrapup/Makefile.am: Cosmetics.
332
3332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * clock/Makefile.am: Remove all-local: $(ARCH).
336        * console/Makefile.am: Remove all-local: $(ARCH).
337        * start/Makefile.am: Remove all-local: $(ARCH).
338        * startup/Makefile.am: Remove all-local: $(ARCH).
339        * timer/Makefile.am: Remove all-local: $(ARCH).
340        * wrapup/Makefile.am: Remove all-local: $(ARCH).
341
3422003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Fix preinstallation of include/coverhd.h.
345
3462003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Merge-in include/Makefile.am.
349        Reflect changes to bsp.am.
350        * include/Makefile.am: Remove.
351        * configure.ac: Reflect changes above.
352
3532003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * bsp_specs: Remove *lib:.
356
3572003-09-04      Joel Sherrill <joel@OARcorp.com>
358
359        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
360        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
361        license changed.
362
3632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Reflect having moved aclocal/.
366
3672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Reflect having moved automake/.
370        * clock/Makefile.am: Reflect having moved automake/.
371        * console/Makefile.am: Reflect having moved automake/.
372        * include/Makefile.am: Reflect having moved automake/.
373        * start/Makefile.am: Reflect having moved automake/.
374        * startup/Makefile.am: Reflect having moved automake/.
375        * timer/Makefile.am: Reflect having moved automake/.
376        * wrapup/Makefile.am: Reflect having moved automake/.
377
3782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        PR 452/bsps
381        * startup/Makefile.am: Remove USE_INIT_FINI.
382
3832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * bsp_specs: Remove -D__USE_INIT_FINI__.
386        Remove *.cpp (Now unused).
387
3882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
391
3922003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        PR 445/bsps
395        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
396
3972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Remove AC_CONFIG_AUX_DIR.
400
4012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
404
4052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: AC_PREREQ(2.57).
408
4092003-01-20      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds*: Add FreeBSD sysctl() sections.
412
4132002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
414 
415        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
416        * linkcmds: Added .init, .fini & related sections.
417
4182002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
421        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
422        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
423        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
424        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
425
4262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * start/Makefile.am: Use install-data-local to install startfile.
429
4302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433
4342002-11-01      Joel Sherrill <joel@OARcorp.com>
435
436        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
437
4382002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * .cvsignore: Reformat.
441        Add autom4te*cache.
442        Remove autom4te.cache.
443
4442002-08-21      Joel Sherrill <joel@OARcorp.com>
445
446        * bsp_specs: Added support for -nostdlibs.
447
4482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
454        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
455        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
456
4572002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * start/Makefile.am: Eliminate PGM.
460        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
461
4622002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
465
4662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
469        Remove $(OBJS) from all-local.
470
4712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * wrapup/Makefile.am: Add $(LIB) to all-local.
474
4752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
478
4792002-06-25      Joel Sherrill <joel@OARcorp.com>
480
481        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
482        support to the shared gdb stub glue thus moving some of the
483        gdbstub support to a higher level.
484        * startup/Makefile.am: Modified to reflect above.
485
4862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac:
489        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
490        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
491        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * Makefile.am: Remove AUTOMAKE_OPTIONS.
493        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
499
5002001-03-08      Joel Sherrill <joel@OARcorp.com>
501
502        * start/start.S, startup/bspstart.c: Removed warnings.
503
5042002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
505
506        * startup/gdb-support.c: Added calls into the mips-support gdb stub
507        for configuring the memory regions.  Any bsp that wants to use the
508        gdbstub will need to do something similar.
509        * startup/Makefile.am: Added shared/gdbstub directory to include path.
510
5112002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
512
513        * start/start.S: Added kseg1 test to enable cache flush code
514        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
515        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
516        init to only turn on whats needed.
517        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
518        a handy init function.
519
5202002-02-08      Joel Sherrill <joel@OARcorp.com>
521
522        * startup/Makefile.am: Now compile the gdb stub.
523        * startup/bspstart.c: Fixed header block.
524        * startup/gdb-support.c: New file in stub state.
525
5262001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
527
528        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
529        New files missed in previous commit.
530        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
531
5322001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
533
534        * Update of BSP to address problems restarting, provide more
535        information during boot, and better handle ROM vs RAM images.
536        * README, include/bsp.h, start/regs.S, start/start.S,
537        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
538
5392002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
542
5432002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
546        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
547
5482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
551
5522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
555        * configure.in: Remove.
556        * configure.ac: New file, generated from configure.in by autoupdate.
557
5582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * include/Makefile.am: Use 'CLEANFILES ='.
561        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
562
5632001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.in: Add bspopts.h.
566        * include/bsp.h: Include bspopts.h.
567        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
568        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
569
5702001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
571
572        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
573        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
574        in previous patch.
575
5762001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
577
578        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
579        * clock/clockdrv.c, console/conscfg.c: Corrected.
580        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
581        * startup/bspstart.c: Properly set initial status register and
582        pending interrupts.
583        * timer/timer.c: Works now.
584
5852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
586
587        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
588
5892001-05-07      Joel Sherrill <joel@OARcorp.com>
590
591        * console/conscfg.c: Added an entry for the second
592        serial port.
593
5942001-04-20      Joel Sherrill <joel@OARcorp.com>
595
596        * clock/clockdrv.c: Account for the fact that ClockRate is
597        in cycles not megahertz.
598
5992001-04-16      Joel Sherrill <joel@OARcorp.com>
600
601        * start/start.S, startup/bspstart.c, startup/linkcmds:
602        Cleanup that was not merged from the simple non-RTEMS program.
603
6042001-04-16      Joel Sherrill <joel@OARcorp.com>
605
606        * start/start.S, startup/bspstart.c, startup/linkcmds:
607        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
608        as he debugged this BSP using a logic analyzer.
609
6102001-03-14      Joel Sherrill <joel@OARcorp.com>
611
612        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
613        startup/bspstart.c, timer/timer.c: Comments corrected.
614
6152001-02-22      Joel Sherrill <joel@OARcorp.com>
616
617        * The Generic Mongoose-V BSP uses only the peripherals found on
618        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
619        based on the LSI Logic 33K.
620        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
621        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
622        console/.cvsignore, console/Makefile.am, console/conscfg.c,
623        include/.cvsignore, include/Makefile.am, include/bsp.h,
624        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
625        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
626        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
627        wrapup/.cvsignore, wrapup/Makefile.am: New files.
628
Note: See TracBrowser for help on using the repository browser.