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

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

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

  • preinstall.am: Regenerated.
  • Property mode set to 100644
File size: 26.2 KB
Line 
12008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * preinstall.am: Regenerated.
4
52008-09-17      Miao Yan <yanmiaobest@gmail.com>
6
7        * startup/bspstart.c: Merge GSOC project code to add simple device only
8        filesystem (devfs), optionally completely drop out filesystem, and to
9        clean up disabling newlib reentrancy support. This dropped 17K from
10        the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code
11        space.
12
132008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * irq/FPGA.c: Remove unnecessary includes of rtems/libcsupport.h and
16        rtems/libio.h.
17
182008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Add use
21        of bsp_get_work_area() in its own file and rely on BSP Framework to
22        perform more initialization.
23        * startup/bspgetworkarea.c: New file.
24
252008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
28        phase, all prototypes were removed from bsp.h and empty
29        implementations were removed and made to use the shared stub.
30
312008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * irq/irq.c: Convert to "bool".
34
352008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
38        tod/tod.c: Convert to "bool".
39
402008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * Makefile.am, README, configure.ac, console/85c30.c,
43        console/console.c, console/consolebsp.h, include/bsp.h,
44        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
45        start/start.S, startup/bspstart.c, startup/genpvec.c,
46        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
47        testing. Runs hello but does not run ticker yet.
48
492008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * timer/timer.c: Eliminate empty function from every benchmark timer
52        driver. Fix spelling.
53
542008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * timer/timer.c: Rename timer driver methods to follow RTEMS
57        programming conventions.
58
592008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
62        startup/Hwr_init.c, startup/genpvec.c:
63        Add missing prototypes.
64
652008-07-03      Chris Johns <chrisj@rtems.org>
66
67        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
68        the Chains API.
69
702008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
73        Framework to ask the BSP where it has memory for the RTEMS Workspace
74        and C Program Heap. These collectively are referred to as work area.
75        If the BSP supports this, then it does not have to include code to
76        split the available memory between the two areas. This reduces the
77        amount of code in the BSP specific bspstart.c file. Additionally, the
78        shared framework can initialize the C Library, call
79        rtems_debug_enable(), and dirty the work area memory. Until most/all
80        BSPs support this new capability, if the BSP supports this, it should
81        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
82        When the transition is complete, this autoconf macro can be removed.
83
842008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * Makefile.am: Rework to avoid .rel files.
87
882008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am: Remove all references to console_reserve_resources and
91        termios_reserve_resources.
92        * console/consolereserveresources.c: Removed.
93
942008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * startup/linkcmds: Add wildcard to gcc_except_table section so
97        programs compiled with gcc 4.3.x can link.
98
992007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
102        Configuration Table. Use the RTEMS provided accessor macros to obtain
103        configuration fields.
104
1052007-12-08      Till Straumann <strauman@slac.stanford.edu>
106
107        * Makefile.am: merged shared/vme/vme_universe.c and
108        shared/vme/vme_universe_dma.c into one file.
109
1102007-12-08      Till Straumann <strauman@slac.stanford.edu>
111
112        * vme/VMEConfig.h: added error status to
113        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
114
1152007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
118        from CPU Table to Configuration Table. Eliminate CPU Table from all
119        ports. Delete references to CPU Table in all forms.
120
1212007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
124        Table fields to the Configuration Table. This included
125        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
126        do_zero_of_workspace, extra_mpci_receive_server_stack,
127        stack_allocate_hook, and stack_free_hook. As a side-effect of this
128        effort some multiprocessing code was made conditional and some style
129        clean up occurred.
130
1312007-11-30      Till Straumann <strauman@slac.stanford.edu>
132
133        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
134
1352007-11-30      Till Straumann <strauman@slac.stanford.edu>
136       
137        * vectors/vectors.S: Removed; this BSP now uses the shared
138        version.
139
1402007-11-30      Till Straumann <strauman@slac.stanford.edu>
141
142        * irq/irq.h, irq/irq_init.c: Removed the definition
143        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
144        initialize the irqBase member of the rtems_irq_global_settings
145        struct. However, irqBase is an rtems_irq_symbolic_name,
146        so using BSP_LOWEST_OFFSET is more appropriate.
147
1482007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
151        Table. They have been replaced with variables named bsp_XXX as
152        needed.
153
1542007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
157        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
158        DEBUG_puts.
159
1602007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        PR 1257/bsps
163        * irq/irq.c: Code outside of cpukit should use the public API for
164        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
165        public API and directly accessing _CPU_ISR_Disable and
166        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
167        directive which could lead to problems. This patch also changes the
168        type of the variable passed into these routines and addresses minor
169        style issues.
170
1712007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
172
173        * irq/irq_init.c: adapted to shared exception code
174
1752007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
176
177        * Makefile.am: adapted to shared exception code
178
1792007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * bsp_specs: Remove qrtems_debug.
182
1832007-03-11      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/bspstart.c: Remove assignments of
186        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
187        value in boot_card.c
188
1892007-01-30      Till Straumann <strauman@slac.stanford.edu>
190
191        * Makefile.am, preinstall.am,
192        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
193        cleaned up vme support - use files from libbsp/powerpc/shared/vme
194        and define BSP specifica in VMEConfig.h.
195        Use VME DMA support implemented by vmeUniverse and
196        libbsp/powerpc/shared/vme/vme_universe_dma.c
197
198        * irq/irq.c, include/gen2.h:
199        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
200        Support for VME IRQ software priorities was incomplete/incorrect
201        on this BSP.
202
2032006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * configure.ac: New BUG-REPORT address.
206
2072006-11-15      Joel Sherrill <joel@OARcorp.com>
208
209        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
210        file and simplified initialization.
211
2122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * Makefile.am: Remove superfluous -DASM.
215
2162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * configure.ac: Require autoconf-2.60. Require automake-1.10.
219
2202006-08-09      Joel Sherrill <joel@OARcorp.com>
221
222        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
223
2242006-03-08      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/linkcmds: Add .gnu.linkonce.b.* section.
227
2282006-02-08      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: Add sections required by newer gcc versions.
231
2322006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * configure.ac: Remove explicit ampolish3 support (now in
235        RTEMS_BSP_CONFIGURE).
236
2372006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * configure.ac: Add ampolish3 support.
240        * Makefile.am: Add preinstall.am.
241
2422006-01-08      Joel Sherrill <joel@OARcorp.com>
243
244        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
245        Jennifer will have to test this.
246
2472006-01-08      Joel Sherrill <joel@OARcorp.com>
248
249        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
250        Jennifer will have to test this.
251
2522005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * include/bsp.h: New header guard.
255
2562005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
257
258        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
259
2602005-05-11      Joel Sherrill <joel@OARcorp.com>
261
262        * startup/linkcmds: Add .data.* sections.
263
2642005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
265
266        * vme/vmeconfig.c: Eliminate unsigned32.
267
2682005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
269
270        * include/gen2.h: Changed rtems_unsigned types to uint types
271
2722005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
273
274        * irq/irq_init.c: Name change to support common PCI interface
275
2762005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
277
278        * include/tm27.h: Correct error in tm27 test
279
2802005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
281
282        * Add/remove files for the Update to new exception model.
283        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
284        * clock/clock.c: Removed.
285
2862005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
287       
288        * Add/move files for the Update to new exception model.
289          NOTE: These modifications have not been tested on hardware.
290        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
291        * startup/FPGA.c: Removed.
292
2932005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
294
295        * score603e/Makefile.am, score603e/configure.ac,
296        score603e/console/console.c, score603e/include/bsp.h,
297        score603e/include/gen2.h, score603e/include/tm27.h,
298        score603e/startup/bspstart.c: Update score603e to new exception model
299        NOTE: These modifications have not been tested on hardware.
300
3012005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
302
303        * clock/clock.c: Fix multiple defined warning
304
3052005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
306
307        PR 778/bsps
308        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
309        startup/bspstart.c, tod/tod.c:
310        modify SCORE_.. to BSP_.. for externally used define's.
311
3122005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
313
314        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
315
3162005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * startup/spurious.c: Merge ppc603 and ppc603e.
319        Remove digits (Unused).
320
3212005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * Makefile.am: Fix typo in previous patch.
324
3252005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * Makefile.am: Merge-in wrapup/Makefile.am.
328        * wrapup/Makefile.am: Remove.
329        * configure.ac: Reflect changes above.
330
3312005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
332
333        * vectors/vectors.S: Remove XCOFF support.
334
3352005-01-28      Joel Sherrill <joel@OARcorp.com>
336
337        * startup/linkcmds: Add .gnu.linkonce.b.* section.
338
3392005-01-26      Joel Sherrill <joel@OARcorp.com>
340
341        * startup/linkcmds: Now links.
342
3432005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
344
345        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
346        * include/tod.h: Remove.
347
3482005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
351
3522005-01-04      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds: Remove warnings.
355
3562005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
359
3602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
361
362        * configure.ac: Require automake > 1.9.
363
3642004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
365
366        PR 610/bsps
367        * Makefile.am: Add include/tm27.h, Cosmetics.
368        * include/tm27.h: Final cosmetics.
369
3702004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
371
372        * include/bsp.h: Split out tmtest27 support.
373        * include/tm27.h: New.
374
3752004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
376
377        PR 613/bsps
378        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
379
3802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
381
382        PR 614/bsps
383        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
384
3852004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
386
387        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
388        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
389        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
390        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
391        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
392        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
393        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
394
3952004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
396
397        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
398        clock/clock.c, console/85c30.c, console/console.c,
399        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
400        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
401        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
402        Convert to using c99 fixed size types.
403
4042004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Reflect changes to bsp.am.
407        Preinstall dist_project_lib*.
408
4092004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Reflect changes to bsp.am.
412
4132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
416
4172004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * wrapup/Makefile.am: Convert to automake-building rules.
420
4212004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
424        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
425        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
426        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
427        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
428        vectors/Makefile.am: Remove.
429        * configure.ac: Reflect changes above.
430        * wrapup/Makefile.am: Reflect changes above.
431
4322004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Merge-in start/Makefile.am.
435        * start/Makefile.am: Remove.
436        * configure.ac: Reflect changes above.
437
4382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
441        Add RTEMS_PROG_CCAS.
442
4432004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Add PREINSTALL_DIRS.
446        * wrapup/Makefile.am: Reflect changes to libcpu.
447
4482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
451        Add PRE/TMPINSTALL_FILES to CLEANFILES.
452        * start/Makefile.am: Ditto.
453        * startup/Makefile.am: Ditto.
454
4552004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * wrapup/Makefile.am: Eliminate $(LIB).
458        Use noinst_DATA to trigger building libbsp.a.
459
4602003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * startup/Makefile.am: Cosmetics.
463
4642003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * PCI_bus/Makefile.am: Eliminate VPATH.
467        * clock/Makefile.am: Eliminate VPATH.
468        * console/Makefile.am: Eliminate VPATH.
469        * start/Makefile.am: Eliminate VPATH.
470        * startup/Makefile.am: Eliminate VPATH.
471        * timer/Makefile.am: Eliminate VPATH.
472        * tod/Makefile.am: Eliminate VPATH.
473        * vectors/Makefile.am: Eliminate VPATH.
474
4752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
478        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
479
4802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
483        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
484
4852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
488
4892003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * start/Makefile.am: Misc cleanups and fixes.
492        * startup/Makefile.am: Misc cleanups and fixes.
493        * wrapup/Makefile.am: Misc cleanups and fixes.
494
4952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Add preinstallation dirstamp support.
498        * PCI_bus/Makefile.am: Cosmetics.
499        * clock/Makefile.am: Cosmetics.
500        * console/Makefile.am: Cosmetics.
501        * startup/Makefile.am: Cosmetics.
502        * timer/Makefile.am: Cosmetics.
503        * tod/Makefile.am: Cosmetics.
504        * vectors/Makefile.am: Cosmetics.
505        * wrapup/Makefile.am: Cosmetics.
506
5072003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
510        * clock/Makefile.am: Remove all-local: $(ARCH).
511        * console/Makefile.am: Remove all-local: $(ARCH).
512        * start/Makefile.am: Remove all-local: $(ARCH).
513        * startup/Makefile.am: Remove all-local: $(ARCH).
514        * timer/Makefile.am: Remove all-local: $(ARCH).
515        * tod/Makefile.am: Remove all-local: $(ARCH).
516        * vectors/Makefile.am: Remove all-local: $(ARCH).
517        * wrapup/Makefile.am: Remove all-local: $(ARCH).
518
5192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: Merge-in include/Makefile.am.
522        Reflect changes to bsp.am.
523        * include/Makefile.am: Remove.
524        * configure.ac: Reflect changes above.
525
5262003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * bsp_specs: Remove *lib:.
529
5302003-09-04      Joel Sherrill <joel@OARcorp.com>
531
532        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
533        console/console.c, console/consolebsp.h,
534        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
535        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
536        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
537        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
538        for license changed.
539
5402003-09-04      Joel Sherrill <joel@OARcorp.com>
541
542        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
543        statement about copyright assignment.
544
5452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * Makefile.am: Reflect having moved aclocal/.
548
5492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: Reflect having moved automake/.
552        * PCI_bus/Makefile.am: Reflect having moved automake/.
553        * clock/Makefile.am: Reflect having moved automake/.
554        * console/Makefile.am: Reflect having moved automake/.
555        * include/Makefile.am: Reflect having moved automake/.
556        * start/Makefile.am: Reflect having moved automake/.
557        * startup/Makefile.am: Reflect having moved automake/.
558        * timer/Makefile.am: Reflect having moved automake/.
559        * tod/Makefile.am: Reflect having moved automake/.
560        * vectors/Makefile.am: Reflect having moved automake/.
561        * wrapup/Makefile.am: Reflect having moved automake/.
562
5632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
566
5672003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        PR 445/bsps
570        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
571        Remove cpp, old_cpp (now unused).
572
5732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac: Remove AC_CONFIG_AUX_DIR.
576
5772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
580
5812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
582
583        * configure.ac: AC_PREREQ(2.57).
584
5852003-01-20      Joel Sherrill <joel@OARcorp.com>
586
587        * startup/linkcmds*: Add FreeBSD sysctl() sections.
588
5892002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
592        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
593        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
594        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
595        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
596        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
597        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
598        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
599
6002002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * start/Makefile.am: Use install-data-local to install startfile.
603
6042002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
605
606        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
607
6082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * .cvsignore: Reformat.
611        Add autom4te*cache.
612        Remove autom4te.cache.
613
6142002-08-21      Joel Sherrill <joel@OARcorp.com>
615
616        * bsp_specs: Added support for -nostdlibs.
617
6182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
621        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
622        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
623        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
624        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
625        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
626        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
627        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
628        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
629
6302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * start/Makefile.am: Eliminate PGMS.
633        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
634
6352002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
638
6392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
642        Remove $(OBJS) from all-local.
643
6442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
647
6482001-05-09      Joel Sherrill <joel@OARcorp.com>
649
650        * startup/linkcmds: In support of gcc 3.1, added one of more
651        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
652        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
653        and direction of segments to memory regions may also have been
654        addressed.  This was a sweep across all BSPs.
655 
6562002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
659
6602002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * vectors/vectors.S: Include <asm.h>.
663
6642001-04-08      Joel Sherrill <joel@OARcorp.com>
665
666        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
667 
6682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * configure.ac:
671        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
672        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
673        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
674        * Makefile.am: Remove AUTOMAKE_OPTIONS.
675        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
676        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
677        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
678        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
684
6852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
688
6892001-11-28      Joel Sherrill <joel@OARcorp.com>,
690
691        This was tracked as PR87.
692        * README, configure.ac, include/Makefile.am, include/bsp.h,
693        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
694        Eliminated conditional code for generation 1 boards as these are
695        no longer available.
696        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
697
6982001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
699
700        * Makefile.am: Add @exceptions@ to SUBDIRS.
701        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
702        make/custom/score603e.cfg;
703        Add automake conditional for SCORE_GENERATION_1;
704        Add RTEMS_PPC_EXCEPTIONS([old]).
705        * include/Makefile.am: include force-preinstall.am.
706        * start/start.S: include <bspopts.h> instead of targopts.h.
707        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
708        * vectors/vector.S: include <bsp.h>.
709        * wrapup/Makefile.am: Apply @exceptions@.
710
7112001-10-25      Joel Sherrill <joel@OARcorp.com>
712
713        * startup/linkcmds: Added _init and _fini.
714
7152001-10-12      Joel Sherrill <joel@OARcorp.com>
716
717        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
718        console/consolebsp.h, console/consolereserveresources.c,
719        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
720        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
721        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
722        startup/vmeintr.c, timer/timer.c: Fixed typo.
723
7242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
727        * configure.in: Remove.
728        * configure.ac: New file, generated from configure.in by autoupdate.
729
7302001-10-11      Joel Sherrill <joel@OARcorp.com>
731
732        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
733        delay_in_bus_cycles() to add rtems_bsp_ prefix.
734
7352001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
736
737        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
738
7392001-08-30      Joel Sherrill <joel@OARcorp.com>
740
741        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
742        gnat 3.13p.
743
7442001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
745
746        * configure.in: Add bspopts.h.
747        * include/.cvsignore: Add bspopts.h*, stamp-h*.
748        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
749        * include/bsp.h: Include bspopts.h.
750
7512001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
752
753        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
754
7552001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
756
757        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
758        CVS-Id.
759        * include/chain.h: Remove.
760        * include/Makefile.am: Remove chain.h.
761
7622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
763
764        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
765
7662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
767
768        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
769
7702000-11-01      Joel Sherrill <joel@OARcorp.com>
771
772        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
773        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
774        now must be referenced as <rtems/XXX.h>.   Header file order
775        was cleaned up while doing this.
776
7772000-11-01      Joel Sherrill <joel@OARcorp.com>
778
779        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
780        and libcsupport.h moved from libc to lib/include/rtems and
781        now must be referenced as <rtems/XXX.h>.   Header file order
782        was cleaned up while doing this.
783
7842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
785
786        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
787        Switch to GNU canonicalization.
788
7892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
792        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
793        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
794        compile.am
795
7962000-08-10      Joel Sherrill <joel@OARcorp.com>
797
798        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.