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

4.104.115
Last change on this file since df0243f was df0243f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/09 at 13:00:27

2009-12-11 Ralf Corsépius <ralf.corsepius@…>

PR 1483/cpukit

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