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

4.104.114.95
Last change on this file since cab0e5a3 was cab0e5a3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/06/08 at 17:24:59

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

  • irq/irq.c: Convert to "bool".
  • Property mode set to 100644
File size: 25.2 KB
Line 
12008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * irq/irq.c: Convert to "bool".
4
52008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
8        tod/tod.c: Convert to "bool".
9
102008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * Makefile.am, README, configure.ac, console/85c30.c,
13        console/console.c, console/consolebsp.h, include/bsp.h,
14        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
15        start/start.S, startup/bspstart.c, startup/genpvec.c,
16        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
17        testing. Runs hello but does not run ticker yet.
18
192008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * timer/timer.c: Eliminate empty function from every benchmark timer
22        driver. Fix spelling.
23
242008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * timer/timer.c: Rename timer driver methods to follow RTEMS
27        programming conventions.
28
292008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
32        startup/Hwr_init.c, startup/genpvec.c:
33        Add missing prototypes.
34
352008-07-03      Chris Johns <chrisj@rtems.org>
36
37        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
38        the Chains API.
39
402008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
43        Framework to ask the BSP where it has memory for the RTEMS Workspace
44        and C Program Heap. These collectively are referred to as work area.
45        If the BSP supports this, then it does not have to include code to
46        split the available memory between the two areas. This reduces the
47        amount of code in the BSP specific bspstart.c file. Additionally, the
48        shared framework can initialize the C Library, call
49        rtems_debug_enable(), and dirty the work area memory. Until most/all
50        BSPs support this new capability, if the BSP supports this, it should
51        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
52        When the transition is complete, this autoconf macro can be removed.
53
542008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * Makefile.am: Rework to avoid .rel files.
57
582008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * Makefile.am: Remove all references to console_reserve_resources and
61        termios_reserve_resources.
62        * console/consolereserveresources.c: Removed.
63
642008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * startup/linkcmds: Add wildcard to gcc_except_table section so
67        programs compiled with gcc 4.3.x can link.
68
692007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
72        Configuration Table. Use the RTEMS provided accessor macros to obtain
73        configuration fields.
74
752007-12-08      Till Straumann <strauman@slac.stanford.edu>
76
77        * Makefile.am: merged shared/vme/vme_universe.c and
78        shared/vme/vme_universe_dma.c into one file.
79
802007-12-08      Till Straumann <strauman@slac.stanford.edu>
81
82        * vme/VMEConfig.h: added error status to
83        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
84
852007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
88        from CPU Table to Configuration Table. Eliminate CPU Table from all
89        ports. Delete references to CPU Table in all forms.
90
912007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
94        Table fields to the Configuration Table. This included
95        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
96        do_zero_of_workspace, extra_mpci_receive_server_stack,
97        stack_allocate_hook, and stack_free_hook. As a side-effect of this
98        effort some multiprocessing code was made conditional and some style
99        clean up occurred.
100
1012007-11-30      Till Straumann <strauman@slac.stanford.edu>
102
103        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
104
1052007-11-30      Till Straumann <strauman@slac.stanford.edu>
106       
107        * vectors/vectors.S: Removed; this BSP now uses the shared
108        version.
109
1102007-11-30      Till Straumann <strauman@slac.stanford.edu>
111
112        * irq/irq.h, irq/irq_init.c: Removed the definition
113        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
114        initialize the irqBase member of the rtems_irq_global_settings
115        struct. However, irqBase is an rtems_irq_symbolic_name,
116        so using BSP_LOWEST_OFFSET is more appropriate.
117
1182007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
121        Table. They have been replaced with variables named bsp_XXX as
122        needed.
123
1242007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
127        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
128        DEBUG_puts.
129
1302007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        PR 1257/bsps
133        * irq/irq.c: Code outside of cpukit should use the public API for
134        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
135        public API and directly accessing _CPU_ISR_Disable and
136        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
137        directive which could lead to problems. This patch also changes the
138        type of the variable passed into these routines and addresses minor
139        style issues.
140
1412007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
142
143        * irq/irq_init.c: adapted to shared exception code
144
1452007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
146
147        * Makefile.am: adapted to shared exception code
148
1492007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * bsp_specs: Remove qrtems_debug.
152
1532007-03-11      Joel Sherrill <joel@OARcorp.com>
154
155        * startup/bspstart.c: Remove assignments of
156        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
157        value in boot_card.c
158
1592007-01-30      Till Straumann <strauman@slac.stanford.edu>
160
161        * Makefile.am, preinstall.am,
162        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
163        cleaned up vme support - use files from libbsp/powerpc/shared/vme
164        and define BSP specifica in VMEConfig.h.
165        Use VME DMA support implemented by vmeUniverse and
166        libbsp/powerpc/shared/vme/vme_universe_dma.c
167
168        * irq/irq.c, include/gen2.h:
169        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
170        Support for VME IRQ software priorities was incomplete/incorrect
171        on this BSP.
172
1732006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * configure.ac: New BUG-REPORT address.
176
1772006-11-15      Joel Sherrill <joel@OARcorp.com>
178
179        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
180        file and simplified initialization.
181
1822006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Remove superfluous -DASM.
185
1862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * configure.ac: Require autoconf-2.60. Require automake-1.10.
189
1902006-08-09      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
193
1942006-03-08      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds: Add .gnu.linkonce.b.* section.
197
1982006-02-08      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds: Add sections required by newer gcc versions.
201
2022006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * configure.ac: Remove explicit ampolish3 support (now in
205        RTEMS_BSP_CONFIGURE).
206
2072006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * configure.ac: Add ampolish3 support.
210        * Makefile.am: Add preinstall.am.
211
2122006-01-08      Joel Sherrill <joel@OARcorp.com>
213
214        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
215        Jennifer will have to test this.
216
2172006-01-08      Joel Sherrill <joel@OARcorp.com>
218
219        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
220        Jennifer will have to test this.
221
2222005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * include/bsp.h: New header guard.
225
2262005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
227
228        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
229
2302005-05-11      Joel Sherrill <joel@OARcorp.com>
231
232        * startup/linkcmds: Add .data.* sections.
233
2342005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * vme/vmeconfig.c: Eliminate unsigned32.
237
2382005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
239
240        * include/gen2.h: Changed rtems_unsigned types to uint types
241
2422005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
243
244        * irq/irq_init.c: Name change to support common PCI interface
245
2462005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
247
248        * include/tm27.h: Correct error in tm27 test
249
2502005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
251
252        * Add/remove files for the Update to new exception model.
253        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
254        * clock/clock.c: Removed.
255
2562005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
257       
258        * Add/move files for the Update to new exception model.
259          NOTE: These modifications have not been tested on hardware.
260        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
261        * startup/FPGA.c: Removed.
262
2632005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
264
265        * score603e/Makefile.am, score603e/configure.ac,
266        score603e/console/console.c, score603e/include/bsp.h,
267        score603e/include/gen2.h, score603e/include/tm27.h,
268        score603e/startup/bspstart.c: Update score603e to new exception model
269        NOTE: These modifications have not been tested on hardware.
270
2712005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
272
273        * clock/clock.c: Fix multiple defined warning
274
2752005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
276
277        PR 778/bsps
278        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
279        startup/bspstart.c, tod/tod.c:
280        modify SCORE_.. to BSP_.. for externally used define's.
281
2822005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
283
284        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
285
2862005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
287
288        * startup/spurious.c: Merge ppc603 and ppc603e.
289        Remove digits (Unused).
290
2912005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * Makefile.am: Fix typo in previous patch.
294
2952005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * Makefile.am: Merge-in wrapup/Makefile.am.
298        * wrapup/Makefile.am: Remove.
299        * configure.ac: Reflect changes above.
300
3012005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
302
303        * vectors/vectors.S: Remove XCOFF support.
304
3052005-01-28      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds: Add .gnu.linkonce.b.* section.
308
3092005-01-26      Joel Sherrill <joel@OARcorp.com>
310
311        * startup/linkcmds: Now links.
312
3132005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
316        * include/tod.h: Remove.
317
3182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
321
3222005-01-04      Joel Sherrill <joel@OARcorp.com>
323
324        * startup/linkcmds: Remove warnings.
325
3262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
329
3302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
331
332        * configure.ac: Require automake > 1.9.
333
3342004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
335
336        PR 610/bsps
337        * Makefile.am: Add include/tm27.h, Cosmetics.
338        * include/tm27.h: Final cosmetics.
339
3402004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
341
342        * include/bsp.h: Split out tmtest27 support.
343        * include/tm27.h: New.
344
3452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
346
347        PR 613/bsps
348        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
349
3502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
351
352        PR 614/bsps
353        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
354
3552004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
356
357        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
358        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
359        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
360        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
361        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
362        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
363        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
364
3652004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
366
367        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
368        clock/clock.c, console/85c30.c, console/console.c,
369        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
370        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
371        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
372        Convert to using c99 fixed size types.
373
3742004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Reflect changes to bsp.am.
377        Preinstall dist_project_lib*.
378
3792004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Reflect changes to bsp.am.
382
3832004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
386
3872004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * wrapup/Makefile.am: Convert to automake-building rules.
390
3912004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
394        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
395        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
396        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
397        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
398        vectors/Makefile.am: Remove.
399        * configure.ac: Reflect changes above.
400        * wrapup/Makefile.am: Reflect changes above.
401
4022004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Merge-in start/Makefile.am.
405        * start/Makefile.am: Remove.
406        * configure.ac: Reflect changes above.
407
4082004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
411        Add RTEMS_PROG_CCAS.
412
4132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Add PREINSTALL_DIRS.
416        * wrapup/Makefile.am: Reflect changes to libcpu.
417
4182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
421        Add PRE/TMPINSTALL_FILES to CLEANFILES.
422        * start/Makefile.am: Ditto.
423        * startup/Makefile.am: Ditto.
424
4252004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Eliminate $(LIB).
428        Use noinst_DATA to trigger building libbsp.a.
429
4302003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * startup/Makefile.am: Cosmetics.
433
4342003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * PCI_bus/Makefile.am: Eliminate VPATH.
437        * clock/Makefile.am: Eliminate VPATH.
438        * console/Makefile.am: Eliminate VPATH.
439        * start/Makefile.am: Eliminate VPATH.
440        * startup/Makefile.am: Eliminate VPATH.
441        * timer/Makefile.am: Eliminate VPATH.
442        * tod/Makefile.am: Eliminate VPATH.
443        * vectors/Makefile.am: Eliminate VPATH.
444
4452003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
448        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
449
4502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
453        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
454
4552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
458
4592003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * start/Makefile.am: Misc cleanups and fixes.
462        * startup/Makefile.am: Misc cleanups and fixes.
463        * wrapup/Makefile.am: Misc cleanups and fixes.
464
4652003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Add preinstallation dirstamp support.
468        * PCI_bus/Makefile.am: Cosmetics.
469        * clock/Makefile.am: Cosmetics.
470        * console/Makefile.am: Cosmetics.
471        * startup/Makefile.am: Cosmetics.
472        * timer/Makefile.am: Cosmetics.
473        * tod/Makefile.am: Cosmetics.
474        * vectors/Makefile.am: Cosmetics.
475        * wrapup/Makefile.am: Cosmetics.
476
4772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
480        * clock/Makefile.am: Remove all-local: $(ARCH).
481        * console/Makefile.am: Remove all-local: $(ARCH).
482        * start/Makefile.am: Remove all-local: $(ARCH).
483        * startup/Makefile.am: Remove all-local: $(ARCH).
484        * timer/Makefile.am: Remove all-local: $(ARCH).
485        * tod/Makefile.am: Remove all-local: $(ARCH).
486        * vectors/Makefile.am: Remove all-local: $(ARCH).
487        * wrapup/Makefile.am: Remove all-local: $(ARCH).
488
4892003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Merge-in include/Makefile.am.
492        Reflect changes to bsp.am.
493        * include/Makefile.am: Remove.
494        * configure.ac: Reflect changes above.
495
4962003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * bsp_specs: Remove *lib:.
499
5002003-09-04      Joel Sherrill <joel@OARcorp.com>
501
502        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
503        console/console.c, console/consolebsp.h,
504        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
505        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
506        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
507        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
508        for license changed.
509
5102003-09-04      Joel Sherrill <joel@OARcorp.com>
511
512        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
513        statement about copyright assignment.
514
5152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Reflect having moved aclocal/.
518
5192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: Reflect having moved automake/.
522        * PCI_bus/Makefile.am: Reflect having moved automake/.
523        * clock/Makefile.am: Reflect having moved automake/.
524        * console/Makefile.am: Reflect having moved automake/.
525        * include/Makefile.am: Reflect having moved automake/.
526        * start/Makefile.am: Reflect having moved automake/.
527        * startup/Makefile.am: Reflect having moved automake/.
528        * timer/Makefile.am: Reflect having moved automake/.
529        * tod/Makefile.am: Reflect having moved automake/.
530        * vectors/Makefile.am: Reflect having moved automake/.
531        * wrapup/Makefile.am: Reflect having moved automake/.
532
5332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
536
5372003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        PR 445/bsps
540        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
541        Remove cpp, old_cpp (now unused).
542
5432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * configure.ac: Remove AC_CONFIG_AUX_DIR.
546
5472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
550
5512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * configure.ac: AC_PREREQ(2.57).
554
5552003-01-20      Joel Sherrill <joel@OARcorp.com>
556
557        * startup/linkcmds*: Add FreeBSD sysctl() sections.
558
5592002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
562        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
563        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
564        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
565        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
566        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
567        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
568        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
569
5702002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
571
572        * start/Makefile.am: Use install-data-local to install startfile.
573
5742002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
577
5782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * .cvsignore: Reformat.
581        Add autom4te*cache.
582        Remove autom4te.cache.
583
5842002-08-21      Joel Sherrill <joel@OARcorp.com>
585
586        * bsp_specs: Added support for -nostdlibs.
587
5882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
591        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
592        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
593        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
594        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
595        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
596        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
597        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
598        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
599
6002002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * start/Makefile.am: Eliminate PGMS.
603        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
604
6052002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
608
6092002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
612        Remove $(OBJS) from all-local.
613
6142002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
617
6182001-05-09      Joel Sherrill <joel@OARcorp.com>
619
620        * startup/linkcmds: In support of gcc 3.1, added one of more
621        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
622        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
623        and direction of segments to memory regions may also have been
624        addressed.  This was a sweep across all BSPs.
625 
6262002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
629
6302002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * vectors/vectors.S: Include <asm.h>.
633
6342001-04-08      Joel Sherrill <joel@OARcorp.com>
635
636        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
637 
6382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac:
641        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
642        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
643        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
644        * Makefile.am: Remove AUTOMAKE_OPTIONS.
645        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
646        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
647        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
648        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
649        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
650        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
651        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
654
6552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
656
657        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
658
6592001-11-28      Joel Sherrill <joel@OARcorp.com>,
660
661        This was tracked as PR87.
662        * README, configure.ac, include/Makefile.am, include/bsp.h,
663        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
664        Eliminated conditional code for generation 1 boards as these are
665        no longer available.
666        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
667
6682001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
669
670        * Makefile.am: Add @exceptions@ to SUBDIRS.
671        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
672        make/custom/score603e.cfg;
673        Add automake conditional for SCORE_GENERATION_1;
674        Add RTEMS_PPC_EXCEPTIONS([old]).
675        * include/Makefile.am: include force-preinstall.am.
676        * start/start.S: include <bspopts.h> instead of targopts.h.
677        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
678        * vectors/vector.S: include <bsp.h>.
679        * wrapup/Makefile.am: Apply @exceptions@.
680
6812001-10-25      Joel Sherrill <joel@OARcorp.com>
682
683        * startup/linkcmds: Added _init and _fini.
684
6852001-10-12      Joel Sherrill <joel@OARcorp.com>
686
687        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
688        console/consolebsp.h, console/consolereserveresources.c,
689        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
690        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
691        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
692        startup/vmeintr.c, timer/timer.c: Fixed typo.
693
6942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
695
696        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
697        * configure.in: Remove.
698        * configure.ac: New file, generated from configure.in by autoupdate.
699
7002001-10-11      Joel Sherrill <joel@OARcorp.com>
701
702        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
703        delay_in_bus_cycles() to add rtems_bsp_ prefix.
704
7052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
708
7092001-08-30      Joel Sherrill <joel@OARcorp.com>
710
711        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
712        gnat 3.13p.
713
7142001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
715
716        * configure.in: Add bspopts.h.
717        * include/.cvsignore: Add bspopts.h*, stamp-h*.
718        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
719        * include/bsp.h: Include bspopts.h.
720
7212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
722
723        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
724
7252001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
726
727        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
728        CVS-Id.
729        * include/chain.h: Remove.
730        * include/Makefile.am: Remove chain.h.
731
7322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
733
734        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
735
7362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
739
7402000-11-01      Joel Sherrill <joel@OARcorp.com>
741
742        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
743        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
744        now must be referenced as <rtems/XXX.h>.   Header file order
745        was cleaned up while doing this.
746
7472000-11-01      Joel Sherrill <joel@OARcorp.com>
748
749        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
750        and libcsupport.h moved from libc to lib/include/rtems and
751        now must be referenced as <rtems/XXX.h>.   Header file order
752        was cleaned up while doing this.
753
7542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
757        Switch to GNU canonicalization.
758
7592000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
760
761        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
762        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
763        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
764        compile.am
765
7662000-08-10      Joel Sherrill <joel@OARcorp.com>
767
768        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.