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

4.104.115
Last change on this file since 81ec5044 was 81ec5044, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 20:52:22

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

  • Makefile.am: Eliminate bsp.am. Build startup files as side-effect of building libbspstart.a, using automake-rules.
  • Property mode set to 100644
File size: 27.9 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
4        of building libbspstart.a, using automake-rules.
5
62008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate *_SOURCES.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
13        components.
14
152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Remove noinst_PROGRAMS (Unused).
18
192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
22
232008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * configure.ac: Make letting boot_card() handle work area allocation
26        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
27        BSP_BOOTCARD_OPTIONS.
28
292008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * include/bsp.h, startup/bspstart.c: Remove unused BSP_INIT_STACK_SIZE
32        now that the linkcmds accounts for the starting stack.
33
342008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, include/bsp.h, startup/bspstart.c, startup/linkcmds: Use
37        PowerPC level shared bsp_get_work_area() implementation.
38        * startup/bspgetworkarea.c: Removed.
39
402008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * startup/bspstart.c: Remove unused variable.
43
442008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * include/bsp.h: Remove unnecessary boilerplate comments.
47
482008-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
49
50        * startup/bspstart.c: Add include of rtems/libio.h.
51
522008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * include/bsp.h: Eliminate definitions of BSP_LIBIO_MAX_FDS since this
55        is NOT used anywhere.
56
572008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * preinstall.am: Regenerated.
60
612008-09-17      Miao Yan <yanmiaobest@gmail.com>
62
63        * startup/bspstart.c: Merge GSOC project code to add simple device only
64        filesystem (devfs), optionally completely drop out filesystem, and to
65        clean up disabling newlib reentrancy support. This dropped 17K from
66        the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code
67        space.
68
692008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * irq/FPGA.c: Remove unnecessary includes of rtems/libcsupport.h and
72        rtems/libio.h.
73
742008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Add use
77        of bsp_get_work_area() in its own file and rely on BSP Framework to
78        perform more initialization.
79        * startup/bspgetworkarea.c: New file.
80
812008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
84        phase, all prototypes were removed from bsp.h and empty
85        implementations were removed and made to use the shared stub.
86
872008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * irq/irq.c: Convert to "bool".
90
912008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * console/85c30.c, console/console.c, irq/FPGA.c, timer/timer.c,
94        tod/tod.c: Convert to "bool".
95
962008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * Makefile.am, README, configure.ac, console/85c30.c,
99        console/console.c, console/consolebsp.h, include/bsp.h,
100        include/gen2.h, irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
101        start/start.S, startup/bspstart.c, startup/genpvec.c,
102        startup/linkcmds, timer/timer.c, tod/tod.c: Initiate update and
103        testing. Runs hello but does not run ticker yet.
104
1052008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * timer/timer.c: Eliminate empty function from every benchmark timer
108        driver. Fix spelling.
109
1102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * timer/timer.c: Rename timer driver methods to follow RTEMS
113        programming conventions.
114
1152008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c,
118        startup/Hwr_init.c, startup/genpvec.c:
119        Add missing prototypes.
120
1212008-07-03      Chris Johns <chrisj@rtems.org>
122
123        * c/src/lib/libbsp/powerpc/score603e/startup/genpvec.c: Change to
124        the Chains API.
125
1262008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
127
128        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
129        Framework to ask the BSP where it has memory for the RTEMS Workspace
130        and C Program Heap. These collectively are referred to as work area.
131        If the BSP supports this, then it does not have to include code to
132        split the available memory between the two areas. This reduces the
133        amount of code in the BSP specific bspstart.c file. Additionally, the
134        shared framework can initialize the C Library, call
135        rtems_debug_enable(), and dirty the work area memory. Until most/all
136        BSPs support this new capability, if the BSP supports this, it should
137        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
138        When the transition is complete, this autoconf macro can be removed.
139
1402008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * Makefile.am: Rework to avoid .rel files.
143
1442008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * Makefile.am: Remove all references to console_reserve_resources and
147        termios_reserve_resources.
148        * console/consolereserveresources.c: Removed.
149
1502008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * startup/linkcmds: Add wildcard to gcc_except_table section so
153        programs compiled with gcc 4.3.x can link.
154
1552007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
158        Configuration Table. Use the RTEMS provided accessor macros to obtain
159        configuration fields.
160
1612007-12-08      Till Straumann <strauman@slac.stanford.edu>
162
163        * Makefile.am: merged shared/vme/vme_universe.c and
164        shared/vme/vme_universe_dma.c into one file.
165
1662007-12-08      Till Straumann <strauman@slac.stanford.edu>
167
168        * vme/VMEConfig.h: added error status to
169        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
170
1712007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
174        from CPU Table to Configuration Table. Eliminate CPU Table from all
175        ports. Delete references to CPU Table in all forms.
176
1772007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
180        Table fields to the Configuration Table. This included
181        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
182        do_zero_of_workspace, extra_mpci_receive_server_stack,
183        stack_allocate_hook, and stack_free_hook. As a side-effect of this
184        effort some multiprocessing code was made conditional and some style
185        clean up occurred.
186
1872007-11-30      Till Straumann <strauman@slac.stanford.edu>
188
189        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
190
1912007-11-30      Till Straumann <strauman@slac.stanford.edu>
192       
193        * vectors/vectors.S: Removed; this BSP now uses the shared
194        version.
195
1962007-11-30      Till Straumann <strauman@slac.stanford.edu>
197
198        * irq/irq.h, irq/irq_init.c: Removed the definition
199        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
200        initialize the irqBase member of the rtems_irq_global_settings
201        struct. However, irqBase is an rtems_irq_symbolic_name,
202        so using BSP_LOWEST_OFFSET is more appropriate.
203
2042007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
207        Table. They have been replaced with variables named bsp_XXX as
208        needed.
209
2102007-09-17      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * PCI_bus/universe.c, console/console.c, include/bsp.h, irq/FPGA.c,
213        startup/bspstart.c, startup/genpvec.c, startup/spurious.c: Eliminate
214        DEBUG_puts.
215
2162007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        PR 1257/bsps
219        * irq/irq.c: Code outside of cpukit should use the public API for
220        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
221        public API and directly accessing _CPU_ISR_Disable and
222        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
223        directive which could lead to problems. This patch also changes the
224        type of the variable passed into these routines and addresses minor
225        style issues.
226
2272007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
228
229        * irq/irq_init.c: adapted to shared exception code
230
2312007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
232
233        * Makefile.am: adapted to shared exception code
234
2352007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * bsp_specs: Remove qrtems_debug.
238
2392007-03-11      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/bspstart.c: Remove assignments of
242        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
243        value in boot_card.c
244
2452007-01-30      Till Straumann <strauman@slac.stanford.edu>
246
247        * Makefile.am, preinstall.am,
248        * vme/vmeconfig.c (removed), vme/VMEConfig.h (added):
249        cleaned up vme support - use files from libbsp/powerpc/shared/vme
250        and define BSP specifica in VMEConfig.h.
251        Use VME DMA support implemented by vmeUniverse and
252        libbsp/powerpc/shared/vme/vme_universe_dma.c
253
254        * irq/irq.c, include/gen2.h:
255        removed _BSP_vme_bridge_irq variable and BSP_PIC_DO_EOI definition.
256        Support for VME IRQ software priorities was incomplete/incorrect
257        on this BSP.
258
2592006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * configure.ac: New BUG-REPORT address.
262
2632006-11-15      Joel Sherrill <joel@OARcorp.com>
264
265        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
266        file and simplified initialization.
267
2682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * Makefile.am: Remove superfluous -DASM.
271
2722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * configure.ac: Require autoconf-2.60. Require automake-1.10.
275
2762006-08-09      Joel Sherrill <joel@OARcorp.com>
277
278        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
279
2802006-03-08      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/linkcmds: Add .gnu.linkonce.b.* section.
283
2842006-02-08      Joel Sherrill <joel@OARcorp.com>
285
286        * startup/linkcmds: Add sections required by newer gcc versions.
287
2882006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
289
290        * configure.ac: Remove explicit ampolish3 support (now in
291        RTEMS_BSP_CONFIGURE).
292
2932006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
294
295        * configure.ac: Add ampolish3 support.
296        * Makefile.am: Add preinstall.am.
297
2982006-01-08      Joel Sherrill <joel@OARcorp.com>
299
300        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
301        Jennifer will have to test this.
302
3032006-01-08      Joel Sherrill <joel@OARcorp.com>
304
305        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
306        Jennifer will have to test this.
307
3082005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
309
310        * include/bsp.h: New header guard.
311
3122005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
313
314        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
315
3162005-05-11      Joel Sherrill <joel@OARcorp.com>
317
318        * startup/linkcmds: Add .data.* sections.
319
3202005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
321
322        * vme/vmeconfig.c: Eliminate unsigned32.
323
3242005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
325
326        * include/gen2.h: Changed rtems_unsigned types to uint types
327
3282005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
329
330        * irq/irq_init.c: Name change to support common PCI interface
331
3322005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
333
334        * include/tm27.h: Correct error in tm27 test
335
3362005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
337
338        * Add/remove files for the Update to new exception model.
339        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
340        * clock/clock.c: Removed.
341
3422005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
343       
344        * Add/move files for the Update to new exception model.
345          NOTE: These modifications have not been tested on hardware.
346        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
347        * startup/FPGA.c: Removed.
348
3492005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
350
351        * score603e/Makefile.am, score603e/configure.ac,
352        score603e/console/console.c, score603e/include/bsp.h,
353        score603e/include/gen2.h, score603e/include/tm27.h,
354        score603e/startup/bspstart.c: Update score603e to new exception model
355        NOTE: These modifications have not been tested on hardware.
356
3572005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
358
359        * clock/clock.c: Fix multiple defined warning
360
3612005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
362
363        PR 778/bsps
364        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
365        startup/bspstart.c, tod/tod.c:
366        modify SCORE_.. to BSP_.. for externally used define's.
367
3682005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
371
3722005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * startup/spurious.c: Merge ppc603 and ppc603e.
375        Remove digits (Unused).
376
3772005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
378
379        * Makefile.am: Fix typo in previous patch.
380
3812005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * Makefile.am: Merge-in wrapup/Makefile.am.
384        * wrapup/Makefile.am: Remove.
385        * configure.ac: Reflect changes above.
386
3872005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
388
389        * vectors/vectors.S: Remove XCOFF support.
390
3912005-01-28      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/linkcmds: Add .gnu.linkonce.b.* section.
394
3952005-01-26      Joel Sherrill <joel@OARcorp.com>
396
397        * startup/linkcmds: Now links.
398
3992005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
402        * include/tod.h: Remove.
403
4042005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
405
406        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
407
4082005-01-04      Joel Sherrill <joel@OARcorp.com>
409
410        * startup/linkcmds: Remove warnings.
411
4122005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
415
4162004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
417
418        * configure.ac: Require automake > 1.9.
419
4202004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
421
422        PR 610/bsps
423        * Makefile.am: Add include/tm27.h, Cosmetics.
424        * include/tm27.h: Final cosmetics.
425
4262004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
427
428        * include/bsp.h: Split out tmtest27 support.
429        * include/tm27.h: New.
430
4312004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
432
433        PR 613/bsps
434        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
435
4362004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
437
438        PR 614/bsps
439        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
440
4412004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
442
443        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
444        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
445        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
446        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
447        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
448        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
449        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
450
4512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
452
453        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
454        clock/clock.c, console/85c30.c, console/console.c,
455        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
456        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
457        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
458        Convert to using c99 fixed size types.
459
4602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Reflect changes to bsp.am.
463        Preinstall dist_project_lib*.
464
4652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Reflect changes to bsp.am.
468
4692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
472
4732004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * wrapup/Makefile.am: Convert to automake-building rules.
476
4772004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
480        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
481        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
482        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
483        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
484        vectors/Makefile.am: Remove.
485        * configure.ac: Reflect changes above.
486        * wrapup/Makefile.am: Reflect changes above.
487
4882004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am: Merge-in start/Makefile.am.
491        * start/Makefile.am: Remove.
492        * configure.ac: Reflect changes above.
493
4942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
497        Add RTEMS_PROG_CCAS.
498
4992004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * Makefile.am: Add PREINSTALL_DIRS.
502        * wrapup/Makefile.am: Reflect changes to libcpu.
503
5042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
507        Add PRE/TMPINSTALL_FILES to CLEANFILES.
508        * start/Makefile.am: Ditto.
509        * startup/Makefile.am: Ditto.
510
5112004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * wrapup/Makefile.am: Eliminate $(LIB).
514        Use noinst_DATA to trigger building libbsp.a.
515
5162003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * startup/Makefile.am: Cosmetics.
519
5202003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * PCI_bus/Makefile.am: Eliminate VPATH.
523        * clock/Makefile.am: Eliminate VPATH.
524        * console/Makefile.am: Eliminate VPATH.
525        * start/Makefile.am: Eliminate VPATH.
526        * startup/Makefile.am: Eliminate VPATH.
527        * timer/Makefile.am: Eliminate VPATH.
528        * tod/Makefile.am: Eliminate VPATH.
529        * vectors/Makefile.am: Eliminate VPATH.
530
5312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
534        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
535
5362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
539        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
540
5412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
544
5452003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * start/Makefile.am: Misc cleanups and fixes.
548        * startup/Makefile.am: Misc cleanups and fixes.
549        * wrapup/Makefile.am: Misc cleanups and fixes.
550
5512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Add preinstallation dirstamp support.
554        * PCI_bus/Makefile.am: Cosmetics.
555        * clock/Makefile.am: Cosmetics.
556        * console/Makefile.am: Cosmetics.
557        * startup/Makefile.am: Cosmetics.
558        * timer/Makefile.am: Cosmetics.
559        * tod/Makefile.am: Cosmetics.
560        * vectors/Makefile.am: Cosmetics.
561        * wrapup/Makefile.am: Cosmetics.
562
5632003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
566        * clock/Makefile.am: Remove all-local: $(ARCH).
567        * console/Makefile.am: Remove all-local: $(ARCH).
568        * start/Makefile.am: Remove all-local: $(ARCH).
569        * startup/Makefile.am: Remove all-local: $(ARCH).
570        * timer/Makefile.am: Remove all-local: $(ARCH).
571        * tod/Makefile.am: Remove all-local: $(ARCH).
572        * vectors/Makefile.am: Remove all-local: $(ARCH).
573        * wrapup/Makefile.am: Remove all-local: $(ARCH).
574
5752003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am: Merge-in include/Makefile.am.
578        Reflect changes to bsp.am.
579        * include/Makefile.am: Remove.
580        * configure.ac: Reflect changes above.
581
5822003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * bsp_specs: Remove *lib:.
585
5862003-09-04      Joel Sherrill <joel@OARcorp.com>
587
588        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
589        console/console.c, console/consolebsp.h,
590        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
591        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
592        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
593        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
594        for license changed.
595
5962003-09-04      Joel Sherrill <joel@OARcorp.com>
597
598        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
599        statement about copyright assignment.
600
6012003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * Makefile.am: Reflect having moved aclocal/.
604
6052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * Makefile.am: Reflect having moved automake/.
608        * PCI_bus/Makefile.am: Reflect having moved automake/.
609        * clock/Makefile.am: Reflect having moved automake/.
610        * console/Makefile.am: Reflect having moved automake/.
611        * include/Makefile.am: Reflect having moved automake/.
612        * start/Makefile.am: Reflect having moved automake/.
613        * startup/Makefile.am: Reflect having moved automake/.
614        * timer/Makefile.am: Reflect having moved automake/.
615        * tod/Makefile.am: Reflect having moved automake/.
616        * vectors/Makefile.am: Reflect having moved automake/.
617        * wrapup/Makefile.am: Reflect having moved automake/.
618
6192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
622
6232003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        PR 445/bsps
626        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
627        Remove cpp, old_cpp (now unused).
628
6292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Remove AC_CONFIG_AUX_DIR.
632
6332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
636
6372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
638
639        * configure.ac: AC_PREREQ(2.57).
640
6412003-01-20      Joel Sherrill <joel@OARcorp.com>
642
643        * startup/linkcmds*: Add FreeBSD sysctl() sections.
644
6452002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
648        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
649        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
650        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
651        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
652        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
653        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
654        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
655
6562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
657
658        * start/Makefile.am: Use install-data-local to install startfile.
659
6602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
663
6642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
665
666        * .cvsignore: Reformat.
667        Add autom4te*cache.
668        Remove autom4te.cache.
669
6702002-08-21      Joel Sherrill <joel@OARcorp.com>
671
672        * bsp_specs: Added support for -nostdlibs.
673
6742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
675
676        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
677        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
678        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
679        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
680        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
681        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
682        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
683        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
684        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
685
6862002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
687
688        * start/Makefile.am: Eliminate PGMS.
689        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
690
6912002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
692
693        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
694
6952002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
696
697        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
698        Remove $(OBJS) from all-local.
699
7002002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
701
702        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
703
7042001-05-09      Joel Sherrill <joel@OARcorp.com>
705
706        * startup/linkcmds: In support of gcc 3.1, added one of more
707        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
708        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
709        and direction of segments to memory regions may also have been
710        addressed.  This was a sweep across all BSPs.
711 
7122002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
713
714        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
715
7162002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * vectors/vectors.S: Include <asm.h>.
719
7202001-04-08      Joel Sherrill <joel@OARcorp.com>
721
722        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
723 
7242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * configure.ac:
727        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
728        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
729        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
730        * Makefile.am: Remove AUTOMAKE_OPTIONS.
731        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
732        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
733        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
734        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
735        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
736        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
737        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
738        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
739        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
740
7412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
742
743        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
744
7452001-11-28      Joel Sherrill <joel@OARcorp.com>,
746
747        This was tracked as PR87.
748        * README, configure.ac, include/Makefile.am, include/bsp.h,
749        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
750        Eliminated conditional code for generation 1 boards as these are
751        no longer available.
752        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
753
7542001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
755
756        * Makefile.am: Add @exceptions@ to SUBDIRS.
757        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
758        make/custom/score603e.cfg;
759        Add automake conditional for SCORE_GENERATION_1;
760        Add RTEMS_PPC_EXCEPTIONS([old]).
761        * include/Makefile.am: include force-preinstall.am.
762        * start/start.S: include <bspopts.h> instead of targopts.h.
763        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
764        * vectors/vector.S: include <bsp.h>.
765        * wrapup/Makefile.am: Apply @exceptions@.
766
7672001-10-25      Joel Sherrill <joel@OARcorp.com>
768
769        * startup/linkcmds: Added _init and _fini.
770
7712001-10-12      Joel Sherrill <joel@OARcorp.com>
772
773        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
774        console/consolebsp.h, console/consolereserveresources.c,
775        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
776        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
777        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
778        startup/vmeintr.c, timer/timer.c: Fixed typo.
779
7802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
781
782        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
783        * configure.in: Remove.
784        * configure.ac: New file, generated from configure.in by autoupdate.
785
7862001-10-11      Joel Sherrill <joel@OARcorp.com>
787
788        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
789        delay_in_bus_cycles() to add rtems_bsp_ prefix.
790
7912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
792
793        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
794
7952001-08-30      Joel Sherrill <joel@OARcorp.com>
796
797        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
798        gnat 3.13p.
799
8002001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
801
802        * configure.in: Add bspopts.h.
803        * include/.cvsignore: Add bspopts.h*, stamp-h*.
804        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
805        * include/bsp.h: Include bspopts.h.
806
8072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
808
809        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
810
8112001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
812
813        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
814        CVS-Id.
815        * include/chain.h: Remove.
816        * include/Makefile.am: Remove chain.h.
817
8182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
821
8222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
823
824        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
825
8262000-11-01      Joel Sherrill <joel@OARcorp.com>
827
828        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
829        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
830        now must be referenced as <rtems/XXX.h>.   Header file order
831        was cleaned up while doing this.
832
8332000-11-01      Joel Sherrill <joel@OARcorp.com>
834
835        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
836        and libcsupport.h moved from libc to lib/include/rtems and
837        now must be referenced as <rtems/XXX.h>.   Header file order
838        was cleaned up while doing this.
839
8402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
843        Switch to GNU canonicalization.
844
8452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
846
847        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
848        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
849        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
850        compile.am
851
8522000-08-10      Joel Sherrill <joel@OARcorp.com>
853
854        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.