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

4.104.115
Last change on this file since 283e6f0 was 283e6f0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 15:09:21

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

  • include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this is NOT used anywhere.
  • Property mode set to 100644
File size: 26.4 KB
Line 
12008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
4        is NOT used anywhere.
5
62008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * preinstall.am: Regenerated.
9
102008-09-17      Miao Yan <yanmiaobest@gmail.com>
11
12        * startup/bspstart.c: Merge GSOC project code to add simple device only
13        filesystem (devfs), optionally completely drop out filesystem, and to
14        clean up disabling newlib reentrancy support. This dropped 17K from
15        the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code
16        space.
17
182008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * irq/FPGA.c: Remove unnecessary includes of rtems/libcsupport.h and
21        rtems/libio.h.
22
232008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Add use
26        of bsp_get_work_area() in its own file and rely on BSP Framework to
27        perform more initialization.
28        * startup/bspgetworkarea.c: New file.
29
302008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
33        phase, all prototypes were removed from bsp.h and empty
34        implementations were removed and made to use the shared stub.
35
362008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * irq/irq.c: Convert to "bool".
39
402008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
43        tod/tod.c: Convert to "bool".
44
452008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * Makefile.am, README, configure.ac, console/85c30.c,
48        console/console.c, console/consolebsp.h, include/bsp.h,
49        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
50        start/start.S, startup/bspstart.c, startup/genpvec.c,
51        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
52        testing. Runs hello but does not run ticker yet.
53
542008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * timer/timer.c: Eliminate empty function from every benchmark timer
57        driver. Fix spelling.
58
592008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * timer/timer.c: Rename timer driver methods to follow RTEMS
62        programming conventions.
63
642008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
67        startup/Hwr_init.c, startup/genpvec.c:
68        Add missing prototypes.
69
702008-07-03      Chris Johns <chrisj@rtems.org>
71
72        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
73        the Chains API.
74
752008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
78        Framework to ask the BSP where it has memory for the RTEMS Workspace
79        and C Program Heap. These collectively are referred to as work area.
80        If the BSP supports this, then it does not have to include code to
81        split the available memory between the two areas. This reduces the
82        amount of code in the BSP specific bspstart.c file. Additionally, the
83        shared framework can initialize the C Library, call
84        rtems_debug_enable(), and dirty the work area memory. Until most/all
85        BSPs support this new capability, if the BSP supports this, it should
86        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
87        When the transition is complete, this autoconf macro can be removed.
88
892008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * Makefile.am: Rework to avoid .rel files.
92
932008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * Makefile.am: Remove all references to console_reserve_resources and
96        termios_reserve_resources.
97        * console/consolereserveresources.c: Removed.
98
992008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * startup/linkcmds: Add wildcard to gcc_except_table section so
102        programs compiled with gcc 4.3.x can link.
103
1042007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
107        Configuration Table. Use the RTEMS provided accessor macros to obtain
108        configuration fields.
109
1102007-12-08      Till Straumann <strauman@slac.stanford.edu>
111
112        * Makefile.am: merged shared/vme/vme_universe.c and
113        shared/vme/vme_universe_dma.c into one file.
114
1152007-12-08      Till Straumann <strauman@slac.stanford.edu>
116
117        * vme/VMEConfig.h: added error status to
118        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
119
1202007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
123        from CPU Table to Configuration Table. Eliminate CPU Table from all
124        ports. Delete references to CPU Table in all forms.
125
1262007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
129        Table fields to the Configuration Table. This included
130        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
131        do_zero_of_workspace, extra_mpci_receive_server_stack,
132        stack_allocate_hook, and stack_free_hook. As a side-effect of this
133        effort some multiprocessing code was made conditional and some style
134        clean up occurred.
135
1362007-11-30      Till Straumann <strauman@slac.stanford.edu>
137
138        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
139
1402007-11-30      Till Straumann <strauman@slac.stanford.edu>
141       
142        * vectors/vectors.S: Removed; this BSP now uses the shared
143        version.
144
1452007-11-30      Till Straumann <strauman@slac.stanford.edu>
146
147        * irq/irq.h, irq/irq_init.c: Removed the definition
148        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
149        initialize the irqBase member of the rtems_irq_global_settings
150        struct. However, irqBase is an rtems_irq_symbolic_name,
151        so using BSP_LOWEST_OFFSET is more appropriate.
152
1532007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
156        Table. They have been replaced with variables named bsp_XXX as
157        needed.
158
1592007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
162        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
163        DEBUG_puts.
164
1652007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        PR 1257/bsps
168        * irq/irq.c: Code outside of cpukit should use the public API for
169        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
170        public API and directly accessing _CPU_ISR_Disable and
171        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
172        directive which could lead to problems. This patch also changes the
173        type of the variable passed into these routines and addresses minor
174        style issues.
175
1762007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
177
178        * irq/irq_init.c: adapted to shared exception code
179
1802007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
181
182        * Makefile.am: adapted to shared exception code
183
1842007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * bsp_specs: Remove qrtems_debug.
187
1882007-03-11      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/bspstart.c: Remove assignments of
191        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
192        value in boot_card.c
193
1942007-01-30      Till Straumann <strauman@slac.stanford.edu>
195
196        * Makefile.am, preinstall.am,
197        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
198        cleaned up vme support - use files from libbsp/powerpc/shared/vme
199        and define BSP specifica in VMEConfig.h.
200        Use VME DMA support implemented by vmeUniverse and
201        libbsp/powerpc/shared/vme/vme_universe_dma.c
202
203        * irq/irq.c, include/gen2.h:
204        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
205        Support for VME IRQ software priorities was incomplete/incorrect
206        on this BSP.
207
2082006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * configure.ac: New BUG-REPORT address.
211
2122006-11-15      Joel Sherrill <joel@OARcorp.com>
213
214        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
215        file and simplified initialization.
216
2172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * Makefile.am: Remove superfluous -DASM.
220
2212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * configure.ac: Require autoconf-2.60. Require automake-1.10.
224
2252006-08-09      Joel Sherrill <joel@OARcorp.com>
226
227        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
228
2292006-03-08      Joel Sherrill <joel@OARcorp.com>
230
231        * startup/linkcmds: Add .gnu.linkonce.b.* section.
232
2332006-02-08      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/linkcmds: Add sections required by newer gcc versions.
236
2372006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * configure.ac: Remove explicit ampolish3 support (now in
240        RTEMS_BSP_CONFIGURE).
241
2422006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * configure.ac: Add ampolish3 support.
245        * Makefile.am: Add preinstall.am.
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
2522006-01-08      Joel Sherrill <joel@OARcorp.com>
253
254        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
255        Jennifer will have to test this.
256
2572005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * include/bsp.h: New header guard.
260
2612005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
262
263        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
264
2652005-05-11      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds: Add .data.* sections.
268
2692005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * vme/vmeconfig.c: Eliminate unsigned32.
272
2732005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
274
275        * include/gen2.h: Changed rtems_unsigned types to uint types
276
2772005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
278
279        * irq/irq_init.c: Name change to support common PCI interface
280
2812005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
282
283        * include/tm27.h: Correct error in tm27 test
284
2852005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
286
287        * Add/remove files for the Update to new exception model.
288        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
289        * clock/clock.c: Removed.
290
2912005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
292       
293        * Add/move files for the Update to new exception model.
294          NOTE: These modifications have not been tested on hardware.
295        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
296        * startup/FPGA.c: Removed.
297
2982005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
299
300        * score603e/Makefile.am, score603e/configure.ac,
301        score603e/console/console.c, score603e/include/bsp.h,
302        score603e/include/gen2.h, score603e/include/tm27.h,
303        score603e/startup/bspstart.c: Update score603e to new exception model
304        NOTE: These modifications have not been tested on hardware.
305
3062005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
307
308        * clock/clock.c: Fix multiple defined warning
309
3102005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
311
312        PR 778/bsps
313        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
314        startup/bspstart.c, tod/tod.c:
315        modify SCORE_.. to BSP_.. for externally used define's.
316
3172005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
320
3212005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * startup/spurious.c: Merge ppc603 and ppc603e.
324        Remove digits (Unused).
325
3262005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
327
328        * Makefile.am: Fix typo in previous patch.
329
3302005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * Makefile.am: Merge-in wrapup/Makefile.am.
333        * wrapup/Makefile.am: Remove.
334        * configure.ac: Reflect changes above.
335
3362005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * vectors/vectors.S: Remove XCOFF support.
339
3402005-01-28      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/linkcmds: Add .gnu.linkonce.b.* section.
343
3442005-01-26      Joel Sherrill <joel@OARcorp.com>
345
346        * startup/linkcmds: Now links.
347
3482005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
351        * include/tod.h: Remove.
352
3532005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
354
355        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
356
3572005-01-04      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/linkcmds: Remove warnings.
360
3612005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
364
3652004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
366
367        * configure.ac: Require automake > 1.9.
368
3692004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
370
371        PR 610/bsps
372        * Makefile.am: Add include/tm27.h, Cosmetics.
373        * include/tm27.h: Final cosmetics.
374
3752004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
376
377        * include/bsp.h: Split out tmtest27 support.
378        * include/tm27.h: New.
379
3802004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
381
382        PR 613/bsps
383        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
384
3852004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
386
387        PR 614/bsps
388        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
389
3902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
391
392        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
393        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
394        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
395        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
396        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
397        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
398        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
399
4002004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
401
402        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
403        clock/clock.c, console/85c30.c, console/console.c,
404        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
405        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
406        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
407        Convert to using c99 fixed size types.
408
4092004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Reflect changes to bsp.am.
412        Preinstall dist_project_lib*.
413
4142004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * Makefile.am: Reflect changes to bsp.am.
417
4182004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
421
4222004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * wrapup/Makefile.am: Convert to automake-building rules.
425
4262004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
429        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
430        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
431        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
432        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
433        vectors/Makefile.am: Remove.
434        * configure.ac: Reflect changes above.
435        * wrapup/Makefile.am: Reflect changes above.
436
4372004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Merge-in start/Makefile.am.
440        * start/Makefile.am: Remove.
441        * configure.ac: Reflect changes above.
442
4432004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
446        Add RTEMS_PROG_CCAS.
447
4482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: Add PREINSTALL_DIRS.
451        * wrapup/Makefile.am: Reflect changes to libcpu.
452
4532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
456        Add PRE/TMPINSTALL_FILES to CLEANFILES.
457        * start/Makefile.am: Ditto.
458        * startup/Makefile.am: Ditto.
459
4602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * wrapup/Makefile.am: Eliminate $(LIB).
463        Use noinst_DATA to trigger building libbsp.a.
464
4652003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * startup/Makefile.am: Cosmetics.
468
4692003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * PCI_bus/Makefile.am: Eliminate VPATH.
472        * clock/Makefile.am: Eliminate VPATH.
473        * console/Makefile.am: Eliminate VPATH.
474        * start/Makefile.am: Eliminate VPATH.
475        * startup/Makefile.am: Eliminate VPATH.
476        * timer/Makefile.am: Eliminate VPATH.
477        * tod/Makefile.am: Eliminate VPATH.
478        * vectors/Makefile.am: Eliminate VPATH.
479
4802003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
483        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
484
4852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
488        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
489
4902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
493
4942003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * start/Makefile.am: Misc cleanups and fixes.
497        * startup/Makefile.am: Misc cleanups and fixes.
498        * wrapup/Makefile.am: Misc cleanups and fixes.
499
5002003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * Makefile.am: Add preinstallation dirstamp support.
503        * PCI_bus/Makefile.am: Cosmetics.
504        * clock/Makefile.am: Cosmetics.
505        * console/Makefile.am: Cosmetics.
506        * startup/Makefile.am: Cosmetics.
507        * timer/Makefile.am: Cosmetics.
508        * tod/Makefile.am: Cosmetics.
509        * vectors/Makefile.am: Cosmetics.
510        * wrapup/Makefile.am: Cosmetics.
511
5122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
515        * clock/Makefile.am: Remove all-local: $(ARCH).
516        * console/Makefile.am: Remove all-local: $(ARCH).
517        * start/Makefile.am: Remove all-local: $(ARCH).
518        * startup/Makefile.am: Remove all-local: $(ARCH).
519        * timer/Makefile.am: Remove all-local: $(ARCH).
520        * tod/Makefile.am: Remove all-local: $(ARCH).
521        * vectors/Makefile.am: Remove all-local: $(ARCH).
522        * wrapup/Makefile.am: Remove all-local: $(ARCH).
523
5242003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: Merge-in include/Makefile.am.
527        Reflect changes to bsp.am.
528        * include/Makefile.am: Remove.
529        * configure.ac: Reflect changes above.
530
5312003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * bsp_specs: Remove *lib:.
534
5352003-09-04      Joel Sherrill <joel@OARcorp.com>
536
537        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
538        console/console.c, console/consolebsp.h,
539        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
540        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
541        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
542        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
543        for license changed.
544
5452003-09-04      Joel Sherrill <joel@OARcorp.com>
546
547        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
548        statement about copyright assignment.
549
5502003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am: Reflect having moved aclocal/.
553
5542003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
555
556        * Makefile.am: Reflect having moved automake/.
557        * PCI_bus/Makefile.am: Reflect having moved automake/.
558        * clock/Makefile.am: Reflect having moved automake/.
559        * console/Makefile.am: Reflect having moved automake/.
560        * include/Makefile.am: Reflect having moved automake/.
561        * start/Makefile.am: Reflect having moved automake/.
562        * startup/Makefile.am: Reflect having moved automake/.
563        * timer/Makefile.am: Reflect having moved automake/.
564        * tod/Makefile.am: Reflect having moved automake/.
565        * vectors/Makefile.am: Reflect having moved automake/.
566        * wrapup/Makefile.am: Reflect having moved automake/.
567
5682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
569
570        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
571
5722003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        PR 445/bsps
575        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
576        Remove cpp, old_cpp (now unused).
577
5782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * configure.ac: Remove AC_CONFIG_AUX_DIR.
581
5822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
585
5862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac: AC_PREREQ(2.57).
589
5902003-01-20      Joel Sherrill <joel@OARcorp.com>
591
592        * startup/linkcmds*: Add FreeBSD sysctl() sections.
593
5942002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
597        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
598        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
599        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
600        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
601        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
602        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
603        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
604
6052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * start/Makefile.am: Use install-data-local to install startfile.
608
6092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
610
611        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
612
6132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
614
615        * .cvsignore: Reformat.
616        Add autom4te*cache.
617        Remove autom4te.cache.
618
6192002-08-21      Joel Sherrill <joel@OARcorp.com>
620
621        * bsp_specs: Added support for -nostdlibs.
622
6232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
626        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
627        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
628        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
629        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
630        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
631        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
632        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
633        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
634
6352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * start/Makefile.am: Eliminate PGMS.
638        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
639
6402002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
641
642        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
643
6442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
645
646        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
647        Remove $(OBJS) from all-local.
648
6492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
652
6532001-05-09      Joel Sherrill <joel@OARcorp.com>
654
655        * startup/linkcmds: In support of gcc 3.1, added one of more
656        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
657        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
658        and direction of segments to memory regions may also have been
659        addressed.  This was a sweep across all BSPs.
660 
6612002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
662
663        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
664
6652002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
666
667        * vectors/vectors.S: Include <asm.h>.
668
6692001-04-08      Joel Sherrill <joel@OARcorp.com>
670
671        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
672 
6732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
674
675        * configure.ac:
676        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
677        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
678        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
683        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
684        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
685        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
686        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
687        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
688        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
689
6902001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
691
692        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
693
6942001-11-28      Joel Sherrill <joel@OARcorp.com>,
695
696        This was tracked as PR87.
697        * README, configure.ac, include/Makefile.am, include/bsp.h,
698        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
699        Eliminated conditional code for generation 1 boards as these are
700        no longer available.
701        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
702
7032001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
704
705        * Makefile.am: Add @exceptions@ to SUBDIRS.
706        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
707        make/custom/score603e.cfg;
708        Add automake conditional for SCORE_GENERATION_1;
709        Add RTEMS_PPC_EXCEPTIONS([old]).
710        * include/Makefile.am: include force-preinstall.am.
711        * start/start.S: include <bspopts.h> instead of targopts.h.
712        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
713        * vectors/vector.S: include <bsp.h>.
714        * wrapup/Makefile.am: Apply @exceptions@.
715
7162001-10-25      Joel Sherrill <joel@OARcorp.com>
717
718        * startup/linkcmds: Added _init and _fini.
719
7202001-10-12      Joel Sherrill <joel@OARcorp.com>
721
722        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
723        console/consolebsp.h, console/consolereserveresources.c,
724        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
725        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
726        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
727        startup/vmeintr.c, timer/timer.c: Fixed typo.
728
7292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
730
731        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
732        * configure.in: Remove.
733        * configure.ac: New file, generated from configure.in by autoupdate.
734
7352001-10-11      Joel Sherrill <joel@OARcorp.com>
736
737        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
738        delay_in_bus_cycles() to add rtems_bsp_ prefix.
739
7402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
743
7442001-08-30      Joel Sherrill <joel@OARcorp.com>
745
746        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
747        gnat 3.13p.
748
7492001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
750
751        * configure.in: Add bspopts.h.
752        * include/.cvsignore: Add bspopts.h*, stamp-h*.
753        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
754        * include/bsp.h: Include bspopts.h.
755
7562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
757
758        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
759
7602001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
763        CVS-Id.
764        * include/chain.h: Remove.
765        * include/Makefile.am: Remove chain.h.
766
7672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
768
769        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
770
7712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
772
773        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
774
7752000-11-01      Joel Sherrill <joel@OARcorp.com>
776
777        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
778        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
779        now must be referenced as <rtems/XXX.h>.   Header file order
780        was cleaned up while doing this.
781
7822000-11-01      Joel Sherrill <joel@OARcorp.com>
783
784        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
785        and libcsupport.h moved from libc to lib/include/rtems and
786        now must be referenced as <rtems/XXX.h>.   Header file order
787        was cleaned up while doing this.
788
7892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
792        Switch to GNU canonicalization.
793
7942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
795
796        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
797        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
798        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
799        compile.am
800
8012000-08-10      Joel Sherrill <joel@OARcorp.com>
802
803        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.