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

4.104.115
Last change on this file since 4909a30 was 4909a30, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:37

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

  • include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • Property mode set to 100644
File size: 25.4 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
4        phase, all prototypes were removed from bsp.h and empty
5        implementations were removed and made to use the shared stub.
6
72008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * irq/irq.c: Convert to "bool".
10
112008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
14        tod/tod.c: Convert to "bool".
15
162008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * Makefile.am, README, configure.ac, console/85c30.c,
19        console/console.c, console/consolebsp.h, include/bsp.h,
20        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
21        start/start.S, startup/bspstart.c, startup/genpvec.c,
22        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
23        testing. Runs hello but does not run ticker yet.
24
252008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * timer/timer.c: Eliminate empty function from every benchmark timer
28        driver. Fix spelling.
29
302008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * timer/timer.c: Rename timer driver methods to follow RTEMS
33        programming conventions.
34
352008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
38        startup/Hwr_init.c, startup/genpvec.c:
39        Add missing prototypes.
40
412008-07-03      Chris Johns <chrisj@rtems.org>
42
43        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
44        the Chains API.
45
462008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
49        Framework to ask the BSP where it has memory for the RTEMS Workspace
50        and C Program Heap. These collectively are referred to as work area.
51        If the BSP supports this, then it does not have to include code to
52        split the available memory between the two areas. This reduces the
53        amount of code in the BSP specific bspstart.c file. Additionally, the
54        shared framework can initialize the C Library, call
55        rtems_debug_enable(), and dirty the work area memory. Until most/all
56        BSPs support this new capability, if the BSP supports this, it should
57        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
58        When the transition is complete, this autoconf macro can be removed.
59
602008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * Makefile.am: Rework to avoid .rel files.
63
642008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * Makefile.am: Remove all references to console_reserve_resources and
67        termios_reserve_resources.
68        * console/consolereserveresources.c: Removed.
69
702008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * startup/linkcmds: Add wildcard to gcc_except_table section so
73        programs compiled with gcc 4.3.x can link.
74
752007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
78        Configuration Table. Use the RTEMS provided accessor macros to obtain
79        configuration fields.
80
812007-12-08      Till Straumann <strauman@slac.stanford.edu>
82
83        * Makefile.am: merged shared/vme/vme_universe.c and
84        shared/vme/vme_universe_dma.c into one file.
85
862007-12-08      Till Straumann <strauman@slac.stanford.edu>
87
88        * vme/VMEConfig.h: added error status to
89        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
90
912007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
94        from CPU Table to Configuration Table. Eliminate CPU Table from all
95        ports. Delete references to CPU Table in all forms.
96
972007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
100        Table fields to the Configuration Table. This included
101        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
102        do_zero_of_workspace, extra_mpci_receive_server_stack,
103        stack_allocate_hook, and stack_free_hook. As a side-effect of this
104        effort some multiprocessing code was made conditional and some style
105        clean up occurred.
106
1072007-11-30      Till Straumann <strauman@slac.stanford.edu>
108
109        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
110
1112007-11-30      Till Straumann <strauman@slac.stanford.edu>
112       
113        * vectors/vectors.S: Removed; this BSP now uses the shared
114        version.
115
1162007-11-30      Till Straumann <strauman@slac.stanford.edu>
117
118        * irq/irq.h, irq/irq_init.c: Removed the definition
119        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
120        initialize the irqBase member of the rtems_irq_global_settings
121        struct. However, irqBase is an rtems_irq_symbolic_name,
122        so using BSP_LOWEST_OFFSET is more appropriate.
123
1242007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
127        Table. They have been replaced with variables named bsp_XXX as
128        needed.
129
1302007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
133        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
134        DEBUG_puts.
135
1362007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        PR 1257/bsps
139        * irq/irq.c: Code outside of cpukit should use the public API for
140        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
141        public API and directly accessing _CPU_ISR_Disable and
142        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
143        directive which could lead to problems. This patch also changes the
144        type of the variable passed into these routines and addresses minor
145        style issues.
146
1472007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
148
149        * irq/irq_init.c: adapted to shared exception code
150
1512007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
152
153        * Makefile.am: adapted to shared exception code
154
1552007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * bsp_specs: Remove qrtems_debug.
158
1592007-03-11      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/bspstart.c: Remove assignments of
162        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
163        value in boot_card.c
164
1652007-01-30      Till Straumann <strauman@slac.stanford.edu>
166
167        * Makefile.am, preinstall.am,
168        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
169        cleaned up vme support - use files from libbsp/powerpc/shared/vme
170        and define BSP specifica in VMEConfig.h.
171        Use VME DMA support implemented by vmeUniverse and
172        libbsp/powerpc/shared/vme/vme_universe_dma.c
173
174        * irq/irq.c, include/gen2.h:
175        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
176        Support for VME IRQ software priorities was incomplete/incorrect
177        on this BSP.
178
1792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * configure.ac: New BUG-REPORT address.
182
1832006-11-15      Joel Sherrill <joel@OARcorp.com>
184
185        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
186        file and simplified initialization.
187
1882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * Makefile.am: Remove superfluous -DASM.
191
1922006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * configure.ac: Require autoconf-2.60. Require automake-1.10.
195
1962006-08-09      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
199
2002006-03-08      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds: Add .gnu.linkonce.b.* section.
203
2042006-02-08      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/linkcmds: Add sections required by newer gcc versions.
207
2082006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * configure.ac: Remove explicit ampolish3 support (now in
211        RTEMS_BSP_CONFIGURE).
212
2132006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * configure.ac: Add ampolish3 support.
216        * Makefile.am: Add preinstall.am.
217
2182006-01-08      Joel Sherrill <joel@OARcorp.com>
219
220        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
221        Jennifer will have to test this.
222
2232006-01-08      Joel Sherrill <joel@OARcorp.com>
224
225        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
226        Jennifer will have to test this.
227
2282005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * include/bsp.h: New header guard.
231
2322005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
233
234        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
235
2362005-05-11      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/linkcmds: Add .data.* sections.
239
2402005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
241
242        * vme/vmeconfig.c: Eliminate unsigned32.
243
2442005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
245
246        * include/gen2.h: Changed rtems_unsigned types to uint types
247
2482005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
249
250        * irq/irq_init.c: Name change to support common PCI interface
251
2522005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
253
254        * include/tm27.h: Correct error in tm27 test
255
2562005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
257
258        * Add/remove files for the Update to new exception model.
259        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
260        * clock/clock.c: Removed.
261
2622005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
263       
264        * Add/move files for the Update to new exception model.
265          NOTE: These modifications have not been tested on hardware.
266        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
267        * startup/FPGA.c: Removed.
268
2692005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
270
271        * score603e/Makefile.am, score603e/configure.ac,
272        score603e/console/console.c, score603e/include/bsp.h,
273        score603e/include/gen2.h, score603e/include/tm27.h,
274        score603e/startup/bspstart.c: Update score603e to new exception model
275        NOTE: These modifications have not been tested on hardware.
276
2772005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
278
279        * clock/clock.c: Fix multiple defined warning
280
2812005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
282
283        PR 778/bsps
284        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
285        startup/bspstart.c, tod/tod.c:
286        modify SCORE_.. to BSP_.. for externally used define's.
287
2882005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
291
2922005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
293
294        * startup/spurious.c: Merge ppc603 and ppc603e.
295        Remove digits (Unused).
296
2972005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * Makefile.am: Fix typo in previous patch.
300
3012005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * Makefile.am: Merge-in wrapup/Makefile.am.
304        * wrapup/Makefile.am: Remove.
305        * configure.ac: Reflect changes above.
306
3072005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * vectors/vectors.S: Remove XCOFF support.
310
3112005-01-28      Joel Sherrill <joel@OARcorp.com>
312
313        * startup/linkcmds: Add .gnu.linkonce.b.* section.
314
3152005-01-26      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/linkcmds: Now links.
318
3192005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
320
321        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
322        * include/tod.h: Remove.
323
3242005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
325
326        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
327
3282005-01-04      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: Remove warnings.
331
3322005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
335
3362004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
337
338        * configure.ac: Require automake > 1.9.
339
3402004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
341
342        PR 610/bsps
343        * Makefile.am: Add include/tm27.h, Cosmetics.
344        * include/tm27.h: Final cosmetics.
345
3462004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
347
348        * include/bsp.h: Split out tmtest27 support.
349        * include/tm27.h: New.
350
3512004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
352
353        PR 613/bsps
354        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
355
3562004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
357
358        PR 614/bsps
359        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
360
3612004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
362
363        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
364        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
365        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
366        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
367        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
368        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
369        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
370
3712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
372
373        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
374        clock/clock.c, console/85c30.c, console/console.c,
375        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
376        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
377        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
378        Convert to using c99 fixed size types.
379
3802004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Reflect changes to bsp.am.
383        Preinstall dist_project_lib*.
384
3852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Reflect changes to bsp.am.
388
3892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
392
3932004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * wrapup/Makefile.am: Convert to automake-building rules.
396
3972004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
400        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
401        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
402        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
403        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
404        vectors/Makefile.am: Remove.
405        * configure.ac: Reflect changes above.
406        * wrapup/Makefile.am: Reflect changes above.
407
4082004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Merge-in start/Makefile.am.
411        * start/Makefile.am: Remove.
412        * configure.ac: Reflect changes above.
413
4142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
417        Add RTEMS_PROG_CCAS.
418
4192004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: Add PREINSTALL_DIRS.
422        * wrapup/Makefile.am: Reflect changes to libcpu.
423
4242004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
427        Add PRE/TMPINSTALL_FILES to CLEANFILES.
428        * start/Makefile.am: Ditto.
429        * startup/Makefile.am: Ditto.
430
4312004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * wrapup/Makefile.am: Eliminate $(LIB).
434        Use noinst_DATA to trigger building libbsp.a.
435
4362003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * startup/Makefile.am: Cosmetics.
439
4402003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * PCI_bus/Makefile.am: Eliminate VPATH.
443        * clock/Makefile.am: Eliminate VPATH.
444        * console/Makefile.am: Eliminate VPATH.
445        * start/Makefile.am: Eliminate VPATH.
446        * startup/Makefile.am: Eliminate VPATH.
447        * timer/Makefile.am: Eliminate VPATH.
448        * tod/Makefile.am: Eliminate VPATH.
449        * vectors/Makefile.am: Eliminate VPATH.
450
4512003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
454        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
455
4562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
459        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
460
4612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
464
4652003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * start/Makefile.am: Misc cleanups and fixes.
468        * startup/Makefile.am: Misc cleanups and fixes.
469        * wrapup/Makefile.am: Misc cleanups and fixes.
470
4712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * Makefile.am: Add preinstallation dirstamp support.
474        * PCI_bus/Makefile.am: Cosmetics.
475        * clock/Makefile.am: Cosmetics.
476        * console/Makefile.am: Cosmetics.
477        * startup/Makefile.am: Cosmetics.
478        * timer/Makefile.am: Cosmetics.
479        * tod/Makefile.am: Cosmetics.
480        * vectors/Makefile.am: Cosmetics.
481        * wrapup/Makefile.am: Cosmetics.
482
4832003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
486        * clock/Makefile.am: Remove all-local: $(ARCH).
487        * console/Makefile.am: Remove all-local: $(ARCH).
488        * start/Makefile.am: Remove all-local: $(ARCH).
489        * startup/Makefile.am: Remove all-local: $(ARCH).
490        * timer/Makefile.am: Remove all-local: $(ARCH).
491        * tod/Makefile.am: Remove all-local: $(ARCH).
492        * vectors/Makefile.am: Remove all-local: $(ARCH).
493        * wrapup/Makefile.am: Remove all-local: $(ARCH).
494
4952003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Merge-in include/Makefile.am.
498        Reflect changes to bsp.am.
499        * include/Makefile.am: Remove.
500        * configure.ac: Reflect changes above.
501
5022003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * bsp_specs: Remove *lib:.
505
5062003-09-04      Joel Sherrill <joel@OARcorp.com>
507
508        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
509        console/console.c, console/consolebsp.h,
510        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
511        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
512        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
513        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
514        for license changed.
515
5162003-09-04      Joel Sherrill <joel@OARcorp.com>
517
518        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
519        statement about copyright assignment.
520
5212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am: Reflect having moved aclocal/.
524
5252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * Makefile.am: Reflect having moved automake/.
528        * PCI_bus/Makefile.am: Reflect having moved automake/.
529        * clock/Makefile.am: Reflect having moved automake/.
530        * console/Makefile.am: Reflect having moved automake/.
531        * include/Makefile.am: Reflect having moved automake/.
532        * start/Makefile.am: Reflect having moved automake/.
533        * startup/Makefile.am: Reflect having moved automake/.
534        * timer/Makefile.am: Reflect having moved automake/.
535        * tod/Makefile.am: Reflect having moved automake/.
536        * vectors/Makefile.am: Reflect having moved automake/.
537        * wrapup/Makefile.am: Reflect having moved automake/.
538
5392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
542
5432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        PR 445/bsps
546        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
547        Remove cpp, old_cpp (now unused).
548
5492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.ac: Remove AC_CONFIG_AUX_DIR.
552
5532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
556
5572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac: AC_PREREQ(2.57).
560
5612003-01-20      Joel Sherrill <joel@OARcorp.com>
562
563        * startup/linkcmds*: Add FreeBSD sysctl() sections.
564
5652002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
568        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
569        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
570        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
571        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
572        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
573        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
574        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
575
5762002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * start/Makefile.am: Use install-data-local to install startfile.
579
5802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
583
5842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
585
586        * .cvsignore: Reformat.
587        Add autom4te*cache.
588        Remove autom4te.cache.
589
5902002-08-21      Joel Sherrill <joel@OARcorp.com>
591
592        * bsp_specs: Added support for -nostdlibs.
593
5942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
597        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
598        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
599        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
600        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
601        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
602        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
603        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
604        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
605
6062002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * start/Makefile.am: Eliminate PGMS.
609        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
610
6112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
614
6152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
618        Remove $(OBJS) from all-local.
619
6202002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
621
622        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
623
6242001-05-09      Joel Sherrill <joel@OARcorp.com>
625
626        * startup/linkcmds: In support of gcc 3.1, added one of more
627        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
628        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
629        and direction of segments to memory regions may also have been
630        addressed.  This was a sweep across all BSPs.
631 
6322002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
633
634        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
635
6362002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
637
638        * vectors/vectors.S: Include <asm.h>.
639
6402001-04-08      Joel Sherrill <joel@OARcorp.com>
641
642        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
643 
6442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * configure.ac:
647        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
648        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
649        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
660
6612001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
664
6652001-11-28      Joel Sherrill <joel@OARcorp.com>,
666
667        This was tracked as PR87.
668        * README, configure.ac, include/Makefile.am, include/bsp.h,
669        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
670        Eliminated conditional code for generation 1 boards as these are
671        no longer available.
672        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
673
6742001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * Makefile.am: Add @exceptions@ to SUBDIRS.
677        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
678        make/custom/score603e.cfg;
679        Add automake conditional for SCORE_GENERATION_1;
680        Add RTEMS_PPC_EXCEPTIONS([old]).
681        * include/Makefile.am: include force-preinstall.am.
682        * start/start.S: include <bspopts.h> instead of targopts.h.
683        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
684        * vectors/vector.S: include <bsp.h>.
685        * wrapup/Makefile.am: Apply @exceptions@.
686
6872001-10-25      Joel Sherrill <joel@OARcorp.com>
688
689        * startup/linkcmds: Added _init and _fini.
690
6912001-10-12      Joel Sherrill <joel@OARcorp.com>
692
693        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
694        console/consolebsp.h, console/consolereserveresources.c,
695        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
696        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
697        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
698        startup/vmeintr.c, timer/timer.c: Fixed typo.
699
7002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
703        * configure.in: Remove.
704        * configure.ac: New file, generated from configure.in by autoupdate.
705
7062001-10-11      Joel Sherrill <joel@OARcorp.com>
707
708        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
709        delay_in_bus_cycles() to add rtems_bsp_ prefix.
710
7112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
714
7152001-08-30      Joel Sherrill <joel@OARcorp.com>
716
717        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
718        gnat 3.13p.
719
7202001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
721
722        * configure.in: Add bspopts.h.
723        * include/.cvsignore: Add bspopts.h*, stamp-h*.
724        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
725        * include/bsp.h: Include bspopts.h.
726
7272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
728
729        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
730
7312001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
732
733        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
734        CVS-Id.
735        * include/chain.h: Remove.
736        * include/Makefile.am: Remove chain.h.
737
7382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
739
740        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
741
7422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
743
744        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
745
7462000-11-01      Joel Sherrill <joel@OARcorp.com>
747
748        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
749        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
750        now must be referenced as <rtems/XXX.h>.   Header file order
751        was cleaned up while doing this.
752
7532000-11-01      Joel Sherrill <joel@OARcorp.com>
754
755        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
756        and libcsupport.h moved from libc to lib/include/rtems and
757        now must be referenced as <rtems/XXX.h>.   Header file order
758        was cleaned up while doing this.
759
7602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
763        Switch to GNU canonicalization.
764
7652000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
768        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
769        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
770        compile.am
771
7722000-08-10      Joel Sherrill <joel@OARcorp.com>
773
774        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.