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

4.104.115
Last change on this file since ccceaf3 was ccceaf3, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:42:45

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

  • include/bsp.h: Remove unnecessary boilerplate comments.
  • Property mode set to 100644
File size: 26.6 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Remove unnecessary boilerplate comments.
4
52008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Add include of rtems/libio.h.
8
92008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
12        is NOT used anywhere.
13
142008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * preinstall.am: Regenerated.
17
182008-09-17      Miao Yan <yanmiaobest@gmail.com>
19
20        * startup/bspstart.c: Merge GSOC project code to add simple device only
21        filesystem (devfs), optionally completely drop out filesystem, and to
22        clean up disabling newlib reentrancy support. This dropped 17K from
23        the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code
24        space.
25
262008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * irq/FPGA.c: Remove unnecessary includes of rtems/libcsupport.h and
29        rtems/libio.h.
30
312008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Add use
34        of bsp_get_work_area() in its own file and rely on BSP Framework to
35        perform more initialization.
36        * startup/bspgetworkarea.c: New file.
37
382008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
41        phase, all prototypes were removed from bsp.h and empty
42        implementations were removed and made to use the shared stub.
43
442008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * irq/irq.c: Convert to "bool".
47
482008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
51        tod/tod.c: Convert to "bool".
52
532008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am, README, configure.ac, console/85c30.c,
56        console/console.c, console/consolebsp.h, include/bsp.h,
57        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
58        start/start.S, startup/bspstart.c, startup/genpvec.c,
59        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
60        testing. Runs hello but does not run ticker yet.
61
622008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * timer/timer.c: Eliminate empty function from every benchmark timer
65        driver. Fix spelling.
66
672008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * timer/timer.c: Rename timer driver methods to follow RTEMS
70        programming conventions.
71
722008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
75        startup/Hwr_init.c, startup/genpvec.c:
76        Add missing prototypes.
77
782008-07-03      Chris Johns <chrisj@rtems.org>
79
80        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
81        the Chains API.
82
832008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
86        Framework to ask the BSP where it has memory for the RTEMS Workspace
87        and C Program Heap. These collectively are referred to as work area.
88        If the BSP supports this, then it does not have to include code to
89        split the available memory between the two areas. This reduces the
90        amount of code in the BSP specific bspstart.c file. Additionally, the
91        shared framework can initialize the C Library, call
92        rtems_debug_enable(), and dirty the work area memory. Until most/all
93        BSPs support this new capability, if the BSP supports this, it should
94        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
95        When the transition is complete, this autoconf macro can be removed.
96
972008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * Makefile.am: Rework to avoid .rel files.
100
1012008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * Makefile.am: Remove all references to console_reserve_resources and
104        termios_reserve_resources.
105        * console/consolereserveresources.c: Removed.
106
1072008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/linkcmds: Add wildcard to gcc_except_table section so
110        programs compiled with gcc 4.3.x can link.
111
1122007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
115        Configuration Table. Use the RTEMS provided accessor macros to obtain
116        configuration fields.
117
1182007-12-08      Till Straumann <strauman@slac.stanford.edu>
119
120        * Makefile.am: merged shared/vme/vme_universe.c and
121        shared/vme/vme_universe_dma.c into one file.
122
1232007-12-08      Till Straumann <strauman@slac.stanford.edu>
124
125        * vme/VMEConfig.h: added error status to
126        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
127
1282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
131        from CPU Table to Configuration Table. Eliminate CPU Table from all
132        ports. Delete references to CPU Table in all forms.
133
1342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
137        Table fields to the Configuration Table. This included
138        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
139        do_zero_of_workspace, extra_mpci_receive_server_stack,
140        stack_allocate_hook, and stack_free_hook. As a side-effect of this
141        effort some multiprocessing code was made conditional and some style
142        clean up occurred.
143
1442007-11-30      Till Straumann <strauman@slac.stanford.edu>
145
146        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
147
1482007-11-30      Till Straumann <strauman@slac.stanford.edu>
149       
150        * vectors/vectors.S: Removed; this BSP now uses the shared
151        version.
152
1532007-11-30      Till Straumann <strauman@slac.stanford.edu>
154
155        * irq/irq.h, irq/irq_init.c: Removed the definition
156        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
157        initialize the irqBase member of the rtems_irq_global_settings
158        struct. However, irqBase is an rtems_irq_symbolic_name,
159        so using BSP_LOWEST_OFFSET is more appropriate.
160
1612007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
164        Table. They have been replaced with variables named bsp_XXX as
165        needed.
166
1672007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
170        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
171        DEBUG_puts.
172
1732007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        PR 1257/bsps
176        * irq/irq.c: Code outside of cpukit should use the public API for
177        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
178        public API and directly accessing _CPU_ISR_Disable and
179        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
180        directive which could lead to problems. This patch also changes the
181        type of the variable passed into these routines and addresses minor
182        style issues.
183
1842007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
185
186        * irq/irq_init.c: adapted to shared exception code
187
1882007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
189
190        * Makefile.am: adapted to shared exception code
191
1922007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * bsp_specs: Remove qrtems_debug.
195
1962007-03-11      Joel Sherrill <joel@OARcorp.com>
197
198        * startup/bspstart.c: Remove assignments of
199        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
200        value in boot_card.c
201
2022007-01-30      Till Straumann <strauman@slac.stanford.edu>
203
204        * Makefile.am, preinstall.am,
205        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
206        cleaned up vme support - use files from libbsp/powerpc/shared/vme
207        and define BSP specifica in VMEConfig.h.
208        Use VME DMA support implemented by vmeUniverse and
209        libbsp/powerpc/shared/vme/vme_universe_dma.c
210
211        * irq/irq.c, include/gen2.h:
212        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
213        Support for VME IRQ software priorities was incomplete/incorrect
214        on this BSP.
215
2162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * configure.ac: New BUG-REPORT address.
219
2202006-11-15      Joel Sherrill <joel@OARcorp.com>
221
222        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
223        file and simplified initialization.
224
2252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * Makefile.am: Remove superfluous -DASM.
228
2292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * configure.ac: Require autoconf-2.60. Require automake-1.10.
232
2332006-08-09      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
236
2372006-03-08      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/linkcmds: Add .gnu.linkonce.b.* section.
240
2412006-02-08      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds: Add sections required by newer gcc versions.
244
2452006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * configure.ac: Remove explicit ampolish3 support (now in
248        RTEMS_BSP_CONFIGURE).
249
2502006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Add ampolish3 support.
253        * Makefile.am: Add preinstall.am.
254
2552006-01-08      Joel Sherrill <joel@OARcorp.com>
256
257        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
258        Jennifer will have to test this.
259
2602006-01-08      Joel Sherrill <joel@OARcorp.com>
261
262        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
263        Jennifer will have to test this.
264
2652005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * include/bsp.h: New header guard.
268
2692005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
270
271        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
272
2732005-05-11      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/linkcmds: Add .data.* sections.
276
2772005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * vme/vmeconfig.c: Eliminate unsigned32.
280
2812005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
282
283        * include/gen2.h: Changed rtems_unsigned types to uint types
284
2852005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
286
287        * irq/irq_init.c: Name change to support common PCI interface
288
2892005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
290
291        * include/tm27.h: Correct error in tm27 test
292
2932005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
294
295        * Add/remove files for the Update to new exception model.
296        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
297        * clock/clock.c: Removed.
298
2992005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
300       
301        * Add/move files for the Update to new exception model.
302          NOTE: These modifications have not been tested on hardware.
303        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
304        * startup/FPGA.c: Removed.
305
3062005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
307
308        * score603e/Makefile.am, score603e/configure.ac,
309        score603e/console/console.c, score603e/include/bsp.h,
310        score603e/include/gen2.h, score603e/include/tm27.h,
311        score603e/startup/bspstart.c: Update score603e to new exception model
312        NOTE: These modifications have not been tested on hardware.
313
3142005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
315
316        * clock/clock.c: Fix multiple defined warning
317
3182005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
319
320        PR 778/bsps
321        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
322        startup/bspstart.c, tod/tod.c:
323        modify SCORE_.. to BSP_.. for externally used define's.
324
3252005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
328
3292005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * startup/spurious.c: Merge ppc603 and ppc603e.
332        Remove digits (Unused).
333
3342005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * Makefile.am: Fix typo in previous patch.
337
3382005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * Makefile.am: Merge-in wrapup/Makefile.am.
341        * wrapup/Makefile.am: Remove.
342        * configure.ac: Reflect changes above.
343
3442005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * vectors/vectors.S: Remove XCOFF support.
347
3482005-01-28      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds: Add .gnu.linkonce.b.* section.
351
3522005-01-26      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds: Now links.
355
3562005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
359        * include/tod.h: Remove.
360
3612005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
364
3652005-01-04      Joel Sherrill <joel@OARcorp.com>
366
367        * startup/linkcmds: Remove warnings.
368
3692005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
370
371        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
372
3732004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
374
375        * configure.ac: Require automake > 1.9.
376
3772004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
378
379        PR 610/bsps
380        * Makefile.am: Add include/tm27.h, Cosmetics.
381        * include/tm27.h: Final cosmetics.
382
3832004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
384
385        * include/bsp.h: Split out tmtest27 support.
386        * include/tm27.h: New.
387
3882004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
389
390        PR 613/bsps
391        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
392
3932004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
394
395        PR 614/bsps
396        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
397
3982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
399
400        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
401        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
402        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
403        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
404        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
405        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
406        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
407
4082004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
409
410        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
411        clock/clock.c, console/85c30.c, console/console.c,
412        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
413        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
414        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
415        Convert to using c99 fixed size types.
416
4172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Reflect changes to bsp.am.
420        Preinstall dist_project_lib*.
421
4222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * Makefile.am: Reflect changes to bsp.am.
425
4262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
429
4302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * wrapup/Makefile.am: Convert to automake-building rules.
433
4342004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
437        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
438        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
439        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
440        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
441        vectors/Makefile.am: Remove.
442        * configure.ac: Reflect changes above.
443        * wrapup/Makefile.am: Reflect changes above.
444
4452004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * Makefile.am: Merge-in start/Makefile.am.
448        * start/Makefile.am: Remove.
449        * configure.ac: Reflect changes above.
450
4512004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
454        Add RTEMS_PROG_CCAS.
455
4562004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Add PREINSTALL_DIRS.
459        * wrapup/Makefile.am: Reflect changes to libcpu.
460
4612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
464        Add PRE/TMPINSTALL_FILES to CLEANFILES.
465        * start/Makefile.am: Ditto.
466        * startup/Makefile.am: Ditto.
467
4682004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * wrapup/Makefile.am: Eliminate $(LIB).
471        Use noinst_DATA to trigger building libbsp.a.
472
4732003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * startup/Makefile.am: Cosmetics.
476
4772003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * PCI_bus/Makefile.am: Eliminate VPATH.
480        * clock/Makefile.am: Eliminate VPATH.
481        * console/Makefile.am: Eliminate VPATH.
482        * start/Makefile.am: Eliminate VPATH.
483        * startup/Makefile.am: Eliminate VPATH.
484        * timer/Makefile.am: Eliminate VPATH.
485        * tod/Makefile.am: Eliminate VPATH.
486        * vectors/Makefile.am: Eliminate VPATH.
487
4882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
491        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
492
4932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
496        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
497
4982003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
501
5022003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * start/Makefile.am: Misc cleanups and fixes.
505        * startup/Makefile.am: Misc cleanups and fixes.
506        * wrapup/Makefile.am: Misc cleanups and fixes.
507
5082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am: Add preinstallation dirstamp support.
511        * PCI_bus/Makefile.am: Cosmetics.
512        * clock/Makefile.am: Cosmetics.
513        * console/Makefile.am: Cosmetics.
514        * startup/Makefile.am: Cosmetics.
515        * timer/Makefile.am: Cosmetics.
516        * tod/Makefile.am: Cosmetics.
517        * vectors/Makefile.am: Cosmetics.
518        * wrapup/Makefile.am: Cosmetics.
519
5202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
523        * clock/Makefile.am: Remove all-local: $(ARCH).
524        * console/Makefile.am: Remove all-local: $(ARCH).
525        * start/Makefile.am: Remove all-local: $(ARCH).
526        * startup/Makefile.am: Remove all-local: $(ARCH).
527        * timer/Makefile.am: Remove all-local: $(ARCH).
528        * tod/Makefile.am: Remove all-local: $(ARCH).
529        * vectors/Makefile.am: Remove all-local: $(ARCH).
530        * wrapup/Makefile.am: Remove all-local: $(ARCH).
531
5322003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am: Merge-in include/Makefile.am.
535        Reflect changes to bsp.am.
536        * include/Makefile.am: Remove.
537        * configure.ac: Reflect changes above.
538
5392003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * bsp_specs: Remove *lib:.
542
5432003-09-04      Joel Sherrill <joel@OARcorp.com>
544
545        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
546        console/console.c, console/consolebsp.h,
547        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
548        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
549        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
550        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
551        for license changed.
552
5532003-09-04      Joel Sherrill <joel@OARcorp.com>
554
555        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
556        statement about copyright assignment.
557
5582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * Makefile.am: Reflect having moved aclocal/.
561
5622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * Makefile.am: Reflect having moved automake/.
565        * PCI_bus/Makefile.am: Reflect having moved automake/.
566        * clock/Makefile.am: Reflect having moved automake/.
567        * console/Makefile.am: Reflect having moved automake/.
568        * include/Makefile.am: Reflect having moved automake/.
569        * start/Makefile.am: Reflect having moved automake/.
570        * startup/Makefile.am: Reflect having moved automake/.
571        * timer/Makefile.am: Reflect having moved automake/.
572        * tod/Makefile.am: Reflect having moved automake/.
573        * vectors/Makefile.am: Reflect having moved automake/.
574        * wrapup/Makefile.am: Reflect having moved automake/.
575
5762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
577
578        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
579
5802003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        PR 445/bsps
583        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
584        Remove cpp, old_cpp (now unused).
585
5862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: Remove AC_CONFIG_AUX_DIR.
589
5902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
591
592        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
593
5942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * configure.ac: AC_PREREQ(2.57).
597
5982003-01-20      Joel Sherrill <joel@OARcorp.com>
599
600        * startup/linkcmds*: Add FreeBSD sysctl() sections.
601
6022002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
605        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
606        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
607        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
608        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
609        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
610        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
611        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
612
6132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * start/Makefile.am: Use install-data-local to install startfile.
616
6172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
618
619        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
620
6212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
622
623        * .cvsignore: Reformat.
624        Add autom4te*cache.
625        Remove autom4te.cache.
626
6272002-08-21      Joel Sherrill <joel@OARcorp.com>
628
629        * bsp_specs: Added support for -nostdlibs.
630
6312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
632
633        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
634        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
635        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
636        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
637        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
638        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
639        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
640        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
641        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
642
6432002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
644
645        * start/Makefile.am: Eliminate PGMS.
646        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
647
6482002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
651
6522002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
653
654        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
655        Remove $(OBJS) from all-local.
656
6572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
660
6612001-05-09      Joel Sherrill <joel@OARcorp.com>
662
663        * startup/linkcmds: In support of gcc 3.1, added one of more
664        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
665        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
666        and direction of segments to memory regions may also have been
667        addressed.  This was a sweep across all BSPs.
668 
6692002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
670
671        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
672
6732002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * vectors/vectors.S: Include <asm.h>.
676
6772001-04-08      Joel Sherrill <joel@OARcorp.com>
678
679        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
680 
6812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
682
683        * configure.ac:
684        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
685        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
686        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
687        * Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
689        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
690        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
691        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
692        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
696        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
697
6982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
701
7022001-11-28      Joel Sherrill <joel@OARcorp.com>,
703
704        This was tracked as PR87.
705        * README, configure.ac, include/Makefile.am, include/bsp.h,
706        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
707        Eliminated conditional code for generation 1 boards as these are
708        no longer available.
709        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
710
7112001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * Makefile.am: Add @exceptions@ to SUBDIRS.
714        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
715        make/custom/score603e.cfg;
716        Add automake conditional for SCORE_GENERATION_1;
717        Add RTEMS_PPC_EXCEPTIONS([old]).
718        * include/Makefile.am: include force-preinstall.am.
719        * start/start.S: include <bspopts.h> instead of targopts.h.
720        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
721        * vectors/vector.S: include <bsp.h>.
722        * wrapup/Makefile.am: Apply @exceptions@.
723
7242001-10-25      Joel Sherrill <joel@OARcorp.com>
725
726        * startup/linkcmds: Added _init and _fini.
727
7282001-10-12      Joel Sherrill <joel@OARcorp.com>
729
730        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
731        console/consolebsp.h, console/consolereserveresources.c,
732        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
733        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
734        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
735        startup/vmeintr.c, timer/timer.c: Fixed typo.
736
7372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
738
739        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
740        * configure.in: Remove.
741        * configure.ac: New file, generated from configure.in by autoupdate.
742
7432001-10-11      Joel Sherrill <joel@OARcorp.com>
744
745        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
746        delay_in_bus_cycles() to add rtems_bsp_ prefix.
747
7482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
751
7522001-08-30      Joel Sherrill <joel@OARcorp.com>
753
754        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
755        gnat 3.13p.
756
7572001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
758
759        * configure.in: Add bspopts.h.
760        * include/.cvsignore: Add bspopts.h*, stamp-h*.
761        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
762        * include/bsp.h: Include bspopts.h.
763
7642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
765
766        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
767
7682001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
769
770        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
771        CVS-Id.
772        * include/chain.h: Remove.
773        * include/Makefile.am: Remove chain.h.
774
7752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
778
7792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
780
781        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
782
7832000-11-01      Joel Sherrill <joel@OARcorp.com>
784
785        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
786        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
787        now must be referenced as <rtems/XXX.h>.   Header file order
788        was cleaned up while doing this.
789
7902000-11-01      Joel Sherrill <joel@OARcorp.com>
791
792        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
793        and libcsupport.h moved from libc to lib/include/rtems and
794        now must be referenced as <rtems/XXX.h>.   Header file order
795        was cleaned up while doing this.
796
7972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
800        Switch to GNU canonicalization.
801
8022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
805        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
806        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
807        compile.am
808
8092000-08-10      Joel Sherrill <joel@OARcorp.com>
810
811        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.