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

4.104.115
Last change on this file since 5b301ab was 5b301ab, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:04:07

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/genmongoosev.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 20.9 KB
RevLine 
[5b301ab]12009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/genmongoosev.cfg: New (relocated from /make/custom).
4
[6b2b37d2]52009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
8
9 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
[d1be26b]10
11        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
12        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
13        have the same options.
14
[820d1ab0]152009-04-28      Chris Johns <chrisj@rtems.org>
16
17        * start/start.S: Update for boot_card command line change.
18
[df393962]192008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * bsp_specs: Move -e start from *link to *startfile to avoid warning
22        for undefined entry symbol when linking relocatables with binutils
23        2.19.
24
[11978407]252008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
28        * Makefile.am: Reflect changes above.
29
[c01fe2e]302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
33        of building libbspstart.a, using automake-rules.
34
[234f3ecc]352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * start/regs.S: Remove (Renamed into start/regs.h).
38        * start/regs.h: New (Renamed from start/regs.S).
39        * Makefile.am, start/start.S: Reflect renamer.
40
[64eb0c7]412008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Eliminate *_SOURCES.
44
[e94666d]452008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
48        components.
49
[c06b3fa]502008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
53
[95aa5e1]542008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * configure.ac: Make letting boot_card() handle work area allocation
57        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
58        BSP_BOOTCARD_OPTIONS.
59
[ccceaf3]602008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * include/bsp.h: Remove unnecessary boilerplate comments.
63
[91b8fcfb]642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, startup/linkcmds: Use top level shared
67        bsp_get_work_area() implementation.
68        * startup/bspgetworkarea.c: Removed.
69
[a196084]702008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * startup/bspstart.c: Remove unnecessary includes of
73        rtems/libcsupport.h and rtems/libio.h.
74
[58eee41]752008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
78        Split out bsp_get_work_area() into its own file and user BSP
79        Framework to perform more initialization.
80        * startup/bspgetworkarea.c: New file.
81
[4909a30]822008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
85        phase, all prototypes were removed from bsp.h and empty
86        implementations were removed and made to use the shared stub.
87
[adf2b49]882008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * timer/timer.c: Convert to "bool".
91
[25c62b0]922008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * timer/timer.c: Eliminate empty function from every benchmark timer
95        driver. Fix spelling.
96
[35f52a6]972008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * timer/timer.c: Rename timer driver methods to follow RTEMS
100        programming conventions.
101
[fbc74c35]1022008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
103
[9d1ebb5]104        * startup/bspstart.c: Add missing prototypes.
[fbc74c35]105        * timer/timer.c: Add missing prototypes.
106
[dde1fedb]1072008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
110        Framework to ask the BSP where it has memory for the RTEMS Workspace
111        and C Program Heap. These collectively are referred to as work area.
112        If the BSP supports this, then it does not have to include code to
113        split the available memory between the two areas. This reduces the
114        amount of code in the BSP specific bspstart.c file. Additionally, the
115        shared framework can initialize the C Library, call
116        rtems_debug_enable(), and dirty the work area memory. Until most/all
117        BSPs support this new capability, if the BSP supports this, it should
118        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
119        When the transition is complete, this autoconf macro can be removed.
120
[1d0ee80e]1212008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * Makefile.am: Rework to avoid .rel files.
124
[6ea100c1]1252008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * startup/bspstart.c: Refactored and renamed initialization routines to
128        rtems_initialize_data_structures, rtems_initialize_before_drivers,
129        rtems_initialize_device_drivers, and
130        rtems_initialize_start_multitasking. This opened the sequence up so
131        that bootcard() could provide a more robust and flexible framework
132        which is easier to explain and understand. This also lays the
133        groundwork for sharing the division of available memory between the
134        RTEMS workspace and heap and the C library initialization across all
135        BSPs.
136
[d1f57b5]1372008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * startup/linkcmds: Add wildcard to gcc_except_table section so
140        programs compiled with gcc 4.3.x can link.
141
[4130d8e2]1422007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
145        Configuration Table. Use the RTEMS provided accessor macros to obtain
146        configuration fields.
147
[cafa2c5]1482007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
151        Configuration Table. Eliminate CPU Table from all ports. Delete
152        references to CPU Table in all forms.
153
[558bc25]1542007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
157        Table fields to the Configuration Table. This included
158        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
159        do_zero_of_workspace, extra_mpci_receive_server_stack,
160        stack_allocate_hook, and stack_free_hook. As a side-effect of this
161        effort some multiprocessing code was made conditional and some style
162        clean up occurred.
163
[2948f70]1642007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * bsp_specs: Remove qrtems_debug.
167
[8095e0c]1682007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
171        endianness).
172
[fcb0cd46]1732006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * configure.ac: New BUG-REPORT address.
176
[aa4369c]1772006-11-15      Joel Sherrill <joel@OARcorp.com>
178
179        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
180        file and simplified initialization.
181
[57357d9]1822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Remove superfluous -DASM.
185
[754610f]1862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * configure.ac: Require autoconf-2.60. Require automake-1.10.
189
[b18803f]1902006-09-11      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/bspstart.c: Convert C++ style comments to C style.
193
[bd86290d]1942006-03-08      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds: Add .gnu.linkonce.b.* section.
197
[6dbe4d6]1982006-02-08      Joel Sherrill <joel@OARcorp.com>
199
200        * clock/clockdrv.c: Correct path to clockdrv_shell.c
201
[4bbea13f]2022006-02-08      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Add sections required by newer gcc versions.
205
[a06faad]2062006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * Makefile.am: Add preinstall.am.
209
[34c4852]2102005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * include/bsp.h: New header guard.
213
[844609f9]2142005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
217
[2ed58702]2182005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
219
220        * Makefile.am: Fix typo.
221
[7c6c630]2222005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * Makefile.am: Remove build-variant support.
225
[97891e5e]2262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * configure.ac: Require automake > 1.9.
229
[3defec6]2302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
231
232        PR 610/bsps
233        * Makefile.am: Add include/tm27.h, Cosmetics.
234        * include/tm27.h: Final cosmetics.
235
[25964be6]2362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
237
238        * include/bsp.h: Split out tmtest27 support.
239        * include/tm27.h: New.
240
[3344730a]2412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
242
243        PR 613/bsps
244        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
245
[7dd6e8d]2462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
247
248        PR 614/bsps
249        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
250
[99ddf76]2512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
252
253        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
254        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
255        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
256        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
257
[94993c0]2582004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
261        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
262        size types.
263
[2a7f9a28]2642004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Reflect changes to bsp.am.
267        Preinstall dist_project_lib*.
268
[6ac101b]2692004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Reflect changes to bsp.am.
272
[c24d7c84]2732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
276
[0b422e16]2772004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Correct path to clockdrv_shell.c.
280
[31b1cff]2812004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
284        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
285        compilation rules.
286        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
287        timer/Makefile.am, wrapup/Makefile.am: Remove.
288        * configure.ac: Reflect changes above.
289
[4107509]2902004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
293        * start/reg.S: Remove //-comments
294
[f3c5a0ec]2952004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
298        Add RTEMS_PROG_CCAS.
299
[33990315]3002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Add PREINSTALL_DIRS.
303
[bfc9bc4d]3042004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
307        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
308        EXTRA_DIST.
309        * wrapup/Makefile.am: Reflect changes to libcpu.
310
[ff716ea0]3112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
314        Add PRE/TMPINSTALL_FILES to CLEANFILES.
315        * startup/Makefile.am: Ditto.
316
[3ed23846]3172004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Remove.
320        * Makefile.am: Merge-in start/Makefile.am.
321        * configure.ac: Reflect changes above.
322
[6411947]3232004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * wrapup/Makefile.am: Eliminate $(LIB).
326        Use noinst_DATA to trigger building libbsp.a.
327
[b35414a]3282003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
331        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
332
[935773b]3332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
336        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
337
[810720b6]3382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
341
[e725be0]3422003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * start/Makefile.am: Misc cleanups and fixes.
345        * startup/Makefile.am: Misc cleanups and fixes.
346        * wrapup/Makefile.am: Misc cleanups and fixes.
347
[217645c8]3482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Add preinstallation dirstamp support.
351        * clock/Makefile.am: Cosmetics.
352        * console/Makefile.am: Cosmetics.
353        * startup/Makefile.am: Cosmetics.
354        * timer/Makefile.am: Cosmetics.
355        * wrapup/Makefile.am: Cosmetics.
356
[5ceaa08]3572003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * clock/Makefile.am: Remove all-local: $(ARCH).
360        * console/Makefile.am: Remove all-local: $(ARCH).
361        * start/Makefile.am: Remove all-local: $(ARCH).
362        * startup/Makefile.am: Remove all-local: $(ARCH).
363        * timer/Makefile.am: Remove all-local: $(ARCH).
364        * wrapup/Makefile.am: Remove all-local: $(ARCH).
365
[3555235]3662003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * Makefile.am: Fix preinstallation of include/coverhd.h.
369
[75db8c22]3702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Merge-in include/Makefile.am.
373        Reflect changes to bsp.am.
374        * include/Makefile.am: Remove.
375        * configure.ac: Reflect changes above.
376
[5fa17560]3772003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * bsp_specs: Remove *lib:.
380
[e00bf285]3812003-09-04      Joel Sherrill <joel@OARcorp.com>
382
383        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
384        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
385        license changed.
386
[fe8bc62f]3872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Reflect having moved aclocal/.
390
[a4aeb92]3912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
[c483a4e]393        * Makefile.am: Reflect having moved automake/.
394        * clock/Makefile.am: Reflect having moved automake/.
395        * console/Makefile.am: Reflect having moved automake/.
396        * include/Makefile.am: Reflect having moved automake/.
397        * start/Makefile.am: Reflect having moved automake/.
398        * startup/Makefile.am: Reflect having moved automake/.
399        * timer/Makefile.am: Reflect having moved automake/.
400        * wrapup/Makefile.am: Reflect having moved automake/.
[a4aeb92]401
[317458ce]4022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
[75fcb394]404        PR 452/bsps
[317458ce]405        * startup/Makefile.am: Remove USE_INIT_FINI.
406
[26ff37a4]4072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * bsp_specs: Remove -D__USE_INIT_FINI__.
410        Remove *.cpp (Now unused).
411
[7dcc3fe]4122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
415
[31aa51e1]4162003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
[75fcb394]418        PR 445/bsps
[31aa51e1]419        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
420
[7a97f26]4212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Remove AC_CONFIG_AUX_DIR.
424
[ccd81b60]4252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
428
[9b5c258]4292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: AC_PREREQ(2.57).
432
[1d36d2af]4332003-01-20      Joel Sherrill <joel@OARcorp.com>
434
435        * startup/linkcmds*: Add FreeBSD sysctl() sections.
436
[8f10c92]4372002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
438 
439        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
440        * linkcmds: Added .init, .fini & related sections.
441
[b4e2f79]4422002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
445        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
446        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
447        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
448        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
449
[59a01a6e]4502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * start/Makefile.am: Use install-data-local to install startfile.
453
[ad5c7fe]4542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
457
[b45c7f2]4582002-11-01      Joel Sherrill <joel@OARcorp.com>
459
460        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
461
[8730f45]4622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * .cvsignore: Reformat.
465        Add autom4te*cache.
466        Remove autom4te.cache.
467
[a2ae30c2]4682002-08-21      Joel Sherrill <joel@OARcorp.com>
469
470        * bsp_specs: Added support for -nostdlibs.
471
[88a67b6]4722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
475        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
476        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
477        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
478        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
479        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
480
[496686a]4812002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * start/Makefile.am: Eliminate PGM.
484        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
485
[f4d43dd]4862002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
489
[445c0a0]4902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
493        Remove $(OBJS) from all-local.
494
[d16af043]4952002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * wrapup/Makefile.am: Add $(LIB) to all-local.
498
[80defac]4992002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
502
[d33dd2f]5032002-06-25      Joel Sherrill <joel@OARcorp.com>
504
505        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
506        support to the shared gdb stub glue thus moving some of the
507        gdbstub support to a higher level.
508        * startup/Makefile.am: Modified to reflect above.
509
[ddd9abf]5102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * configure.ac:
513        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
514        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
515        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
518        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
519        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
520        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
521        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
522        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
523
[9d64bc73]5242001-03-08      Joel Sherrill <joel@OARcorp.com>
525
526        * start/start.S, startup/bspstart.c: Removed warnings.
527
[ffdc659]5282002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
529
530        * startup/gdb-support.c: Added calls into the mips-support gdb stub
531        for configuring the memory regions.  Any bsp that wants to use the
532        gdbstub will need to do something similar.
533        * startup/Makefile.am: Added shared/gdbstub directory to include path.
534
[0ea3293]5352002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
536
537        * start/start.S: Added kseg1 test to enable cache flush code
538        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
539        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
540        init to only turn on whats needed.
541        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
542        a handy init function.
[3f1c124]543
[d88661c]5442002-02-08      Joel Sherrill <joel@OARcorp.com>
545
546        * startup/Makefile.am: Now compile the gdb stub.
547        * startup/bspstart.c: Fixed header block.
548        * startup/gdb-support.c: New file in stub state.
549
[3774c7f]5502001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
551
552        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
553        New files missed in previous commit.
554        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
555
[7de58239]5562001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
557
558        * Update of BSP to address problems restarting, provide more
559        information during boot, and better handle ROM vs RAM images.
560        * README, include/bsp.h, start/regs.S, start/start.S,
561        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
562
[0009c70]5632002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
566
[eb24fb1]5672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
570        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
571
[9e1ae79]5722001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
575
[df25c998]5762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
579        * configure.in: Remove.
580        * configure.ac: New file, generated from configure.in by autoupdate.
581
[7b4917c]5822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * include/Makefile.am: Use 'CLEANFILES ='.
585        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
586
[fddaaf12]5872001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * configure.in: Add bspopts.h.
590        * include/bsp.h: Include bspopts.h.
591        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
592        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
593
[bb3efe9]5942001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
595
596        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
597        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
598        in previous patch.
599
[a355e3ea]6002001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
601
602        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
603        * clock/clockdrv.c, console/conscfg.c: Corrected.
604        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
605        * startup/bspstart.c: Properly set initial status register and
606        pending interrupts.
607        * timer/timer.c: Works now.
608
[6f21328]6092001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
610
611        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
612
[a9d8649]6132001-05-07      Joel Sherrill <joel@OARcorp.com>
614
615        * console/conscfg.c: Added an entry for the second
616        serial port.
617
[831aba1]6182001-04-20      Joel Sherrill <joel@OARcorp.com>
619
620        * clock/clockdrv.c: Account for the fact that ClockRate is
621        in cycles not megahertz.
622
[2cdde6d]6232001-04-16      Joel Sherrill <joel@OARcorp.com>
624
625        * start/start.S, startup/bspstart.c, startup/linkcmds:
626        Cleanup that was not merged from the simple non-RTEMS program.
627
[3491e9e]6282001-04-16      Joel Sherrill <joel@OARcorp.com>
629
630        * start/start.S, startup/bspstart.c, startup/linkcmds:
631        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
632        as he debugged this BSP using a logic analyzer.
633
[ef380d3f]6342001-03-14      Joel Sherrill <joel@OARcorp.com>
635
636        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
637        startup/bspstart.c, timer/timer.c: Comments corrected.
638
[f849f3e]6392001-02-22      Joel Sherrill <joel@OARcorp.com>
640
641        * The Generic Mongoose-V BSP uses only the peripherals found on
642        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
643        based on the LSI Logic 33K.
644        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
645        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
646        console/.cvsignore, console/Makefile.am, console/conscfg.c,
647        include/.cvsignore, include/Makefile.am, include/bsp.h,
648        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
649        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
650        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
651        wrapup/.cvsignore, wrapup/Makefile.am: New files.
652
Note: See TracBrowser for help on using the repository browser.