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

4.104.114.95
Last change on this file since d06aa82 was d06aa82, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/20/08 at 08:58:38

2008-08-20 Ralf Corsépius <ralf.corsepius@…>

  • irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c, startup/Hwr_init.c, startup/genpvec.c: Add missing prototypes.
  • Property mode set to 100644
File size: 24.3 KB
Line 
12008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
4        startup/Hwr_init.c, startup/genpvec.c:
5        Add missing prototypes.
6
72008-07-03      Chris Johns <chrisj@rtems.org>
8
9        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
10        the Chains API.
11
122008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
15        Framework to ask the BSP where it has memory for the RTEMS Workspace
16        and C Program Heap. These collectively are referred to as work area.
17        If the BSP supports this, then it does not have to include code to
18        split the available memory between the two areas. This reduces the
19        amount of code in the BSP specific bspstart.c file. Additionally, the
20        shared framework can initialize the C Library, call
21        rtems_debug_enable(), and dirty the work area memory. Until most/all
22        BSPs support this new capability, if the BSP supports this, it should
23        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
24        When the transition is complete, this autoconf macro can be removed.
25
262008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * Makefile.am: Rework to avoid .rel files.
29
302008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am: Remove all references to console_reserve_resources and
33        termios_reserve_resources.
34        * console/consolereserveresources.c: Removed.
35
362008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * startup/linkcmds: Add wildcard to gcc_except_table section so
39        programs compiled with gcc 4.3.x can link.
40
412007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
44        Configuration Table. Use the RTEMS provided accessor macros to obtain
45        configuration fields.
46
472007-12-08      Till Straumann <strauman@slac.stanford.edu>
48
49        * Makefile.am: merged shared/vme/vme_universe.c and
50        shared/vme/vme_universe_dma.c into one file.
51
522007-12-08      Till Straumann <strauman@slac.stanford.edu>
53
54        * vme/VMEConfig.h: added error status to
55        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
56
572007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
60        from CPU Table to Configuration Table. Eliminate CPU Table from all
61        ports. Delete references to CPU Table in all forms.
62
632007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
66        Table fields to the Configuration Table. This included
67        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
68        do_zero_of_workspace, extra_mpci_receive_server_stack,
69        stack_allocate_hook, and stack_free_hook. As a side-effect of this
70        effort some multiprocessing code was made conditional and some style
71        clean up occurred.
72
732007-11-30      Till Straumann <strauman@slac.stanford.edu>
74
75        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
76
772007-11-30      Till Straumann <strauman@slac.stanford.edu>
78       
79        * vectors/vectors.S: Removed; this BSP now uses the shared
80        version.
81
822007-11-30      Till Straumann <strauman@slac.stanford.edu>
83
84        * irq/irq.h, irq/irq_init.c: Removed the definition
85        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
86        initialize the irqBase member of the rtems_irq_global_settings
87        struct. However, irqBase is an rtems_irq_symbolic_name,
88        so using BSP_LOWEST_OFFSET is more appropriate.
89
902007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
93        Table. They have been replaced with variables named bsp_XXX as
94        needed.
95
962007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
99        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
100        DEBUG_puts.
101
1022007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        PR 1257/bsps
105        * irq/irq.c: Code outside of cpukit should use the public API for
106        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
107        public API and directly accessing _CPU_ISR_Disable and
108        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
109        directive which could lead to problems. This patch also changes the
110        type of the variable passed into these routines and addresses minor
111        style issues.
112
1132007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
114
115        * irq/irq_init.c: adapted to shared exception code
116
1172007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
118
119        * Makefile.am: adapted to shared exception code
120
1212007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * bsp_specs: Remove qrtems_debug.
124
1252007-03-11      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/bspstart.c: Remove assignments of
128        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
129        value in boot_card.c
130
1312007-01-30      Till Straumann <strauman@slac.stanford.edu>
132
133        * Makefile.am, preinstall.am,
134        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
135        cleaned up vme support - use files from libbsp/powerpc/shared/vme
136        and define BSP specifica in VMEConfig.h.
137        Use VME DMA support implemented by vmeUniverse and
138        libbsp/powerpc/shared/vme/vme_universe_dma.c
139
140        * irq/irq.c, include/gen2.h:
141        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
142        Support for VME IRQ software priorities was incomplete/incorrect
143        on this BSP.
144
1452006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * configure.ac: New BUG-REPORT address.
148
1492006-11-15      Joel Sherrill <joel@OARcorp.com>
150
151        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
152        file and simplified initialization.
153
1542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * Makefile.am: Remove superfluous -DASM.
157
1582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * configure.ac: Require autoconf-2.60. Require automake-1.10.
161
1622006-08-09      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
165
1662006-03-08      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/linkcmds: Add .gnu.linkonce.b.* section.
169
1702006-02-08      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Add sections required by newer gcc versions.
173
1742006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
175
176        * configure.ac: Remove explicit ampolish3 support (now in
177        RTEMS_BSP_CONFIGURE).
178
1792006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
180
181        * configure.ac: Add ampolish3 support.
182        * Makefile.am: Add preinstall.am.
183
1842006-01-08      Joel Sherrill <joel@OARcorp.com>
185
186        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
187        Jennifer will have to test this.
188
1892006-01-08      Joel Sherrill <joel@OARcorp.com>
190
191        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
192        Jennifer will have to test this.
193
1942005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * include/bsp.h: New header guard.
197
1982005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
199
200        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
201
2022005-05-11      Joel Sherrill <joel@OARcorp.com>
203
204        * startup/linkcmds: Add .data.* sections.
205
2062005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * vme/vmeconfig.c: Eliminate unsigned32.
209
2102005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
211
212        * include/gen2.h: Changed rtems_unsigned types to uint types
213
2142005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
215
216        * irq/irq_init.c: Name change to support common PCI interface
217
2182005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
219
220        * include/tm27.h: Correct error in tm27 test
221
2222005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
223
224        * Add/remove files for the Update to new exception model.
225        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
226        * clock/clock.c: Removed.
227
2282005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
229       
230        * Add/move files for the Update to new exception model.
231          NOTE: These modifications have not been tested on hardware.
232        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
233        * startup/FPGA.c: Removed.
234
2352005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
236
237        * score603e/Makefile.am, score603e/configure.ac,
238        score603e/console/console.c, score603e/include/bsp.h,
239        score603e/include/gen2.h, score603e/include/tm27.h,
240        score603e/startup/bspstart.c: Update score603e to new exception model
241        NOTE: These modifications have not been tested on hardware.
242
2432005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
244
245        * clock/clock.c: Fix multiple defined warning
246
2472005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
248
249        PR 778/bsps
250        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
251        startup/bspstart.c, tod/tod.c:
252        modify SCORE_.. to BSP_.. for externally used define's.
253
2542005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
255
256        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
257
2582005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
259
260        * startup/spurious.c: Merge ppc603 and ppc603e.
261        Remove digits (Unused).
262
2632005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
264
265        * Makefile.am: Fix typo in previous patch.
266
2672005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
268
269        * Makefile.am: Merge-in wrapup/Makefile.am.
270        * wrapup/Makefile.am: Remove.
271        * configure.ac: Reflect changes above.
272
2732005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
274
275        * vectors/vectors.S: Remove XCOFF support.
276
2772005-01-28      Joel Sherrill <joel@OARcorp.com>
278
279        * startup/linkcmds: Add .gnu.linkonce.b.* section.
280
2812005-01-26      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/linkcmds: Now links.
284
2852005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
286
287        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
288        * include/tod.h: Remove.
289
2902005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
291
292        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
293
2942005-01-04      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/linkcmds: Remove warnings.
297
2982005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
299
300        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
301
3022004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
303
304        * configure.ac: Require automake > 1.9.
305
3062004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
307
308        PR 610/bsps
309        * Makefile.am: Add include/tm27.h, Cosmetics.
310        * include/tm27.h: Final cosmetics.
311
3122004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
313
314        * include/bsp.h: Split out tmtest27 support.
315        * include/tm27.h: New.
316
3172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
318
319        PR 613/bsps
320        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
321
3222004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
323
324        PR 614/bsps
325        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
326
3272004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
328
329        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
330        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
331        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
332        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
333        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
334        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
335        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
336
3372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
338
339        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
340        clock/clock.c, console/85c30.c, console/console.c,
341        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
342        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
343        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
344        Convert to using c99 fixed size types.
345
3462004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Reflect changes to bsp.am.
349        Preinstall dist_project_lib*.
350
3512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Reflect changes to bsp.am.
354
3552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
358
3592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * wrapup/Makefile.am: Convert to automake-building rules.
362
3632004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
366        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
367        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
368        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
369        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
370        vectors/Makefile.am: Remove.
371        * configure.ac: Reflect changes above.
372        * wrapup/Makefile.am: Reflect changes above.
373
3742004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Merge-in start/Makefile.am.
377        * start/Makefile.am: Remove.
378        * configure.ac: Reflect changes above.
379
3802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
383        Add RTEMS_PROG_CCAS.
384
3852004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Add PREINSTALL_DIRS.
388        * wrapup/Makefile.am: Reflect changes to libcpu.
389
3902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
393        Add PRE/TMPINSTALL_FILES to CLEANFILES.
394        * start/Makefile.am: Ditto.
395        * startup/Makefile.am: Ditto.
396
3972004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * wrapup/Makefile.am: Eliminate $(LIB).
400        Use noinst_DATA to trigger building libbsp.a.
401
4022003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * startup/Makefile.am: Cosmetics.
405
4062003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * PCI_bus/Makefile.am: Eliminate VPATH.
409        * clock/Makefile.am: Eliminate VPATH.
410        * console/Makefile.am: Eliminate VPATH.
411        * start/Makefile.am: Eliminate VPATH.
412        * startup/Makefile.am: Eliminate VPATH.
413        * timer/Makefile.am: Eliminate VPATH.
414        * tod/Makefile.am: Eliminate VPATH.
415        * vectors/Makefile.am: Eliminate VPATH.
416
4172003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
420        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
421
4222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
425        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
426
4272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
430
4312003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * start/Makefile.am: Misc cleanups and fixes.
434        * startup/Makefile.am: Misc cleanups and fixes.
435        * wrapup/Makefile.am: Misc cleanups and fixes.
436
4372003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Add preinstallation dirstamp support.
440        * PCI_bus/Makefile.am: Cosmetics.
441        * clock/Makefile.am: Cosmetics.
442        * console/Makefile.am: Cosmetics.
443        * startup/Makefile.am: Cosmetics.
444        * timer/Makefile.am: Cosmetics.
445        * tod/Makefile.am: Cosmetics.
446        * vectors/Makefile.am: Cosmetics.
447        * wrapup/Makefile.am: Cosmetics.
448
4492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
452        * clock/Makefile.am: Remove all-local: $(ARCH).
453        * console/Makefile.am: Remove all-local: $(ARCH).
454        * start/Makefile.am: Remove all-local: $(ARCH).
455        * startup/Makefile.am: Remove all-local: $(ARCH).
456        * timer/Makefile.am: Remove all-local: $(ARCH).
457        * tod/Makefile.am: Remove all-local: $(ARCH).
458        * vectors/Makefile.am: Remove all-local: $(ARCH).
459        * wrapup/Makefile.am: Remove all-local: $(ARCH).
460
4612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Merge-in include/Makefile.am.
464        Reflect changes to bsp.am.
465        * include/Makefile.am: Remove.
466        * configure.ac: Reflect changes above.
467
4682003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * bsp_specs: Remove *lib:.
471
4722003-09-04      Joel Sherrill <joel@OARcorp.com>
473
474        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
475        console/console.c, console/consolebsp.h,
476        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
477        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
478        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
479        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
480        for license changed.
481
4822003-09-04      Joel Sherrill <joel@OARcorp.com>
483
484        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
485        statement about copyright assignment.
486
4872003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * Makefile.am: Reflect having moved aclocal/.
490
4912003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Reflect having moved automake/.
494        * PCI_bus/Makefile.am: Reflect having moved automake/.
495        * clock/Makefile.am: Reflect having moved automake/.
496        * console/Makefile.am: Reflect having moved automake/.
497        * include/Makefile.am: Reflect having moved automake/.
498        * start/Makefile.am: Reflect having moved automake/.
499        * startup/Makefile.am: Reflect having moved automake/.
500        * timer/Makefile.am: Reflect having moved automake/.
501        * tod/Makefile.am: Reflect having moved automake/.
502        * vectors/Makefile.am: Reflect having moved automake/.
503        * wrapup/Makefile.am: Reflect having moved automake/.
504
5052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
508
5092003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        PR 445/bsps
512        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
513        Remove cpp, old_cpp (now unused).
514
5152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Remove AC_CONFIG_AUX_DIR.
518
5192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
522
5232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: AC_PREREQ(2.57).
526
5272003-01-20      Joel Sherrill <joel@OARcorp.com>
528
529        * startup/linkcmds*: Add FreeBSD sysctl() sections.
530
5312002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
534        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
535        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
536        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
537        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
538        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
539        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
540        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
541
5422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * start/Makefile.am: Use install-data-local to install startfile.
545
5462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
549
5502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * .cvsignore: Reformat.
553        Add autom4te*cache.
554        Remove autom4te.cache.
555
5562002-08-21      Joel Sherrill <joel@OARcorp.com>
557
558        * bsp_specs: Added support for -nostdlibs.
559
5602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
563        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
564        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
565        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
566        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
567        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
568        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
569        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
570        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
571
5722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * start/Makefile.am: Eliminate PGMS.
575        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
576
5772002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
580
5812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
584        Remove $(OBJS) from all-local.
585
5862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
589
5902001-05-09      Joel Sherrill <joel@OARcorp.com>
591
592        * startup/linkcmds: In support of gcc 3.1, added one of more
593        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
594        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
595        and direction of segments to memory regions may also have been
596        addressed.  This was a sweep across all BSPs.
597 
5982002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
601
6022002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * vectors/vectors.S: Include <asm.h>.
605
6062001-04-08      Joel Sherrill <joel@OARcorp.com>
607
608        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
609 
6102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac:
613        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
614        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
615        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
616        * Makefile.am: Remove AUTOMAKE_OPTIONS.
617        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
618        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
619        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
620        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
621        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
624        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
625        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
626
6272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
630
6312001-11-28      Joel Sherrill <joel@OARcorp.com>,
632
633        This was tracked as PR87.
634        * README, configure.ac, include/Makefile.am, include/bsp.h,
635        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
636        Eliminated conditional code for generation 1 boards as these are
637        no longer available.
638        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
639
6402001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * Makefile.am: Add @exceptions@ to SUBDIRS.
643        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
644        make/custom/score603e.cfg;
645        Add automake conditional for SCORE_GENERATION_1;
646        Add RTEMS_PPC_EXCEPTIONS([old]).
647        * include/Makefile.am: include force-preinstall.am.
648        * start/start.S: include <bspopts.h> instead of targopts.h.
649        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
650        * vectors/vector.S: include <bsp.h>.
651        * wrapup/Makefile.am: Apply @exceptions@.
652
6532001-10-25      Joel Sherrill <joel@OARcorp.com>
654
655        * startup/linkcmds: Added _init and _fini.
656
6572001-10-12      Joel Sherrill <joel@OARcorp.com>
658
659        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
660        console/consolebsp.h, console/consolereserveresources.c,
661        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
662        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
663        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
664        startup/vmeintr.c, timer/timer.c: Fixed typo.
665
6662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
669        * configure.in: Remove.
670        * configure.ac: New file, generated from configure.in by autoupdate.
671
6722001-10-11      Joel Sherrill <joel@OARcorp.com>
673
674        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
675        delay_in_bus_cycles() to add rtems_bsp_ prefix.
676
6772001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
678
679        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
680
6812001-08-30      Joel Sherrill <joel@OARcorp.com>
682
683        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
684        gnat 3.13p.
685
6862001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * configure.in: Add bspopts.h.
689        * include/.cvsignore: Add bspopts.h*, stamp-h*.
690        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
691        * include/bsp.h: Include bspopts.h.
692
6932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
694
695        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
696
6972001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
698
699        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
700        CVS-Id.
701        * include/chain.h: Remove.
702        * include/Makefile.am: Remove chain.h.
703
7042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
705
706        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
707
7082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
709
710        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
711
7122000-11-01      Joel Sherrill <joel@OARcorp.com>
713
714        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
715        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
716        now must be referenced as <rtems/XXX.h>.   Header file order
717        was cleaned up while doing this.
718
7192000-11-01      Joel Sherrill <joel@OARcorp.com>
720
721        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
722        and libcsupport.h moved from libc to lib/include/rtems and
723        now must be referenced as <rtems/XXX.h>.   Header file order
724        was cleaned up while doing this.
725
7262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
727
728        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
729        Switch to GNU canonicalization.
730
7312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
734        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
735        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
736        compile.am
737
7382000-08-10      Joel Sherrill <joel@OARcorp.com>
739
740        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.