source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 9f6aaf7

4.104.115
Last change on this file since 9f6aaf7 was 9f6aaf7, checked in by Joel Sherrill <joel.sherrill@…>, on 10/16/09 at 16:22:46

2009-10-16 Jennifer Averett <jennifer@…>

  • configure.ac: Default to having PSC8 mezzanine so code builds all the time.
  • startup/bspstart.c: Calibrated clock using an VMEBus controlled discrete pulsed at a 20ms rate.
  • Property mode set to 100644
File size: 32.1 KB
Line 
12009-10-16      Jennifer Averett <jennifer@OARcorp.com>
2
3        * configure.ac: Default to having PSC8 mezzanine so code builds
4        all the time.
5        * startup/bspstart.c: Calibrated clock using an VMEBus controlled
6        discrete pulsed at a 20ms rate.
7
82009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * make/custom/score603e.cfg: New (relocated from /make/custom).
11
122009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
15
16 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
19        Should be automatically handled by confdefs.h or the application.
20
212009-08-07      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * console/console.c, startup/genpvec.c, startup/setvec.c: Disable call
24        to rtems_interrupt_catch until it is fixed. Need to disabled
25        set_vector.
26
272009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
30        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
31        have the same options.
32
332009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * configure.ac: Add BSP_BOOTCARD_OPTIONS.
36
372009-06-02      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Fix breakage having been introduced in previous patch.
40
412009-05-05      Jennifer Averett <jennifer.averett@OARcorp.com>
42
43        * Makefile.am, configure.ac, preinstall.am, PCI_bus/PCI.c,
44        PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c, console/85c30.c,
45        console/85c30.h, console/console.c, console/consolebsp.h,
46        console/tbl85c30.c, include/bsp.h, include/gen2.h,
47        include/irq-config.h, include/tm27.h, irq/FPGA.c, irq/irq.h,
48        irq/irq_init.c, start/start.S, startup/Hwr_init.c,
49        startup/bspstart.c, startup/linkcmds, timer/timer.c, tod/tod.c,
50        vme/VMEConfig.h: Updated and tested with latest interrupt source.
51        Modified with latest memory allocation, but this needs testing.
52        * irq/no_pic.c: New file.
53
542009-04-28      Chris Johns <chrisj@rtems.org>
55
56        * start/start.S: Update for boot_card command line change.
57
582009-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * irq/irq.c: Add bsp_interrupt_handler_default() so this BSP will link.
61
622008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * bsp_specs: Remove -Qy from *link.
65
662008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * bsp_specs: Move -e start from *link to *startfile to avoid warning
69        for undefined entry symbol when linking relocatables with binutils
70        2.19.
71
722008-10-03      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * Makefile.am: Remove unused file.
75        * pci/no_host_bridge.c: Removed.
76
772008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * preinstall.am: Regenerated.
80
812008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed.
84        * startup/bspclean.c: Removed.
85
862008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * preinstall.am: Regenerated.
89
902008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, console/85c30.h,
93        console/console.c, console/consolebsp.h, console/tbl85c30.c,
94        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
95        pci/no_host_bridge.c, startup/bspclean.c, startup/bspstart.c,
96        startup/genpvec.c, startup/vmeintr.c: File head clean up.
97
982008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c:
101        Fix warnings.
102
1032008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile.am, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h,
106        PCI_bus/universe.c, console/85c30.c, console/85c30.h,
107        console/consolebsp.h, console/tbl85c30.c, include/gen2.h,
108        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
109        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c,
110        vme/VMEConfig.h: Some clean up.
111        * include/coverhd.h: Removed.
112
1132008-09-30      Jennifer Averett <jennifer.averett@oarcorp.com>
114
115        * include/irq-config.h: New file.
116        * startup/spurious.c: Removed.
117
1182008-09-30      Jennifer Averett <jennifer.averett@oarcorp.com>
119
120        * Makefile.am, preinstall.am, PCI_bus/universe.c, console/console.c,
121        include/bsp.h, irq/FPGA.c, irq/irq.c, startup/Hwr_init.c,
122        startup/bspstart.c, startup/vmeintr.c: Modifications required to run
123        on hardware. Some cleanup.
124
1252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
128        of building libbspstart.a, using automake-rules.
129
1302008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Eliminate *_SOURCES.
133
1342008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
137        components.
138
1392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * Makefile.am: Remove noinst_PROGRAMS (Unused).
142
1432008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
146
1472008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * configure.ac: Make letting boot_card() handle work area allocation
150        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
151        BSP_BOOTCARD_OPTIONS.
152
1532008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * include/bsp.h, startup/bspstart.c: Remove unused BSP_INIT_STACK_SIZE
156        now that the linkcmds accounts for the starting stack.
157
1582008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * Makefile.am, include/bsp.h, startup/bspstart.c, startup/linkcmds: Use
161        PowerPC level shared bsp_get_work_area() implementation.
162        * startup/bspgetworkarea.c: Removed.
163
1642008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * startup/bspstart.c: Remove unused variable.
167
1682008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * include/bsp.h: Remove unnecessary boilerplate comments.
171
1722008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * startup/bspstart.c: Add include of rtems/libio.h.
175
1762008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
179        is NOT used anywhere.
180
1812008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * preinstall.am: Regenerated.
184
1852008-09-17      Miao Yan <yanmiaobest@gmail.com>
186
187        * startup/bspstart.c: Merge GSOC project code to add simple device only
188        filesystem (devfs), optionally completely drop out filesystem, and to
189        clean up disabling newlib reentrancy support. This dropped 17K from
190        the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code
191        space.
192
1932008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * irq/FPGA.c: Remove unnecessary includes of rtems/libcsupport.h and
196        rtems/libio.h.
197
1982008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Add use
201        of bsp_get_work_area() in its own file and rely on BSP Framework to
202        perform more initialization.
203        * startup/bspgetworkarea.c: New file.
204
2052008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
208        phase, all prototypes were removed from bsp.h and empty
209        implementations were removed and made to use the shared stub.
210
2112008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * irq/irq.c: Convert to "bool".
214
2152008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
218        tod/tod.c: Convert to "bool".
219
2202008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
221
222        * Makefile.am, README, configure.ac, console/85c30.c,
223        console/console.c, console/consolebsp.h, include/bsp.h,
224        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
225        start/start.S, startup/bspstart.c, startup/genpvec.c,
226        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
227        testing. Runs hello but does not run ticker yet.
228
2292008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * timer/timer.c: Eliminate empty function from every benchmark timer
232        driver. Fix spelling.
233
2342008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * timer/timer.c: Rename timer driver methods to follow RTEMS
237        programming conventions.
238
2392008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
240
241        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
242        startup/Hwr_init.c, startup/genpvec.c:
243        Add missing prototypes.
244
2452008-07-03      Chris Johns <chrisj@rtems.org>
246
247        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
248        the Chains API.
249
2502008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
253        Framework to ask the BSP where it has memory for the RTEMS Workspace
254        and C Program Heap. These collectively are referred to as work area.
255        If the BSP supports this, then it does not have to include code to
256        split the available memory between the two areas. This reduces the
257        amount of code in the BSP specific bspstart.c file. Additionally, the
258        shared framework can initialize the C Library, call
259        rtems_debug_enable(), and dirty the work area memory. Until most/all
260        BSPs support this new capability, if the BSP supports this, it should
261        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
262        When the transition is complete, this autoconf macro can be removed.
263
2642008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * Makefile.am: Rework to avoid .rel files.
267
2682008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
269
270        * Makefile.am: Remove all references to console_reserve_resources and
271        termios_reserve_resources.
272        * console/consolereserveresources.c: Removed.
273
2742008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
275
276        * startup/linkcmds: Add wildcard to gcc_except_table section so
277        programs compiled with gcc 4.3.x can link.
278
2792007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
282        Configuration Table. Use the RTEMS provided accessor macros to obtain
283        configuration fields.
284
2852007-12-08      Till Straumann <strauman@slac.stanford.edu>
286
287        * Makefile.am: merged shared/vme/vme_universe.c and
288        shared/vme/vme_universe_dma.c into one file.
289
2902007-12-08      Till Straumann <strauman@slac.stanford.edu>
291
292        * vme/VMEConfig.h: added error status to
293        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
294
2952007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
296
297        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
298        from CPU Table to Configuration Table. Eliminate CPU Table from all
299        ports. Delete references to CPU Table in all forms.
300
3012007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
302
303        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
304        Table fields to the Configuration Table. This included
305        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
306        do_zero_of_workspace, extra_mpci_receive_server_stack,
307        stack_allocate_hook, and stack_free_hook. As a side-effect of this
308        effort some multiprocessing code was made conditional and some style
309        clean up occurred.
310
3112007-11-30      Till Straumann <strauman@slac.stanford.edu>
312
313        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
314
3152007-11-30      Till Straumann <strauman@slac.stanford.edu>
316       
317        * vectors/vectors.S: Removed; this BSP now uses the shared
318        version.
319
3202007-11-30      Till Straumann <strauman@slac.stanford.edu>
321
322        * irq/irq.h, irq/irq_init.c: Removed the definition
323        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
324        initialize the irqBase member of the rtems_irq_global_settings
325        struct. However, irqBase is an rtems_irq_symbolic_name,
326        so using BSP_LOWEST_OFFSET is more appropriate.
327
3282007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
331        Table. They have been replaced with variables named bsp_XXX as
332        needed.
333
3342007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
335
336        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
337        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
338        DEBUG_puts.
339
3402007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
341
342        PR 1257/bsps
343        * irq/irq.c: Code outside of cpukit should use the public API for
344        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
345        public API and directly accessing _CPU_ISR_Disable and
346        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
347        directive which could lead to problems. This patch also changes the
348        type of the variable passed into these routines and addresses minor
349        style issues.
350
3512007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
352
353        * irq/irq_init.c: adapted to shared exception code
354
3552007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
356
357        * Makefile.am: adapted to shared exception code
358
3592007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * bsp_specs: Remove qrtems_debug.
362
3632007-03-11      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/bspstart.c: Remove assignments of
366        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
367        value in boot_card.c
368
3692007-01-30      Till Straumann <strauman@slac.stanford.edu>
370
371        * Makefile.am, preinstall.am,
372        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
373        cleaned up vme support - use files from libbsp/powerpc/shared/vme
374        and define BSP specifica in VMEConfig.h.
375        Use VME DMA support implemented by vmeUniverse and
376        libbsp/powerpc/shared/vme/vme_universe_dma.c
377
378        * irq/irq.c, include/gen2.h:
379        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
380        Support for VME IRQ software priorities was incomplete/incorrect
381        on this BSP.
382
3832006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
384
385        * configure.ac: New BUG-REPORT address.
386
3872006-11-15      Joel Sherrill <joel@OARcorp.com>
388
389        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
390        file and simplified initialization.
391
3922006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
393
394        * Makefile.am: Remove superfluous -DASM.
395
3962006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * configure.ac: Require autoconf-2.60. Require automake-1.10.
399
4002006-08-09      Joel Sherrill <joel@OARcorp.com>
401
402        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
403
4042006-03-08      Joel Sherrill <joel@OARcorp.com>
405
406        * startup/linkcmds: Add .gnu.linkonce.b.* section.
407
4082006-02-08      Joel Sherrill <joel@OARcorp.com>
409
410        * startup/linkcmds: Add sections required by newer gcc versions.
411
4122006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * configure.ac: Remove explicit ampolish3 support (now in
415        RTEMS_BSP_CONFIGURE).
416
4172006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
418
419        * configure.ac: Add ampolish3 support.
420        * Makefile.am: Add preinstall.am.
421
4222006-01-08      Joel Sherrill <joel@OARcorp.com>
423
424        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
425        Jennifer will have to test this.
426
4272006-01-08      Joel Sherrill <joel@OARcorp.com>
428
429        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
430        Jennifer will have to test this.
431
4322005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * include/bsp.h: New header guard.
435
4362005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
437
438        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
439
4402005-05-11      Joel Sherrill <joel@OARcorp.com>
441
442        * startup/linkcmds: Add .data.* sections.
443
4442005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * vme/vmeconfig.c: Eliminate unsigned32.
447
4482005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
449
450        * include/gen2.h: Changed rtems_unsigned types to uint types
451
4522005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
453
454        * irq/irq_init.c: Name change to support common PCI interface
455
4562005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
457
458        * include/tm27.h: Correct error in tm27 test
459
4602005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
461
462        * Add/remove files for the Update to new exception model.
463        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
464        * clock/clock.c: Removed.
465
4662005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
467       
468        * Add/move files for the Update to new exception model.
469          NOTE: These modifications have not been tested on hardware.
470        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
471        * startup/FPGA.c: Removed.
472
4732005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
474
475        * score603e/Makefile.am, score603e/configure.ac,
476        score603e/console/console.c, score603e/include/bsp.h,
477        score603e/include/gen2.h, score603e/include/tm27.h,
478        score603e/startup/bspstart.c: Update score603e to new exception model
479        NOTE: These modifications have not been tested on hardware.
480
4812005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
482
483        * clock/clock.c: Fix multiple defined warning
484
4852005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
486
487        PR 778/bsps
488        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
489        startup/bspstart.c, tod/tod.c:
490        modify SCORE_.. to BSP_.. for externally used define's.
491
4922005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
493
494        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
495
4962005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
497
498        * startup/spurious.c: Merge ppc603 and ppc603e.
499        Remove digits (Unused).
500
5012005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
502
503        * Makefile.am: Fix typo in previous patch.
504
5052005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
506
507        * Makefile.am: Merge-in wrapup/Makefile.am.
508        * wrapup/Makefile.am: Remove.
509        * configure.ac: Reflect changes above.
510
5112005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
512
513        * vectors/vectors.S: Remove XCOFF support.
514
5152005-01-28      Joel Sherrill <joel@OARcorp.com>
516
517        * startup/linkcmds: Add .gnu.linkonce.b.* section.
518
5192005-01-26      Joel Sherrill <joel@OARcorp.com>
520
521        * startup/linkcmds: Now links.
522
5232005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
524
525        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
526        * include/tod.h: Remove.
527
5282005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
531
5322005-01-04      Joel Sherrill <joel@OARcorp.com>
533
534        * startup/linkcmds: Remove warnings.
535
5362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
537
538        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
539
5402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
541
542        * configure.ac: Require automake > 1.9.
543
5442004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
545
546        PR 610/bsps
547        * Makefile.am: Add include/tm27.h, Cosmetics.
548        * include/tm27.h: Final cosmetics.
549
5502004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
551
552        * include/bsp.h: Split out tmtest27 support.
553        * include/tm27.h: New.
554
5552004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
556
557        PR 613/bsps
558        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
559
5602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
561
562        PR 614/bsps
563        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
564
5652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
566
567        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
568        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
569        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
570        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
571        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
572        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
573        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
574
5752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
576
577        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
578        clock/clock.c, console/85c30.c, console/console.c,
579        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
580        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
581        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
582        Convert to using c99 fixed size types.
583
5842004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * Makefile.am: Reflect changes to bsp.am.
587        Preinstall dist_project_lib*.
588
5892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am: Reflect changes to bsp.am.
592
5932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
596
5972004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * wrapup/Makefile.am: Convert to automake-building rules.
600
6012004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
604        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
605        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
606        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
607        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
608        vectors/Makefile.am: Remove.
609        * configure.ac: Reflect changes above.
610        * wrapup/Makefile.am: Reflect changes above.
611
6122004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * Makefile.am: Merge-in start/Makefile.am.
615        * start/Makefile.am: Remove.
616        * configure.ac: Reflect changes above.
617
6182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
621        Add RTEMS_PROG_CCAS.
622
6232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * Makefile.am: Add PREINSTALL_DIRS.
626        * wrapup/Makefile.am: Reflect changes to libcpu.
627
6282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
631        Add PRE/TMPINSTALL_FILES to CLEANFILES.
632        * start/Makefile.am: Ditto.
633        * startup/Makefile.am: Ditto.
634
6352004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * wrapup/Makefile.am: Eliminate $(LIB).
638        Use noinst_DATA to trigger building libbsp.a.
639
6402003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * startup/Makefile.am: Cosmetics.
643
6442003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * PCI_bus/Makefile.am: Eliminate VPATH.
647        * clock/Makefile.am: Eliminate VPATH.
648        * console/Makefile.am: Eliminate VPATH.
649        * start/Makefile.am: Eliminate VPATH.
650        * startup/Makefile.am: Eliminate VPATH.
651        * timer/Makefile.am: Eliminate VPATH.
652        * tod/Makefile.am: Eliminate VPATH.
653        * vectors/Makefile.am: Eliminate VPATH.
654
6552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
658        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
659
6602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
663        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
664
6652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
668
6692003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * start/Makefile.am: Misc cleanups and fixes.
672        * startup/Makefile.am: Misc cleanups and fixes.
673        * wrapup/Makefile.am: Misc cleanups and fixes.
674
6752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
676
677        * Makefile.am: Add preinstallation dirstamp support.
678        * PCI_bus/Makefile.am: Cosmetics.
679        * clock/Makefile.am: Cosmetics.
680        * console/Makefile.am: Cosmetics.
681        * startup/Makefile.am: Cosmetics.
682        * timer/Makefile.am: Cosmetics.
683        * tod/Makefile.am: Cosmetics.
684        * vectors/Makefile.am: Cosmetics.
685        * wrapup/Makefile.am: Cosmetics.
686
6872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
690        * clock/Makefile.am: Remove all-local: $(ARCH).
691        * console/Makefile.am: Remove all-local: $(ARCH).
692        * start/Makefile.am: Remove all-local: $(ARCH).
693        * startup/Makefile.am: Remove all-local: $(ARCH).
694        * timer/Makefile.am: Remove all-local: $(ARCH).
695        * tod/Makefile.am: Remove all-local: $(ARCH).
696        * vectors/Makefile.am: Remove all-local: $(ARCH).
697        * wrapup/Makefile.am: Remove all-local: $(ARCH).
698
6992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
700
701        * Makefile.am: Merge-in include/Makefile.am.
702        Reflect changes to bsp.am.
703        * include/Makefile.am: Remove.
704        * configure.ac: Reflect changes above.
705
7062003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
707
708        * bsp_specs: Remove *lib:.
709
7102003-09-04      Joel Sherrill <joel@OARcorp.com>
711
712        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
713        console/console.c, console/consolebsp.h,
714        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
715        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
716        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
717        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
718        for license changed.
719
7202003-09-04      Joel Sherrill <joel@OARcorp.com>
721
722        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
723        statement about copyright assignment.
724
7252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * Makefile.am: Reflect having moved aclocal/.
728
7292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * Makefile.am: Reflect having moved automake/.
732        * PCI_bus/Makefile.am: Reflect having moved automake/.
733        * clock/Makefile.am: Reflect having moved automake/.
734        * console/Makefile.am: Reflect having moved automake/.
735        * include/Makefile.am: Reflect having moved automake/.
736        * start/Makefile.am: Reflect having moved automake/.
737        * startup/Makefile.am: Reflect having moved automake/.
738        * timer/Makefile.am: Reflect having moved automake/.
739        * tod/Makefile.am: Reflect having moved automake/.
740        * vectors/Makefile.am: Reflect having moved automake/.
741        * wrapup/Makefile.am: Reflect having moved automake/.
742
7432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
746
7472003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
748
749        PR 445/bsps
750        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
751        Remove cpp, old_cpp (now unused).
752
7532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * configure.ac: Remove AC_CONFIG_AUX_DIR.
756
7572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
760
7612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * configure.ac: AC_PREREQ(2.57).
764
7652003-01-20      Joel Sherrill <joel@OARcorp.com>
766
767        * startup/linkcmds*: Add FreeBSD sysctl() sections.
768
7692002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
770
771        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
772        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
773        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
774        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
775        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
776        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
777        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
778        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
779
7802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * start/Makefile.am: Use install-data-local to install startfile.
783
7842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
787
7882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * .cvsignore: Reformat.
791        Add autom4te*cache.
792        Remove autom4te.cache.
793
7942002-08-21      Joel Sherrill <joel@OARcorp.com>
795
796        * bsp_specs: Added support for -nostdlibs.
797
7982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
799
800        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
801        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
802        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
803        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
804        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
805        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
806        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
807        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
808        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
809
8102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
811
812        * start/Makefile.am: Eliminate PGMS.
813        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
814
8152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
816
817        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
818
8192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
820
821        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
822        Remove $(OBJS) from all-local.
823
8242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
825
826        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
827
8282001-05-09      Joel Sherrill <joel@OARcorp.com>
829
830        * startup/linkcmds: In support of gcc 3.1, added one of more
831        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
832        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
833        and direction of segments to memory regions may also have been
834        addressed.  This was a sweep across all BSPs.
835 
8362002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
837
838        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
839
8402002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * vectors/vectors.S: Include <asm.h>.
843
8442001-04-08      Joel Sherrill <joel@OARcorp.com>
845
846        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
847 
8482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * configure.ac:
851        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
852        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
853        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
854        * Makefile.am: Remove AUTOMAKE_OPTIONS.
855        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
856        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
857        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
858        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
859        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
860        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
861        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
862        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
863        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
864
8652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
866
867        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
868
8692001-11-28      Joel Sherrill <joel@OARcorp.com>,
870
871        This was tracked as PR87.
872        * README, configure.ac, include/Makefile.am, include/bsp.h,
873        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
874        Eliminated conditional code for generation 1 boards as these are
875        no longer available.
876        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
877
8782001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
879
880        * Makefile.am: Add @exceptions@ to SUBDIRS.
881        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
882        make/custom/score603e.cfg;
883        Add automake conditional for SCORE_GENERATION_1;
884        Add RTEMS_PPC_EXCEPTIONS([old]).
885        * include/Makefile.am: include force-preinstall.am.
886        * start/start.S: include <bspopts.h> instead of targopts.h.
887        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
888        * vectors/vector.S: include <bsp.h>.
889        * wrapup/Makefile.am: Apply @exceptions@.
890
8912001-10-25      Joel Sherrill <joel@OARcorp.com>
892
893        * startup/linkcmds: Added _init and _fini.
894
8952001-10-12      Joel Sherrill <joel@OARcorp.com>
896
897        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
898        console/consolebsp.h, console/consolereserveresources.c,
899        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
900        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
901        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
902        startup/vmeintr.c, timer/timer.c: Fixed typo.
903
9042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
905
906        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
907        * configure.in: Remove.
908        * configure.ac: New file, generated from configure.in by autoupdate.
909
9102001-10-11      Joel Sherrill <joel@OARcorp.com>
911
912        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
913        delay_in_bus_cycles() to add rtems_bsp_ prefix.
914
9152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
916
917        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
918
9192001-08-30      Joel Sherrill <joel@OARcorp.com>
920
921        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
922        gnat 3.13p.
923
9242001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
925
926        * configure.in: Add bspopts.h.
927        * include/.cvsignore: Add bspopts.h*, stamp-h*.
928        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
929        * include/bsp.h: Include bspopts.h.
930
9312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
932
933        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
934
9352001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
936
937        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
938        CVS-Id.
939        * include/chain.h: Remove.
940        * include/Makefile.am: Remove chain.h.
941
9422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
943
944        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
945
9462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
947
948        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
949
9502000-11-01      Joel Sherrill <joel@OARcorp.com>
951
952        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
953        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
954        now must be referenced as <rtems/XXX.h>.   Header file order
955        was cleaned up while doing this.
956
9572000-11-01      Joel Sherrill <joel@OARcorp.com>
958
959        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
960        and libcsupport.h moved from libc to lib/include/rtems and
961        now must be referenced as <rtems/XXX.h>.   Header file order
962        was cleaned up while doing this.
963
9642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
965
966        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
967        Switch to GNU canonicalization.
968
9692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
972        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
973        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
974        compile.am
975
9762000-08-10      Joel Sherrill <joel@OARcorp.com>
977
978        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.