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

4.115
Last change on this file since 3e6c5a7 was 3e6c5a7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 12:50:48

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • include/bsp.h, include/tm27.h: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 20.7 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h, include/tm27.h:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102010-08-20      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        PR 1684/bsps
13        * startup/bspstart.c: Add BSP_poll_char.
14
152010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
18
192010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
20
21        * configure.ac: Added AC_CHECK_SIZEOF macro.
22
232010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
24
25        * startup/bspstart.c: correct prototype
26
272009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        PR 1483/cpukit
30        * pci/pci.c: Rename pci_config into rtems_pci_config_t.
31
322009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
33
34        * Makefile.am, preinstall.am: Update for exception support changes.
35        * irq/BSP_irq.c, irq/irq_init.c, vectors/exceptionhandler.c: Changed
36        exception header file includes.
37        * startup/bspstart.c: Update for ppc_exc_initialize() changes.
38
392009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * irq/BSP_irq.c, network/if_100MHz/GT64260eth.c,
42        network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c,
43        startup/bspstart.c: Add missing prototypes.
44        Adjust bogus types. Remove unused vars.
45
462009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
49
502009-10-20      Till Straumann <strauman@slac.stanford.edu>
51
52        * start/start.S, startup/bspstart.c:
53        let 'save_boot_params()' return a pointer to the commandline
54        saved by the BSP and pass this pointer on to 'boot_card()'.
55
562009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Don't add -ansi -fasm to CFLAGS.
59
602009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * startup/bspstart.c: Remove nested externs.
63
642009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * startup/bspstart.c: Remove __RTEMS_APPLICATION__
67
682009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * make/custom/mvme5500.cfg: New (relocated from /make/custom).
71
722009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
75        include <sys/queue.h>. It conflicts with one from network stack.
76
772009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
80
81 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
84        Should be automatically handled by confdefs.h or the application.
85
862009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
89        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
90        have the same options.
91
922009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * irq/BSP_irq.c: New file.
95
962009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
99
1002009-05-08      Kate Feng <feng1@bnl.gov>
101        * include/bsp.h, start/start.S, startup/bspstart.c:
102        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
103        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
104        by the linker script (shared/startup/linkcmds) for the initial
105        stack.
106        replaced __rtems_end+4096 with __stack in start.S
107        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
108        but not relevant to this one) that tested trapping
109        into PPCBug.
110        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
111        bspstart.c
112
1132009-04-28      Chris Johns <chrisj@rtems.org>
114
115        * start/start.S: Update for boot_card command line change.
116
1172009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
120
1212009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * GT64260/GT64260TWSI.h: Add missing prototypes.
124
1252008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
128        <rtems/stdint.h>.
129
1302008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * bsp_specs: Remove -Qy from *link.
133
1342008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * bsp_specs: Move -e start from *link to *startfile to avoid warning
137        for undefined entry symbol when linking relocatables with binutils
138        2.19.
139
1402008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * README: Fix typo.
143
1442008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Eliminate *_SOURCES.
147
1482008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
151        components.
152
1532008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
156
1572008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        PR 1323/bsps
160        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
161
1622008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * configure.ac: Make letting boot_card() handle work area allocation
165        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
166        BSP_BOOTCARD_OPTIONS.
167
1682008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
171        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
172        optionally print a message, poll for user to press key, and call
173        bsp_reset(). Using this eliminates the various bsp_cleanup()
174        implementations which had their own implementation and variety of
175        string constants.
176        * startup/bspreset.c: New file.
177        * startup/reboot.c: Removed.
178
1792008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
182
1832008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
186        PowerPC level shared bsp_get_work_area() implementation.
187
1882008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
191        and rely on BSP Framework to perform more initialization.
192
1932008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
196        this phase, all prototypes were removed from bsp.h and empty
197        implementations were removed and made to use the shared stub.
198
1992008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
202        network/if_1GHz/if_wm.c: Add missing prototypes.
203
2042008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * GT64260/GT64260TWSI.c, irq/irq_init.c,
207        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
208        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
209        vectors/exceptionhandler.c: Add missing prototypes.
210
2112008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * pci/pci.c: Add CVS Id.
214        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
215        Add CVS Id, fix typo.
216
2172008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * Makefile.am: Rework to avoid .rel files.
220
2212008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * startup/bspstart.c: Refactored and renamed initialization routines to
224        rtems_initialize_data_structures, rtems_initialize_before_drivers,
225        rtems_initialize_device_drivers, and
226        rtems_initialize_start_multitasking. This opened the sequence up so
227        that bootcard() could provide a more robust and flexible framework
228        which is easier to explain and understand. This also lays the
229        groundwork for sharing the division of available memory between the
230        RTEMS workspace and heap and the C library initialization across all
231        BSPs.
232
2332007-12-11      Till Straumann <strauman@slac.stanford.edu>
234
235        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
236        use new exception/irq support from
237        libcpu/powerpc/new-exceptions/bspsupport
238        rather than borrowing from ../shared/vectors ../shared/irq
239
2402007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
241
242        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
243        Configuration Table. Use the RTEMS provided accessor macros to obtain
244        configuration fields.
245
2462007-12-10      Till Straumann <strauman@slac.stanford.edu>
247
248        * Makefile.am, start/preload.S: moved preload.S
249        to ../shared/start.
250
2512007-12-08      Till Straumann <strauman@slac.stanford.edu>
252
253        * Makefile.am: merged shared/vme/vme_universe.c and
254        shared/vme/vme_universe_dma.c into one file.
255
2562007-12-08      Till Straumann <strauman@slac.stanford.edu>
257
258        * vme/VMEConfig.h: added error status to
259        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
260
2612007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
264        from CPU Table to Configuration Table. Eliminate CPU Table from all
265        ports. Delete references to CPU Table in all forms.
266
2672007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
268
269        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
270        remaining CPU Table fields to the Configuration Table. This included
271        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
272        do_zero_of_workspace, extra_mpci_receive_server_stack,
273        stack_allocate_hook, and stack_free_hook. As a side-effect of this
274        effort some multiprocessing code was made conditional and some style
275        clean up occurred.
276
2772007-11-30      Till Straumann <strauman@slac.stanford.edu>
278
279        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
280
2812007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
284        network/if_1GHz/Makefile.am: Removed.
285
2862007-11-30      Till Straumann <strauman@slac.stanford.edu>
287
288        * irq/irq.h, irq/irq_init.c: Removed the definition
289        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
290        initialize the irqBase member of the rtems_irq_global_settings
291        struct. However, irqBase is an rtems_irq_symbolic_name,
292        so using BSP_LOWEST_OFFSET is more appropriate.
293
2942007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
297        Table. They have been replaced with variables named bsp_XXX as
298        needed.
299
3002007-09-20      Kate Feng <feng1@bnl.gov>
301
302        * network/if_100MHz/GT64260eth.c: Add else.
303
3042007-09-19      Kate Feng <feng1@bnl.gov>
305
306        * README: Update.
307
3082007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
311
3122007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
315        warnings.
316
3172007-09-07      Kate Feng <feng1@bnl.gov>
318
319        * ChangeLog, Makefile.am, README, README.booting, README.irq,
320        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
321        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
322        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
323        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
324        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
325        Merge my improvements in this BSP including a new network
326        driver for the 1GHz NIC.
327        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
328        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
329        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
330        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
331        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
332
3332007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
334
335        * start/preload.S: Fix symbolic reference. Did earlier modifications
336        change the conditionals specificed when this BSP is built?
337
3382007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
339
340        * Makefile.am: added shared/vectors/vectors_entry.S
341
3422007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
343
344        * irq/irq_init.c: adapted to shared exception code
345
3462007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
347
348        * Makefile.am: adapted to shared exception code
349
3502007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
351
352        * bsp_specs: Remove qrtems_debug.
353
3542007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * bsp_specs: Remove lib (Now expected to exist in GCC).
357
3582007-04-01      Joel Sherrill <joel@OARcorp.com>
359
360        PR 1235/bsps
361        * pci/pci.c: Add conditional declaration of variables used in debug
362        printk's.
363
3642007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
367        Reflect changes to pci-API.
368
3692007-03-12      Joel Sherrill <joel@OARcorp.com>
370
371        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
372        notice. Both of these mistakes appear to be from code submitted after
373        these changes were made previously.
374
3752007-03-11      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/bspstart.c: Remove assignments of
378        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
379        value in boot_card.c
380
3812007-01-30      Till Straumann <strauman@slac.stanford.edu>
382
383        * Makefile.am, preinstall.am, include/bsp.h,
384        * vme/vmeconfig.c (removed), vme/VME.h (removed):
385        cleaned up vme support - use files from libbsp/powerpc/shared/vme
386        and define BSP specifica in VMEConfig.h.
387        Use VME DMA support implemented by vmeUniverse and
388        libbsp/powerpc/shared/vme/vme_universe_dma.c
389
3902007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
391
392        * GT64260/MVME5500I2C.c: Eliminate u32.
393        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
394
3952007-01-19      Till Straumann <strauman@slac.stanford.edu>
396
397        * mvme5500/Makefile.am, mvme5500/preinstall.am,
398        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
399        removed copies of vmeconfig.c, VME.h - use generic
400        versions instead.
401
4022006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
405
4062006-12-13      Till Straumann <strauman@slac.stanford.edu>
407
408        * mvme5500/Makefile.am, mvme5500/preinstall.am:
409        need to install bsp/vme_am_defs.h
410
4112006-11-15      Joel Sherrill <joel@OARcorp.com>
412
413        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
414        file and simplified initialization.
415
4162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
417
418        * LICENSE: Convert to utf-8.
419
4202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
421
422        * Makefile.am: Remove superfluous -DASM.
423
4242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * configure.ac: Require autoconf-2.60. Require automake-1.10.
427
4282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
429
430        * configure.ac: Remove explicit ampolish3 support (now in
431        RTEMS_BSP_CONFIGURE).
432
4332006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
434
435        * configure.ac: Add ampolish3 support.
436        * Makefile.am: Add preinstall.am.
437
4382006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
439
440        * Makefile.am: Don't include subdirs.am.
441
4422005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
443
444        * bsp_specs: Remove %cpp.
445
4462005-11-03      Till Straumann <strauman@slac.stanford.edu>
447
448        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
449        this normally points to ISA space but is misused by this BSP
450        (inb/outb & friends are all over the place).
451
4522005-11-03      Till Straumann <strauman@slac.stanford.edu>
453
454        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
455        this BSP does not implement sharing interrupts.
456
4572005-11-03      Till Straumann <strauman@slac.stanford.edu>
458
459        * include/bsp.h: fixed misuse of _IO_BASE
460
4612005-11-03      Till Straumann <strauman@slac.stanford.edu>
462
463        * startup/linkcmds: Removed.
464        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
465        from shared area - this version seemed broken anyways. Let the
466        preloader use the generic 'entry_point_section' rather than its own
467        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
468        __SBSSxxx__ symbols.
469
4702005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
471
472        PR 844/bsps
473        * startup/bspstart.c: Include <rtems/bspIo.h>.
474
4752005-07-28      Eric Norum <norume@aps.anl.gov>
476
477        * startup/bspstart.c: Changes provided by Phillip Sorensen
478        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
479        change made to ../shared/clock/p_clock.c.
480
4812005-07-25      Eric Norum <norume@aps.anl.gov>
482
483        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
484
4852005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
486
487        * include/bsp.h: New header guard.
488
4892005-05-20      Jennifer Averett <jennifer@OARcorp.com>
490
491        PR 702/bsps
492        * include/tm27.h: Add better tm27.h support. Uses decrementer register
493        interrupt -- copied from psim.
494
4952005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
496
497        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
498
4992005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
500
501        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
502        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
503        pci/pci_interface.c, pci/pcifinddevice.c:
504        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
505        Modifications made to merge this release with the current tree.
506
5072005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
508
509        * network/GT64260eth.c: Fixed warning.
510        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
511
5122005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
513
514        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
515        common PCI interface
516
5172005-04-15      Joel Sherrill <joel@OARcorp.com>
518
519        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
520        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
521        startup/reboot.c: Fix warnings.
522
5232005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
524
525        PR 779/bsp
526        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
527        parameter to new exception interrupt handlers in powerpc bsps
528
5292005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
530
531        * startup/linkcmds: add missing section to link cmds
532
5332005-03-14      Joel Sherrill <joel@OARcorp.com>
534
535        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
536        pci_find_device().
537
5382005-03-04      Joel Sherrill <joel@OARcorp.com>
539
540        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
541        function part of the unified PCI API as pci_initialize().
542
5432005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
546        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
547        CPU_MINIMUM_STACK_FRAME_SIZE.
548
5492005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
550
551        * start/start.S: include <rtems/powerpc/powerpc.h>.
552        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
553        CPU_MINIMUM_STACK_FRAME_SIZE.
554
5552005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
556
557        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
558
5592005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
560
561        * Makefile.am: Merge-in wrapup/Makefile.am.
562        * wrapup/Makefile.am: Remove.
563        * configure.ac: Reflect changes above.
564
5652005-01-26      Joel Sherrill <joel@OARcorp.com>
566
567        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
568
5692005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * tod/todcfg.c: size_t RTC_Count.
572
5732005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
574
575        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
576
5772005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
578
579        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
580
5812004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
582
583        * Makefile.am: Fix network_CPPFLAGS. Reformat.
584        * network/GT64260eth.c: Properly prototype GT64260eth_err().
585
5862004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
587
588        * network/GT64260eth.c: Remove ether_sprintf.
589
5902004-10-21      Joel Sherrill <joel@OARcorp.com>
591
592        * startup/bspstart.c: Remove warnings for variables only used when
593        certain conditionals are enabled..
594
5952004-10-21      Joel Sherrill <joel@OARcorp.com>
596
597        * Makefile.am: Add missing network_CPPFLAGS.
598
5992004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
600
601        * Makefile.am: Build networking.rel conditionally.
602        Reformat. Cosmetics.
603        * wrapup/Makefile.am: Build networking.rel conditionally.
604        Add libcpu and exception handling rels.
605        * startup/bspstart.c: Eliminate RTEMS fixed size types.
606
6072004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
608
609        * startup/bspstart.c: Remove BSP_build_date.
610
6112004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
612
613        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
614        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
615        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
616        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
617        Remove (obsolete).
618
6192004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
620
621        * configure.ac: Adaptations to rtems-4.7.
622        * Makefile.am, wrapup/Makefile.am: Reworked.
623
6242004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
625
626        * start/preload.S, start/start.S, include/bsp.h,
627        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
628        adaptations to rtems-4.7.
629
6302004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
631
632        * configure: Remove (Bogus).
633        * include/tm27.h: New (Stub).
634
6352004-10-20      Joel Sherrill <joel@OARcorp.com>
636
637        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
638        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
639        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
640        and license corrected.
641        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
642        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
643        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
644        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
645        wrapup/Makefile.in: Removed.
646
6472004-10-20  Kate Feng <feng1@bnl.gov>
648
649        * New BSP.
Note: See TracBrowser for help on using the repository browser.