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

4.10
Last change on this file since 37834667 was 37834667, checked in by Till Straumann <strauman@…>, on 05/18/11 at 05:08:36

2011-05-18 Till Straumann <strauman@…>

PR1797/bsps: Applied cleaned-up version of Kate's patch.
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK is now a 'bspopts.h'
setting and as such configurable.

  • Property mode set to 100644
File size: 20.4 KB
Line 
12011-05-17      Till Straumann <strauman@slac.stanford.edu>
2
3        PR1797/bsps
4        * configure.ac, include/bsp.h: Made
5        CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK a bspopts.h setting.
6
72011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * configure.ac: Require autoconf-2.68, automake-1.11.1.
10
112010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * startup/bspstart.c: correct prototype
14
152009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        PR 1483/cpukit
18        * pci/pci.c: Rename pci_config into rtems_pci_config_t.
19
202009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
21
22        * Makefile.am, preinstall.am: Update for exception support changes.
23        * irq/BSP_irq.c, irq/irq_init.c, vectors/exceptionhandler.c: Changed
24        exception header file includes.
25        * startup/bspstart.c: Update for ppc_exc_initialize() changes.
26
272009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * irq/BSP_irq.c, network/if_100MHz/GT64260eth.c,
30        network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c,
31        startup/bspstart.c: Add missing prototypes.
32        Adjust bogus types. Remove unused vars.
33
342009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
37
382009-10-20      Till Straumann <strauman@slac.stanford.edu>
39
40        * start/start.S, startup/bspstart.c:
41        let 'save_boot_params()' return a pointer to the commandline
42        saved by the BSP and pass this pointer on to 'boot_card()'.
43
442009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Don't add -ansi -fasm to CFLAGS.
47
482009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * startup/bspstart.c: Remove nested externs.
51
522009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * startup/bspstart.c: Remove __RTEMS_APPLICATION__
55
562009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * make/custom/mvme5500.cfg: New (relocated from /make/custom).
59
602009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
63        include <sys/queue.h>. It conflicts with one from network stack.
64
652009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
68
69 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
72        Should be automatically handled by confdefs.h or the application.
73
742009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
77        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
78        have the same options.
79
802009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * irq/BSP_irq.c: New file.
83
842009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
87
882009-05-08      Kate Feng <feng1@bnl.gov>
89        * include/bsp.h, start/start.S, startup/bspstart.c:
90        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
91        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
92        by the linker script (shared/startup/linkcmds) for the initial
93        stack.
94        replaced __rtems_end+4096 with __stack in start.S
95        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
96        but not relevant to this one) that tested trapping
97        into PPCBug.
98        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
99        bspstart.c
100
1012009-04-28      Chris Johns <chrisj@rtems.org>
102
103        * start/start.S: Update for boot_card command line change.
104
1052009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
108
1092009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * GT64260/GT64260TWSI.h: Add missing prototypes.
112
1132008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
116        <rtems/stdint.h>.
117
1182008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * bsp_specs: Remove -Qy from *link.
121
1222008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * bsp_specs: Move -e start from *link to *startfile to avoid warning
125        for undefined entry symbol when linking relocatables with binutils
126        2.19.
127
1282008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * README: Fix typo.
131
1322008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Eliminate *_SOURCES.
135
1362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
139        components.
140
1412008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
144
1452008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        PR 1323/bsps
148        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
149
1502008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * configure.ac: Make letting boot_card() handle work area allocation
153        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
154        BSP_BOOTCARD_OPTIONS.
155
1562008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
159        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
160        optionally print a message, poll for user to press key, and call
161        bsp_reset(). Using this eliminates the various bsp_cleanup()
162        implementations which had their own implementation and variety of
163        string constants.
164        * startup/bspreset.c: New file.
165        * startup/reboot.c: Removed.
166
1672008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
168
169        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
170
1712008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
174        PowerPC level shared bsp_get_work_area() implementation.
175
1762008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
179        and rely on BSP Framework to perform more initialization.
180
1812008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
184        this phase, all prototypes were removed from bsp.h and empty
185        implementations were removed and made to use the shared stub.
186
1872008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
190        network/if_1GHz/if_wm.c: Add missing prototypes.
191
1922008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * GT64260/GT64260TWSI.c, irq/irq_init.c,
195        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
196        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
197        vectors/exceptionhandler.c: Add missing prototypes.
198
1992008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * pci/pci.c: Add CVS Id.
202        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
203        Add CVS Id, fix typo.
204
2052008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * Makefile.am: Rework to avoid .rel files.
208
2092008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * startup/bspstart.c: Refactored and renamed initialization routines to
212        rtems_initialize_data_structures, rtems_initialize_before_drivers,
213        rtems_initialize_device_drivers, and
214        rtems_initialize_start_multitasking. This opened the sequence up so
215        that bootcard() could provide a more robust and flexible framework
216        which is easier to explain and understand. This also lays the
217        groundwork for sharing the division of available memory between the
218        RTEMS workspace and heap and the C library initialization across all
219        BSPs.
220
2212007-12-11      Till Straumann <strauman@slac.stanford.edu>
222
223        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
224        use new exception/irq support from
225        libcpu/powerpc/new-exceptions/bspsupport
226        rather than borrowing from ../shared/vectors ../shared/irq
227
2282007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
231        Configuration Table. Use the RTEMS provided accessor macros to obtain
232        configuration fields.
233
2342007-12-10      Till Straumann <strauman@slac.stanford.edu>
235
236        * Makefile.am, start/preload.S: moved preload.S
237        to ../shared/start.
238
2392007-12-08      Till Straumann <strauman@slac.stanford.edu>
240
241        * Makefile.am: merged shared/vme/vme_universe.c and
242        shared/vme/vme_universe_dma.c into one file.
243
2442007-12-08      Till Straumann <strauman@slac.stanford.edu>
245
246        * vme/VMEConfig.h: added error status to
247        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
248
2492007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
252        from CPU Table to Configuration Table. Eliminate CPU Table from all
253        ports. Delete references to CPU Table in all forms.
254
2552007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
256
257        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
258        remaining CPU Table fields to the Configuration Table. This included
259        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
260        do_zero_of_workspace, extra_mpci_receive_server_stack,
261        stack_allocate_hook, and stack_free_hook. As a side-effect of this
262        effort some multiprocessing code was made conditional and some style
263        clean up occurred.
264
2652007-11-30      Till Straumann <strauman@slac.stanford.edu>
266
267        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
268
2692007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
272        network/if_1GHz/Makefile.am: Removed.
273
2742007-11-30      Till Straumann <strauman@slac.stanford.edu>
275
276        * irq/irq.h, irq/irq_init.c: Removed the definition
277        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
278        initialize the irqBase member of the rtems_irq_global_settings
279        struct. However, irqBase is an rtems_irq_symbolic_name,
280        so using BSP_LOWEST_OFFSET is more appropriate.
281
2822007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
285        Table. They have been replaced with variables named bsp_XXX as
286        needed.
287
2882007-09-20      Kate Feng <feng1@bnl.gov>
289
290        * network/if_100MHz/GT64260eth.c: Add else.
291
2922007-09-19      Kate Feng <feng1@bnl.gov>
293
294        * README: Update.
295
2962007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
297
298        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
299
3002007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
301
302        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
303        warnings.
304
3052007-09-07      Kate Feng <feng1@bnl.gov>
306
307        * ChangeLog, Makefile.am, README, README.booting, README.irq,
308        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
309        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
310        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
311        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
312        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
313        Merge my improvements in this BSP including a new network
314        driver for the 1GHz NIC.
315        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
316        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
317        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
318        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
319        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
320
3212007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
322
323        * start/preload.S: Fix symbolic reference. Did earlier modifications
324        change the conditionals specificed when this BSP is built?
325
3262007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
327
328        * Makefile.am: added shared/vectors/vectors_entry.S
329
3302007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
331
332        * irq/irq_init.c: adapted to shared exception code
333
3342007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
335
336        * Makefile.am: adapted to shared exception code
337
3382007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * bsp_specs: Remove qrtems_debug.
341
3422007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * bsp_specs: Remove lib (Now expected to exist in GCC).
345
3462007-04-01      Joel Sherrill <joel@OARcorp.com>
347
348        PR 1235/bsps
349        * pci/pci.c: Add conditional declaration of variables used in debug
350        printk's.
351
3522007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
355        Reflect changes to pci-API.
356
3572007-03-12      Joel Sherrill <joel@OARcorp.com>
358
359        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
360        notice. Both of these mistakes appear to be from code submitted after
361        these changes were made previously.
362
3632007-03-11      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/bspstart.c: Remove assignments of
366        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
367        value in boot_card.c
368
3692007-01-30      Till Straumann <strauman@slac.stanford.edu>
370
371        * Makefile.am, preinstall.am, include/bsp.h,
372        * vme/vmeconfig.c (removed), vme/VME.h (removed):
373        cleaned up vme support - use files from libbsp/powerpc/shared/vme
374        and define BSP specifica in VMEConfig.h.
375        Use VME DMA support implemented by vmeUniverse and
376        libbsp/powerpc/shared/vme/vme_universe_dma.c
377
3782007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * GT64260/MVME5500I2C.c: Eliminate u32.
381        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
382
3832007-01-19      Till Straumann <strauman@slac.stanford.edu>
384
385        * mvme5500/Makefile.am, mvme5500/preinstall.am,
386        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
387        removed copies of vmeconfig.c, VME.h - use generic
388        versions instead.
389
3902006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
393
3942006-12-13      Till Straumann <strauman@slac.stanford.edu>
395
396        * mvme5500/Makefile.am, mvme5500/preinstall.am:
397        need to install bsp/vme_am_defs.h
398
3992006-11-15      Joel Sherrill <joel@OARcorp.com>
400
401        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
402        file and simplified initialization.
403
4042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
405
406        * LICENSE: Convert to utf-8.
407
4082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
409
410        * Makefile.am: Remove superfluous -DASM.
411
4122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
413
414        * configure.ac: Require autoconf-2.60. Require automake-1.10.
415
4162006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
417
418        * configure.ac: Remove explicit ampolish3 support (now in
419        RTEMS_BSP_CONFIGURE).
420
4212006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
422
423        * configure.ac: Add ampolish3 support.
424        * Makefile.am: Add preinstall.am.
425
4262006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
427
428        * Makefile.am: Don't include subdirs.am.
429
4302005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
431
432        * bsp_specs: Remove %cpp.
433
4342005-11-03      Till Straumann <strauman@slac.stanford.edu>
435
436        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
437        this normally points to ISA space but is misused by this BSP
438        (inb/outb & friends are all over the place).
439
4402005-11-03      Till Straumann <strauman@slac.stanford.edu>
441
442        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
443        this BSP does not implement sharing interrupts.
444
4452005-11-03      Till Straumann <strauman@slac.stanford.edu>
446
447        * include/bsp.h: fixed misuse of _IO_BASE
448
4492005-11-03      Till Straumann <strauman@slac.stanford.edu>
450
451        * startup/linkcmds: Removed.
452        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
453        from shared area - this version seemed broken anyways. Let the
454        preloader use the generic 'entry_point_section' rather than its own
455        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
456        __SBSSxxx__ symbols.
457
4582005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
459
460        PR 844/bsps
461        * startup/bspstart.c: Include <rtems/bspIo.h>.
462
4632005-07-28      Eric Norum <norume@aps.anl.gov>
464
465        * startup/bspstart.c: Changes provided by Phillip Sorensen
466        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
467        change made to ../shared/clock/p_clock.c.
468
4692005-07-25      Eric Norum <norume@aps.anl.gov>
470
471        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
472
4732005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
474
475        * include/bsp.h: New header guard.
476
4772005-05-20      Jennifer Averett <jennifer@OARcorp.com>
478
479        PR 702/bsps
480        * include/tm27.h: Add better tm27.h support. Uses decrementer register
481        interrupt -- copied from psim.
482
4832005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
484
485        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
486
4872005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
488
489        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
490        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
491        pci/pci_interface.c, pci/pcifinddevice.c:
492        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
493        Modifications made to merge this release with the current tree.
494
4952005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
496
497        * network/GT64260eth.c: Fixed warning.
498        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
499
5002005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
501
502        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
503        common PCI interface
504
5052005-04-15      Joel Sherrill <joel@OARcorp.com>
506
507        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
508        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
509        startup/reboot.c: Fix warnings.
510
5112005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
512
513        PR 779/bsp
514        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
515        parameter to new exception interrupt handlers in powerpc bsps
516
5172005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
518
519        * startup/linkcmds: add missing section to link cmds
520
5212005-03-14      Joel Sherrill <joel@OARcorp.com>
522
523        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
524        pci_find_device().
525
5262005-03-04      Joel Sherrill <joel@OARcorp.com>
527
528        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
529        function part of the unified PCI API as pci_initialize().
530
5312005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
534        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
535        CPU_MINIMUM_STACK_FRAME_SIZE.
536
5372005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
538
539        * start/start.S: include <rtems/powerpc/powerpc.h>.
540        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
541        CPU_MINIMUM_STACK_FRAME_SIZE.
542
5432005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
546
5472005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
548
549        * Makefile.am: Merge-in wrapup/Makefile.am.
550        * wrapup/Makefile.am: Remove.
551        * configure.ac: Reflect changes above.
552
5532005-01-26      Joel Sherrill <joel@OARcorp.com>
554
555        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
556
5572005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
558
559        * tod/todcfg.c: size_t RTC_Count.
560
5612005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
562
563        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
564
5652005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
568
5692004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
570
571        * Makefile.am: Fix network_CPPFLAGS. Reformat.
572        * network/GT64260eth.c: Properly prototype GT64260eth_err().
573
5742004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
575
576        * network/GT64260eth.c: Remove ether_sprintf.
577
5782004-10-21      Joel Sherrill <joel@OARcorp.com>
579
580        * startup/bspstart.c: Remove warnings for variables only used when
581        certain conditionals are enabled..
582
5832004-10-21      Joel Sherrill <joel@OARcorp.com>
584
585        * Makefile.am: Add missing network_CPPFLAGS.
586
5872004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
588
589        * Makefile.am: Build networking.rel conditionally.
590        Reformat. Cosmetics.
591        * wrapup/Makefile.am: Build networking.rel conditionally.
592        Add libcpu and exception handling rels.
593        * startup/bspstart.c: Eliminate RTEMS fixed size types.
594
5952004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
596
597        * startup/bspstart.c: Remove BSP_build_date.
598
5992004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
600
601        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
602        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
603        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
604        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
605        Remove (obsolete).
606
6072004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
608
609        * configure.ac: Adaptations to rtems-4.7.
610        * Makefile.am, wrapup/Makefile.am: Reworked.
611
6122004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
613
614        * start/preload.S, start/start.S, include/bsp.h,
615        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
616        adaptations to rtems-4.7.
617
6182004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
619
620        * configure: Remove (Bogus).
621        * include/tm27.h: New (Stub).
622
6232004-10-20      Joel Sherrill <joel@OARcorp.com>
624
625        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
626        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
627        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
628        and license corrected.
629        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
630        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
631        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
632        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
633        wrapup/Makefile.in: Removed.
634
6352004-10-20  Kate Feng <feng1@bnl.gov>
636
637        * New BSP.
Note: See TracBrowser for help on using the repository browser.