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

4.9
Last change on this file since 7be8d6b was 7be8d6b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 01:48:04

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

  • Makefile.am: Remove noinst_PROGRAMS (Unused).
  • Property mode set to 100644
File size: 25.4 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove noinst_PROGRAMS (Unused).
4
52008-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * preinstall.am: Regenerated.
8
92008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * irq/irq.c: Convert to "bool".
12
132008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
16        tod/tod.c: Convert to "bool".
17
182008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile.am, README, configure.ac, console/85c30.c,
21        console/console.c, console/consolebsp.h, include/bsp.h,
22        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
23        start/start.S, startup/bspstart.c, startup/genpvec.c,
24        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
25        testing. Runs hello but does not run ticker yet.
26
272008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * timer/timer.c: Eliminate empty function from every benchmark timer
30        driver. Fix spelling.
31
322008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * timer/timer.c: Rename timer driver methods to follow RTEMS
35        programming conventions.
36
372008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
40        startup/Hwr_init.c, startup/genpvec.c:
41        Add missing prototypes.
42
432008-07-03      Chris Johns <chrisj@rtems.org>
44
45        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
46        the Chains API.
47
482008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
51        Framework to ask the BSP where it has memory for the RTEMS Workspace
52        and C Program Heap. These collectively are referred to as work area.
53        If the BSP supports this, then it does not have to include code to
54        split the available memory between the two areas. This reduces the
55        amount of code in the BSP specific bspstart.c file. Additionally, the
56        shared framework can initialize the C Library, call
57        rtems_debug_enable(), and dirty the work area memory. Until most/all
58        BSPs support this new capability, if the BSP supports this, it should
59        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
60        When the transition is complete, this autoconf macro can be removed.
61
622008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * Makefile.am: Rework to avoid .rel files.
65
662008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * Makefile.am: Remove all references to console_reserve_resources and
69        termios_reserve_resources.
70        * console/consolereserveresources.c: Removed.
71
722008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * startup/linkcmds: Add wildcard to gcc_except_table section so
75        programs compiled with gcc 4.3.x can link.
76
772007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
80        Configuration Table. Use the RTEMS provided accessor macros to obtain
81        configuration fields.
82
832007-12-08      Till Straumann <strauman@slac.stanford.edu>
84
85        * Makefile.am: merged shared/vme/vme_universe.c and
86        shared/vme/vme_universe_dma.c into one file.
87
882007-12-08      Till Straumann <strauman@slac.stanford.edu>
89
90        * vme/VMEConfig.h: added error status to
91        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
92
932007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
96        from CPU Table to Configuration Table. Eliminate CPU Table from all
97        ports. Delete references to CPU Table in all forms.
98
992007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
102        Table fields to the Configuration Table. This included
103        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
104        do_zero_of_workspace, extra_mpci_receive_server_stack,
105        stack_allocate_hook, and stack_free_hook. As a side-effect of this
106        effort some multiprocessing code was made conditional and some style
107        clean up occurred.
108
1092007-11-30      Till Straumann <strauman@slac.stanford.edu>
110
111        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
112
1132007-11-30      Till Straumann <strauman@slac.stanford.edu>
114       
115        * vectors/vectors.S: Removed; this BSP now uses the shared
116        version.
117
1182007-11-30      Till Straumann <strauman@slac.stanford.edu>
119
120        * irq/irq.h, irq/irq_init.c: Removed the definition
121        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
122        initialize the irqBase member of the rtems_irq_global_settings
123        struct. However, irqBase is an rtems_irq_symbolic_name,
124        so using BSP_LOWEST_OFFSET is more appropriate.
125
1262007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
129        Table. They have been replaced with variables named bsp_XXX as
130        needed.
131
1322007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
135        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
136        DEBUG_puts.
137
1382007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        PR 1257/bsps
141        * irq/irq.c: Code outside of cpukit should use the public API for
142        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
143        public API and directly accessing _CPU_ISR_Disable and
144        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
145        directive which could lead to problems. This patch also changes the
146        type of the variable passed into these routines and addresses minor
147        style issues.
148
1492007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
150
151        * irq/irq_init.c: adapted to shared exception code
152
1532007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
154
155        * Makefile.am: adapted to shared exception code
156
1572007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * bsp_specs: Remove qrtems_debug.
160
1612007-03-11      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/bspstart.c: Remove assignments of
164        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
165        value in boot_card.c
166
1672007-01-30      Till Straumann <strauman@slac.stanford.edu>
168
169        * Makefile.am, preinstall.am,
170        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
171        cleaned up vme support - use files from libbsp/powerpc/shared/vme
172        and define BSP specifica in VMEConfig.h.
173        Use VME DMA support implemented by vmeUniverse and
174        libbsp/powerpc/shared/vme/vme_universe_dma.c
175
176        * irq/irq.c, include/gen2.h:
177        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
178        Support for VME IRQ software priorities was incomplete/incorrect
179        on this BSP.
180
1812006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * configure.ac: New BUG-REPORT address.
184
1852006-11-15      Joel Sherrill <joel@OARcorp.com>
186
187        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
188        file and simplified initialization.
189
1902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * Makefile.am: Remove superfluous -DASM.
193
1942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * configure.ac: Require autoconf-2.60. Require automake-1.10.
197
1982006-08-09      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
201
2022006-03-08      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Add .gnu.linkonce.b.* section.
205
2062006-02-08      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds: Add sections required by newer gcc versions.
209
2102006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * configure.ac: Remove explicit ampolish3 support (now in
213        RTEMS_BSP_CONFIGURE).
214
2152006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * configure.ac: Add ampolish3 support.
218        * Makefile.am: Add preinstall.am.
219
2202006-01-08      Joel Sherrill <joel@OARcorp.com>
221
222        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
223        Jennifer will have to test this.
224
2252006-01-08      Joel Sherrill <joel@OARcorp.com>
226
227        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
228        Jennifer will have to test this.
229
2302005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
231
232        * include/bsp.h: New header guard.
233
2342005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
235
236        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
237
2382005-05-11      Joel Sherrill <joel@OARcorp.com>
239
240        * startup/linkcmds: Add .data.* sections.
241
2422005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * vme/vmeconfig.c: Eliminate unsigned32.
245
2462005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
247
248        * include/gen2.h: Changed rtems_unsigned types to uint types
249
2502005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
251
252        * irq/irq_init.c: Name change to support common PCI interface
253
2542005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
255
256        * include/tm27.h: Correct error in tm27 test
257
2582005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
259
260        * Add/remove files for the Update to new exception model.
261        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
262        * clock/clock.c: Removed.
263
2642005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
265       
266        * Add/move files for the Update to new exception model.
267          NOTE: These modifications have not been tested on hardware.
268        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
269        * startup/FPGA.c: Removed.
270
2712005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
272
273        * score603e/Makefile.am, score603e/configure.ac,
274        score603e/console/console.c, score603e/include/bsp.h,
275        score603e/include/gen2.h, score603e/include/tm27.h,
276        score603e/startup/bspstart.c: Update score603e to new exception model
277        NOTE: These modifications have not been tested on hardware.
278
2792005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
280
281        * clock/clock.c: Fix multiple defined warning
282
2832005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
284
285        PR 778/bsps
286        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
287        startup/bspstart.c, tod/tod.c:
288        modify SCORE_.. to BSP_.. for externally used define's.
289
2902005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
293
2942005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * startup/spurious.c: Merge ppc603 and ppc603e.
297        Remove digits (Unused).
298
2992005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * Makefile.am: Fix typo in previous patch.
302
3032005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * Makefile.am: Merge-in wrapup/Makefile.am.
306        * wrapup/Makefile.am: Remove.
307        * configure.ac: Reflect changes above.
308
3092005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * vectors/vectors.S: Remove XCOFF support.
312
3132005-01-28      Joel Sherrill <joel@OARcorp.com>
314
315        * startup/linkcmds: Add .gnu.linkonce.b.* section.
316
3172005-01-26      Joel Sherrill <joel@OARcorp.com>
318
319        * startup/linkcmds: Now links.
320
3212005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
324        * include/tod.h: Remove.
325
3262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
329
3302005-01-04      Joel Sherrill <joel@OARcorp.com>
331
332        * startup/linkcmds: Remove warnings.
333
3342005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
337
3382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
339
340        * configure.ac: Require automake > 1.9.
341
3422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
343
344        PR 610/bsps
345        * Makefile.am: Add include/tm27.h, Cosmetics.
346        * include/tm27.h: Final cosmetics.
347
3482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
349
350        * include/bsp.h: Split out tmtest27 support.
351        * include/tm27.h: New.
352
3532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
354
355        PR 613/bsps
356        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
357
3582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
359
360        PR 614/bsps
361        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
362
3632004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
364
365        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
366        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
367        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
368        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
369        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
370        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
371        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
372
3732004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
374
375        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
376        clock/clock.c, console/85c30.c, console/console.c,
377        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
378        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
379        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
380        Convert to using c99 fixed size types.
381
3822004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Reflect changes to bsp.am.
385        Preinstall dist_project_lib*.
386
3872004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Reflect changes to bsp.am.
390
3912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
394
3952004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * wrapup/Makefile.am: Convert to automake-building rules.
398
3992004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
402        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
403        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
404        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
405        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
406        vectors/Makefile.am: Remove.
407        * configure.ac: Reflect changes above.
408        * wrapup/Makefile.am: Reflect changes above.
409
4102004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Merge-in start/Makefile.am.
413        * start/Makefile.am: Remove.
414        * configure.ac: Reflect changes above.
415
4162004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
419        Add RTEMS_PROG_CCAS.
420
4212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Add PREINSTALL_DIRS.
424        * wrapup/Makefile.am: Reflect changes to libcpu.
425
4262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
429        Add PRE/TMPINSTALL_FILES to CLEANFILES.
430        * start/Makefile.am: Ditto.
431        * startup/Makefile.am: Ditto.
432
4332004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * wrapup/Makefile.am: Eliminate $(LIB).
436        Use noinst_DATA to trigger building libbsp.a.
437
4382003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * startup/Makefile.am: Cosmetics.
441
4422003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * PCI_bus/Makefile.am: Eliminate VPATH.
445        * clock/Makefile.am: Eliminate VPATH.
446        * console/Makefile.am: Eliminate VPATH.
447        * start/Makefile.am: Eliminate VPATH.
448        * startup/Makefile.am: Eliminate VPATH.
449        * timer/Makefile.am: Eliminate VPATH.
450        * tod/Makefile.am: Eliminate VPATH.
451        * vectors/Makefile.am: Eliminate VPATH.
452
4532003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
456        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
457
4582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
461        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
462
4632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
466
4672003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * start/Makefile.am: Misc cleanups and fixes.
470        * startup/Makefile.am: Misc cleanups and fixes.
471        * wrapup/Makefile.am: Misc cleanups and fixes.
472
4732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Add preinstallation dirstamp support.
476        * PCI_bus/Makefile.am: Cosmetics.
477        * clock/Makefile.am: Cosmetics.
478        * console/Makefile.am: Cosmetics.
479        * startup/Makefile.am: Cosmetics.
480        * timer/Makefile.am: Cosmetics.
481        * tod/Makefile.am: Cosmetics.
482        * vectors/Makefile.am: Cosmetics.
483        * wrapup/Makefile.am: Cosmetics.
484
4852003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
488        * clock/Makefile.am: Remove all-local: $(ARCH).
489        * console/Makefile.am: Remove all-local: $(ARCH).
490        * start/Makefile.am: Remove all-local: $(ARCH).
491        * startup/Makefile.am: Remove all-local: $(ARCH).
492        * timer/Makefile.am: Remove all-local: $(ARCH).
493        * tod/Makefile.am: Remove all-local: $(ARCH).
494        * vectors/Makefile.am: Remove all-local: $(ARCH).
495        * wrapup/Makefile.am: Remove all-local: $(ARCH).
496
4972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * Makefile.am: Merge-in include/Makefile.am.
500        Reflect changes to bsp.am.
501        * include/Makefile.am: Remove.
502        * configure.ac: Reflect changes above.
503
5042003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * bsp_specs: Remove *lib:.
507
5082003-09-04      Joel Sherrill <joel@OARcorp.com>
509
510        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
511        console/console.c, console/consolebsp.h,
512        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
513        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
514        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
515        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
516        for license changed.
517
5182003-09-04      Joel Sherrill <joel@OARcorp.com>
519
520        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
521        statement about copyright assignment.
522
5232003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Reflect having moved aclocal/.
526
5272003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * Makefile.am: Reflect having moved automake/.
530        * PCI_bus/Makefile.am: Reflect having moved automake/.
531        * clock/Makefile.am: Reflect having moved automake/.
532        * console/Makefile.am: Reflect having moved automake/.
533        * include/Makefile.am: Reflect having moved automake/.
534        * start/Makefile.am: Reflect having moved automake/.
535        * startup/Makefile.am: Reflect having moved automake/.
536        * timer/Makefile.am: Reflect having moved automake/.
537        * tod/Makefile.am: Reflect having moved automake/.
538        * vectors/Makefile.am: Reflect having moved automake/.
539        * wrapup/Makefile.am: Reflect having moved automake/.
540
5412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
544
5452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        PR 445/bsps
548        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
549        Remove cpp, old_cpp (now unused).
550
5512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.ac: Remove AC_CONFIG_AUX_DIR.
554
5552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
558
5592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac: AC_PREREQ(2.57).
562
5632003-01-20      Joel Sherrill <joel@OARcorp.com>
564
565        * startup/linkcmds*: Add FreeBSD sysctl() sections.
566
5672002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
570        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
571        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
572        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
573        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
574        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
575        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
576        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
577
5782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * start/Makefile.am: Use install-data-local to install startfile.
581
5822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
585
5862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * .cvsignore: Reformat.
589        Add autom4te*cache.
590        Remove autom4te.cache.
591
5922002-08-21      Joel Sherrill <joel@OARcorp.com>
593
594        * bsp_specs: Added support for -nostdlibs.
595
5962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
597
598        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
599        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
600        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
601        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
602        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
603        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
604        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
605        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
606        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
607
6082002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * start/Makefile.am: Eliminate PGMS.
611        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
612
6132002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
616
6172002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
620        Remove $(OBJS) from all-local.
621
6222002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
625
6262001-05-09      Joel Sherrill <joel@OARcorp.com>
627
628        * startup/linkcmds: In support of gcc 3.1, added one of more
629        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
630        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
631        and direction of segments to memory regions may also have been
632        addressed.  This was a sweep across all BSPs.
633 
6342002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
637
6382002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * vectors/vectors.S: Include <asm.h>.
641
6422001-04-08      Joel Sherrill <joel@OARcorp.com>
643
644        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
645 
6462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * configure.ac:
649        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
650        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
651        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
660        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
661        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
662
6632001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
666
6672001-11-28      Joel Sherrill <joel@OARcorp.com>,
668
669        This was tracked as PR87.
670        * README, configure.ac, include/Makefile.am, include/bsp.h,
671        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
672        Eliminated conditional code for generation 1 boards as these are
673        no longer available.
674        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
675
6762001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * Makefile.am: Add @exceptions@ to SUBDIRS.
679        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
680        make/custom/score603e.cfg;
681        Add automake conditional for SCORE_GENERATION_1;
682        Add RTEMS_PPC_EXCEPTIONS([old]).
683        * include/Makefile.am: include force-preinstall.am.
684        * start/start.S: include <bspopts.h> instead of targopts.h.
685        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
686        * vectors/vector.S: include <bsp.h>.
687        * wrapup/Makefile.am: Apply @exceptions@.
688
6892001-10-25      Joel Sherrill <joel@OARcorp.com>
690
691        * startup/linkcmds: Added _init and _fini.
692
6932001-10-12      Joel Sherrill <joel@OARcorp.com>
694
695        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
696        console/consolebsp.h, console/consolereserveresources.c,
697        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
698        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
699        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
700        startup/vmeintr.c, timer/timer.c: Fixed typo.
701
7022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
703
704        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
705        * configure.in: Remove.
706        * configure.ac: New file, generated from configure.in by autoupdate.
707
7082001-10-11      Joel Sherrill <joel@OARcorp.com>
709
710        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
711        delay_in_bus_cycles() to add rtems_bsp_ prefix.
712
7132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
714
715        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
716
7172001-08-30      Joel Sherrill <joel@OARcorp.com>
718
719        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
720        gnat 3.13p.
721
7222001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
723
724        * configure.in: Add bspopts.h.
725        * include/.cvsignore: Add bspopts.h*, stamp-h*.
726        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
727        * include/bsp.h: Include bspopts.h.
728
7292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
730
731        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
732
7332001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
736        CVS-Id.
737        * include/chain.h: Remove.
738        * include/Makefile.am: Remove chain.h.
739
7402000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
743
7442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
747
7482000-11-01      Joel Sherrill <joel@OARcorp.com>
749
750        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
751        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
752        now must be referenced as <rtems/XXX.h>.   Header file order
753        was cleaned up while doing this.
754
7552000-11-01      Joel Sherrill <joel@OARcorp.com>
756
757        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
758        and libcsupport.h moved from libc to lib/include/rtems and
759        now must be referenced as <rtems/XXX.h>.   Header file order
760        was cleaned up while doing this.
761
7622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
765        Switch to GNU canonicalization.
766
7672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
770        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
771        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
772        compile.am
773
7742000-08-10      Joel Sherrill <joel@OARcorp.com>
775
776        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.