source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 353be08

4.115
Last change on this file since 353be08 was 353be08, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/11 at 13:28:01

2011-06-07 Sebastian Huber <sebastian.huber@…>

  • configure.ac, startup/bspstart.c: Use standard cache BSP options.
  • Property mode set to 100644
File size: 34.4 KB
Line 
12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * configure.ac, startup/bspstart.c: Use standard cache BSP options.
4
52011-05-17      Till Straumann <strauman@slac.stanford.edu>
6
7        PR1797/bsps
8        * configure.ac: Made CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK
9        a bspopts.h setting.
10
112011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * PCI_bus/PCI.c, console/console.c, include/bsp.h, include/tm27.h,
14        startup/Hwr_init.c, startup/bspstart.c:
15        Use "__asm__" instead of "asm" for improved c99-compliance.
16
172011-02-09      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * timer/timer.c: Include <rtems/btimer.h>.
20        Fix benchmark_timer_read() definition.
21
222011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Require autoconf-2.68, automake-1.11.1.
25
262010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
27
28        * console/console.c: Add BSP_poll_char.
29
302010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
33
342010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
35
36        * configure.ac: Added AC_CHECK_SIZEOF macro.
37
382010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        PR 1573/cpukit
41        * irq/irq.c: Add a per cpu data structure which contains the
42        information required by RTEMS for each CPU core. This encapsulates
43        information such as thread executing, heir, idle and dispatch needed.
44
452010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
46
47        * include/irq-config.h: Removed file.
48
492010-04-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
50
51        * irq/irq.h, startup/bspstart.c: Remove warnings.
52
532010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
54
55        * console/consolebsp.h: Remove extraneous #warning.
56
572009-12-16      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
58
59        * console/console.c: adapted to new prototype for *_write
60        function
61
622009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * Makefile.am, preinstall.am: Update for exception support changes.
65        * irq/irq.c, irq/irq_init.c, irq/no_pic.c: Changed exception header
66        file includes.  Fixes for type changes.
67        * startup/bspstart.c: Changed exception header file includes.  Update
68        for ppc_exc_initialize() changes.
69
702009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * make/custom/score603e.cfg: Remove RTEMS_BSP_FAMILY.
73
742009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * configure.ac: Don't add -ansi -fasm to CFLAGS.
77
782009-10-16      Jennifer Averett <jennifer@OARcorp.com>
79
80        * configure.ac: Default to having PSC8 mezzanine so code builds
81        all the time.
82        * startup/bspstart.c: Calibrated clock using an VMEBus controlled
83        discrete pulsed at a 20ms rate.
84
852009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * make/custom/score603e.cfg: New (relocated from /make/custom).
88
892009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
92
93 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
96        Should be automatically handled by confdefs.h or the application.
97
982009-08-07      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * console/console.c, startup/genpvec.c, startup/setvec.c: Disable call
101        to rtems_interrupt_catch until it is fixed. Need to disabled
102        set_vector.
103
1042009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
107        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
108        have the same options.
109
1102009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * configure.ac: Add BSP_BOOTCARD_OPTIONS.
113
1142009-06-02      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Fix breakage having been introduced in previous patch.
117
1182009-05-05      Jennifer Averett <jennifer.averett@OARcorp.com>
119
120        * Makefile.am, configure.ac, preinstall.am, PCI_bus/PCI.c,
121        PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c, console/85c30.c,
122        console/85c30.h, console/console.c, console/consolebsp.h,
123        console/tbl85c30.c, include/bsp.h, include/gen2.h,
124        include/irq-config.h, include/tm27.h, irq/FPGA.c, irq/irq.h,
125        irq/irq_init.c, start/start.S, startup/Hwr_init.c,
126        startup/bspstart.c, startup/linkcmds, timer/timer.c, tod/tod.c,
127        vme/VMEConfig.h: Updated and tested with latest interrupt source.
128        Modified with latest memory allocation, but this needs testing.
129        * irq/no_pic.c: New file.
130
1312009-04-28      Chris Johns <chrisj@rtems.org>
132
133        * start/start.S: Update for boot_card command line change.
134
1352009-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * irq/irq.c: Add bsp_interrupt_handler_default() so this BSP will link.
138
1392008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * bsp_specs: Remove -Qy from *link.
142
1432008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * bsp_specs: Move -e start from *link to *startfile to avoid warning
146        for undefined entry symbol when linking relocatables with binutils
147        2.19.
148
1492008-10-03      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * Makefile.am: Remove unused file.
152        * pci/no_host_bridge.c: Removed.
153
1542008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * preinstall.am: Regenerated.
157
1582008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
159
160        * Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed.
161        * startup/bspclean.c: Removed.
162
1632008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * preinstall.am: Regenerated.
166
1672008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, console/85c30.h,
170        console/console.c, console/consolebsp.h, console/tbl85c30.c,
171        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
172        pci/no_host_bridge.c, startup/bspclean.c, startup/bspstart.c,
173        startup/genpvec.c, startup/vmeintr.c: File head clean up.
174
1752008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c:
178        Fix warnings.
179
1802008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * Makefile.am, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h,
183        PCI_bus/universe.c, console/85c30.c, console/85c30.h,
184        console/consolebsp.h, console/tbl85c30.c, include/gen2.h,
185        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
186        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c,
187        vme/VMEConfig.h: Some clean up.
188        * include/coverhd.h: Removed.
189
1902008-09-30      Jennifer Averett <jennifer.averett@oarcorp.com>
191
192        * include/irq-config.h: New file.
193        * startup/spurious.c: Removed.
194
1952008-09-30      Jennifer Averett <jennifer.averett@oarcorp.com>
196
197        * Makefile.am, preinstall.am, PCI_bus/universe.c, console/console.c,
198        include/bsp.h, irq/FPGA.c, irq/irq.c, startup/Hwr_init.c,
199        startup/bspstart.c, startup/vmeintr.c: Modifications required to run
200        on hardware. Some cleanup.
201
2022008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
205        of building libbspstart.a, using automake-rules.
206
2072008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Eliminate *_SOURCES.
210
2112008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
214        components.
215
2162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * Makefile.am: Remove noinst_PROGRAMS (Unused).
219
2202008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
223
2242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * configure.ac: Make letting boot_card() handle work area allocation
227        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
228        BSP_BOOTCARD_OPTIONS.
229
2302008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
231
232        * include/bsp.h, startup/bspstart.c: Remove unused BSP_INIT_STACK_SIZE
233        now that the linkcmds accounts for the starting stack.
234
2352008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * Makefile.am, include/bsp.h, startup/bspstart.c, startup/linkcmds: Use
238        PowerPC level shared bsp_get_work_area() implementation.
239        * startup/bspgetworkarea.c: Removed.
240
2412008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * startup/bspstart.c: Remove unused variable.
244
2452008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
246
247        * include/bsp.h: Remove unnecessary boilerplate comments.
248
2492008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * startup/bspstart.c: Add include of rtems/libio.h.
252
2532008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
254
255        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
256        is NOT used anywhere.
257
2582008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * preinstall.am: Regenerated.
261
2622008-09-17      Miao Yan <yanmiaobest@gmail.com>
263
264        * startup/bspstart.c: Merge GSOC project code to add simple device only
265        filesystem (devfs), optionally completely drop out filesystem, and to
266        clean up disabling newlib reentrancy support. This dropped 17K from
267        the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code
268        space.
269
2702008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
271
272        * irq/FPGA.c: Remove unnecessary includes of rtems/libcsupport.h and
273        rtems/libio.h.
274
2752008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Add use
278        of bsp_get_work_area() in its own file and rely on BSP Framework to
279        perform more initialization.
280        * startup/bspgetworkarea.c: New file.
281
2822008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
283
284        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
285        phase, all prototypes were removed from bsp.h and empty
286        implementations were removed and made to use the shared stub.
287
2882008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * irq/irq.c: Convert to "bool".
291
2922008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
295        tod/tod.c: Convert to "bool".
296
2972008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
298
299        * Makefile.am, README, configure.ac, console/85c30.c,
300        console/console.c, console/consolebsp.h, include/bsp.h,
301        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
302        start/start.S, startup/bspstart.c, startup/genpvec.c,
303        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
304        testing. Runs hello but does not run ticker yet.
305
3062008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
307
308        * timer/timer.c: Eliminate empty function from every benchmark timer
309        driver. Fix spelling.
310
3112008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
312
313        * timer/timer.c: Rename timer driver methods to follow RTEMS
314        programming conventions.
315
3162008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
319        startup/Hwr_init.c, startup/genpvec.c:
320        Add missing prototypes.
321
3222008-07-03      Chris Johns <chrisj@rtems.org>
323
324        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
325        the Chains API.
326
3272008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
328
329        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
330        Framework to ask the BSP where it has memory for the RTEMS Workspace
331        and C Program Heap. These collectively are referred to as work area.
332        If the BSP supports this, then it does not have to include code to
333        split the available memory between the two areas. This reduces the
334        amount of code in the BSP specific bspstart.c file. Additionally, the
335        shared framework can initialize the C Library, call
336        rtems_debug_enable(), and dirty the work area memory. Until most/all
337        BSPs support this new capability, if the BSP supports this, it should
338        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
339        When the transition is complete, this autoconf macro can be removed.
340
3412008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
342
343        * Makefile.am: Rework to avoid .rel files.
344
3452008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
346
347        * Makefile.am: Remove all references to console_reserve_resources and
348        termios_reserve_resources.
349        * console/consolereserveresources.c: Removed.
350
3512008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * startup/linkcmds: Add wildcard to gcc_except_table section so
354        programs compiled with gcc 4.3.x can link.
355
3562007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
357
358        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
359        Configuration Table. Use the RTEMS provided accessor macros to obtain
360        configuration fields.
361
3622007-12-08      Till Straumann <strauman@slac.stanford.edu>
363
364        * Makefile.am: merged shared/vme/vme_universe.c and
365        shared/vme/vme_universe_dma.c into one file.
366
3672007-12-08      Till Straumann <strauman@slac.stanford.edu>
368
369        * vme/VMEConfig.h: added error status to
370        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
371
3722007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
373
374        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
375        from CPU Table to Configuration Table. Eliminate CPU Table from all
376        ports. Delete references to CPU Table in all forms.
377
3782007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
379
380        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
381        Table fields to the Configuration Table. This included
382        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
383        do_zero_of_workspace, extra_mpci_receive_server_stack,
384        stack_allocate_hook, and stack_free_hook. As a side-effect of this
385        effort some multiprocessing code was made conditional and some style
386        clean up occurred.
387
3882007-11-30      Till Straumann <strauman@slac.stanford.edu>
389
390        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
391
3922007-11-30      Till Straumann <strauman@slac.stanford.edu>
393       
394        * vectors/vectors.S: Removed; this BSP now uses the shared
395        version.
396
3972007-11-30      Till Straumann <strauman@slac.stanford.edu>
398
399        * irq/irq.h, irq/irq_init.c: Removed the definition
400        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
401        initialize the irqBase member of the rtems_irq_global_settings
402        struct. However, irqBase is an rtems_irq_symbolic_name,
403        so using BSP_LOWEST_OFFSET is more appropriate.
404
4052007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
406
407        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
408        Table. They have been replaced with variables named bsp_XXX as
409        needed.
410
4112007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
412
413        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
414        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
415        DEBUG_puts.
416
4172007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
418
419        PR 1257/bsps
420        * irq/irq.c: Code outside of cpukit should use the public API for
421        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
422        public API and directly accessing _CPU_ISR_Disable and
423        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
424        directive which could lead to problems. This patch also changes the
425        type of the variable passed into these routines and addresses minor
426        style issues.
427
4282007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
429
430        * irq/irq_init.c: adapted to shared exception code
431
4322007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
433
434        * Makefile.am: adapted to shared exception code
435
4362007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
437
438        * bsp_specs: Remove qrtems_debug.
439
4402007-03-11      Joel Sherrill <joel@OARcorp.com>
441
442        * startup/bspstart.c: Remove assignments of
443        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
444        value in boot_card.c
445
4462007-01-30      Till Straumann <strauman@slac.stanford.edu>
447
448        * Makefile.am, preinstall.am,
449        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
450        cleaned up vme support - use files from libbsp/powerpc/shared/vme
451        and define BSP specifica in VMEConfig.h.
452        Use VME DMA support implemented by vmeUniverse and
453        libbsp/powerpc/shared/vme/vme_universe_dma.c
454
455        * irq/irq.c, include/gen2.h:
456        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
457        Support for VME IRQ software priorities was incomplete/incorrect
458        on this BSP.
459
4602006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
461
462        * configure.ac: New BUG-REPORT address.
463
4642006-11-15      Joel Sherrill <joel@OARcorp.com>
465
466        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
467        file and simplified initialization.
468
4692006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * Makefile.am: Remove superfluous -DASM.
472
4732006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
474
475        * configure.ac: Require autoconf-2.60. Require automake-1.10.
476
4772006-08-09      Joel Sherrill <joel@OARcorp.com>
478
479        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
480
4812006-03-08      Joel Sherrill <joel@OARcorp.com>
482
483        * startup/linkcmds: Add .gnu.linkonce.b.* section.
484
4852006-02-08      Joel Sherrill <joel@OARcorp.com>
486
487        * startup/linkcmds: Add sections required by newer gcc versions.
488
4892006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
490
491        * configure.ac: Remove explicit ampolish3 support (now in
492        RTEMS_BSP_CONFIGURE).
493
4942006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * configure.ac: Add ampolish3 support.
497        * Makefile.am: Add preinstall.am.
498
4992006-01-08      Joel Sherrill <joel@OARcorp.com>
500
501        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
502        Jennifer will have to test this.
503
5042006-01-08      Joel Sherrill <joel@OARcorp.com>
505
506        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
507        Jennifer will have to test this.
508
5092005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
510
511        * include/bsp.h: New header guard.
512
5132005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
514
515        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
516
5172005-05-11      Joel Sherrill <joel@OARcorp.com>
518
519        * startup/linkcmds: Add .data.* sections.
520
5212005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * vme/vmeconfig.c: Eliminate unsigned32.
524
5252005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
526
527        * include/gen2.h: Changed rtems_unsigned types to uint types
528
5292005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
530
531        * irq/irq_init.c: Name change to support common PCI interface
532
5332005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
534
535        * include/tm27.h: Correct error in tm27 test
536
5372005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
538
539        * Add/remove files for the Update to new exception model.
540        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
541        * clock/clock.c: Removed.
542
5432005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
544       
545        * Add/move files for the Update to new exception model.
546          NOTE: These modifications have not been tested on hardware.
547        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
548        * startup/FPGA.c: Removed.
549
5502005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
551
552        * score603e/Makefile.am, score603e/configure.ac,
553        score603e/console/console.c, score603e/include/bsp.h,
554        score603e/include/gen2.h, score603e/include/tm27.h,
555        score603e/startup/bspstart.c: Update score603e to new exception model
556        NOTE: These modifications have not been tested on hardware.
557
5582005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
559
560        * clock/clock.c: Fix multiple defined warning
561
5622005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
563
564        PR 778/bsps
565        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
566        startup/bspstart.c, tod/tod.c:
567        modify SCORE_.. to BSP_.. for externally used define's.
568
5692005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
572
5732005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * startup/spurious.c: Merge ppc603 and ppc603e.
576        Remove digits (Unused).
577
5782005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
579
580        * Makefile.am: Fix typo in previous patch.
581
5822005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * Makefile.am: Merge-in wrapup/Makefile.am.
585        * wrapup/Makefile.am: Remove.
586        * configure.ac: Reflect changes above.
587
5882005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * vectors/vectors.S: Remove XCOFF support.
591
5922005-01-28      Joel Sherrill <joel@OARcorp.com>
593
594        * startup/linkcmds: Add .gnu.linkonce.b.* section.
595
5962005-01-26      Joel Sherrill <joel@OARcorp.com>
597
598        * startup/linkcmds: Now links.
599
6002005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
601
602        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
603        * include/tod.h: Remove.
604
6052005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
606
607        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
608
6092005-01-04      Joel Sherrill <joel@OARcorp.com>
610
611        * startup/linkcmds: Remove warnings.
612
6132005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
614
615        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
616
6172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
618
619        * configure.ac: Require automake > 1.9.
620
6212004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
622
623        PR 610/bsps
624        * Makefile.am: Add include/tm27.h, Cosmetics.
625        * include/tm27.h: Final cosmetics.
626
6272004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
628
629        * include/bsp.h: Split out tmtest27 support.
630        * include/tm27.h: New.
631
6322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
633
634        PR 613/bsps
635        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
636
6372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
638
639        PR 614/bsps
640        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
641
6422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
643
644        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
645        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
646        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
647        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
648        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
649        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
650        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
651
6522004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
653
654        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
655        clock/clock.c, console/85c30.c, console/console.c,
656        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
657        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
658        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
659        Convert to using c99 fixed size types.
660
6612004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * Makefile.am: Reflect changes to bsp.am.
664        Preinstall dist_project_lib*.
665
6662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * Makefile.am: Reflect changes to bsp.am.
669
6702004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
671
672        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
673
6742004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * wrapup/Makefile.am: Convert to automake-building rules.
677
6782004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
679
680        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
681        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
682        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
683        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
684        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
685        vectors/Makefile.am: Remove.
686        * configure.ac: Reflect changes above.
687        * wrapup/Makefile.am: Reflect changes above.
688
6892004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
690
691        * Makefile.am: Merge-in start/Makefile.am.
692        * start/Makefile.am: Remove.
693        * configure.ac: Reflect changes above.
694
6952004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
698        Add RTEMS_PROG_CCAS.
699
7002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * Makefile.am: Add PREINSTALL_DIRS.
703        * wrapup/Makefile.am: Reflect changes to libcpu.
704
7052004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
708        Add PRE/TMPINSTALL_FILES to CLEANFILES.
709        * start/Makefile.am: Ditto.
710        * startup/Makefile.am: Ditto.
711
7122004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * wrapup/Makefile.am: Eliminate $(LIB).
715        Use noinst_DATA to trigger building libbsp.a.
716
7172003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
718
719        * startup/Makefile.am: Cosmetics.
720
7212003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
722
723        * PCI_bus/Makefile.am: Eliminate VPATH.
724        * clock/Makefile.am: Eliminate VPATH.
725        * console/Makefile.am: Eliminate VPATH.
726        * start/Makefile.am: Eliminate VPATH.
727        * startup/Makefile.am: Eliminate VPATH.
728        * timer/Makefile.am: Eliminate VPATH.
729        * tod/Makefile.am: Eliminate VPATH.
730        * vectors/Makefile.am: Eliminate VPATH.
731
7322003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
735        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
736
7372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
740        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
741
7422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
745
7462003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
747
748        * start/Makefile.am: Misc cleanups and fixes.
749        * startup/Makefile.am: Misc cleanups and fixes.
750        * wrapup/Makefile.am: Misc cleanups and fixes.
751
7522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
753
754        * Makefile.am: Add preinstallation dirstamp support.
755        * PCI_bus/Makefile.am: Cosmetics.
756        * clock/Makefile.am: Cosmetics.
757        * console/Makefile.am: Cosmetics.
758        * startup/Makefile.am: Cosmetics.
759        * timer/Makefile.am: Cosmetics.
760        * tod/Makefile.am: Cosmetics.
761        * vectors/Makefile.am: Cosmetics.
762        * wrapup/Makefile.am: Cosmetics.
763
7642003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
767        * clock/Makefile.am: Remove all-local: $(ARCH).
768        * console/Makefile.am: Remove all-local: $(ARCH).
769        * start/Makefile.am: Remove all-local: $(ARCH).
770        * startup/Makefile.am: Remove all-local: $(ARCH).
771        * timer/Makefile.am: Remove all-local: $(ARCH).
772        * tod/Makefile.am: Remove all-local: $(ARCH).
773        * vectors/Makefile.am: Remove all-local: $(ARCH).
774        * wrapup/Makefile.am: Remove all-local: $(ARCH).
775
7762003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
777
778        * Makefile.am: Merge-in include/Makefile.am.
779        Reflect changes to bsp.am.
780        * include/Makefile.am: Remove.
781        * configure.ac: Reflect changes above.
782
7832003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
784
785        * bsp_specs: Remove *lib:.
786
7872003-09-04      Joel Sherrill <joel@OARcorp.com>
788
789        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
790        console/console.c, console/consolebsp.h,
791        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
792        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
793        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
794        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
795        for license changed.
796
7972003-09-04      Joel Sherrill <joel@OARcorp.com>
798
799        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
800        statement about copyright assignment.
801
8022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * Makefile.am: Reflect having moved aclocal/.
805
8062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * Makefile.am: Reflect having moved automake/.
809        * PCI_bus/Makefile.am: Reflect having moved automake/.
810        * clock/Makefile.am: Reflect having moved automake/.
811        * console/Makefile.am: Reflect having moved automake/.
812        * include/Makefile.am: Reflect having moved automake/.
813        * start/Makefile.am: Reflect having moved automake/.
814        * startup/Makefile.am: Reflect having moved automake/.
815        * timer/Makefile.am: Reflect having moved automake/.
816        * tod/Makefile.am: Reflect having moved automake/.
817        * vectors/Makefile.am: Reflect having moved automake/.
818        * wrapup/Makefile.am: Reflect having moved automake/.
819
8202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
821
822        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
823
8242003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        PR 445/bsps
827        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
828        Remove cpp, old_cpp (now unused).
829
8302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * configure.ac: Remove AC_CONFIG_AUX_DIR.
833
8342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
837
8382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
839
840        * configure.ac: AC_PREREQ(2.57).
841
8422003-01-20      Joel Sherrill <joel@OARcorp.com>
843
844        * startup/linkcmds*: Add FreeBSD sysctl() sections.
845
8462002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
847
848        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
849        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
850        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
851        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
852        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
853        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
854        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
855        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
856
8572002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
858
859        * start/Makefile.am: Use install-data-local to install startfile.
860
8612002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
862
863        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
864
8652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * .cvsignore: Reformat.
868        Add autom4te*cache.
869        Remove autom4te.cache.
870
8712002-08-21      Joel Sherrill <joel@OARcorp.com>
872
873        * bsp_specs: Added support for -nostdlibs.
874
8752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
876
877        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
878        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
879        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
880        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
881        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
882        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
883        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
884        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
885        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
886
8872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
888
889        * start/Makefile.am: Eliminate PGMS.
890        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
891
8922002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
895
8962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
899        Remove $(OBJS) from all-local.
900
9012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
902
903        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
904
9052001-05-09      Joel Sherrill <joel@OARcorp.com>
906
907        * startup/linkcmds: In support of gcc 3.1, added one of more
908        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
909        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
910        and direction of segments to memory regions may also have been
911        addressed.  This was a sweep across all BSPs.
912 
9132002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
914
915        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
916
9172002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
918
919        * vectors/vectors.S: Include <asm.h>.
920
9212001-04-08      Joel Sherrill <joel@OARcorp.com>
922
923        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
924 
9252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
926
927        * configure.ac:
928        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
929        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
930        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
931        * Makefile.am: Remove AUTOMAKE_OPTIONS.
932        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
933        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
934        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
935        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
936        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
937        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
938        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
939        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
940        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
941
9422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
945
9462001-11-28      Joel Sherrill <joel@OARcorp.com>,
947
948        This was tracked as PR87.
949        * README, configure.ac, include/Makefile.am, include/bsp.h,
950        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
951        Eliminated conditional code for generation 1 boards as these are
952        no longer available.
953        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
954
9552001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
956
957        * Makefile.am: Add @exceptions@ to SUBDIRS.
958        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
959        make/custom/score603e.cfg;
960        Add automake conditional for SCORE_GENERATION_1;
961        Add RTEMS_PPC_EXCEPTIONS([old]).
962        * include/Makefile.am: include force-preinstall.am.
963        * start/start.S: include <bspopts.h> instead of targopts.h.
964        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
965        * vectors/vector.S: include <bsp.h>.
966        * wrapup/Makefile.am: Apply @exceptions@.
967
9682001-10-25      Joel Sherrill <joel@OARcorp.com>
969
970        * startup/linkcmds: Added _init and _fini.
971
9722001-10-12      Joel Sherrill <joel@OARcorp.com>
973
974        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
975        console/consolebsp.h, console/consolereserveresources.c,
976        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
977        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
978        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
979        startup/vmeintr.c, timer/timer.c: Fixed typo.
980
9812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
982
983        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
984        * configure.in: Remove.
985        * configure.ac: New file, generated from configure.in by autoupdate.
986
9872001-10-11      Joel Sherrill <joel@OARcorp.com>
988
989        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
990        delay_in_bus_cycles() to add rtems_bsp_ prefix.
991
9922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
993
994        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
995
9962001-08-30      Joel Sherrill <joel@OARcorp.com>
997
998        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
999        gnat 3.13p.
1000
10012001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1002
1003        * configure.in: Add bspopts.h.
1004        * include/.cvsignore: Add bspopts.h*, stamp-h*.
1005        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
1006        * include/bsp.h: Include bspopts.h.
1007
10082001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1009
1010        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1011
10122001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
1015        CVS-Id.
1016        * include/chain.h: Remove.
1017        * include/Makefile.am: Remove chain.h.
1018
10192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1022
10232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1024
1025        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1026
10272000-11-01      Joel Sherrill <joel@OARcorp.com>
1028
1029        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
1030        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
1031        now must be referenced as <rtems/XXX.h>.   Header file order
1032        was cleaned up while doing this.
1033
10342000-11-01      Joel Sherrill <joel@OARcorp.com>
1035
1036        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
1037        and libcsupport.h moved from libc to lib/include/rtems and
1038        now must be referenced as <rtems/XXX.h>.   Header file order
1039        was cleaned up while doing this.
1040
10412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1042
1043        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1044        Switch to GNU canonicalization.
1045
10462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1047
1048        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
1049        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
1050        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
1051        compile.am
1052
10532000-08-10      Joel Sherrill <joel@OARcorp.com>
1054
1055        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.