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

4.104.115
Last change on this file since c7b9ed35 was c7b9ed35, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:36:13

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • preinstall.am: Regenerated.
  • Property mode set to 100644
File size: 29.6 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * preinstall.am: Regenerated.
4
52008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * Makefile.am: bsp_cleanup() was wrong. Use stub. openpic.h not needed.
8        * startup/bspclean.c: Removed.
9
102008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * preinstall.am: Regenerated.
13
142008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, console/85c30.h,
17        console/console.c, console/consolebsp.h, console/tbl85c30.c,
18        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
19        pci/no_host_bridge.c, startup/bspclean.c, startup/bspstart.c,
20        startup/genpvec.c, startup/vmeintr.c: File head clean up.
21
222008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * Makefile.am, PCI_bus/PCI.c, PCI_bus/universe.c, startup/genpvec.c:
25        Fix warnings.
26
272008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * Makefile.am, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h,
30        PCI_bus/universe.c, console/85c30.c, console/85c30.h,
31        console/consolebsp.h, console/tbl85c30.c, include/gen2.h,
32        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
33        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c,
34        vme/VMEConfig.h: Some clean up.
35        * include/coverhd.h: Removed.
36
372008-09-30      Jennifer Averett <jennifer.averett@oarcorp.com>
38
39        * include/irq-config.h: New file.
40        * startup/spurious.c: Removed.
41
422008-09-30      Jennifer Averett <jennifer.averett@oarcorp.com>
43
44        * Makefile.am, preinstall.am, PCI_bus/universe.c, console/console.c,
45        include/bsp.h, irq/FPGA.c, irq/irq.c, startup/Hwr_init.c,
46        startup/bspstart.c, startup/vmeintr.c: Modifications required to run
47        on hardware. Some cleanup.
48
492008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
52        of building libbspstart.a, using automake-rules.
53
542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Eliminate *_SOURCES.
57
582008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
61        components.
62
632008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove noinst_PROGRAMS (Unused).
66
672008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
70
712008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * configure.ac: Make letting boot_card() handle work area allocation
74        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
75        BSP_BOOTCARD_OPTIONS.
76
772008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * include/bsp.h, startup/bspstart.c: Remove unused BSP_INIT_STACK_SIZE
80        now that the linkcmds accounts for the starting stack.
81
822008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * Makefile.am, include/bsp.h, startup/bspstart.c, startup/linkcmds: Use
85        PowerPC level shared bsp_get_work_area() implementation.
86        * startup/bspgetworkarea.c: Removed.
87
882008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * startup/bspstart.c: Remove unused variable.
91
922008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * include/bsp.h: Remove unnecessary boilerplate comments.
95
962008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * startup/bspstart.c: Add include of rtems/libio.h.
99
1002008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
103        is NOT used anywhere.
104
1052008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * preinstall.am: Regenerated.
108
1092008-09-17      Miao Yan <yanmiaobest@gmail.com>
110
111        * startup/bspstart.c: Merge GSOC project code to add simple device only
112        filesystem (devfs), optionally completely drop out filesystem, and to
113        clean up disabling newlib reentrancy support. This dropped 17K from
114        the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code
115        space.
116
1172008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * irq/FPGA.c: Remove unnecessary includes of rtems/libcsupport.h and
120        rtems/libio.h.
121
1222008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Add use
125        of bsp_get_work_area() in its own file and rely on BSP Framework to
126        perform more initialization.
127        * startup/bspgetworkarea.c: New file.
128
1292008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
132        phase, all prototypes were removed from bsp.h and empty
133        implementations were removed and made to use the shared stub.
134
1352008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * irq/irq.c: Convert to "bool".
138
1392008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
142        tod/tod.c: Convert to "bool".
143
1442008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * Makefile.am, README, configure.ac, console/85c30.c,
147        console/console.c, console/consolebsp.h, include/bsp.h,
148        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
149        start/start.S, startup/bspstart.c, startup/genpvec.c,
150        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
151        testing. Runs hello but does not run ticker yet.
152
1532008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * timer/timer.c: Eliminate empty function from every benchmark timer
156        driver. Fix spelling.
157
1582008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * timer/timer.c: Rename timer driver methods to follow RTEMS
161        programming conventions.
162
1632008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
166        startup/Hwr_init.c, startup/genpvec.c:
167        Add missing prototypes.
168
1692008-07-03      Chris Johns <chrisj@rtems.org>
170
171        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
172        the Chains API.
173
1742008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
177        Framework to ask the BSP where it has memory for the RTEMS Workspace
178        and C Program Heap. These collectively are referred to as work area.
179        If the BSP supports this, then it does not have to include code to
180        split the available memory between the two areas. This reduces the
181        amount of code in the BSP specific bspstart.c file. Additionally, the
182        shared framework can initialize the C Library, call
183        rtems_debug_enable(), and dirty the work area memory. Until most/all
184        BSPs support this new capability, if the BSP supports this, it should
185        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
186        When the transition is complete, this autoconf macro can be removed.
187
1882008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * Makefile.am: Rework to avoid .rel files.
191
1922008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * Makefile.am: Remove all references to console_reserve_resources and
195        termios_reserve_resources.
196        * console/consolereserveresources.c: Removed.
197
1982008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * startup/linkcmds: Add wildcard to gcc_except_table section so
201        programs compiled with gcc 4.3.x can link.
202
2032007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
206        Configuration Table. Use the RTEMS provided accessor macros to obtain
207        configuration fields.
208
2092007-12-08      Till Straumann <strauman@slac.stanford.edu>
210
211        * Makefile.am: merged shared/vme/vme_universe.c and
212        shared/vme/vme_universe_dma.c into one file.
213
2142007-12-08      Till Straumann <strauman@slac.stanford.edu>
215
216        * vme/VMEConfig.h: added error status to
217        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
218
2192007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
220
221        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
222        from CPU Table to Configuration Table. Eliminate CPU Table from all
223        ports. Delete references to CPU Table in all forms.
224
2252007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
228        Table fields to the Configuration Table. This included
229        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
230        do_zero_of_workspace, extra_mpci_receive_server_stack,
231        stack_allocate_hook, and stack_free_hook. As a side-effect of this
232        effort some multiprocessing code was made conditional and some style
233        clean up occurred.
234
2352007-11-30      Till Straumann <strauman@slac.stanford.edu>
236
237        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
238
2392007-11-30      Till Straumann <strauman@slac.stanford.edu>
240       
241        * vectors/vectors.S: Removed; this BSP now uses the shared
242        version.
243
2442007-11-30      Till Straumann <strauman@slac.stanford.edu>
245
246        * irq/irq.h, irq/irq_init.c: Removed the definition
247        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
248        initialize the irqBase member of the rtems_irq_global_settings
249        struct. However, irqBase is an rtems_irq_symbolic_name,
250        so using BSP_LOWEST_OFFSET is more appropriate.
251
2522007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
255        Table. They have been replaced with variables named bsp_XXX as
256        needed.
257
2582007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
261        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
262        DEBUG_puts.
263
2642007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        PR 1257/bsps
267        * irq/irq.c: Code outside of cpukit should use the public API for
268        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
269        public API and directly accessing _CPU_ISR_Disable and
270        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
271        directive which could lead to problems. This patch also changes the
272        type of the variable passed into these routines and addresses minor
273        style issues.
274
2752007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
276
277        * irq/irq_init.c: adapted to shared exception code
278
2792007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
280
281        * Makefile.am: adapted to shared exception code
282
2832007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * bsp_specs: Remove qrtems_debug.
286
2872007-03-11      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/bspstart.c: Remove assignments of
290        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
291        value in boot_card.c
292
2932007-01-30      Till Straumann <strauman@slac.stanford.edu>
294
295        * Makefile.am, preinstall.am,
296        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
297        cleaned up vme support - use files from libbsp/powerpc/shared/vme
298        and define BSP specifica in VMEConfig.h.
299        Use VME DMA support implemented by vmeUniverse and
300        libbsp/powerpc/shared/vme/vme_universe_dma.c
301
302        * irq/irq.c, include/gen2.h:
303        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
304        Support for VME IRQ software priorities was incomplete/incorrect
305        on this BSP.
306
3072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * configure.ac: New BUG-REPORT address.
310
3112006-11-15      Joel Sherrill <joel@OARcorp.com>
312
313        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
314        file and simplified initialization.
315
3162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * Makefile.am: Remove superfluous -DASM.
319
3202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
321
322        * configure.ac: Require autoconf-2.60. Require automake-1.10.
323
3242006-08-09      Joel Sherrill <joel@OARcorp.com>
325
326        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
327
3282006-03-08      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: Add .gnu.linkonce.b.* section.
331
3322006-02-08      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds: Add sections required by newer gcc versions.
335
3362006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * configure.ac: Remove explicit ampolish3 support (now in
339        RTEMS_BSP_CONFIGURE).
340
3412006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
342
343        * configure.ac: Add ampolish3 support.
344        * Makefile.am: Add preinstall.am.
345
3462006-01-08      Joel Sherrill <joel@OARcorp.com>
347
348        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
349        Jennifer will have to test this.
350
3512006-01-08      Joel Sherrill <joel@OARcorp.com>
352
353        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
354        Jennifer will have to test this.
355
3562005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * include/bsp.h: New header guard.
359
3602005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
361
362        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
363
3642005-05-11      Joel Sherrill <joel@OARcorp.com>
365
366        * startup/linkcmds: Add .data.* sections.
367
3682005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * vme/vmeconfig.c: Eliminate unsigned32.
371
3722005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
373
374        * include/gen2.h: Changed rtems_unsigned types to uint types
375
3762005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
377
378        * irq/irq_init.c: Name change to support common PCI interface
379
3802005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
381
382        * include/tm27.h: Correct error in tm27 test
383
3842005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
385
386        * Add/remove files for the Update to new exception model.
387        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
388        * clock/clock.c: Removed.
389
3902005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
391       
392        * Add/move files for the Update to new exception model.
393          NOTE: These modifications have not been tested on hardware.
394        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
395        * startup/FPGA.c: Removed.
396
3972005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
398
399        * score603e/Makefile.am, score603e/configure.ac,
400        score603e/console/console.c, score603e/include/bsp.h,
401        score603e/include/gen2.h, score603e/include/tm27.h,
402        score603e/startup/bspstart.c: Update score603e to new exception model
403        NOTE: These modifications have not been tested on hardware.
404
4052005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
406
407        * clock/clock.c: Fix multiple defined warning
408
4092005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
410
411        PR 778/bsps
412        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
413        startup/bspstart.c, tod/tod.c:
414        modify SCORE_.. to BSP_.. for externally used define's.
415
4162005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
419
4202005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * startup/spurious.c: Merge ppc603 and ppc603e.
423        Remove digits (Unused).
424
4252005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
426
427        * Makefile.am: Fix typo in previous patch.
428
4292005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * Makefile.am: Merge-in wrapup/Makefile.am.
432        * wrapup/Makefile.am: Remove.
433        * configure.ac: Reflect changes above.
434
4352005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
436
437        * vectors/vectors.S: Remove XCOFF support.
438
4392005-01-28      Joel Sherrill <joel@OARcorp.com>
440
441        * startup/linkcmds: Add .gnu.linkonce.b.* section.
442
4432005-01-26      Joel Sherrill <joel@OARcorp.com>
444
445        * startup/linkcmds: Now links.
446
4472005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
448
449        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
450        * include/tod.h: Remove.
451
4522005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
453
454        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
455
4562005-01-04      Joel Sherrill <joel@OARcorp.com>
457
458        * startup/linkcmds: Remove warnings.
459
4602005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
463
4642004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
465
466        * configure.ac: Require automake > 1.9.
467
4682004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
469
470        PR 610/bsps
471        * Makefile.am: Add include/tm27.h, Cosmetics.
472        * include/tm27.h: Final cosmetics.
473
4742004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
475
476        * include/bsp.h: Split out tmtest27 support.
477        * include/tm27.h: New.
478
4792004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
480
481        PR 613/bsps
482        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
483
4842004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
485
486        PR 614/bsps
487        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
488
4892004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
490
491        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
492        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
493        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
494        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
495        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
496        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
497        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
498
4992004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
500
501        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
502        clock/clock.c, console/85c30.c, console/console.c,
503        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
504        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
505        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
506        Convert to using c99 fixed size types.
507
5082004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am: Reflect changes to bsp.am.
511        Preinstall dist_project_lib*.
512
5132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: Reflect changes to bsp.am.
516
5172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
520
5212004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * wrapup/Makefile.am: Convert to automake-building rules.
524
5252004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
528        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
529        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
530        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
531        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
532        vectors/Makefile.am: Remove.
533        * configure.ac: Reflect changes above.
534        * wrapup/Makefile.am: Reflect changes above.
535
5362004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * Makefile.am: Merge-in start/Makefile.am.
539        * start/Makefile.am: Remove.
540        * configure.ac: Reflect changes above.
541
5422004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
545        Add RTEMS_PROG_CCAS.
546
5472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Add PREINSTALL_DIRS.
550        * wrapup/Makefile.am: Reflect changes to libcpu.
551
5522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
555        Add PRE/TMPINSTALL_FILES to CLEANFILES.
556        * start/Makefile.am: Ditto.
557        * startup/Makefile.am: Ditto.
558
5592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * wrapup/Makefile.am: Eliminate $(LIB).
562        Use noinst_DATA to trigger building libbsp.a.
563
5642003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * startup/Makefile.am: Cosmetics.
567
5682003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * PCI_bus/Makefile.am: Eliminate VPATH.
571        * clock/Makefile.am: Eliminate VPATH.
572        * console/Makefile.am: Eliminate VPATH.
573        * start/Makefile.am: Eliminate VPATH.
574        * startup/Makefile.am: Eliminate VPATH.
575        * timer/Makefile.am: Eliminate VPATH.
576        * tod/Makefile.am: Eliminate VPATH.
577        * vectors/Makefile.am: Eliminate VPATH.
578
5792003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
582        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
583
5842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
587        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
588
5892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
592
5932003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * start/Makefile.am: Misc cleanups and fixes.
596        * startup/Makefile.am: Misc cleanups and fixes.
597        * wrapup/Makefile.am: Misc cleanups and fixes.
598
5992003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * Makefile.am: Add preinstallation dirstamp support.
602        * PCI_bus/Makefile.am: Cosmetics.
603        * clock/Makefile.am: Cosmetics.
604        * console/Makefile.am: Cosmetics.
605        * startup/Makefile.am: Cosmetics.
606        * timer/Makefile.am: Cosmetics.
607        * tod/Makefile.am: Cosmetics.
608        * vectors/Makefile.am: Cosmetics.
609        * wrapup/Makefile.am: Cosmetics.
610
6112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
614        * clock/Makefile.am: Remove all-local: $(ARCH).
615        * console/Makefile.am: Remove all-local: $(ARCH).
616        * start/Makefile.am: Remove all-local: $(ARCH).
617        * startup/Makefile.am: Remove all-local: $(ARCH).
618        * timer/Makefile.am: Remove all-local: $(ARCH).
619        * tod/Makefile.am: Remove all-local: $(ARCH).
620        * vectors/Makefile.am: Remove all-local: $(ARCH).
621        * wrapup/Makefile.am: Remove all-local: $(ARCH).
622
6232003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * Makefile.am: Merge-in include/Makefile.am.
626        Reflect changes to bsp.am.
627        * include/Makefile.am: Remove.
628        * configure.ac: Reflect changes above.
629
6302003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * bsp_specs: Remove *lib:.
633
6342003-09-04      Joel Sherrill <joel@OARcorp.com>
635
636        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
637        console/console.c, console/consolebsp.h,
638        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
639        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
640        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
641        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
642        for license changed.
643
6442003-09-04      Joel Sherrill <joel@OARcorp.com>
645
646        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
647        statement about copyright assignment.
648
6492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * Makefile.am: Reflect having moved aclocal/.
652
6532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * Makefile.am: Reflect having moved automake/.
656        * PCI_bus/Makefile.am: Reflect having moved automake/.
657        * clock/Makefile.am: Reflect having moved automake/.
658        * console/Makefile.am: Reflect having moved automake/.
659        * include/Makefile.am: Reflect having moved automake/.
660        * start/Makefile.am: Reflect having moved automake/.
661        * startup/Makefile.am: Reflect having moved automake/.
662        * timer/Makefile.am: Reflect having moved automake/.
663        * tod/Makefile.am: Reflect having moved automake/.
664        * vectors/Makefile.am: Reflect having moved automake/.
665        * wrapup/Makefile.am: Reflect having moved automake/.
666
6672003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
668
669        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
670
6712003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        PR 445/bsps
674        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
675        Remove cpp, old_cpp (now unused).
676
6772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * configure.ac: Remove AC_CONFIG_AUX_DIR.
680
6812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
684
6852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac: AC_PREREQ(2.57).
688
6892003-01-20      Joel Sherrill <joel@OARcorp.com>
690
691        * startup/linkcmds*: Add FreeBSD sysctl() sections.
692
6932002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
694
695        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
696        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
697        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
698        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
699        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
700        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
701        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
702        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
703
7042002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * start/Makefile.am: Use install-data-local to install startfile.
707
7082002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
711
7122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * .cvsignore: Reformat.
715        Add autom4te*cache.
716        Remove autom4te.cache.
717
7182002-08-21      Joel Sherrill <joel@OARcorp.com>
719
720        * bsp_specs: Added support for -nostdlibs.
721
7222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
725        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
726        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
727        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
728        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
729        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
730        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
731        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
732        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
733
7342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * start/Makefile.am: Eliminate PGMS.
737        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
738
7392002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
742
7432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
746        Remove $(OBJS) from all-local.
747
7482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
751
7522001-05-09      Joel Sherrill <joel@OARcorp.com>
753
754        * startup/linkcmds: In support of gcc 3.1, added one of more
755        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
756        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
757        and direction of segments to memory regions may also have been
758        addressed.  This was a sweep across all BSPs.
759 
7602002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
763
7642002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
765
766        * vectors/vectors.S: Include <asm.h>.
767
7682001-04-08      Joel Sherrill <joel@OARcorp.com>
769
770        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
771 
7722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
773
774        * configure.ac:
775        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
776        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
777        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
778        * Makefile.am: Remove AUTOMAKE_OPTIONS.
779        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
780        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
781        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
782        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
783        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
784        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
785        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
786        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
787        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
788
7892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
792
7932001-11-28      Joel Sherrill <joel@OARcorp.com>,
794
795        This was tracked as PR87.
796        * README, configure.ac, include/Makefile.am, include/bsp.h,
797        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
798        Eliminated conditional code for generation 1 boards as these are
799        no longer available.
800        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
801
8022001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * Makefile.am: Add @exceptions@ to SUBDIRS.
805        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
806        make/custom/score603e.cfg;
807        Add automake conditional for SCORE_GENERATION_1;
808        Add RTEMS_PPC_EXCEPTIONS([old]).
809        * include/Makefile.am: include force-preinstall.am.
810        * start/start.S: include <bspopts.h> instead of targopts.h.
811        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
812        * vectors/vector.S: include <bsp.h>.
813        * wrapup/Makefile.am: Apply @exceptions@.
814
8152001-10-25      Joel Sherrill <joel@OARcorp.com>
816
817        * startup/linkcmds: Added _init and _fini.
818
8192001-10-12      Joel Sherrill <joel@OARcorp.com>
820
821        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
822        console/consolebsp.h, console/consolereserveresources.c,
823        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
824        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
825        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
826        startup/vmeintr.c, timer/timer.c: Fixed typo.
827
8282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
829
830        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
831        * configure.in: Remove.
832        * configure.ac: New file, generated from configure.in by autoupdate.
833
8342001-10-11      Joel Sherrill <joel@OARcorp.com>
835
836        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
837        delay_in_bus_cycles() to add rtems_bsp_ prefix.
838
8392001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
840
841        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
842
8432001-08-30      Joel Sherrill <joel@OARcorp.com>
844
845        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
846        gnat 3.13p.
847
8482001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
849
850        * configure.in: Add bspopts.h.
851        * include/.cvsignore: Add bspopts.h*, stamp-h*.
852        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
853        * include/bsp.h: Include bspopts.h.
854
8552001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
856
857        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
858
8592001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
860
861        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
862        CVS-Id.
863        * include/chain.h: Remove.
864        * include/Makefile.am: Remove chain.h.
865
8662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
869
8702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
873
8742000-11-01      Joel Sherrill <joel@OARcorp.com>
875
876        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
877        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
878        now must be referenced as <rtems/XXX.h>.   Header file order
879        was cleaned up while doing this.
880
8812000-11-01      Joel Sherrill <joel@OARcorp.com>
882
883        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
884        and libcsupport.h moved from libc to lib/include/rtems and
885        now must be referenced as <rtems/XXX.h>.   Header file order
886        was cleaned up while doing this.
887
8882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
889
890        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
891        Switch to GNU canonicalization.
892
8932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
894
895        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
896        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
897        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
898        compile.am
899
9002000-08-10      Joel Sherrill <joel@OARcorp.com>
901
902        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.