source: rtems/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog @ bd0fb919

4.115
Last change on this file since bd0fb919 was bd0fb919, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/10 at 16:31:24

2010-08-20 Joel Sherrill <joel.sherrill@…>

PR 1684/bsps

  • startup/bspstart.c: Add BSP_poll_char.
  • Property mode set to 100644
File size: 20.5 KB
Line 
12010-08-20      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        PR 1684/bsps
4        * startup/bspstart.c: Add BSP_poll_char.
5
62010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
9
102010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
11
12        * configure.ac: Added AC_CHECK_SIZEOF macro.
13
142010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
15
16        * startup/bspstart.c: correct prototype
17
182009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        PR 1483/cpukit
21        * pci/pci.c: Rename pci_config into rtems_pci_config_t.
22
232009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * Makefile.am, preinstall.am: Update for exception support changes.
26        * irq/BSP_irq.c, irq/irq_init.c, vectors/exceptionhandler.c: Changed
27        exception header file includes.
28        * startup/bspstart.c: Update for ppc_exc_initialize() changes.
29
302009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * irq/BSP_irq.c, network/if_100MHz/GT64260eth.c,
33        network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c,
34        startup/bspstart.c: Add missing prototypes.
35        Adjust bogus types. Remove unused vars.
36
372009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
40
412009-10-20      Till Straumann <strauman@slac.stanford.edu>
42
43        * start/start.S, startup/bspstart.c:
44        let 'save_boot_params()' return a pointer to the commandline
45        saved by the BSP and pass this pointer on to 'boot_card()'.
46
472009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: Don't add -ansi -fasm to CFLAGS.
50
512009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * startup/bspstart.c: Remove nested externs.
54
552009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * startup/bspstart.c: Remove __RTEMS_APPLICATION__
58
592009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * make/custom/mvme5500.cfg: New (relocated from /make/custom).
62
632009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
66        include <sys/queue.h>. It conflicts with one from network stack.
67
682009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
71
72 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
75        Should be automatically handled by confdefs.h or the application.
76
772009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
80        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
81        have the same options.
82
832009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * irq/BSP_irq.c: New file.
86
872009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
90
912009-05-08      Kate Feng <feng1@bnl.gov>
92        * include/bsp.h, start/start.S, startup/bspstart.c:
93        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
94        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
95        by the linker script (shared/startup/linkcmds) for the initial
96        stack.
97        replaced __rtems_end+4096 with __stack in start.S
98        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
99        but not relevant to this one) that tested trapping
100        into PPCBug.
101        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
102        bspstart.c
103
1042009-04-28      Chris Johns <chrisj@rtems.org>
105
106        * start/start.S: Update for boot_card command line change.
107
1082009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
111
1122009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * GT64260/GT64260TWSI.h: Add missing prototypes.
115
1162008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
119        <rtems/stdint.h>.
120
1212008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * bsp_specs: Remove -Qy from *link.
124
1252008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * bsp_specs: Move -e start from *link to *startfile to avoid warning
128        for undefined entry symbol when linking relocatables with binutils
129        2.19.
130
1312008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * README: Fix typo.
134
1352008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Eliminate *_SOURCES.
138
1392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
142        components.
143
1442008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
147
1482008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        PR 1323/bsps
151        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
152
1532008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * configure.ac: Make letting boot_card() handle work area allocation
156        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
157        BSP_BOOTCARD_OPTIONS.
158
1592008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
162        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
163        optionally print a message, poll for user to press key, and call
164        bsp_reset(). Using this eliminates the various bsp_cleanup()
165        implementations which had their own implementation and variety of
166        string constants.
167        * startup/bspreset.c: New file.
168        * startup/reboot.c: Removed.
169
1702008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
173
1742008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
177        PowerPC level shared bsp_get_work_area() implementation.
178
1792008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
180
181        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
182        and rely on BSP Framework to perform more initialization.
183
1842008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
187        this phase, all prototypes were removed from bsp.h and empty
188        implementations were removed and made to use the shared stub.
189
1902008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
193        network/if_1GHz/if_wm.c: Add missing prototypes.
194
1952008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * GT64260/GT64260TWSI.c, irq/irq_init.c,
198        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
199        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
200        vectors/exceptionhandler.c: Add missing prototypes.
201
2022008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * pci/pci.c: Add CVS Id.
205        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
206        Add CVS Id, fix typo.
207
2082008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
209
210        * Makefile.am: Rework to avoid .rel files.
211
2122008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * startup/bspstart.c: Refactored and renamed initialization routines to
215        rtems_initialize_data_structures, rtems_initialize_before_drivers,
216        rtems_initialize_device_drivers, and
217        rtems_initialize_start_multitasking. This opened the sequence up so
218        that bootcard() could provide a more robust and flexible framework
219        which is easier to explain and understand. This also lays the
220        groundwork for sharing the division of available memory between the
221        RTEMS workspace and heap and the C library initialization across all
222        BSPs.
223
2242007-12-11      Till Straumann <strauman@slac.stanford.edu>
225
226        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
227        use new exception/irq support from
228        libcpu/powerpc/new-exceptions/bspsupport
229        rather than borrowing from ../shared/vectors ../shared/irq
230
2312007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
234        Configuration Table. Use the RTEMS provided accessor macros to obtain
235        configuration fields.
236
2372007-12-10      Till Straumann <strauman@slac.stanford.edu>
238
239        * Makefile.am, start/preload.S: moved preload.S
240        to ../shared/start.
241
2422007-12-08      Till Straumann <strauman@slac.stanford.edu>
243
244        * Makefile.am: merged shared/vme/vme_universe.c and
245        shared/vme/vme_universe_dma.c into one file.
246
2472007-12-08      Till Straumann <strauman@slac.stanford.edu>
248
249        * vme/VMEConfig.h: added error status to
250        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
251
2522007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
253
254        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
255        from CPU Table to Configuration Table. Eliminate CPU Table from all
256        ports. Delete references to CPU Table in all forms.
257
2582007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
259
260        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
261        remaining CPU Table fields to the Configuration Table. This included
262        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
263        do_zero_of_workspace, extra_mpci_receive_server_stack,
264        stack_allocate_hook, and stack_free_hook. As a side-effect of this
265        effort some multiprocessing code was made conditional and some style
266        clean up occurred.
267
2682007-11-30      Till Straumann <strauman@slac.stanford.edu>
269
270        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
271
2722007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
275        network/if_1GHz/Makefile.am: Removed.
276
2772007-11-30      Till Straumann <strauman@slac.stanford.edu>
278
279        * irq/irq.h, irq/irq_init.c: Removed the definition
280        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
281        initialize the irqBase member of the rtems_irq_global_settings
282        struct. However, irqBase is an rtems_irq_symbolic_name,
283        so using BSP_LOWEST_OFFSET is more appropriate.
284
2852007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
288        Table. They have been replaced with variables named bsp_XXX as
289        needed.
290
2912007-09-20      Kate Feng <feng1@bnl.gov>
292
293        * network/if_100MHz/GT64260eth.c: Add else.
294
2952007-09-19      Kate Feng <feng1@bnl.gov>
296
297        * README: Update.
298
2992007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
302
3032007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
306        warnings.
307
3082007-09-07      Kate Feng <feng1@bnl.gov>
309
310        * ChangeLog, Makefile.am, README, README.booting, README.irq,
311        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
312        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
313        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
314        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
315        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
316        Merge my improvements in this BSP including a new network
317        driver for the 1GHz NIC.
318        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
319        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
320        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
321        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
322        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
323
3242007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * start/preload.S: Fix symbolic reference. Did earlier modifications
327        change the conditionals specificed when this BSP is built?
328
3292007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
330
331        * Makefile.am: added shared/vectors/vectors_entry.S
332
3332007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
334
335        * irq/irq_init.c: adapted to shared exception code
336
3372007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
338
339        * Makefile.am: adapted to shared exception code
340
3412007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * bsp_specs: Remove qrtems_debug.
344
3452007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
346
347        * bsp_specs: Remove lib (Now expected to exist in GCC).
348
3492007-04-01      Joel Sherrill <joel@OARcorp.com>
350
351        PR 1235/bsps
352        * pci/pci.c: Add conditional declaration of variables used in debug
353        printk's.
354
3552007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
356
357        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
358        Reflect changes to pci-API.
359
3602007-03-12      Joel Sherrill <joel@OARcorp.com>
361
362        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
363        notice. Both of these mistakes appear to be from code submitted after
364        these changes were made previously.
365
3662007-03-11      Joel Sherrill <joel@OARcorp.com>
367
368        * startup/bspstart.c: Remove assignments of
369        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
370        value in boot_card.c
371
3722007-01-30      Till Straumann <strauman@slac.stanford.edu>
373
374        * Makefile.am, preinstall.am, include/bsp.h,
375        * vme/vmeconfig.c (removed), vme/VME.h (removed):
376        cleaned up vme support - use files from libbsp/powerpc/shared/vme
377        and define BSP specifica in VMEConfig.h.
378        Use VME DMA support implemented by vmeUniverse and
379        libbsp/powerpc/shared/vme/vme_universe_dma.c
380
3812007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
382
383        * GT64260/MVME5500I2C.c: Eliminate u32.
384        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
385
3862007-01-19      Till Straumann <strauman@slac.stanford.edu>
387
388        * mvme5500/Makefile.am, mvme5500/preinstall.am,
389        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
390        removed copies of vmeconfig.c, VME.h - use generic
391        versions instead.
392
3932006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
396
3972006-12-13      Till Straumann <strauman@slac.stanford.edu>
398
399        * mvme5500/Makefile.am, mvme5500/preinstall.am:
400        need to install bsp/vme_am_defs.h
401
4022006-11-15      Joel Sherrill <joel@OARcorp.com>
403
404        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
405        file and simplified initialization.
406
4072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
408
409        * LICENSE: Convert to utf-8.
410
4112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
412
413        * Makefile.am: Remove superfluous -DASM.
414
4152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
416
417        * configure.ac: Require autoconf-2.60. Require automake-1.10.
418
4192006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
420
421        * configure.ac: Remove explicit ampolish3 support (now in
422        RTEMS_BSP_CONFIGURE).
423
4242006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
425
426        * configure.ac: Add ampolish3 support.
427        * Makefile.am: Add preinstall.am.
428
4292006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
430
431        * Makefile.am: Don't include subdirs.am.
432
4332005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * bsp_specs: Remove %cpp.
436
4372005-11-03      Till Straumann <strauman@slac.stanford.edu>
438
439        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
440        this normally points to ISA space but is misused by this BSP
441        (inb/outb & friends are all over the place).
442
4432005-11-03      Till Straumann <strauman@slac.stanford.edu>
444
445        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
446        this BSP does not implement sharing interrupts.
447
4482005-11-03      Till Straumann <strauman@slac.stanford.edu>
449
450        * include/bsp.h: fixed misuse of _IO_BASE
451
4522005-11-03      Till Straumann <strauman@slac.stanford.edu>
453
454        * startup/linkcmds: Removed.
455        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
456        from shared area - this version seemed broken anyways. Let the
457        preloader use the generic 'entry_point_section' rather than its own
458        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
459        __SBSSxxx__ symbols.
460
4612005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
462
463        PR 844/bsps
464        * startup/bspstart.c: Include <rtems/bspIo.h>.
465
4662005-07-28      Eric Norum <norume@aps.anl.gov>
467
468        * startup/bspstart.c: Changes provided by Phillip Sorensen
469        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
470        change made to ../shared/clock/p_clock.c.
471
4722005-07-25      Eric Norum <norume@aps.anl.gov>
473
474        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
475
4762005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
477
478        * include/bsp.h: New header guard.
479
4802005-05-20      Jennifer Averett <jennifer@OARcorp.com>
481
482        PR 702/bsps
483        * include/tm27.h: Add better tm27.h support. Uses decrementer register
484        interrupt -- copied from psim.
485
4862005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
487
488        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
489
4902005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
491
492        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
493        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
494        pci/pci_interface.c, pci/pcifinddevice.c:
495        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
496        Modifications made to merge this release with the current tree.
497
4982005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
499
500        * network/GT64260eth.c: Fixed warning.
501        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
502
5032005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
504
505        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
506        common PCI interface
507
5082005-04-15      Joel Sherrill <joel@OARcorp.com>
509
510        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
511        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
512        startup/reboot.c: Fix warnings.
513
5142005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
515
516        PR 779/bsp
517        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
518        parameter to new exception interrupt handlers in powerpc bsps
519
5202005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
521
522        * startup/linkcmds: add missing section to link cmds
523
5242005-03-14      Joel Sherrill <joel@OARcorp.com>
525
526        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
527        pci_find_device().
528
5292005-03-04      Joel Sherrill <joel@OARcorp.com>
530
531        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
532        function part of the unified PCI API as pci_initialize().
533
5342005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
535
536        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
537        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
538        CPU_MINIMUM_STACK_FRAME_SIZE.
539
5402005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
541
542        * start/start.S: include <rtems/powerpc/powerpc.h>.
543        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
544        CPU_MINIMUM_STACK_FRAME_SIZE.
545
5462005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
549
5502005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * Makefile.am: Merge-in wrapup/Makefile.am.
553        * wrapup/Makefile.am: Remove.
554        * configure.ac: Reflect changes above.
555
5562005-01-26      Joel Sherrill <joel@OARcorp.com>
557
558        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
559
5602005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
561
562        * tod/todcfg.c: size_t RTC_Count.
563
5642005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
567
5682005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
569
570        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
571
5722004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
573
574        * Makefile.am: Fix network_CPPFLAGS. Reformat.
575        * network/GT64260eth.c: Properly prototype GT64260eth_err().
576
5772004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
578
579        * network/GT64260eth.c: Remove ether_sprintf.
580
5812004-10-21      Joel Sherrill <joel@OARcorp.com>
582
583        * startup/bspstart.c: Remove warnings for variables only used when
584        certain conditionals are enabled..
585
5862004-10-21      Joel Sherrill <joel@OARcorp.com>
587
588        * Makefile.am: Add missing network_CPPFLAGS.
589
5902004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
591
592        * Makefile.am: Build networking.rel conditionally.
593        Reformat. Cosmetics.
594        * wrapup/Makefile.am: Build networking.rel conditionally.
595        Add libcpu and exception handling rels.
596        * startup/bspstart.c: Eliminate RTEMS fixed size types.
597
5982004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
599
600        * startup/bspstart.c: Remove BSP_build_date.
601
6022004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
603
604        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
605        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
606        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
607        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
608        Remove (obsolete).
609
6102004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
611
612        * configure.ac: Adaptations to rtems-4.7.
613        * Makefile.am, wrapup/Makefile.am: Reworked.
614
6152004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
616
617        * start/preload.S, start/start.S, include/bsp.h,
618        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
619        adaptations to rtems-4.7.
620
6212004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
622
623        * configure: Remove (Bogus).
624        * include/tm27.h: New (Stub).
625
6262004-10-20      Joel Sherrill <joel@OARcorp.com>
627
628        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
629        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
630        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
631        and license corrected.
632        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
633        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
634        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
635        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
636        wrapup/Makefile.in: Removed.
637
6382004-10-20  Kate Feng <feng1@bnl.gov>
639
640        * New BSP.
Note: See TracBrowser for help on using the repository browser.