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

4.115
Last change on this file since f4adc0d1 was f4adc0d1, checked in by Joel Sherrill <joel.sherrill@…>, on 07/13/11 at 18:35:43

2011-07-13 Joel Sherrill <joel.sherrilL@…>

PR 1824/cpukit

  • startup/bspclean.c: Return exit/shutdown status back to boot_card(). boot_card() propagates this to bsp_cleanup() and returns it to the assembly that started the application. bsp_cleanup() prototype changed.
  • Property mode set to 100644
File size: 21.7 KB
Line 
12011-07-13      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        PR 1824/cpukit
4        * startup/bspclean.c: Return exit/shutdown status back to boot_card().
5        boot_card() propagates this to bsp_cleanup() and returns it to the
6        assembly that started the application. bsp_cleanup() prototype
7        changed.
8
92011-04-10      Kate Feng <feng@bnl.gov>
10
11        PR 1786/bsps
12        * Makefile.am: Add support for Altivec.
13        * startup/bspstart.c, Makefile.am: Use shared/startup/zerobss.c instead.
14        * make/custom/mvme5500.cfg: Change CPU_CFLAGS to
15        "-mcpu=7450 -mtune=7450 -Dmpc7455"
16        * irq/BSP_irq.c, pci/detect_host_bridge.c, pci.c, pcifinddevice.c:
17        Remove warnings.
18        * vme/VMEConfig.h, include/bsp.h: use VME shared IRQ handlers.
19        * network/if_100MHz/GT64260eth.c: Recycle the Rx mbuf if there
20        is any Rx error.
21
222011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
23
24        * configure.ac: Use standard cache BSP options.
25
262011-05-17      Till Straumann <strauman@slac.stanford.edu>
27
28        PR1797/bsps
29        * configure.ac, include/bsp.h: Made
30        CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK a bspopts.h setting.
31
322011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * include/bsp.h, include/tm27.h:
35        Use "__asm__" instead of "asm" for improved c99-compliance.
36
372011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * configure.ac: Require autoconf-2.68, automake-1.11.1.
40
412010-08-20      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        PR 1684/bsps
44        * startup/bspstart.c: Add BSP_poll_char.
45
462010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
49
502010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
51
52        * configure.ac: Added AC_CHECK_SIZEOF macro.
53
542010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
55
56        * startup/bspstart.c: correct prototype
57
582009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        PR 1483/cpukit
61        * pci/pci.c: Rename pci_config into rtems_pci_config_t.
62
632009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * Makefile.am, preinstall.am: Update for exception support changes.
66        * irq/BSP_irq.c, irq/irq_init.c, vectors/exceptionhandler.c: Changed
67        exception header file includes.
68        * startup/bspstart.c: Update for ppc_exc_initialize() changes.
69
702009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * irq/BSP_irq.c, network/if_100MHz/GT64260eth.c,
73        network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c,
74        startup/bspstart.c: Add missing prototypes.
75        Adjust bogus types. Remove unused vars.
76
772009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
80
812009-10-20      Till Straumann <strauman@slac.stanford.edu>
82
83        * start/start.S, startup/bspstart.c:
84        let 'save_boot_params()' return a pointer to the commandline
85        saved by the BSP and pass this pointer on to 'boot_card()'.
86
872009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * configure.ac: Don't add -ansi -fasm to CFLAGS.
90
912009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * startup/bspstart.c: Remove nested externs.
94
952009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * startup/bspstart.c: Remove __RTEMS_APPLICATION__
98
992009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * make/custom/mvme5500.cfg: New (relocated from /make/custom).
102
1032009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
106        include <sys/queue.h>. It conflicts with one from network stack.
107
1082009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
111
112 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
115        Should be automatically handled by confdefs.h or the application.
116
1172009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
120        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
121        have the same options.
122
1232009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * irq/BSP_irq.c: New file.
126
1272009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
130
1312009-05-08      Kate Feng <feng1@bnl.gov>
132
133        * include/bsp.h, start/start.S, startup/bspstart.c:
134        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
135        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
136        by the linker script (shared/startup/linkcmds) for the initial
137        stack.
138        replaced __rtems_end+4096 with __stack in start.S
139        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
140        but not relevant to this one) that tested trapping
141        into PPCBug.
142        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
143        bspstart.c
144
1452009-04-28      Chris Johns <chrisj@rtems.org>
146
147        * start/start.S: Update for boot_card command line change.
148
1492009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
152
1532009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * GT64260/GT64260TWSI.h: Add missing prototypes.
156
1572008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
160        <rtems/stdint.h>.
161
1622008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * bsp_specs: Remove -Qy from *link.
165
1662008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * bsp_specs: Move -e start from *link to *startfile to avoid warning
169        for undefined entry symbol when linking relocatables with binutils
170        2.19.
171
1722008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * README: Fix typo.
175
1762008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Eliminate *_SOURCES.
179
1802008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
183        components.
184
1852008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
188
1892008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        PR 1323/bsps
192        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
193
1942008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
195
196        * configure.ac: Make letting boot_card() handle work area allocation
197        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
198        BSP_BOOTCARD_OPTIONS.
199
2002008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
203        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
204        optionally print a message, poll for user to press key, and call
205        bsp_reset(). Using this eliminates the various bsp_cleanup()
206        implementations which had their own implementation and variety of
207        string constants.
208        * startup/bspreset.c: New file.
209        * startup/reboot.c: Removed.
210
2112008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
214
2152008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
218        PowerPC level shared bsp_get_work_area() implementation.
219
2202008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
223        and rely on BSP Framework to perform more initialization.
224
2252008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
226
227        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
228        this phase, all prototypes were removed from bsp.h and empty
229        implementations were removed and made to use the shared stub.
230
2312008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
234        network/if_1GHz/if_wm.c: Add missing prototypes.
235
2362008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * GT64260/GT64260TWSI.c, irq/irq_init.c,
239        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
240        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
241        vectors/exceptionhandler.c: Add missing prototypes.
242
2432008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * pci/pci.c: Add CVS Id.
246        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
247        Add CVS Id, fix typo.
248
2492008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * Makefile.am: Rework to avoid .rel files.
252
2532008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * startup/bspstart.c: Refactored and renamed initialization routines to
256        rtems_initialize_data_structures, rtems_initialize_before_drivers,
257        rtems_initialize_device_drivers, and
258        rtems_initialize_start_multitasking. This opened the sequence up so
259        that bootcard() could provide a more robust and flexible framework
260        which is easier to explain and understand. This also lays the
261        groundwork for sharing the division of available memory between the
262        RTEMS workspace and heap and the C library initialization across all
263        BSPs.
264
2652007-12-11      Till Straumann <strauman@slac.stanford.edu>
266
267        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
268        use new exception/irq support from
269        libcpu/powerpc/new-exceptions/bspsupport
270        rather than borrowing from ../shared/vectors ../shared/irq
271
2722007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
275        Configuration Table. Use the RTEMS provided accessor macros to obtain
276        configuration fields.
277
2782007-12-10      Till Straumann <strauman@slac.stanford.edu>
279
280        * Makefile.am, start/preload.S: moved preload.S
281        to ../shared/start.
282
2832007-12-08      Till Straumann <strauman@slac.stanford.edu>
284
285        * Makefile.am: merged shared/vme/vme_universe.c and
286        shared/vme/vme_universe_dma.c into one file.
287
2882007-12-08      Till Straumann <strauman@slac.stanford.edu>
289
290        * vme/VMEConfig.h: added error status to
291        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
292
2932007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
294
295        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
296        from CPU Table to Configuration Table. Eliminate CPU Table from all
297        ports. Delete references to CPU Table in all forms.
298
2992007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
302        remaining CPU Table fields to the Configuration Table. This included
303        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
304        do_zero_of_workspace, extra_mpci_receive_server_stack,
305        stack_allocate_hook, and stack_free_hook. As a side-effect of this
306        effort some multiprocessing code was made conditional and some style
307        clean up occurred.
308
3092007-11-30      Till Straumann <strauman@slac.stanford.edu>
310
311        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
312
3132007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
314
315        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
316        network/if_1GHz/Makefile.am: Removed.
317
3182007-11-30      Till Straumann <strauman@slac.stanford.edu>
319
320        * irq/irq.h, irq/irq_init.c: Removed the definition
321        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
322        initialize the irqBase member of the rtems_irq_global_settings
323        struct. However, irqBase is an rtems_irq_symbolic_name,
324        so using BSP_LOWEST_OFFSET is more appropriate.
325
3262007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
329        Table. They have been replaced with variables named bsp_XXX as
330        needed.
331
3322007-09-20      Kate Feng <feng1@bnl.gov>
333
334        * network/if_100MHz/GT64260eth.c: Add else.
335
3362007-09-19      Kate Feng <feng1@bnl.gov>
337
338        * README: Update.
339
3402007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
341
342        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
343
3442007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
345
346        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
347        warnings.
348
3492007-09-07      Kate Feng <feng1@bnl.gov>
350
351        * ChangeLog, Makefile.am, README, README.booting, README.irq,
352        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
353        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
354        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
355        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
356        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
357        Merge my improvements in this BSP including a new network
358        driver for the 1GHz NIC.
359        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
360        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
361        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
362        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
363        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
364
3652007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
366
367        * start/preload.S: Fix symbolic reference. Did earlier modifications
368        change the conditionals specificed when this BSP is built?
369
3702007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
371
372        * Makefile.am: added shared/vectors/vectors_entry.S
373
3742007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
375
376        * irq/irq_init.c: adapted to shared exception code
377
3782007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
379
380        * Makefile.am: adapted to shared exception code
381
3822007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * bsp_specs: Remove qrtems_debug.
385
3862007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * bsp_specs: Remove lib (Now expected to exist in GCC).
389
3902007-04-01      Joel Sherrill <joel@OARcorp.com>
391
392        PR 1235/bsps
393        * pci/pci.c: Add conditional declaration of variables used in debug
394        printk's.
395
3962007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
397
398        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
399        Reflect changes to pci-API.
400
4012007-03-12      Joel Sherrill <joel@OARcorp.com>
402
403        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
404        notice. Both of these mistakes appear to be from code submitted after
405        these changes were made previously.
406
4072007-03-11      Joel Sherrill <joel@OARcorp.com>
408
409        * startup/bspstart.c: Remove assignments of
410        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
411        value in boot_card.c
412
4132007-01-30      Till Straumann <strauman@slac.stanford.edu>
414
415        * Makefile.am, preinstall.am, include/bsp.h,
416        * vme/vmeconfig.c (removed), vme/VME.h (removed):
417        cleaned up vme support - use files from libbsp/powerpc/shared/vme
418        and define BSP specifica in VMEConfig.h.
419        Use VME DMA support implemented by vmeUniverse and
420        libbsp/powerpc/shared/vme/vme_universe_dma.c
421
4222007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
423
424        * GT64260/MVME5500I2C.c: Eliminate u32.
425        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
426
4272007-01-19      Till Straumann <strauman@slac.stanford.edu>
428
429        * mvme5500/Makefile.am, mvme5500/preinstall.am,
430        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
431        removed copies of vmeconfig.c, VME.h - use generic
432        versions instead.
433
4342006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
437
4382006-12-13      Till Straumann <strauman@slac.stanford.edu>
439
440        * mvme5500/Makefile.am, mvme5500/preinstall.am:
441        need to install bsp/vme_am_defs.h
442
4432006-11-15      Joel Sherrill <joel@OARcorp.com>
444
445        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
446        file and simplified initialization.
447
4482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
449
450        * LICENSE: Convert to utf-8.
451
4522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * Makefile.am: Remove superfluous -DASM.
455
4562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
457
458        * configure.ac: Require autoconf-2.60. Require automake-1.10.
459
4602006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
461
462        * configure.ac: Remove explicit ampolish3 support (now in
463        RTEMS_BSP_CONFIGURE).
464
4652006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
466
467        * configure.ac: Add ampolish3 support.
468        * Makefile.am: Add preinstall.am.
469
4702006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        * Makefile.am: Don't include subdirs.am.
473
4742005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
475
476        * bsp_specs: Remove %cpp.
477
4782005-11-03      Till Straumann <strauman@slac.stanford.edu>
479
480        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
481        this normally points to ISA space but is misused by this BSP
482        (inb/outb & friends are all over the place).
483
4842005-11-03      Till Straumann <strauman@slac.stanford.edu>
485
486        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
487        this BSP does not implement sharing interrupts.
488
4892005-11-03      Till Straumann <strauman@slac.stanford.edu>
490
491        * include/bsp.h: fixed misuse of _IO_BASE
492
4932005-11-03      Till Straumann <strauman@slac.stanford.edu>
494
495        * startup/linkcmds: Removed.
496        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
497        from shared area - this version seemed broken anyways. Let the
498        preloader use the generic 'entry_point_section' rather than its own
499        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
500        __SBSSxxx__ symbols.
501
5022005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
503
504        PR 844/bsps
505        * startup/bspstart.c: Include <rtems/bspIo.h>.
506
5072005-07-28      Eric Norum <norume@aps.anl.gov>
508
509        * startup/bspstart.c: Changes provided by Phillip Sorensen
510        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
511        change made to ../shared/clock/p_clock.c.
512
5132005-07-25      Eric Norum <norume@aps.anl.gov>
514
515        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
516
5172005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
518
519        * include/bsp.h: New header guard.
520
5212005-05-20      Jennifer Averett <jennifer@OARcorp.com>
522
523        PR 702/bsps
524        * include/tm27.h: Add better tm27.h support. Uses decrementer register
525        interrupt -- copied from psim.
526
5272005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
528
529        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
530
5312005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
532
533        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
534        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
535        pci/pci_interface.c, pci/pcifinddevice.c:
536        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP
537        v1.1 release.  Modifications made to merge this release with
538        the current tree.
539
5402005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
541
542        * network/GT64260eth.c: Fixed warning.
543        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
544
5452005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
546
547        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
548        common PCI interface
549
5502005-04-15      Joel Sherrill <joel@OARcorp.com>
551
552        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
553        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
554        startup/reboot.c: Fix warnings.
555
5562005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
557
558        PR 779/bsp
559        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
560        parameter to new exception interrupt handlers in powerpc bsps
561
5622005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
563
564        * startup/linkcmds: add missing section to link cmds
565
5662005-03-14      Joel Sherrill <joel@OARcorp.com>
567
568        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
569        pci_find_device().
570
5712005-03-04      Joel Sherrill <joel@OARcorp.com>
572
573        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
574        function part of the unified PCI API as pci_initialize().
575
5762005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
577
578        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
579        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
580        CPU_MINIMUM_STACK_FRAME_SIZE.
581
5822005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
583
584        * start/start.S: include <rtems/powerpc/powerpc.h>.
585        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
586        CPU_MINIMUM_STACK_FRAME_SIZE.
587
5882005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
589
590        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
591
5922005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
593
594        * Makefile.am: Merge-in wrapup/Makefile.am.
595        * wrapup/Makefile.am: Remove.
596        * configure.ac: Reflect changes above.
597
5982005-01-26      Joel Sherrill <joel@OARcorp.com>
599
600        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
601
6022005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
603
604        * tod/todcfg.c: size_t RTC_Count.
605
6062005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
607
608        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
609
6102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
611
612        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
613
6142004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
615
616        * Makefile.am: Fix network_CPPFLAGS. Reformat.
617        * network/GT64260eth.c: Properly prototype GT64260eth_err().
618
6192004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
620
621        * network/GT64260eth.c: Remove ether_sprintf.
622
6232004-10-21      Joel Sherrill <joel@OARcorp.com>
624
625        * startup/bspstart.c: Remove warnings for variables only used when
626        certain conditionals are enabled..
627
6282004-10-21      Joel Sherrill <joel@OARcorp.com>
629
630        * Makefile.am: Add missing network_CPPFLAGS.
631
6322004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
633
634        * Makefile.am: Build networking.rel conditionally.
635        Reformat. Cosmetics.
636        * wrapup/Makefile.am: Build networking.rel conditionally.
637        Add libcpu and exception handling rels.
638        * startup/bspstart.c: Eliminate RTEMS fixed size types.
639
6402004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
641
642        * startup/bspstart.c: Remove BSP_build_date.
643
6442004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
645
646        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
647        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
648        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
649        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
650        Remove (obsolete).
651
6522004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
653
654        * configure.ac: Adaptations to rtems-4.7.
655        * Makefile.am, wrapup/Makefile.am: Reworked.
656
6572004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
658
659        * start/preload.S, start/start.S, include/bsp.h,
660        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
661        adaptations to rtems-4.7.
662
6632004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
664
665        * configure: Remove (Bogus).
666        * include/tm27.h: New (Stub).
667
6682004-10-20      Joel Sherrill <joel@OARcorp.com>
669
670        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
671        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
672        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
673        and license corrected.
674        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
675        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
676        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
677        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
678        wrapup/Makefile.in: Removed.
679
6802004-10-20  Kate Feng <feng1@bnl.gov>
681
682        * New BSP.
Note: See TracBrowser for help on using the repository browser.