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

4.104.115
Last change on this file since 5eccbac was 5eccbac, checked in by Till Straumann <strauman@…>, on 10/20/09 at 17:55:18

2009-10-20 Till Straumann <strauman@…>

  • start/start.S, startup/bspstart.c: let 'save_boot_params()' return a pointer to the commandline saved by the BSP and pass this pointer on to 'boot_card()'.
  • Property mode set to 100644
File size: 19.3 KB
Line 
12009-10-20      Till Straumann <strauman@slac.stanford.edu>
2
3        * start/start.S, startup/bspstart.c:
4        let 'save_boot_params()' return a pointer to the commandline
5        saved by the BSP and pass this pointer on to 'boot_card()'.
6
72009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * configure.ac: Don't add -ansi -fasm to CFLAGS.
10
112009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * startup/bspstart.c: Remove nested externs.
14
152009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * startup/bspstart.c: Remove __RTEMS_APPLICATION__
18
192009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * make/custom/mvme5500.cfg: New (relocated from /make/custom).
22
232009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
26        include <sys/queue.h>. It conflicts with one from network stack.
27
282009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
31
32 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
35        Should be automatically handled by confdefs.h or the application.
36
372009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
40        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
41        have the same options.
42
432009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * irq/BSP_irq.c: New file.
46
472009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
50
512009-05-08      Kate Feng <feng1@bnl.gov>
52        * include/bsp.h, start/start.S, startup/bspstart.c:
53        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
54        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
55        by the linker script (shared/startup/linkcmds) for the initial
56        stack.
57        replaced __rtems_end+4096 with __stack in start.S
58        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
59        but not relevant to this one) that tested trapping
60        into PPCBug.
61        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
62        bspstart.c
63
642009-04-28      Chris Johns <chrisj@rtems.org>
65
66        * start/start.S: Update for boot_card command line change.
67
682009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
71
722009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * GT64260/GT64260TWSI.h: Add missing prototypes.
75
762008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
79        <rtems/stdint.h>.
80
812008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * bsp_specs: Remove -Qy from *link.
84
852008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * bsp_specs: Move -e start from *link to *startfile to avoid warning
88        for undefined entry symbol when linking relocatables with binutils
89        2.19.
90
912008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * README: Fix typo.
94
952008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Eliminate *_SOURCES.
98
992008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
102        components.
103
1042008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
107
1082008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        PR 1323/bsps
111        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
112
1132008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * configure.ac: Make letting boot_card() handle work area allocation
116        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
117        BSP_BOOTCARD_OPTIONS.
118
1192008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
122        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
123        optionally print a message, poll for user to press key, and call
124        bsp_reset(). Using this eliminates the various bsp_cleanup()
125        implementations which had their own implementation and variety of
126        string constants.
127        * startup/bspreset.c: New file.
128        * startup/reboot.c: Removed.
129
1302008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
133
1342008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
137        PowerPC level shared bsp_get_work_area() implementation.
138
1392008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
142        and rely on BSP Framework to perform more initialization.
143
1442008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
147        this phase, all prototypes were removed from bsp.h and empty
148        implementations were removed and made to use the shared stub.
149
1502008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
153        network/if_1GHz/if_wm.c: Add missing prototypes.
154
1552008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * GT64260/GT64260TWSI.c, irq/irq_init.c,
158        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
159        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
160        vectors/exceptionhandler.c: Add missing prototypes.
161
1622008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * pci/pci.c: Add CVS Id.
165        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
166        Add CVS Id, fix typo.
167
1682008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * Makefile.am: Rework to avoid .rel files.
171
1722008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * startup/bspstart.c: Refactored and renamed initialization routines to
175        rtems_initialize_data_structures, rtems_initialize_before_drivers,
176        rtems_initialize_device_drivers, and
177        rtems_initialize_start_multitasking. This opened the sequence up so
178        that bootcard() could provide a more robust and flexible framework
179        which is easier to explain and understand. This also lays the
180        groundwork for sharing the division of available memory between the
181        RTEMS workspace and heap and the C library initialization across all
182        BSPs.
183
1842007-12-11      Till Straumann <strauman@slac.stanford.edu>
185
186        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
187        use new exception/irq support from
188        libcpu/powerpc/new-exceptions/bspsupport
189        rather than borrowing from ../shared/vectors ../shared/irq
190
1912007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
194        Configuration Table. Use the RTEMS provided accessor macros to obtain
195        configuration fields.
196
1972007-12-10      Till Straumann <strauman@slac.stanford.edu>
198
199        * Makefile.am, start/preload.S: moved preload.S
200        to ../shared/start.
201
2022007-12-08      Till Straumann <strauman@slac.stanford.edu>
203
204        * Makefile.am: merged shared/vme/vme_universe.c and
205        shared/vme/vme_universe_dma.c into one file.
206
2072007-12-08      Till Straumann <strauman@slac.stanford.edu>
208
209        * vme/VMEConfig.h: added error status to
210        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
211
2122007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
215        from CPU Table to Configuration Table. Eliminate CPU Table from all
216        ports. Delete references to CPU Table in all forms.
217
2182007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
221        remaining CPU Table fields to the Configuration Table. This included
222        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
223        do_zero_of_workspace, extra_mpci_receive_server_stack,
224        stack_allocate_hook, and stack_free_hook. As a side-effect of this
225        effort some multiprocessing code was made conditional and some style
226        clean up occurred.
227
2282007-11-30      Till Straumann <strauman@slac.stanford.edu>
229
230        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
231
2322007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
235        network/if_1GHz/Makefile.am: Removed.
236
2372007-11-30      Till Straumann <strauman@slac.stanford.edu>
238
239        * irq/irq.h, irq/irq_init.c: Removed the definition
240        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
241        initialize the irqBase member of the rtems_irq_global_settings
242        struct. However, irqBase is an rtems_irq_symbolic_name,
243        so using BSP_LOWEST_OFFSET is more appropriate.
244
2452007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
248        Table. They have been replaced with variables named bsp_XXX as
249        needed.
250
2512007-09-20      Kate Feng <feng1@bnl.gov>
252
253        * network/if_100MHz/GT64260eth.c: Add else.
254
2552007-09-19      Kate Feng <feng1@bnl.gov>
256
257        * README: Update.
258
2592007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
260
261        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
262
2632007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
266        warnings.
267
2682007-09-07      Kate Feng <feng1@bnl.gov>
269
270        * ChangeLog, Makefile.am, README, README.booting, README.irq,
271        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
272        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
273        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
274        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
275        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
276        Merge my improvements in this BSP including a new network
277        driver for the 1GHz NIC.
278        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
279        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
280        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
281        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
282        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
283
2842007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * start/preload.S: Fix symbolic reference. Did earlier modifications
287        change the conditionals specificed when this BSP is built?
288
2892007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
290
291        * Makefile.am: added shared/vectors/vectors_entry.S
292
2932007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
294
295        * irq/irq_init.c: adapted to shared exception code
296
2972007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
298
299        * Makefile.am: adapted to shared exception code
300
3012007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * bsp_specs: Remove qrtems_debug.
304
3052007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
306
307        * bsp_specs: Remove lib (Now expected to exist in GCC).
308
3092007-04-01      Joel Sherrill <joel@OARcorp.com>
310
311        PR 1235/bsps
312        * pci/pci.c: Add conditional declaration of variables used in debug
313        printk's.
314
3152007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
318        Reflect changes to pci-API.
319
3202007-03-12      Joel Sherrill <joel@OARcorp.com>
321
322        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
323        notice. Both of these mistakes appear to be from code submitted after
324        these changes were made previously.
325
3262007-03-11      Joel Sherrill <joel@OARcorp.com>
327
328        * startup/bspstart.c: Remove assignments of
329        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
330        value in boot_card.c
331
3322007-01-30      Till Straumann <strauman@slac.stanford.edu>
333
334        * Makefile.am, preinstall.am, include/bsp.h,
335        * vme/vmeconfig.c (removed), vme/VME.h (removed):
336        cleaned up vme support - use files from libbsp/powerpc/shared/vme
337        and define BSP specifica in VMEConfig.h.
338        Use VME DMA support implemented by vmeUniverse and
339        libbsp/powerpc/shared/vme/vme_universe_dma.c
340
3412007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * GT64260/MVME5500I2C.c: Eliminate u32.
344        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
345
3462007-01-19      Till Straumann <strauman@slac.stanford.edu>
347
348        * mvme5500/Makefile.am, mvme5500/preinstall.am,
349        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
350        removed copies of vmeconfig.c, VME.h - use generic
351        versions instead.
352
3532006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
356
3572006-12-13      Till Straumann <strauman@slac.stanford.edu>
358
359        * mvme5500/Makefile.am, mvme5500/preinstall.am:
360        need to install bsp/vme_am_defs.h
361
3622006-11-15      Joel Sherrill <joel@OARcorp.com>
363
364        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
365        file and simplified initialization.
366
3672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * LICENSE: Convert to utf-8.
370
3712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * Makefile.am: Remove superfluous -DASM.
374
3752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * configure.ac: Require autoconf-2.60. Require automake-1.10.
378
3792006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * configure.ac: Remove explicit ampolish3 support (now in
382        RTEMS_BSP_CONFIGURE).
383
3842006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
385
386        * configure.ac: Add ampolish3 support.
387        * Makefile.am: Add preinstall.am.
388
3892006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * Makefile.am: Don't include subdirs.am.
392
3932005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
394
395        * bsp_specs: Remove %cpp.
396
3972005-11-03      Till Straumann <strauman@slac.stanford.edu>
398
399        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
400        this normally points to ISA space but is misused by this BSP
401        (inb/outb & friends are all over the place).
402
4032005-11-03      Till Straumann <strauman@slac.stanford.edu>
404
405        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
406        this BSP does not implement sharing interrupts.
407
4082005-11-03      Till Straumann <strauman@slac.stanford.edu>
409
410        * include/bsp.h: fixed misuse of _IO_BASE
411
4122005-11-03      Till Straumann <strauman@slac.stanford.edu>
413
414        * startup/linkcmds: Removed.
415        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
416        from shared area - this version seemed broken anyways. Let the
417        preloader use the generic 'entry_point_section' rather than its own
418        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
419        __SBSSxxx__ symbols.
420
4212005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        PR 844/bsps
424        * startup/bspstart.c: Include <rtems/bspIo.h>.
425
4262005-07-28      Eric Norum <norume@aps.anl.gov>
427
428        * startup/bspstart.c: Changes provided by Phillip Sorensen
429        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
430        change made to ../shared/clock/p_clock.c.
431
4322005-07-25      Eric Norum <norume@aps.anl.gov>
433
434        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
435
4362005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
437
438        * include/bsp.h: New header guard.
439
4402005-05-20      Jennifer Averett <jennifer@OARcorp.com>
441
442        PR 702/bsps
443        * include/tm27.h: Add better tm27.h support. Uses decrementer register
444        interrupt -- copied from psim.
445
4462005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
447
448        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
449
4502005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
451
452        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
453        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
454        pci/pci_interface.c, pci/pcifinddevice.c:
455        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
456        Modifications made to merge this release with the current tree.
457
4582005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
459
460        * network/GT64260eth.c: Fixed warning.
461        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
462
4632005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
464
465        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
466        common PCI interface
467
4682005-04-15      Joel Sherrill <joel@OARcorp.com>
469
470        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
471        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
472        startup/reboot.c: Fix warnings.
473
4742005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
475
476        PR 779/bsp
477        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
478        parameter to new exception interrupt handlers in powerpc bsps
479
4802005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
481
482        * startup/linkcmds: add missing section to link cmds
483
4842005-03-14      Joel Sherrill <joel@OARcorp.com>
485
486        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
487        pci_find_device().
488
4892005-03-04      Joel Sherrill <joel@OARcorp.com>
490
491        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
492        function part of the unified PCI API as pci_initialize().
493
4942005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
495
496        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
497        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
498        CPU_MINIMUM_STACK_FRAME_SIZE.
499
5002005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
501
502        * start/start.S: include <rtems/powerpc/powerpc.h>.
503        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
504        CPU_MINIMUM_STACK_FRAME_SIZE.
505
5062005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
507
508        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
509
5102005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
511
512        * Makefile.am: Merge-in wrapup/Makefile.am.
513        * wrapup/Makefile.am: Remove.
514        * configure.ac: Reflect changes above.
515
5162005-01-26      Joel Sherrill <joel@OARcorp.com>
517
518        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
519
5202005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
521
522        * tod/todcfg.c: size_t RTC_Count.
523
5242005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
527
5282005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
531
5322004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
533
534        * Makefile.am: Fix network_CPPFLAGS. Reformat.
535        * network/GT64260eth.c: Properly prototype GT64260eth_err().
536
5372004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
538
539        * network/GT64260eth.c: Remove ether_sprintf.
540
5412004-10-21      Joel Sherrill <joel@OARcorp.com>
542
543        * startup/bspstart.c: Remove warnings for variables only used when
544        certain conditionals are enabled..
545
5462004-10-21      Joel Sherrill <joel@OARcorp.com>
547
548        * Makefile.am: Add missing network_CPPFLAGS.
549
5502004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
551
552        * Makefile.am: Build networking.rel conditionally.
553        Reformat. Cosmetics.
554        * wrapup/Makefile.am: Build networking.rel conditionally.
555        Add libcpu and exception handling rels.
556        * startup/bspstart.c: Eliminate RTEMS fixed size types.
557
5582004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
559
560        * startup/bspstart.c: Remove BSP_build_date.
561
5622004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
563
564        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
565        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
566        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
567        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
568        Remove (obsolete).
569
5702004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
571
572        * configure.ac: Adaptations to rtems-4.7.
573        * Makefile.am, wrapup/Makefile.am: Reworked.
574
5752004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
576
577        * start/preload.S, start/start.S, include/bsp.h,
578        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
579        adaptations to rtems-4.7.
580
5812004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
582
583        * configure: Remove (Bogus).
584        * include/tm27.h: New (Stub).
585
5862004-10-20      Joel Sherrill <joel@OARcorp.com>
587
588        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
589        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
590        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
591        and license corrected.
592        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
593        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
594        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
595        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
596        wrapup/Makefile.in: Removed.
597
5982004-10-20  Kate Feng <feng1@bnl.gov>
599
600        * New BSP.
Note: See TracBrowser for help on using the repository browser.