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

4.104.115
Last change on this file since 8785e906 was 820d1ab0, checked in by Chris Johns <chrisj@…>, on 04/28/09 at 06:34:00

2009-04-28 Chris Johns <chrisj@…>

  • start/start.S: Update for boot_card command line change.
  • Property mode set to 100644
File size: 20.4 KB
Line 
12009-04-28      Chris Johns <chrisj@rtems.org>
2
3        * start/start.S: Update for boot_card command line change.
4
52008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * bsp_specs: Move -e start from *link to *startfile to avoid warning
8        for undefined entry symbol when linking relocatables with binutils
9        2.19.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
14        * Makefile.am: Reflect changes above.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
19        of building libbspstart.a, using automake-rules.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * start/regs.S: Remove (Renamed into start/regs.h).
24        * start/regs.h: New (Renamed from start/regs.S).
25        * Makefile.am, start/start.S: Reflect renamer.
26
272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Eliminate *_SOURCES.
30
312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
34        components.
35
362008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
39
402008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * configure.ac: Make letting boot_card() handle work area allocation
43        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
44        BSP_BOOTCARD_OPTIONS.
45
462008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * include/bsp.h: Remove unnecessary boilerplate comments.
49
502008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile.am, startup/linkcmds: Use top level shared
53        bsp_get_work_area() implementation.
54        * startup/bspgetworkarea.c: Removed.
55
562008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * startup/bspstart.c: Remove unnecessary includes of
59        rtems/libcsupport.h and rtems/libio.h.
60
612008-09-14      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
64        Split out bsp_get_work_area() into its own file and user BSP
65        Framework to perform more initialization.
66        * startup/bspgetworkarea.c: New file.
67
682008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
71        phase, all prototypes were removed from bsp.h and empty
72        implementations were removed and made to use the shared stub.
73
742008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * timer/timer.c: Convert to "bool".
77
782008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * timer/timer.c: Eliminate empty function from every benchmark timer
81        driver. Fix spelling.
82
832008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * timer/timer.c: Rename timer driver methods to follow RTEMS
86        programming conventions.
87
882008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * startup/bspstart.c: Add missing prototypes.
91        * timer/timer.c: Add missing prototypes.
92
932008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
96        Framework to ask the BSP where it has memory for the RTEMS Workspace
97        and C Program Heap. These collectively are referred to as work area.
98        If the BSP supports this, then it does not have to include code to
99        split the available memory between the two areas. This reduces the
100        amount of code in the BSP specific bspstart.c file. Additionally, the
101        shared framework can initialize the C Library, call
102        rtems_debug_enable(), and dirty the work area memory. Until most/all
103        BSPs support this new capability, if the BSP supports this, it should
104        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
105        When the transition is complete, this autoconf macro can be removed.
106
1072008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * Makefile.am: Rework to avoid .rel files.
110
1112008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * startup/bspstart.c: Refactored and renamed initialization routines to
114        rtems_initialize_data_structures, rtems_initialize_before_drivers,
115        rtems_initialize_device_drivers, and
116        rtems_initialize_start_multitasking. This opened the sequence up so
117        that bootcard() could provide a more robust and flexible framework
118        which is easier to explain and understand. This also lays the
119        groundwork for sharing the division of available memory between the
120        RTEMS workspace and heap and the C library initialization across all
121        BSPs.
122
1232008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/linkcmds: Add wildcard to gcc_except_table section so
126        programs compiled with gcc 4.3.x can link.
127
1282007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
131        Configuration Table. Use the RTEMS provided accessor macros to obtain
132        configuration fields.
133
1342007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
137        Configuration Table. Eliminate CPU Table from all ports. Delete
138        references to CPU Table in all forms.
139
1402007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
143        Table fields to the Configuration Table. This included
144        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
145        do_zero_of_workspace, extra_mpci_receive_server_stack,
146        stack_allocate_hook, and stack_free_hook. As a side-effect of this
147        effort some multiprocessing code was made conditional and some style
148        clean up occurred.
149
1502007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * bsp_specs: Remove qrtems_debug.
153
1542007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
157        endianness).
158
1592006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * configure.ac: New BUG-REPORT address.
162
1632006-11-15      Joel Sherrill <joel@OARcorp.com>
164
165        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
166        file and simplified initialization.
167
1682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * Makefile.am: Remove superfluous -DASM.
171
1722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * configure.ac: Require autoconf-2.60. Require automake-1.10.
175
1762006-09-11      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/bspstart.c: Convert C++ style comments to C style.
179
1802006-03-08      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Add .gnu.linkonce.b.* section.
183
1842006-02-08      Joel Sherrill <joel@OARcorp.com>
185
186        * clock/clockdrv.c: Correct path to clockdrv_shell.c
187
1882006-02-08      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds: Add sections required by newer gcc versions.
191
1922006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * Makefile.am: Add preinstall.am.
195
1962005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * include/bsp.h: New header guard.
199
2002005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
203
2042005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
205
206        * Makefile.am: Fix typo.
207
2082005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Remove build-variant support.
211
2122004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        * configure.ac: Require automake > 1.9.
215
2162004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        PR 610/bsps
219        * Makefile.am: Add include/tm27.h, Cosmetics.
220        * include/tm27.h: Final cosmetics.
221
2222004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * include/bsp.h: Split out tmtest27 support.
225        * include/tm27.h: New.
226
2272004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
228
229        PR 613/bsps
230        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
231
2322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
233
234        PR 614/bsps
235        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
236
2372004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
238
239        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
240        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
241        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
242        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
243
2442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
245
246        * clock/clockdrv.c, include/bsp.h, startup/bspstart.c,
247        startup/gdb-support.c, timer/timer.c: Convert to using c99 fixed
248        size types.
249
2502004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Reflect changes to bsp.am.
253        Preinstall dist_project_lib*.
254
2552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Reflect changes to bsp.am.
258
2592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
262
2632004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Correct path to clockdrv_shell.c.
266
2672004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
270        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
271        compilation rules.
272        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
273        timer/Makefile.am, wrapup/Makefile.am: Remove.
274        * configure.ac: Reflect changes above.
275
2762004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * start/start.S: Replace #-ASM-style comments with C-/**/ comments.
279        * start/reg.S: Remove //-comments
280
2812004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
284        Add RTEMS_PROG_CCAS.
285
2862004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Add PREINSTALL_DIRS.
289
2902004-01-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Remove times from EXTRA_DIST (Non-existant).
293        * startup/Makefile.am: Remove bspclean.c, exit.c, setvec.c from
294        EXTRA_DIST.
295        * wrapup/Makefile.am: Reflect changes to libcpu.
296
2972004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
300        Add PRE/TMPINSTALL_FILES to CLEANFILES.
301        * startup/Makefile.am: Ditto.
302
3032004-01-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * start/Makefile.am: Remove.
306        * Makefile.am: Merge-in start/Makefile.am.
307        * configure.ac: Reflect changes above.
308
3092004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * wrapup/Makefile.am: Eliminate $(LIB).
312        Use noinst_DATA to trigger building libbsp.a.
313
3142003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
317        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
318
3192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
322        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
323
3242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
327
3282003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * start/Makefile.am: Misc cleanups and fixes.
331        * startup/Makefile.am: Misc cleanups and fixes.
332        * wrapup/Makefile.am: Misc cleanups and fixes.
333
3342003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Add preinstallation dirstamp support.
337        * clock/Makefile.am: Cosmetics.
338        * console/Makefile.am: Cosmetics.
339        * startup/Makefile.am: Cosmetics.
340        * timer/Makefile.am: Cosmetics.
341        * wrapup/Makefile.am: Cosmetics.
342
3432003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * clock/Makefile.am: Remove all-local: $(ARCH).
346        * console/Makefile.am: Remove all-local: $(ARCH).
347        * start/Makefile.am: Remove all-local: $(ARCH).
348        * startup/Makefile.am: Remove all-local: $(ARCH).
349        * timer/Makefile.am: Remove all-local: $(ARCH).
350        * wrapup/Makefile.am: Remove all-local: $(ARCH).
351
3522003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Fix preinstallation of include/coverhd.h.
355
3562003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: Merge-in include/Makefile.am.
359        Reflect changes to bsp.am.
360        * include/Makefile.am: Remove.
361        * configure.ac: Reflect changes above.
362
3632003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * bsp_specs: Remove *lib:.
366
3672003-09-04      Joel Sherrill <joel@OARcorp.com>
368
369        * clock/clockdrv.c, console/conscfg.c, include/bsp.h,
370        startup/bspstart.c, startup/gdb-support.c, timer/timer.c: URL for
371        license changed.
372
3732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Reflect having moved aclocal/.
376
3772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Reflect having moved automake/.
380        * clock/Makefile.am: Reflect having moved automake/.
381        * console/Makefile.am: Reflect having moved automake/.
382        * include/Makefile.am: Reflect having moved automake/.
383        * start/Makefile.am: Reflect having moved automake/.
384        * startup/Makefile.am: Reflect having moved automake/.
385        * timer/Makefile.am: Reflect having moved automake/.
386        * wrapup/Makefile.am: Reflect having moved automake/.
387
3882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        PR 452/bsps
391        * startup/Makefile.am: Remove USE_INIT_FINI.
392
3932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * bsp_specs: Remove -D__USE_INIT_FINI__.
396        Remove *.cpp (Now unused).
397
3982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
401
4022003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        PR 445/bsps
405        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
406
4072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: Remove AC_CONFIG_AUX_DIR.
410
4112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
414
4152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: AC_PREREQ(2.57).
418
4192003-01-20      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/linkcmds*: Add FreeBSD sysctl() sections.
422
4232002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
424 
425        * bsp_specs: Added crtbegin/crtend and INIT_FINI for C++ support.
426        * linkcmds: Added .init, .fini & related sections.
427
4282002-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
431        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
432        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
433        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
434        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
435
4362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * start/Makefile.am: Use install-data-local to install startfile.
439
4402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
443
4442002-11-01      Joel Sherrill <joel@OARcorp.com>
445
446        * startup/gdb-support.c, startup/linkcmds: Removed warnings.
447
4482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * .cvsignore: Reformat.
451        Add autom4te*cache.
452        Remove autom4te.cache.
453
4542002-08-21      Joel Sherrill <joel@OARcorp.com>
455
456        * bsp_specs: Added support for -nostdlibs.
457
4582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
461        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
462        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
463        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
464        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
465        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
466
4672002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * start/Makefile.am: Eliminate PGM.
470        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
471
4722002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
475
4762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
479        Remove $(OBJS) from all-local.
480
4812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * wrapup/Makefile.am: Add $(LIB) to all-local.
484
4852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
488
4892002-06-25      Joel Sherrill <joel@OARcorp.com>
490
491        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
492        support to the shared gdb stub glue thus moving some of the
493        gdbstub support to a higher level.
494        * startup/Makefile.am: Modified to reflect above.
495
4962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac:
499        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
500        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
501        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
509
5102001-03-08      Joel Sherrill <joel@OARcorp.com>
511
512        * start/start.S, startup/bspstart.c: Removed warnings.
513
5142002-03-05      Greg Menke <gregory.menke@gsfc.nasa.gov>
515
516        * startup/gdb-support.c: Added calls into the mips-support gdb stub
517        for configuring the memory regions.  Any bsp that wants to use the
518        gdbstub will need to do something similar.
519        * startup/Makefile.am: Added shared/gdbstub directory to include path.
520
5212002-02-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
522
523        * start/start.S: Added kseg1 test to enable cache flush code
524        * bsp_specs: Added -qnostartfile to disable including bsp's start.o
525        * startup/bspstart.c: Made clear_cache actually work, tweaked cpu
526        init to only turn on whats needed.
527        * startup/gdb-support.c: Added calls to uart 2 for gdb stub I/O and
528        a handy init function.
529
5302002-02-08      Joel Sherrill <joel@OARcorp.com>
531
532        * startup/Makefile.am: Now compile the gdb stub.
533        * startup/bspstart.c: Fixed header block.
534        * startup/gdb-support.c: New file in stub state.
535
5362001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
537
538        * include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
539        New files missed in previous commit.
540        * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
541
5422001-02-01      Greg Menke <gregory.menke@gsfc.nasa.gov>
543
544        * Update of BSP to address problems restarting, provide more
545        information during boot, and better handle ROM vs RAM images.
546        * README, include/bsp.h, start/regs.S, start/start.S,
547        startup/bspstart.c, startup/linkcmds, timer/timer.c: Updated
548
5492002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS.
552
5532002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * console/conscfg.c: Include rtems/bspIo.h instead of bspIo.h.
556        * timer/timer.c: Include rtems/bspIo.h instead of bspIo.h.
557
5582001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
561
5622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
565        * configure.in: Remove.
566        * configure.ac: New file, generated from configure.in by autoupdate.
567
5682001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * include/Makefile.am: Use 'CLEANFILES ='.
571        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
572
5732001-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.in: Add bspopts.h.
576        * include/bsp.h: Include bspopts.h.
577        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
578        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
579
5802001-05-24      Greg Menke <gregory.menke@gsfc.nasa.gov>
581
582        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
583        * start/regs.S, start/start.S: Now works on Mongoose-V.  Missed
584        in previous patch.
585
5862001-05-22      Greg Menke <gregory.menke@gsfc.nasa.gov>
587
588        * Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
589        * clock/clockdrv.c, console/conscfg.c: Corrected.
590        * include/bsp.h: Support for tm27 and addition of CPU_CLOCK_RATE.
591        * startup/bspstart.c: Properly set initial status register and
592        pending interrupts.
593        * timer/timer.c: Works now.
594
5952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
596
597        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
598
5992001-05-07      Joel Sherrill <joel@OARcorp.com>
600
601        * console/conscfg.c: Added an entry for the second
602        serial port.
603
6042001-04-20      Joel Sherrill <joel@OARcorp.com>
605
606        * clock/clockdrv.c: Account for the fact that ClockRate is
607        in cycles not megahertz.
608
6092001-04-16      Joel Sherrill <joel@OARcorp.com>
610
611        * start/start.S, startup/bspstart.c, startup/linkcmds:
612        Cleanup that was not merged from the simple non-RTEMS program.
613
6142001-04-16      Joel Sherrill <joel@OARcorp.com>
615
616        * start/start.S, startup/bspstart.c, startup/linkcmds:
617        Modifications made with Gregory Menke <gregory.menke@gsfc.nasa.gov>
618        as he debugged this BSP using a logic analyzer.
619
6202001-03-14      Joel Sherrill <joel@OARcorp.com>
621
622        * clock/clockdrv.c, console/conscfg.c, include/bsp.h, start/start.S,
623        startup/bspstart.c, timer/timer.c: Comments corrected.
624
6252001-02-22      Joel Sherrill <joel@OARcorp.com>
626
627        * The Generic Mongoose-V BSP uses only the peripherals found on
628        the Synova Mongoose-V CPU.  This is a radiation hardened CPU
629        based on the LSI Logic 33K.
630        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.in,
631        clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c,
632        console/.cvsignore, console/Makefile.am, console/conscfg.c,
633        include/.cvsignore, include/Makefile.am, include/bsp.h,
634        start/.cvsignore, start/Makefile.am, start/regs.S, start/start.S,
635        startup/.cvsignore, startup/Makefile.am, startup/bspstart.c,
636        startup/linkcmds, timer/.cvsignore, timer/Makefile.am, timer/timer.c,
637        wrapup/.cvsignore, wrapup/Makefile.am: New files.
638
Note: See TracBrowser for help on using the repository browser.