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

4.104.115
Last change on this file since 5813123a was 5813123a, checked in by Joel Sherrill <joel.sherrill@…>, on 05/13/10 at 20:51:28

2010-05-13 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am, start/start.S: Many files were duplicated across MIPS BSPs. Now those which were directly copied are shared.
  • Property mode set to 100644
File size: 22.1 KB
Line 
12010-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, preinstall.am, start/start.S: Many files were duplicated
4        across MIPS BSPs. Now those which were directly copied are shared.
5
62010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
7
8        * startup/linkcmds: Needed to be assigned to a memory region.
9
102010-04-27      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * startup/linkcmds: Revert previous change. Remove .reginfo from .bss
13        section where it was present.
14
152010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
16
17        * startup/linkcmds: Add NOLOAD to .bss to eliminate warnings.
18
192010-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * console/conscfg.c: Include <unistd.h>.
22
232009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,
26        promCopyIcacheFlush.
27        * include/bsp.h: Add prototypes of promCopyDcacheFlush and
28        promCopyIcacheFlush.
29
302009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * startup/bspstart.c: Remove nested externs.
33        #include <libcpu/isr_entries.h.
34
352009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * make/custom/genmongoosev.cfg: Remove RTEMS_BSP_FAMILY.
38
392009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Don't add -ansi -fasm to CFLAGS.
42
432009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * make/custom/genmongoosev.cfg: New (relocated from /make/custom).
46
472009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
50
51 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
54        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
55        have the same options.
56
572009-04-28      Chris Johns <chrisj@rtems.org>
58
59        * start/start.S: Update for boot_card command line change.
60
612008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * bsp_specs: Move -e start from *link to *startfile to avoid warning
64        for undefined entry symbol when linking relocatables with binutils
65        2.19.
66
672008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
70        * Makefile.am: Reflect changes above.
71
722008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
75        of building libbspstart.a, using automake-rules.
76
772008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * start/regs.S: Remove (Renamed into start/regs.h).
80        * start/regs.h: New (Renamed from start/regs.S).
81        * Makefile.am, start/start.S: Reflect renamer.
82
832008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Eliminate *_SOURCES.
86
872008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
90        components.
91
922008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
95
962008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * configure.ac: Make letting boot_card() handle work area allocation
99        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
100        BSP_BOOTCARD_OPTIONS.
101
1022008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * include/bsp.h: Remove unnecessary boilerplate comments.
105
1062008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * Makefile.am, startup/linkcmds: Use top level shared
109        bsp_get_work_area() implementation.
110        * startup/bspgetworkarea.c: Removed.
111
1122008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * startup/bspstart.c: Remove unnecessary includes of
115        rtems/libcsupport.h and rtems/libio.h.
116
1172008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
120        Split out bsp_get_work_area() into its own file and user BSP
121        Framework to perform more initialization.
122        * startup/bspgetworkarea.c: New file.
123
1242008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
127        phase, all prototypes were removed from bsp.h and empty
128        implementations were removed and made to use the shared stub.
129
1302008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * timer/timer.c: Convert to "bool".
133
1342008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * timer/timer.c: Eliminate empty function from every benchmark timer
137        driver. Fix spelling.
138
1392008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * timer/timer.c: Rename timer driver methods to follow RTEMS
142        programming conventions.
143
1442008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * startup/bspstart.c: Add missing prototypes.
147        * timer/timer.c: Add missing prototypes.
148
1492008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
152        Framework to ask the BSP where it has memory for the RTEMS Workspace
153        and C Program Heap. These collectively are referred to as work area.
154        If the BSP supports this, then it does not have to include code to
155        split the available memory between the two areas. This reduces the
156        amount of code in the BSP specific bspstart.c file. Additionally, the
157        shared framework can initialize the C Library, call
158        rtems_debug_enable(), and dirty the work area memory. Until most/all
159        BSPs support this new capability, if the BSP supports this, it should
160        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
161        When the transition is complete, this autoconf macro can be removed.
162
1632008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * Makefile.am: Rework to avoid .rel files.
166
1672008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * startup/bspstart.c: Refactored and renamed initialization routines to
170        rtems_initialize_data_structures, rtems_initialize_before_drivers,
171        rtems_initialize_device_drivers, and
172        rtems_initialize_start_multitasking. This opened the sequence up so
173        that bootcard() could provide a more robust and flexible framework
174        which is easier to explain and understand. This also lays the
175        groundwork for sharing the division of available memory between the
176        RTEMS workspace and heap and the C library initialization across all
177        BSPs.
178
1792008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * startup/linkcmds: Add wildcard to gcc_except_table section so
182        programs compiled with gcc 4.3.x can link.
183
1842007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
185
186        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
187        Configuration Table. Use the RTEMS provided accessor macros to obtain
188        configuration fields.
189
1902007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
193        Configuration Table. Eliminate CPU Table from all ports. Delete
194        references to CPU Table in all forms.
195
1962007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
199        Table fields to the Configuration Table. This included
200        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
201        do_zero_of_workspace, extra_mpci_receive_server_stack,
202        stack_allocate_hook, and stack_free_hook. As a side-effect of this
203        effort some multiprocessing code was made conditional and some style
204        clean up occurred.
205
2062007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
207
208        * bsp_specs: Remove qrtems_debug.
209
2102007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
213        endianness).
214
2152006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * configure.ac: New BUG-REPORT address.
218
2192006-11-15      Joel Sherrill <joel@OARcorp.com>
220
221        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
222        file and simplified initialization.
223
2242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Remove superfluous -DASM.
227
2282006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * configure.ac: Require autoconf-2.60. Require automake-1.10.
231
2322006-09-11      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/bspstart.c: Convert C++ style comments to C style.
235
2362006-03-08      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/linkcmds: Add .gnu.linkonce.b.* section.
239
2402006-02-08      Joel Sherrill <joel@OARcorp.com>
241
242        * clock/clockdrv.c: Correct path to clockdrv_shell.c
243
2442006-02-08      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds: Add sections required by newer gcc versions.
247
2482006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * Makefile.am: Add preinstall.am.
251
2522005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * include/bsp.h: New header guard.
255
2562005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
259
2602005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
261
262        * Makefile.am: Fix typo.
263
2642005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * Makefile.am: Remove build-variant support.
267
2682004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * configure.ac: Require automake > 1.9.
271
2722004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
273
274        PR 610/bsps
275        * Makefile.am: Add include/tm27.h, Cosmetics.
276        * include/tm27.h: Final cosmetics.
277
2782004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        * include/bsp.h: Split out tmtest27 support.
281        * include/tm27.h: New.
282
2832004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
284
285        PR 613/bsps
286        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
287
2882004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
289
290        PR 614/bsps
291        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
292
2932004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
294
295        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
296        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
297        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
298        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
299
3002004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
301
302        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
303        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
304        size types.
305
3062004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Reflect changes to bsp.am.
309        Preinstall dist_project_lib*.
310
3112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Reflect changes to bsp.am.
314
3152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
318
3192004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Correct path to clockdrv_shell.c.
322
3232004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
326        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
327        compilation rules.
328        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
329        timer/Makefile.am, wrapup/Makefile.am: Remove.
330        * configure.ac: Reflect changes above.
331
3322004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
335        * start/reg.S: Remove //-comments
336
3372004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
340        Add RTEMS_PROG_CCAS.
341
3422004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Add PREINSTALL_DIRS.
345
3462004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
349        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
350        EXTRA_DIST.
351        * wrapup/Makefile.am: Reflect changes to libcpu.
352
3532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
356        Add PRE/TMPINSTALL_FILES to CLEANFILES.
357        * startup/Makefile.am: Ditto.
358
3592004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * start/Makefile.am: Remove.
362        * Makefile.am: Merge-in start/Makefile.am.
363        * configure.ac: Reflect changes above.
364
3652004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * wrapup/Makefile.am: Eliminate $(LIB).
368        Use noinst_DATA to trigger building libbsp.a.
369
3702003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
373        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
374
3752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
378        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
379
3802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
383
3842003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * start/Makefile.am: Misc cleanups and fixes.
387        * startup/Makefile.am: Misc cleanups and fixes.
388        * wrapup/Makefile.am: Misc cleanups and fixes.
389
3902003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Add preinstallation dirstamp support.
393        * clock/Makefile.am: Cosmetics.
394        * console/Makefile.am: Cosmetics.
395        * startup/Makefile.am: Cosmetics.
396        * timer/Makefile.am: Cosmetics.
397        * wrapup/Makefile.am: Cosmetics.
398
3992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * clock/Makefile.am: Remove all-local: $(ARCH).
402        * console/Makefile.am: Remove all-local: $(ARCH).
403        * start/Makefile.am: Remove all-local: $(ARCH).
404        * startup/Makefile.am: Remove all-local: $(ARCH).
405        * timer/Makefile.am: Remove all-local: $(ARCH).
406        * wrapup/Makefile.am: Remove all-local: $(ARCH).
407
4082003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Fix preinstallation of include/coverhd.h.
411
4122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Merge-in include/Makefile.am.
415        Reflect changes to bsp.am.
416        * include/Makefile.am: Remove.
417        * configure.ac: Reflect changes above.
418
4192003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * bsp_specs: Remove *lib:.
422
4232003-09-04      Joel Sherrill <joel@OARcorp.com>
424
425        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
426        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
427        license changed.
428
4292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Reflect having moved aclocal/.
432
4332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Reflect having moved automake/.
436        * clock/Makefile.am: Reflect having moved automake/.
437        * console/Makefile.am: Reflect having moved automake/.
438        * include/Makefile.am: Reflect having moved automake/.
439        * start/Makefile.am: Reflect having moved automake/.
440        * startup/Makefile.am: Reflect having moved automake/.
441        * timer/Makefile.am: Reflect having moved automake/.
442        * wrapup/Makefile.am: Reflect having moved automake/.
443
4442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        PR 452/bsps
447        * startup/Makefile.am: Remove USE_INIT_FINI.
448
4492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * bsp_specs: Remove -D__USE_INIT_FINI__.
452        Remove *.cpp (Now unused).
453
4542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
457
4582003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        PR 445/bsps
461        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
462
4632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Remove AC_CONFIG_AUX_DIR.
466
4672003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
470
4712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: AC_PREREQ(2.57).
474
4752003-01-20      Joel Sherrill <joel@OARcorp.com>
476
477        * startup/linkcmds*: Add FreeBSD sysctl() sections.
478
4792002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
480 
481        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
482        * linkcmds: Added .init, .fini & related sections.
483
4842002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
487        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
488        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
489        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
490        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
491
4922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * start/Makefile.am: Use install-data-local to install startfile.
495
4962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
499
5002002-11-01      Joel Sherrill <joel@OARcorp.com>
501
502        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
503
5042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * .cvsignore: Reformat.
507        Add autom4te*cache.
508        Remove autom4te.cache.
509
5102002-08-21      Joel Sherrill <joel@OARcorp.com>
511
512        * bsp_specs: Added support for -nostdlibs.
513
5142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
517        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
518        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
519        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
520        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
521        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
522
5232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * start/Makefile.am: Eliminate PGM.
526        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
527
5282002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
531
5322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
535        Remove $(OBJS) from all-local.
536
5372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * wrapup/Makefile.am: Add $(LIB) to all-local.
540
5412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
544
5452002-06-25      Joel Sherrill <joel@OARcorp.com>
546
547        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
548        support to the shared gdb stub glue thus moving some of the
549        gdbstub support to a higher level.
550        * startup/Makefile.am: Modified to reflect above.
551
5522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * configure.ac:
555        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
556        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
557        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
558        * Makefile.am: Remove AUTOMAKE_OPTIONS.
559        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
560        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
561        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
562        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
563        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
564        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
565
5662001-03-08      Joel Sherrill <joel@OARcorp.com>
567
568        * start/start.S, startup/bspstart.c: Removed warnings.
569
5702002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
571
572        * startup/gdb-support.c: Added calls into the mips-support gdb stub
573        for configuring the memory regions.  Any bsp that wants to use the
574        gdbstub will need to do something similar.
575        * startup/Makefile.am: Added shared/gdbstub directory to include path.
576
5772002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
578
579        * start/start.S: Added kseg1 test to enable cache flush code
580        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
581        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
582        init to only turn on whats needed.
583        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
584        a handy init function.
585
5862002-02-08      Joel Sherrill <joel@OARcorp.com>
587
588        * startup/Makefile.am: Now compile the gdb stub.
589        * startup/bspstart.c: Fixed header block.
590        * startup/gdb-support.c: New file in stub state.
591
5922001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
593
594        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
595        New files missed in previous commit.
596        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
597
5982001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
599
600        * Update of BSP to address problems restarting, provide more
601        information during boot, and better handle ROM vs RAM images.
602        * README, include/bsp.h, start/regs.S, start/start.S,
603        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
604
6052002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
608
6092002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
612        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
613
6142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
617
6182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
621        * configure.in: Remove.
622        * configure.ac: New file, generated from configure.in by autoupdate.
623
6242001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * include/Makefile.am: Use 'CLEANFILES ='.
627        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
628
6292001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.in: Add bspopts.h.
632        * include/bsp.h: Include bspopts.h.
633        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
634        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
635
6362001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
637
638        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
639        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
640        in previous patch.
641
6422001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
643
644        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
645        * clock/clockdrv.c, console/conscfg.c: Corrected.
646        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
647        * startup/bspstart.c: Properly set initial status register and
648        pending interrupts.
649        * timer/timer.c: Works now.
650
6512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
652
653        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
654
6552001-05-07      Joel Sherrill <joel@OARcorp.com>
656
657        * console/conscfg.c: Added an entry for the second
658        serial port.
659
6602001-04-20      Joel Sherrill <joel@OARcorp.com>
661
662        * clock/clockdrv.c: Account for the fact that ClockRate is
663        in cycles not megahertz.
664
6652001-04-16      Joel Sherrill <joel@OARcorp.com>
666
667        * start/start.S, startup/bspstart.c, startup/linkcmds:
668        Cleanup that was not merged from the simple non-RTEMS program.
669
6702001-04-16      Joel Sherrill <joel@OARcorp.com>
671
672        * start/start.S, startup/bspstart.c, startup/linkcmds:
673        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
674        as he debugged this BSP using a logic analyzer.
675
6762001-03-14      Joel Sherrill <joel@OARcorp.com>
677
678        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
679        startup/bspstart.c, timer/timer.c: Comments corrected.
680
6812001-02-22      Joel Sherrill <joel@OARcorp.com>
682
683        * The Generic Mongoose-V BSP uses only the peripherals found on
684        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
685        based on the LSI Logic 33K.
686        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
687        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
688        console/.cvsignore, console/Makefile.am, console/conscfg.c,
689        include/.cvsignore, include/Makefile.am, include/bsp.h,
690        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
691        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
692        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
693        wrapup/.cvsignore, wrapup/Makefile.am: New files.
694
Note: See TracBrowser for help on using the repository browser.