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

4.104.115
Last change on this file since fe28264e was 06d14130, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 03/27/10 at 21:09:08

correct prototypes

  • Property mode set to 100644
File size: 20.2 KB
Line 
12010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * startup/bspstart.c: correct prototype
4
52009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        PR 1483/cpukit
8        * pci/pci.c: Rename pci_config into rtems_pci_config_t.
9
102009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * Makefile.am, preinstall.am: Update for exception support changes.
13        * irq/BSP_irq.c, irq/irq_init.c, vectors/exceptionhandler.c: Changed
14        exception header file includes.
15        * startup/bspstart.c: Update for ppc_exc_initialize() changes.
16
172009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * irq/BSP_irq.c, network/if_100MHz/GT64260eth.c,
20        network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c,
21        startup/bspstart.c: Add missing prototypes.
22        Adjust bogus types. Remove unused vars.
23
242009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
27
282009-10-20      Till Straumann <strauman@slac.stanford.edu>
29
30        * start/start.S, startup/bspstart.c:
31        let 'save_boot_params()' return a pointer to the commandline
32        saved by the BSP and pass this pointer on to 'boot_card()'.
33
342009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Don't add -ansi -fasm to CFLAGS.
37
382009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * startup/bspstart.c: Remove nested externs.
41
422009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * startup/bspstart.c: Remove __RTEMS_APPLICATION__
45
462009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * make/custom/mvme5500.cfg: New (relocated from /make/custom).
49
502009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
53        include <sys/queue.h>. It conflicts with one from network stack.
54
552009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
58
59 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
62        Should be automatically handled by confdefs.h or the application.
63
642009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
67        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
68        have the same options.
69
702009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * irq/BSP_irq.c: New file.
73
742009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
77
782009-05-08      Kate Feng <feng1@bnl.gov>
79        * include/bsp.h, start/start.S, startup/bspstart.c:
80        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
81        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
82        by the linker script (shared/startup/linkcmds) for the initial
83        stack.
84        replaced __rtems_end+4096 with __stack in start.S
85        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
86        but not relevant to this one) that tested trapping
87        into PPCBug.
88        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
89        bspstart.c
90
912009-04-28      Chris Johns <chrisj@rtems.org>
92
93        * start/start.S: Update for boot_card command line change.
94
952009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
98
992009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * GT64260/GT64260TWSI.h: Add missing prototypes.
102
1032008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
106        <rtems/stdint.h>.
107
1082008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * bsp_specs: Remove -Qy from *link.
111
1122008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * bsp_specs: Move -e start from *link to *startfile to avoid warning
115        for undefined entry symbol when linking relocatables with binutils
116        2.19.
117
1182008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * README: Fix typo.
121
1222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Eliminate *_SOURCES.
125
1262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
129        components.
130
1312008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
134
1352008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        PR 1323/bsps
138        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
139
1402008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * configure.ac: Make letting boot_card() handle work area allocation
143        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
144        BSP_BOOTCARD_OPTIONS.
145
1462008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
149        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
150        optionally print a message, poll for user to press key, and call
151        bsp_reset(). Using this eliminates the various bsp_cleanup()
152        implementations which had their own implementation and variety of
153        string constants.
154        * startup/bspreset.c: New file.
155        * startup/reboot.c: Removed.
156
1572008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
160
1612008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
164        PowerPC level shared bsp_get_work_area() implementation.
165
1662008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
169        and rely on BSP Framework to perform more initialization.
170
1712008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
174        this phase, all prototypes were removed from bsp.h and empty
175        implementations were removed and made to use the shared stub.
176
1772008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
180        network/if_1GHz/if_wm.c: Add missing prototypes.
181
1822008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * GT64260/GT64260TWSI.c, irq/irq_init.c,
185        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
186        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
187        vectors/exceptionhandler.c: Add missing prototypes.
188
1892008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * pci/pci.c: Add CVS Id.
192        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
193        Add CVS Id, fix typo.
194
1952008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * Makefile.am: Rework to avoid .rel files.
198
1992008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * startup/bspstart.c: Refactored and renamed initialization routines to
202        rtems_initialize_data_structures, rtems_initialize_before_drivers,
203        rtems_initialize_device_drivers, and
204        rtems_initialize_start_multitasking. This opened the sequence up so
205        that bootcard() could provide a more robust and flexible framework
206        which is easier to explain and understand. This also lays the
207        groundwork for sharing the division of available memory between the
208        RTEMS workspace and heap and the C library initialization across all
209        BSPs.
210
2112007-12-11      Till Straumann <strauman@slac.stanford.edu>
212
213        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
214        use new exception/irq support from
215        libcpu/powerpc/new-exceptions/bspsupport
216        rather than borrowing from ../shared/vectors ../shared/irq
217
2182007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
221        Configuration Table. Use the RTEMS provided accessor macros to obtain
222        configuration fields.
223
2242007-12-10      Till Straumann <strauman@slac.stanford.edu>
225
226        * Makefile.am, start/preload.S: moved preload.S
227        to ../shared/start.
228
2292007-12-08      Till Straumann <strauman@slac.stanford.edu>
230
231        * Makefile.am: merged shared/vme/vme_universe.c and
232        shared/vme/vme_universe_dma.c into one file.
233
2342007-12-08      Till Straumann <strauman@slac.stanford.edu>
235
236        * vme/VMEConfig.h: added error status to
237        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
238
2392007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
240
241        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
242        from CPU Table to Configuration Table. Eliminate CPU Table from all
243        ports. Delete references to CPU Table in all forms.
244
2452007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
246
247        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
248        remaining CPU Table fields to the Configuration Table. This included
249        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
250        do_zero_of_workspace, extra_mpci_receive_server_stack,
251        stack_allocate_hook, and stack_free_hook. As a side-effect of this
252        effort some multiprocessing code was made conditional and some style
253        clean up occurred.
254
2552007-11-30      Till Straumann <strauman@slac.stanford.edu>
256
257        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
258
2592007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
260
261        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
262        network/if_1GHz/Makefile.am: Removed.
263
2642007-11-30      Till Straumann <strauman@slac.stanford.edu>
265
266        * irq/irq.h, irq/irq_init.c: Removed the definition
267        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
268        initialize the irqBase member of the rtems_irq_global_settings
269        struct. However, irqBase is an rtems_irq_symbolic_name,
270        so using BSP_LOWEST_OFFSET is more appropriate.
271
2722007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
273
274        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
275        Table. They have been replaced with variables named bsp_XXX as
276        needed.
277
2782007-09-20      Kate Feng <feng1@bnl.gov>
279
280        * network/if_100MHz/GT64260eth.c: Add else.
281
2822007-09-19      Kate Feng <feng1@bnl.gov>
283
284        * README: Update.
285
2862007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
287
288        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
289
2902007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
293        warnings.
294
2952007-09-07      Kate Feng <feng1@bnl.gov>
296
297        * ChangeLog, Makefile.am, README, README.booting, README.irq,
298        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
299        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
300        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
301        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
302        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
303        Merge my improvements in this BSP including a new network
304        driver for the 1GHz NIC.
305        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
306        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
307        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
308        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
309        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
310
3112007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
312
313        * start/preload.S: Fix symbolic reference. Did earlier modifications
314        change the conditionals specificed when this BSP is built?
315
3162007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
317
318        * Makefile.am: added shared/vectors/vectors_entry.S
319
3202007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
321
322        * irq/irq_init.c: adapted to shared exception code
323
3242007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
325
326        * Makefile.am: adapted to shared exception code
327
3282007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * bsp_specs: Remove qrtems_debug.
331
3322007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * bsp_specs: Remove lib (Now expected to exist in GCC).
335
3362007-04-01      Joel Sherrill <joel@OARcorp.com>
337
338        PR 1235/bsps
339        * pci/pci.c: Add conditional declaration of variables used in debug
340        printk's.
341
3422007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
345        Reflect changes to pci-API.
346
3472007-03-12      Joel Sherrill <joel@OARcorp.com>
348
349        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
350        notice. Both of these mistakes appear to be from code submitted after
351        these changes were made previously.
352
3532007-03-11      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/bspstart.c: Remove assignments of
356        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
357        value in boot_card.c
358
3592007-01-30      Till Straumann <strauman@slac.stanford.edu>
360
361        * Makefile.am, preinstall.am, include/bsp.h,
362        * vme/vmeconfig.c (removed), vme/VME.h (removed):
363        cleaned up vme support - use files from libbsp/powerpc/shared/vme
364        and define BSP specifica in VMEConfig.h.
365        Use VME DMA support implemented by vmeUniverse and
366        libbsp/powerpc/shared/vme/vme_universe_dma.c
367
3682007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
369
370        * GT64260/MVME5500I2C.c: Eliminate u32.
371        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
372
3732007-01-19      Till Straumann <strauman@slac.stanford.edu>
374
375        * mvme5500/Makefile.am, mvme5500/preinstall.am,
376        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
377        removed copies of vmeconfig.c, VME.h - use generic
378        versions instead.
379
3802006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
381
382        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
383
3842006-12-13      Till Straumann <strauman@slac.stanford.edu>
385
386        * mvme5500/Makefile.am, mvme5500/preinstall.am:
387        need to install bsp/vme_am_defs.h
388
3892006-11-15      Joel Sherrill <joel@OARcorp.com>
390
391        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
392        file and simplified initialization.
393
3942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * LICENSE: Convert to utf-8.
397
3982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * Makefile.am: Remove superfluous -DASM.
401
4022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * configure.ac: Require autoconf-2.60. Require automake-1.10.
405
4062006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * configure.ac: Remove explicit ampolish3 support (now in
409        RTEMS_BSP_CONFIGURE).
410
4112006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * configure.ac: Add ampolish3 support.
414        * Makefile.am: Add preinstall.am.
415
4162006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * Makefile.am: Don't include subdirs.am.
419
4202005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
421
422        * bsp_specs: Remove %cpp.
423
4242005-11-03      Till Straumann <strauman@slac.stanford.edu>
425
426        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
427        this normally points to ISA space but is misused by this BSP
428        (inb/outb & friends are all over the place).
429
4302005-11-03      Till Straumann <strauman@slac.stanford.edu>
431
432        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
433        this BSP does not implement sharing interrupts.
434
4352005-11-03      Till Straumann <strauman@slac.stanford.edu>
436
437        * include/bsp.h: fixed misuse of _IO_BASE
438
4392005-11-03      Till Straumann <strauman@slac.stanford.edu>
440
441        * startup/linkcmds: Removed.
442        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
443        from shared area - this version seemed broken anyways. Let the
444        preloader use the generic 'entry_point_section' rather than its own
445        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
446        __SBSSxxx__ symbols.
447
4482005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
449
450        PR 844/bsps
451        * startup/bspstart.c: Include <rtems/bspIo.h>.
452
4532005-07-28      Eric Norum <norume@aps.anl.gov>
454
455        * startup/bspstart.c: Changes provided by Phillip Sorensen
456        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
457        change made to ../shared/clock/p_clock.c.
458
4592005-07-25      Eric Norum <norume@aps.anl.gov>
460
461        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
462
4632005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
464
465        * include/bsp.h: New header guard.
466
4672005-05-20      Jennifer Averett <jennifer@OARcorp.com>
468
469        PR 702/bsps
470        * include/tm27.h: Add better tm27.h support. Uses decrementer register
471        interrupt -- copied from psim.
472
4732005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
474
475        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
476
4772005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
478
479        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
480        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
481        pci/pci_interface.c, pci/pcifinddevice.c:
482        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
483        Modifications made to merge this release with the current tree.
484
4852005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
486
487        * network/GT64260eth.c: Fixed warning.
488        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
489
4902005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
491
492        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
493        common PCI interface
494
4952005-04-15      Joel Sherrill <joel@OARcorp.com>
496
497        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
498        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
499        startup/reboot.c: Fix warnings.
500
5012005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
502
503        PR 779/bsp
504        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
505        parameter to new exception interrupt handlers in powerpc bsps
506
5072005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
508
509        * startup/linkcmds: add missing section to link cmds
510
5112005-03-14      Joel Sherrill <joel@OARcorp.com>
512
513        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
514        pci_find_device().
515
5162005-03-04      Joel Sherrill <joel@OARcorp.com>
517
518        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
519        function part of the unified PCI API as pci_initialize().
520
5212005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
524        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
525        CPU_MINIMUM_STACK_FRAME_SIZE.
526
5272005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * start/start.S: include <rtems/powerpc/powerpc.h>.
530        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
531        CPU_MINIMUM_STACK_FRAME_SIZE.
532
5332005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
534
535        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
536
5372005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * Makefile.am: Merge-in wrapup/Makefile.am.
540        * wrapup/Makefile.am: Remove.
541        * configure.ac: Reflect changes above.
542
5432005-01-26      Joel Sherrill <joel@OARcorp.com>
544
545        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
546
5472005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * tod/todcfg.c: size_t RTC_Count.
550
5512005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
554
5552005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
556
557        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
558
5592004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
560
561        * Makefile.am: Fix network_CPPFLAGS. Reformat.
562        * network/GT64260eth.c: Properly prototype GT64260eth_err().
563
5642004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
565
566        * network/GT64260eth.c: Remove ether_sprintf.
567
5682004-10-21      Joel Sherrill <joel@OARcorp.com>
569
570        * startup/bspstart.c: Remove warnings for variables only used when
571        certain conditionals are enabled..
572
5732004-10-21      Joel Sherrill <joel@OARcorp.com>
574
575        * Makefile.am: Add missing network_CPPFLAGS.
576
5772004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
578
579        * Makefile.am: Build networking.rel conditionally.
580        Reformat. Cosmetics.
581        * wrapup/Makefile.am: Build networking.rel conditionally.
582        Add libcpu and exception handling rels.
583        * startup/bspstart.c: Eliminate RTEMS fixed size types.
584
5852004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
586
587        * startup/bspstart.c: Remove BSP_build_date.
588
5892004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
590
591        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
592        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
593        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
594        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
595        Remove (obsolete).
596
5972004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
598
599        * configure.ac: Adaptations to rtems-4.7.
600        * Makefile.am, wrapup/Makefile.am: Reworked.
601
6022004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
603
604        * start/preload.S, start/start.S, include/bsp.h,
605        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
606        adaptations to rtems-4.7.
607
6082004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
609
610        * configure: Remove (Bogus).
611        * include/tm27.h: New (Stub).
612
6132004-10-20      Joel Sherrill <joel@OARcorp.com>
614
615        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
616        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
617        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
618        and license corrected.
619        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
620        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
621        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
622        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
623        wrapup/Makefile.in: Removed.
624
6252004-10-20  Kate Feng <feng1@bnl.gov>
626
627        * New BSP.
Note: See TracBrowser for help on using the repository browser.