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

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Eliminate *_SOURCES.
  • Property mode set to 100644
File size: 27.7 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate *_SOURCES.
4
52008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
8        components.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove noinst_PROGRAMS (Unused).
13
142008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
17
182008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * configure.ac: Make letting boot_card() handle work area allocation
21        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
22        BSP_BOOTCARD_OPTIONS.
23
242008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * include/bsp.h, startup/bspstart.c: Remove unused BSP_INIT_STACK_SIZE
27        now that the linkcmds accounts for the starting stack.
28
292008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, include/bsp.h, startup/bspstart.c, startup/linkcmds: Use
32        PowerPC level shared bsp_get_work_area() implementation.
33        * startup/bspgetworkarea.c: Removed.
34
352008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * startup/bspstart.c: Remove unused variable.
38
392008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * include/bsp.h: Remove unnecessary boilerplate comments.
42
432008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * startup/bspstart.c: Add include of rtems/libio.h.
46
472008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
50        is NOT used anywhere.
51
522008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * preinstall.am: Regenerated.
55
562008-09-17      Miao Yan <yanmiaobest@gmail.com>
57
58        * startup/bspstart.c: Merge GSOC project code to add simple device only
59        filesystem (devfs), optionally completely drop out filesystem, and to
60        clean up disabling newlib reentrancy support. This dropped 17K from
61        the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code
62        space.
63
642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * irq/FPGA.c: Remove unnecessary includes of rtems/libcsupport.h and
67        rtems/libio.h.
68
692008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Add use
72        of bsp_get_work_area() in its own file and rely on BSP Framework to
73        perform more initialization.
74        * startup/bspgetworkarea.c: New file.
75
762008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
79        phase, all prototypes were removed from bsp.h and empty
80        implementations were removed and made to use the shared stub.
81
822008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * irq/irq.c: Convert to "bool".
85
862008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
89        tod/tod.c: Convert to "bool".
90
912008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am, README, configure.ac, console/85c30.c,
94        console/console.c, console/consolebsp.h, include/bsp.h,
95        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
96        start/start.S, startup/bspstart.c, startup/genpvec.c,
97        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
98        testing. Runs hello but does not run ticker yet.
99
1002008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * timer/timer.c: Eliminate empty function from every benchmark timer
103        driver. Fix spelling.
104
1052008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * timer/timer.c: Rename timer driver methods to follow RTEMS
108        programming conventions.
109
1102008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
113        startup/Hwr_init.c, startup/genpvec.c:
114        Add missing prototypes.
115
1162008-07-03      Chris Johns <chrisj@rtems.org>
117
118        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
119        the Chains API.
120
1212008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
124        Framework to ask the BSP where it has memory for the RTEMS Workspace
125        and C Program Heap. These collectively are referred to as work area.
126        If the BSP supports this, then it does not have to include code to
127        split the available memory between the two areas. This reduces the
128        amount of code in the BSP specific bspstart.c file. Additionally, the
129        shared framework can initialize the C Library, call
130        rtems_debug_enable(), and dirty the work area memory. Until most/all
131        BSPs support this new capability, if the BSP supports this, it should
132        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
133        When the transition is complete, this autoconf macro can be removed.
134
1352008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * Makefile.am: Rework to avoid .rel files.
138
1392008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * Makefile.am: Remove all references to console_reserve_resources and
142        termios_reserve_resources.
143        * console/consolereserveresources.c: Removed.
144
1452008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * startup/linkcmds: Add wildcard to gcc_except_table section so
148        programs compiled with gcc 4.3.x can link.
149
1502007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
153        Configuration Table. Use the RTEMS provided accessor macros to obtain
154        configuration fields.
155
1562007-12-08      Till Straumann <strauman@slac.stanford.edu>
157
158        * Makefile.am: merged shared/vme/vme_universe.c and
159        shared/vme/vme_universe_dma.c into one file.
160
1612007-12-08      Till Straumann <strauman@slac.stanford.edu>
162
163        * vme/VMEConfig.h: added error status to
164        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
165
1662007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
169        from CPU Table to Configuration Table. Eliminate CPU Table from all
170        ports. Delete references to CPU Table in all forms.
171
1722007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
175        Table fields to the Configuration Table. This included
176        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
177        do_zero_of_workspace, extra_mpci_receive_server_stack,
178        stack_allocate_hook, and stack_free_hook. As a side-effect of this
179        effort some multiprocessing code was made conditional and some style
180        clean up occurred.
181
1822007-11-30      Till Straumann <strauman@slac.stanford.edu>
183
184        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
185
1862007-11-30      Till Straumann <strauman@slac.stanford.edu>
187       
188        * vectors/vectors.S: Removed; this BSP now uses the shared
189        version.
190
1912007-11-30      Till Straumann <strauman@slac.stanford.edu>
192
193        * irq/irq.h, irq/irq_init.c: Removed the definition
194        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
195        initialize the irqBase member of the rtems_irq_global_settings
196        struct. However, irqBase is an rtems_irq_symbolic_name,
197        so using BSP_LOWEST_OFFSET is more appropriate.
198
1992007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
202        Table. They have been replaced with variables named bsp_XXX as
203        needed.
204
2052007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
208        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
209        DEBUG_puts.
210
2112007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        PR 1257/bsps
214        * irq/irq.c: Code outside of cpukit should use the public API for
215        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
216        public API and directly accessing _CPU_ISR_Disable and
217        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
218        directive which could lead to problems. This patch also changes the
219        type of the variable passed into these routines and addresses minor
220        style issues.
221
2222007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
223
224        * irq/irq_init.c: adapted to shared exception code
225
2262007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
227
228        * Makefile.am: adapted to shared exception code
229
2302007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * bsp_specs: Remove qrtems_debug.
233
2342007-03-11      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/bspstart.c: Remove assignments of
237        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
238        value in boot_card.c
239
2402007-01-30      Till Straumann <strauman@slac.stanford.edu>
241
242        * Makefile.am, preinstall.am,
243        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
244        cleaned up vme support - use files from libbsp/powerpc/shared/vme
245        and define BSP specifica in VMEConfig.h.
246        Use VME DMA support implemented by vmeUniverse and
247        libbsp/powerpc/shared/vme/vme_universe_dma.c
248
249        * irq/irq.c, include/gen2.h:
250        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
251        Support for VME IRQ software priorities was incomplete/incorrect
252        on this BSP.
253
2542006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * configure.ac: New BUG-REPORT address.
257
2582006-11-15      Joel Sherrill <joel@OARcorp.com>
259
260        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
261        file and simplified initialization.
262
2632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * Makefile.am: Remove superfluous -DASM.
266
2672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * configure.ac: Require autoconf-2.60. Require automake-1.10.
270
2712006-08-09      Joel Sherrill <joel@OARcorp.com>
272
273        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
274
2752006-03-08      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds: Add .gnu.linkonce.b.* section.
278
2792006-02-08      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds: Add sections required by newer gcc versions.
282
2832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * configure.ac: Remove explicit ampolish3 support (now in
286        RTEMS_BSP_CONFIGURE).
287
2882006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * configure.ac: Add ampolish3 support.
291        * Makefile.am: Add preinstall.am.
292
2932006-01-08      Joel Sherrill <joel@OARcorp.com>
294
295        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
296        Jennifer will have to test this.
297
2982006-01-08      Joel Sherrill <joel@OARcorp.com>
299
300        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
301        Jennifer will have to test this.
302
3032005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * include/bsp.h: New header guard.
306
3072005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
308
309        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
310
3112005-05-11      Joel Sherrill <joel@OARcorp.com>
312
313        * startup/linkcmds: Add .data.* sections.
314
3152005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
316
317        * vme/vmeconfig.c: Eliminate unsigned32.
318
3192005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
320
321        * include/gen2.h: Changed rtems_unsigned types to uint types
322
3232005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
324
325        * irq/irq_init.c: Name change to support common PCI interface
326
3272005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
328
329        * include/tm27.h: Correct error in tm27 test
330
3312005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
332
333        * Add/remove files for the Update to new exception model.
334        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
335        * clock/clock.c: Removed.
336
3372005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
338       
339        * Add/move files for the Update to new exception model.
340          NOTE: These modifications have not been tested on hardware.
341        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
342        * startup/FPGA.c: Removed.
343
3442005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
345
346        * score603e/Makefile.am, score603e/configure.ac,
347        score603e/console/console.c, score603e/include/bsp.h,
348        score603e/include/gen2.h, score603e/include/tm27.h,
349        score603e/startup/bspstart.c: Update score603e to new exception model
350        NOTE: These modifications have not been tested on hardware.
351
3522005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
353
354        * clock/clock.c: Fix multiple defined warning
355
3562005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
357
358        PR 778/bsps
359        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
360        startup/bspstart.c, tod/tod.c:
361        modify SCORE_.. to BSP_.. for externally used define's.
362
3632005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
364
365        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
366
3672005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
368
369        * startup/spurious.c: Merge ppc603 and ppc603e.
370        Remove digits (Unused).
371
3722005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * Makefile.am: Fix typo in previous patch.
375
3762005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
377
378        * Makefile.am: Merge-in wrapup/Makefile.am.
379        * wrapup/Makefile.am: Remove.
380        * configure.ac: Reflect changes above.
381
3822005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
383
384        * vectors/vectors.S: Remove XCOFF support.
385
3862005-01-28      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/linkcmds: Add .gnu.linkonce.b.* section.
389
3902005-01-26      Joel Sherrill <joel@OARcorp.com>
391
392        * startup/linkcmds: Now links.
393
3942005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
395
396        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
397        * include/tod.h: Remove.
398
3992005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
402
4032005-01-04      Joel Sherrill <joel@OARcorp.com>
404
405        * startup/linkcmds: Remove warnings.
406
4072005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
410
4112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
412
413        * configure.ac: Require automake > 1.9.
414
4152004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
416
417        PR 610/bsps
418        * Makefile.am: Add include/tm27.h, Cosmetics.
419        * include/tm27.h: Final cosmetics.
420
4212004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
422
423        * include/bsp.h: Split out tmtest27 support.
424        * include/tm27.h: New.
425
4262004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
427
428        PR 613/bsps
429        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
430
4312004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
432
433        PR 614/bsps
434        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
435
4362004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
437
438        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
439        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
440        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
441        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
442        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
443        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
444        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
445
4462004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
447
448        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
449        clock/clock.c, console/85c30.c, console/console.c,
450        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
451        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
452        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
453        Convert to using c99 fixed size types.
454
4552004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Reflect changes to bsp.am.
458        Preinstall dist_project_lib*.
459
4602004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Reflect changes to bsp.am.
463
4642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
467
4682004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Convert to automake-building rules.
471
4722004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
475        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
476        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
477        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
478        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
479        vectors/Makefile.am: Remove.
480        * configure.ac: Reflect changes above.
481        * wrapup/Makefile.am: Reflect changes above.
482
4832004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: Merge-in start/Makefile.am.
486        * start/Makefile.am: Remove.
487        * configure.ac: Reflect changes above.
488
4892004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
492        Add RTEMS_PROG_CCAS.
493
4942004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * Makefile.am: Add PREINSTALL_DIRS.
497        * wrapup/Makefile.am: Reflect changes to libcpu.
498
4992004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
502        Add PRE/TMPINSTALL_FILES to CLEANFILES.
503        * start/Makefile.am: Ditto.
504        * startup/Makefile.am: Ditto.
505
5062004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * wrapup/Makefile.am: Eliminate $(LIB).
509        Use noinst_DATA to trigger building libbsp.a.
510
5112003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * startup/Makefile.am: Cosmetics.
514
5152003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * PCI_bus/Makefile.am: Eliminate VPATH.
518        * clock/Makefile.am: Eliminate VPATH.
519        * console/Makefile.am: Eliminate VPATH.
520        * start/Makefile.am: Eliminate VPATH.
521        * startup/Makefile.am: Eliminate VPATH.
522        * timer/Makefile.am: Eliminate VPATH.
523        * tod/Makefile.am: Eliminate VPATH.
524        * vectors/Makefile.am: Eliminate VPATH.
525
5262003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
529        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
530
5312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
534        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
535
5362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
539
5402003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * start/Makefile.am: Misc cleanups and fixes.
543        * startup/Makefile.am: Misc cleanups and fixes.
544        * wrapup/Makefile.am: Misc cleanups and fixes.
545
5462003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * Makefile.am: Add preinstallation dirstamp support.
549        * PCI_bus/Makefile.am: Cosmetics.
550        * clock/Makefile.am: Cosmetics.
551        * console/Makefile.am: Cosmetics.
552        * startup/Makefile.am: Cosmetics.
553        * timer/Makefile.am: Cosmetics.
554        * tod/Makefile.am: Cosmetics.
555        * vectors/Makefile.am: Cosmetics.
556        * wrapup/Makefile.am: Cosmetics.
557
5582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
561        * clock/Makefile.am: Remove all-local: $(ARCH).
562        * console/Makefile.am: Remove all-local: $(ARCH).
563        * start/Makefile.am: Remove all-local: $(ARCH).
564        * startup/Makefile.am: Remove all-local: $(ARCH).
565        * timer/Makefile.am: Remove all-local: $(ARCH).
566        * tod/Makefile.am: Remove all-local: $(ARCH).
567        * vectors/Makefile.am: Remove all-local: $(ARCH).
568        * wrapup/Makefile.am: Remove all-local: $(ARCH).
569
5702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * Makefile.am: Merge-in include/Makefile.am.
573        Reflect changes to bsp.am.
574        * include/Makefile.am: Remove.
575        * configure.ac: Reflect changes above.
576
5772003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * bsp_specs: Remove *lib:.
580
5812003-09-04      Joel Sherrill <joel@OARcorp.com>
582
583        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
584        console/console.c, console/consolebsp.h,
585        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
586        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
587        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
588        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
589        for license changed.
590
5912003-09-04      Joel Sherrill <joel@OARcorp.com>
592
593        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
594        statement about copyright assignment.
595
5962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * Makefile.am: Reflect having moved aclocal/.
599
6002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * Makefile.am: Reflect having moved automake/.
603        * PCI_bus/Makefile.am: Reflect having moved automake/.
604        * clock/Makefile.am: Reflect having moved automake/.
605        * console/Makefile.am: Reflect having moved automake/.
606        * include/Makefile.am: Reflect having moved automake/.
607        * start/Makefile.am: Reflect having moved automake/.
608        * startup/Makefile.am: Reflect having moved automake/.
609        * timer/Makefile.am: Reflect having moved automake/.
610        * tod/Makefile.am: Reflect having moved automake/.
611        * vectors/Makefile.am: Reflect having moved automake/.
612        * wrapup/Makefile.am: Reflect having moved automake/.
613
6142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
617
6182003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        PR 445/bsps
621        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
622        Remove cpp, old_cpp (now unused).
623
6242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
625
626        * configure.ac: Remove AC_CONFIG_AUX_DIR.
627
6282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
631
6322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * configure.ac: AC_PREREQ(2.57).
635
6362003-01-20      Joel Sherrill <joel@OARcorp.com>
637
638        * startup/linkcmds*: Add FreeBSD sysctl() sections.
639
6402002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
643        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
644        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
645        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
646        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
647        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
648        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
649        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
650
6512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
652
653        * start/Makefile.am: Use install-data-local to install startfile.
654
6552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
658
6592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
660
661        * .cvsignore: Reformat.
662        Add autom4te*cache.
663        Remove autom4te.cache.
664
6652002-08-21      Joel Sherrill <joel@OARcorp.com>
666
667        * bsp_specs: Added support for -nostdlibs.
668
6692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
672        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
673        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
674        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
675        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
676        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
677        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
678        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
679        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
680
6812002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * start/Makefile.am: Eliminate PGMS.
684        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
685
6862002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
689
6902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
693        Remove $(OBJS) from all-local.
694
6952002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
698
6992001-05-09      Joel Sherrill <joel@OARcorp.com>
700
701        * startup/linkcmds: In support of gcc 3.1, added one of more
702        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
703        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
704        and direction of segments to memory regions may also have been
705        addressed.  This was a sweep across all BSPs.
706 
7072002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
708
709        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
710
7112002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * vectors/vectors.S: Include <asm.h>.
714
7152001-04-08      Joel Sherrill <joel@OARcorp.com>
716
717        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
718 
7192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
720
721        * configure.ac:
722        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
723        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
724        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
725        * Makefile.am: Remove AUTOMAKE_OPTIONS.
726        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
727        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
728        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
729        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
730        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
731        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
732        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
733        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
734        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
735
7362001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
739
7402001-11-28      Joel Sherrill <joel@OARcorp.com>,
741
742        This was tracked as PR87.
743        * README, configure.ac, include/Makefile.am, include/bsp.h,
744        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
745        Eliminated conditional code for generation 1 boards as these are
746        no longer available.
747        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
748
7492001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * Makefile.am: Add @exceptions@ to SUBDIRS.
752        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
753        make/custom/score603e.cfg;
754        Add automake conditional for SCORE_GENERATION_1;
755        Add RTEMS_PPC_EXCEPTIONS([old]).
756        * include/Makefile.am: include force-preinstall.am.
757        * start/start.S: include <bspopts.h> instead of targopts.h.
758        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
759        * vectors/vector.S: include <bsp.h>.
760        * wrapup/Makefile.am: Apply @exceptions@.
761
7622001-10-25      Joel Sherrill <joel@OARcorp.com>
763
764        * startup/linkcmds: Added _init and _fini.
765
7662001-10-12      Joel Sherrill <joel@OARcorp.com>
767
768        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
769        console/consolebsp.h, console/consolereserveresources.c,
770        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
771        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
772        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
773        startup/vmeintr.c, timer/timer.c: Fixed typo.
774
7752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
778        * configure.in: Remove.
779        * configure.ac: New file, generated from configure.in by autoupdate.
780
7812001-10-11      Joel Sherrill <joel@OARcorp.com>
782
783        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
784        delay_in_bus_cycles() to add rtems_bsp_ prefix.
785
7862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
787
788        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
789
7902001-08-30      Joel Sherrill <joel@OARcorp.com>
791
792        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
793        gnat 3.13p.
794
7952001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
796
797        * configure.in: Add bspopts.h.
798        * include/.cvsignore: Add bspopts.h*, stamp-h*.
799        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
800        * include/bsp.h: Include bspopts.h.
801
8022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
803
804        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
805
8062001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
807
808        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
809        CVS-Id.
810        * include/chain.h: Remove.
811        * include/Makefile.am: Remove chain.h.
812
8132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
816
8172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
818
819        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
820
8212000-11-01      Joel Sherrill <joel@OARcorp.com>
822
823        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
824        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
825        now must be referenced as <rtems/XXX.h>.   Header file order
826        was cleaned up while doing this.
827
8282000-11-01      Joel Sherrill <joel@OARcorp.com>
829
830        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
831        and libcsupport.h moved from libc to lib/include/rtems and
832        now must be referenced as <rtems/XXX.h>.   Header file order
833        was cleaned up while doing this.
834
8352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
836
837        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
838        Switch to GNU canonicalization.
839
8402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
843        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
844        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
845        compile.am
846
8472000-08-10      Joel Sherrill <joel@OARcorp.com>
848
849        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.