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
RevLine 
[df0243f]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
[2d2de4eb]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
[2e9d27c0]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
[e40b95b]202009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
23
[5eccbac]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
[218a2bb]302009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Don't add -ansi -fasm to CFLAGS.
33
[fda16849]342009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * startup/bspstart.c: Remove nested externs.
37
[3b9e40e]382009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * startup/bspstart.c: Remove __RTEMS_APPLICATION__
41
[b982480e]422009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * make/custom/mvme5500.cfg: New (relocated from /make/custom).
45
[2e43e6c]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
[6b2b37d2]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>
[a3a6fae]56
57        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
58        Should be automatically handled by confdefs.h or the application.
59
[d1be26b]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
[9ad5d58]662009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * irq/BSP_irq.c: New file.
69
[1802b902]702009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
73
[72510eb2]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
[820d1ab0]872009-04-28      Chris Johns <chrisj@rtems.org>
88
89        * start/start.S: Update for boot_card command line change.
90
[3158138]912009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
94
[f8c37aea]952009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * GT64260/GT64260TWSI.h: Add missing prototypes.
98
[654574bd]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
[12f9e942]1042008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * bsp_specs: Remove -Qy from *link.
107
[df393962]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
[e4f98f1]1142008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * README: Fix typo.
117
[64eb0c7]1182008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * Makefile.am: Eliminate *_SOURCES.
121
[e94666d]1222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
125        components.
126
[c06b3fa]1272008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
130
[7425411]1312008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        PR 1323/bsps
134        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
135
[95aa5e1]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
[5734337]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
[25038501]1532008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
156
[bcb9f8c3]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
[60e3b00]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
[8da29747]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
[99ee826]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
[24e0d9a]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
[401dbf8]1852008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
186
[16fa78e]187        * pci/pci.c: Add CVS Id.
[401dbf8]188        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
189        Add CVS Id, fix typo.
190
[1d0ee80e]1912008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * Makefile.am: Rework to avoid .rel files.
194
[6ea100c1]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
[0296f518]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
[4130d8e2]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
[c9f79e6d]2202007-12-10      Till Straumann <strauman@slac.stanford.edu>
221
222        * Makefile.am, start/preload.S: moved preload.S
223        to ../shared/start.
224
[79262a32]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
[ae93b29]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
[d34d8692]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
[b5e7018]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
[d8eb6c7]2512007-11-30      Till Straumann <strauman@slac.stanford.edu>
252
253        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
254
[9edf584f]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
[a045c9d]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
[07e9642c]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
[1966665]2742007-09-20      Kate Feng <feng1@bnl.gov>
275
276        * network/if_100MHz/GT64260eth.c: Add else.
277
[74a65e47]2782007-09-19      Kate Feng <feng1@bnl.gov>
279
280        * README: Update.
281
[28e56ede]2822007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
285
[07e76b9b]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
[ee732739]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.
[dc7271f]306
[48108bcb]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
[701cb88]3122007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
313
314        * Makefile.am: added shared/vectors/vectors_entry.S
315
[185da08]3162007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
317
318        * irq/irq_init.c: adapted to shared exception code
319
[78f96ab]3202007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
321
322        * Makefile.am: adapted to shared exception code
323
[2679eb9d]3242007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
325
326        * bsp_specs: Remove qrtems_debug.
327
[35439f37]3282007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * bsp_specs: Remove lib (Now expected to exist in GCC).
331
[f056a6e]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
[294638bc]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
[aa253a4]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
[3f0cfc56]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
[6623984]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
[ea6c5d8]3642007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
365
[a9a3e75]366        * GT64260/MVME5500I2C.c: Eliminate u32.
[ea6c5d8]367        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
368
[bc2083c1]3692007-01-19      Till Straumann <strauman@slac.stanford.edu>
370
371        * mvme5500/Makefile.am, mvme5500/preinstall.am,
[6200dc9]372        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
[bc2083c1]373        removed copies of vmeconfig.c, VME.h - use generic
374        versions instead.
375
[038e9fb9]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
[60b8e96]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
[aa4369c]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
[6436036c]3902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * LICENSE: Convert to utf-8.
393
[57357d9]3942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * Makefile.am: Remove superfluous -DASM.
397
[754610f]3982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * configure.ac: Require autoconf-2.60. Require automake-1.10.
401
[73733dc]4022006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * configure.ac: Remove explicit ampolish3 support (now in
405        RTEMS_BSP_CONFIGURE).
406
[7cc4f59]4072006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * configure.ac: Add ampolish3 support.
410        * Makefile.am: Add preinstall.am.
411
[ea63b37]4122006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * Makefile.am: Don't include subdirs.am.
415
[17e451a]4162005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * bsp_specs: Remove %cpp.
419
[c4423933]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
[94c31843]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
[cca22863]4312005-11-03      Till Straumann <strauman@slac.stanford.edu>
432
433        * include/bsp.h: fixed misuse of _IO_BASE
434
[086c1c3]4352005-11-03      Till Straumann <strauman@slac.stanford.edu>
[7e2dcde]436
437        * startup/linkcmds: Removed.
438        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
[086c1c3]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.
[7e2dcde]443
[ef9e015]4442005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        PR 844/bsps
447        * startup/bspstart.c: Include <rtems/bspIo.h>.
448
[e555829]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
[76361dd]4552005-07-25      Eric Norum <norume@aps.anl.gov>
456
457        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
458
[34c4852]4592005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
460
461        * include/bsp.h: New header guard.
462
[266a5c92]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
[490fd4a]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
[54cb48f]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
[3bfb6ef]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
[4cbb57da]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
[46a6fa91]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
[4953659b]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
[c1e7b3f]5032005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
504
505        * startup/linkcmds: add missing section to link cmds
506
[48e329fb]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
[037864f5]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
[1899fe4]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
[2195ccf3]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
[756f4a4]5292005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
530
531        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
532
[5133bd6]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
[234e509f]5392005-01-26      Joel Sherrill <joel@OARcorp.com>
540
541        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
542
[445f8cc]5432005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * tod/todcfg.c: size_t RTC_Count.
546
[844609f9]5472005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
550
[71cbb66]5512005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
552
553        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
554
[04b7821]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
[c39ecd73]5602004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
561
562        * network/GT64260eth.c: Remove ether_sprintf.
563
[05682dc]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
[031d15d3]5692004-10-21      Joel Sherrill <joel@OARcorp.com>
570
571        * Makefile.am: Add missing network_CPPFLAGS.
572
[b3a78e34]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.
[08f086ea]578        Add libcpu and exception handling rels.
[b3a78e34]579        * startup/bspstart.c: Eliminate RTEMS fixed size types.
580
[f59eab9c]5812004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
582
583        * startup/bspstart.c: Remove BSP_build_date.
584
[2fed9af]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
[f4a59e33]5932004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
594
[de2582f8]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.
[f4a59e33]603
[24c094c]6042004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
605
606        * configure: Remove (Bogus).
607        * include/tm27.h: New (Stub).
608
[f8e0327]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
[2fd2786]6212004-10-20  Kate Feng <feng1@bnl.gov>
622
623        * New BSP.
Note: See TracBrowser for help on using the repository browser.