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

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 22.2 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52010-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile.am, preinstall.am, start/start.S: Many files were duplicated
8        across MIPS BSPs. Now those which were directly copied are shared.
9
102010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
11
12        * startup/linkcmds: Needed to be assigned to a memory region.
13
142010-04-27      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * startup/linkcmds: Revert previous change. Remove .reginfo from .bss
17        section where it was present.
18
192010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
22
232010-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * console/conscfg.c: Include <unistd.h>.
26
272009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,
30        promCopyIcacheFlush.
31        * include/bsp.h: Add prototypes of promCopyDcacheFlush and
32        promCopyIcacheFlush.
33
342009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * startup/bspstart.c: Remove nested externs.
37        #include <libcpu/isr_entries.h.
38
392009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * make/custom/genmongoosev.cfg: Remove RTEMS_BSP_FAMILY.
42
432009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Don't add -ansi -fasm to CFLAGS.
46
472009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * make/custom/genmongoosev.cfg: New (relocated from /make/custom).
50
512009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
54
55 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
58        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
59        have the same options.
60
612009-04-28      Chris Johns <chrisj@rtems.org>
62
63        * start/start.S: Update for boot_card command line change.
64
652008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * bsp_specs: Move -e start from *link to *startfile to avoid warning
68        for undefined entry symbol when linking relocatables with binutils
69        2.19.
70
712008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
74        * Makefile.am: Reflect changes above.
75
762008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
79        of building libbspstart.a, using automake-rules.
80
812008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * start/regs.S: Remove (Renamed into start/regs.h).
84        * start/regs.h: New (Renamed from start/regs.S).
85        * Makefile.am, start/start.S: Reflect renamer.
86
872008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Eliminate *_SOURCES.
90
912008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
94        components.
95
962008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
99
1002008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * configure.ac: Make letting boot_card() handle work area allocation
103        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
104        BSP_BOOTCARD_OPTIONS.
105
1062008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * include/bsp.h: Remove unnecessary boilerplate comments.
109
1102008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * Makefile.am, startup/linkcmds: Use top level shared
113        bsp_get_work_area() implementation.
114        * startup/bspgetworkarea.c: Removed.
115
1162008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * startup/bspstart.c: Remove unnecessary includes of
119        rtems/libcsupport.h and rtems/libio.h.
120
1212008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
124        Split out bsp_get_work_area() into its own file and user BSP
125        Framework to perform more initialization.
126        * startup/bspgetworkarea.c: New file.
127
1282008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
131        phase, all prototypes were removed from bsp.h and empty
132        implementations were removed and made to use the shared stub.
133
1342008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * timer/timer.c: Convert to "bool".
137
1382008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * timer/timer.c: Eliminate empty function from every benchmark timer
141        driver. Fix spelling.
142
1432008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * timer/timer.c: Rename timer driver methods to follow RTEMS
146        programming conventions.
147
1482008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * startup/bspstart.c: Add missing prototypes.
151        * timer/timer.c: Add missing prototypes.
152
1532008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
156        Framework to ask the BSP where it has memory for the RTEMS Workspace
157        and C Program Heap. These collectively are referred to as work area.
158        If the BSP supports this, then it does not have to include code to
159        split the available memory between the two areas. This reduces the
160        amount of code in the BSP specific bspstart.c file. Additionally, the
161        shared framework can initialize the C Library, call
162        rtems_debug_enable(), and dirty the work area memory. Until most/all
163        BSPs support this new capability, if the BSP supports this, it should
164        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
165        When the transition is complete, this autoconf macro can be removed.
166
1672008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * Makefile.am: Rework to avoid .rel files.
170
1712008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * startup/bspstart.c: Refactored and renamed initialization routines to
174        rtems_initialize_data_structures, rtems_initialize_before_drivers,
175        rtems_initialize_device_drivers, and
176        rtems_initialize_start_multitasking. This opened the sequence up so
177        that bootcard() could provide a more robust and flexible framework
178        which is easier to explain and understand. This also lays the
179        groundwork for sharing the division of available memory between the
180        RTEMS workspace and heap and the C library initialization across all
181        BSPs.
182
1832008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * startup/linkcmds: Add wildcard to gcc_except_table section so
186        programs compiled with gcc 4.3.x can link.
187
1882007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
191        Configuration Table. Use the RTEMS provided accessor macros to obtain
192        configuration fields.
193
1942007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
197        Configuration Table. Eliminate CPU Table from all ports. Delete
198        references to CPU Table in all forms.
199
2002007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
203        Table fields to the Configuration Table. This included
204        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
205        do_zero_of_workspace, extra_mpci_receive_server_stack,
206        stack_allocate_hook, and stack_free_hook. As a side-effect of this
207        effort some multiprocessing code was made conditional and some style
208        clean up occurred.
209
2102007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * bsp_specs: Remove qrtems_debug.
213
2142007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
217        endianness).
218
2192006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * configure.ac: New BUG-REPORT address.
222
2232006-11-15      Joel Sherrill <joel@OARcorp.com>
224
225        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
226        file and simplified initialization.
227
2282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * Makefile.am: Remove superfluous -DASM.
231
2322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * configure.ac: Require autoconf-2.60. Require automake-1.10.
235
2362006-09-11      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/bspstart.c: Convert C++ style comments to C style.
239
2402006-03-08      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds: Add .gnu.linkonce.b.* section.
243
2442006-02-08      Joel Sherrill <joel@OARcorp.com>
245
246        * clock/clockdrv.c: Correct path to clockdrv_shell.c
247
2482006-02-08      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds: Add sections required by newer gcc versions.
251
2522006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * Makefile.am: Add preinstall.am.
255
2562005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * include/bsp.h: New header guard.
259
2602005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
263
2642005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * Makefile.am: Fix typo.
267
2682005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * Makefile.am: Remove build-variant support.
271
2722004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
273
274        * configure.ac: Require automake > 1.9.
275
2762004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
277
278        PR 610/bsps
279        * Makefile.am: Add include/tm27.h, Cosmetics.
280        * include/tm27.h: Final cosmetics.
281
2822004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
283
284        * include/bsp.h: Split out tmtest27 support.
285        * include/tm27.h: New.
286
2872004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
288
289        PR 613/bsps
290        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
291
2922004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        PR 614/bsps
295        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
296
2972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
298
299        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
300        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
301        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
302        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
303
3042004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
305
306        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
307        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
308        size types.
309
3102004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Reflect changes to bsp.am.
313        Preinstall dist_project_lib*.
314
3152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Reflect changes to bsp.am.
318
3192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
322
3232004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Correct path to clockdrv_shell.c.
326
3272004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
330        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
331        compilation rules.
332        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
333        timer/Makefile.am, wrapup/Makefile.am: Remove.
334        * configure.ac: Reflect changes above.
335
3362004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
339        * start/reg.S: Remove //-comments
340
3412004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
344        Add RTEMS_PROG_CCAS.
345
3462004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Add PREINSTALL_DIRS.
349
3502004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
353        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
354        EXTRA_DIST.
355        * wrapup/Makefile.am: Reflect changes to libcpu.
356
3572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
360        Add PRE/TMPINSTALL_FILES to CLEANFILES.
361        * startup/Makefile.am: Ditto.
362
3632004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/Makefile.am: Remove.
366        * Makefile.am: Merge-in start/Makefile.am.
367        * configure.ac: Reflect changes above.
368
3692004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * wrapup/Makefile.am: Eliminate $(LIB).
372        Use noinst_DATA to trigger building libbsp.a.
373
3742003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
377        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
378
3792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
382        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
383
3842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
387
3882003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * start/Makefile.am: Misc cleanups and fixes.
391        * startup/Makefile.am: Misc cleanups and fixes.
392        * wrapup/Makefile.am: Misc cleanups and fixes.
393
3942003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Add preinstallation dirstamp support.
397        * clock/Makefile.am: Cosmetics.
398        * console/Makefile.am: Cosmetics.
399        * startup/Makefile.am: Cosmetics.
400        * timer/Makefile.am: Cosmetics.
401        * wrapup/Makefile.am: Cosmetics.
402
4032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * clock/Makefile.am: Remove all-local: $(ARCH).
406        * console/Makefile.am: Remove all-local: $(ARCH).
407        * start/Makefile.am: Remove all-local: $(ARCH).
408        * startup/Makefile.am: Remove all-local: $(ARCH).
409        * timer/Makefile.am: Remove all-local: $(ARCH).
410        * wrapup/Makefile.am: Remove all-local: $(ARCH).
411
4122003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Fix preinstallation of include/coverhd.h.
415
4162003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Merge-in include/Makefile.am.
419        Reflect changes to bsp.am.
420        * include/Makefile.am: Remove.
421        * configure.ac: Reflect changes above.
422
4232003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * bsp_specs: Remove *lib:.
426
4272003-09-04      Joel Sherrill <joel@OARcorp.com>
428
429        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
430        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
431        license changed.
432
4332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Reflect having moved aclocal/.
436
4372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Reflect having moved automake/.
440        * clock/Makefile.am: Reflect having moved automake/.
441        * console/Makefile.am: Reflect having moved automake/.
442        * include/Makefile.am: Reflect having moved automake/.
443        * start/Makefile.am: Reflect having moved automake/.
444        * startup/Makefile.am: Reflect having moved automake/.
445        * timer/Makefile.am: Reflect having moved automake/.
446        * wrapup/Makefile.am: Reflect having moved automake/.
447
4482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        PR 452/bsps
451        * startup/Makefile.am: Remove USE_INIT_FINI.
452
4532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * bsp_specs: Remove -D__USE_INIT_FINI__.
456        Remove *.cpp (Now unused).
457
4582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
461
4622003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        PR 445/bsps
465        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
466
4672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Remove AC_CONFIG_AUX_DIR.
470
4712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
474
4752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: AC_PREREQ(2.57).
478
4792003-01-20      Joel Sherrill <joel@OARcorp.com>
480
481        * startup/linkcmds*: Add FreeBSD sysctl() sections.
482
4832002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
484 
485        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
486        * linkcmds: Added .init, .fini & related sections.
487
4882002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
491        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
492        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
493        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
494        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
495
4962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * start/Makefile.am: Use install-data-local to install startfile.
499
5002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
503
5042002-11-01      Joel Sherrill <joel@OARcorp.com>
505
506        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
507
5082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * .cvsignore: Reformat.
511        Add autom4te*cache.
512        Remove autom4te.cache.
513
5142002-08-21      Joel Sherrill <joel@OARcorp.com>
515
516        * bsp_specs: Added support for -nostdlibs.
517
5182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
521        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
522        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
523        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
524        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
525        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
526
5272002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * start/Makefile.am: Eliminate PGM.
530        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
531
5322002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
535
5362002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
539        Remove $(OBJS) from all-local.
540
5412002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * wrapup/Makefile.am: Add $(LIB) to all-local.
544
5452002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
548
5492002-06-25      Joel Sherrill <joel@OARcorp.com>
550
551        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
552        support to the shared gdb stub glue thus moving some of the
553        gdbstub support to a higher level.
554        * startup/Makefile.am: Modified to reflect above.
555
5562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.ac:
559        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
560        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
561        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
565        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
566        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
567        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
569
5702001-03-08      Joel Sherrill <joel@OARcorp.com>
571
572        * start/start.S, startup/bspstart.c: Removed warnings.
573
5742002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
575
576        * startup/gdb-support.c: Added calls into the mips-support gdb stub
577        for configuring the memory regions.  Any bsp that wants to use the
578        gdbstub will need to do something similar.
579        * startup/Makefile.am: Added shared/gdbstub directory to include path.
580
5812002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
582
583        * start/start.S: Added kseg1 test to enable cache flush code
584        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
585        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
586        init to only turn on whats needed.
587        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
588        a handy init function.
589
5902002-02-08      Joel Sherrill <joel@OARcorp.com>
591
592        * startup/Makefile.am: Now compile the gdb stub.
593        * startup/bspstart.c: Fixed header block.
594        * startup/gdb-support.c: New file in stub state.
595
5962001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
597
598        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
599        New files missed in previous commit.
600        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
601
6022001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
603
604        * Update of BSP to address problems restarting, provide more
605        information during boot, and better handle ROM vs RAM images.
606        * README, include/bsp.h, start/regs.S, start/start.S,
607        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
608
6092002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
612
6132002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
616        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
617
6182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
621
6222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
625        * configure.in: Remove.
626        * configure.ac: New file, generated from configure.in by autoupdate.
627
6282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * include/Makefile.am: Use 'CLEANFILES ='.
631        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
632
6332001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.in: Add bspopts.h.
636        * include/bsp.h: Include bspopts.h.
637        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
638        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
639
6402001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
641
642        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
643        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
644        in previous patch.
645
6462001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
647
648        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
649        * clock/clockdrv.c, console/conscfg.c: Corrected.
650        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
651        * startup/bspstart.c: Properly set initial status register and
652        pending interrupts.
653        * timer/timer.c: Works now.
654
6552001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
656
657        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
658
6592001-05-07      Joel Sherrill <joel@OARcorp.com>
660
661        * console/conscfg.c: Added an entry for the second
662        serial port.
663
6642001-04-20      Joel Sherrill <joel@OARcorp.com>
665
666        * clock/clockdrv.c: Account for the fact that ClockRate is
667        in cycles not megahertz.
668
6692001-04-16      Joel Sherrill <joel@OARcorp.com>
670
671        * start/start.S, startup/bspstart.c, startup/linkcmds:
672        Cleanup that was not merged from the simple non-RTEMS program.
673
6742001-04-16      Joel Sherrill <joel@OARcorp.com>
675
676        * start/start.S, startup/bspstart.c, startup/linkcmds:
677        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
678        as he debugged this BSP using a logic analyzer.
679
6802001-03-14      Joel Sherrill <joel@OARcorp.com>
681
682        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
683        startup/bspstart.c, timer/timer.c: Comments corrected.
684
6852001-02-22      Joel Sherrill <joel@OARcorp.com>
686
687        * The Generic Mongoose-V BSP uses only the peripherals found on
688        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
689        based on the LSI Logic 33K.
690        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
691        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
692        console/.cvsignore, console/Makefile.am, console/conscfg.c,
693        include/.cvsignore, include/Makefile.am, include/bsp.h,
694        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
695        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
696        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
697        wrapup/.cvsignore, wrapup/Makefile.am: New files.
698
Note: See TracBrowser for help on using the repository browser.