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

4.104.115
Last change on this file since b80cf5a was 2d2de4eb, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/23/09 at 07:32:46

Update for exception support changes.

  • Property mode set to 100644
File size: 19.9 KB
Line 
12009-10-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * Makefile.am, preinstall.am: Update for exception support changes.
4        * irq/BSP_irq.c, irq/irq_init.c, vectors/exceptionhandler.c: Changed
5        exception header file includes.
6        * startup/bspstart.c: Update for ppc_exc_initialize() changes.
7
82009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * irq/BSP_irq.c, network/if_100MHz/GT64260eth.c,
11        network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c,
12        startup/bspstart.c: Add missing prototypes.
13        Adjust bogus types. Remove unused vars.
14
152009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
18
192009-10-20      Till Straumann <strauman@slac.stanford.edu>
20
21        * start/start.S, startup/bspstart.c:
22        let 'save_boot_params()' return a pointer to the commandline
23        saved by the BSP and pass this pointer on to 'boot_card()'.
24
252009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Don't add -ansi -fasm to CFLAGS.
28
292009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * startup/bspstart.c: Remove nested externs.
32
332009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * startup/bspstart.c: Remove __RTEMS_APPLICATION__
36
372009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * make/custom/mvme5500.cfg: New (relocated from /make/custom).
40
412009-09-28      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Do not
44        include <sys/queue.h>. It conflicts with one from network stack.
45
462009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
49
50 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
53        Should be automatically handled by confdefs.h or the application.
54
552009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
58        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
59        have the same options.
60
612009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * irq/BSP_irq.c: New file.
64
652009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
68
692009-05-08      Kate Feng <feng1@bnl.gov>
70        * include/bsp.h, start/start.S, startup/bspstart.c:
71        added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h.
72        removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined
73        by the linker script (shared/startup/linkcmds) for the initial
74        stack.
75        replaced __rtems_end+4096 with __stack in start.S
76        Removed legacy code in bspstart.c (inherited from old mvme2307 BSP
77        but not relevant to this one) that tested trapping
78        into PPCBug.
79        Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in
80        bspstart.c
81
822009-04-28      Chris Johns <chrisj@rtems.org>
83
84        * start/start.S: Update for boot_card command line change.
85
862009-02-06      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Add network_CPPFLAGS += -D__BSD_VISIBLE.
89
902009-02-03      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * GT64260/GT64260TWSI.h: Add missing prototypes.
93
942008-12-17      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * GT64260/MVME5500I2C.c: Include <stdint.h> instead of
97        <rtems/stdint.h>.
98
992008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * bsp_specs: Remove -Qy from *link.
102
1032008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * bsp_specs: Move -e start from *link to *startfile to avoid warning
106        for undefined entry symbol when linking relocatables with binutils
107        2.19.
108
1092008-11-20      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * README: Fix typo.
112
1132008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * Makefile.am: Eliminate *_SOURCES.
116
1172008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
120        components.
121
1222008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
125
1262008-08-24      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        PR 1323/bsps
129        * Makefile.am: Remove AM_CFLAGS += -msoft-float.
130
1312008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * configure.ac: Make letting boot_card() handle work area allocation
134        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
135        BSP_BOOTCARD_OPTIONS.
136
1372008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * Makefile.am, README.booting, include/bsp.h, startup/bspclean.c,
140        vectors/exceptionhandler.c: Use standardized bsp_cleanup() which can
141        optionally print a message, poll for user to press key, and call
142        bsp_reset(). Using this eliminates the various bsp_cleanup()
143        implementations which had their own implementation and variety of
144        string constants.
145        * startup/bspreset.c: New file.
146        * startup/reboot.c: Removed.
147
1482008-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * include/bsp.h: Remove define of BSP_ZERO_WORKSPACE_AUTOMATICALLY.
151
1522008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * Makefile.am, configure.ac, include/bsp.h, startup/bspstart.c: Use
155        PowerPC level shared bsp_get_work_area() implementation.
156
1572008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * startup/bspstart.c: Add use of bsp_get_work_area() in its own file
160        and rely on BSP Framework to perform more initialization.
161
1622008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
165        this phase, all prototypes were removed from bsp.h and empty
166        implementations were removed and made to use the shared stub.
167
1682008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
171        network/if_1GHz/if_wm.c: Add missing prototypes.
172
1732008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * GT64260/GT64260TWSI.c, irq/irq_init.c,
176        network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c,
177        pci/pci.c, pci/pci_interface.c, startup/bspstart.c,
178        vectors/exceptionhandler.c: Add missing prototypes.
179
1802008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * pci/pci.c: Add CVS Id.
183        * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar.
184        Add CVS Id, fix typo.
185
1862008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
187
188        * Makefile.am: Rework to avoid .rel files.
189
1902008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * startup/bspstart.c: Refactored and renamed initialization routines to
193        rtems_initialize_data_structures, rtems_initialize_before_drivers,
194        rtems_initialize_device_drivers, and
195        rtems_initialize_start_multitasking. This opened the sequence up so
196        that bootcard() could provide a more robust and flexible framework
197        which is easier to explain and understand. This also lays the
198        groundwork for sharing the division of available memory between the
199        RTEMS workspace and heap and the C library initialization across all
200        BSPs.
201
2022007-12-11      Till Straumann <strauman@slac.stanford.edu>
203
204        * Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c:
205        use new exception/irq support from
206        libcpu/powerpc/new-exceptions/bspsupport
207        rather than borrowing from ../shared/vectors ../shared/irq
208
2092007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
210
211        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
212        Configuration Table. Use the RTEMS provided accessor macros to obtain
213        configuration fields.
214
2152007-12-10      Till Straumann <strauman@slac.stanford.edu>
216
217        * Makefile.am, start/preload.S: moved preload.S
218        to ../shared/start.
219
2202007-12-08      Till Straumann <strauman@slac.stanford.edu>
221
222        * Makefile.am: merged shared/vme/vme_universe.c and
223        shared/vme/vme_universe_dma.c into one file.
224
2252007-12-08      Till Straumann <strauman@slac.stanford.edu>
226
227        * vme/VMEConfig.h: added error status to
228        BSP_VME_UNIVERSE_INSTALL_IRQ_MGR(err) macro.
229
2302007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
233        from CPU Table to Configuration Table. Eliminate CPU Table from all
234        ports. Delete references to CPU Table in all forms.
235
2362007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * Makefile.am, include/bsp.h, startup/bspstart.c: Moved most of the
239        remaining CPU Table fields to the Configuration Table. This included
240        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
241        do_zero_of_workspace, extra_mpci_receive_server_stack,
242        stack_allocate_hook, and stack_free_hook. As a side-effect of this
243        effort some multiprocessing code was made conditional and some style
244        clean up occurred.
245
2462007-11-30      Till Straumann <strauman@slac.stanford.edu>
247
248        * startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
249
2502007-11-30      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * irq/GT64260Int.c, network/if_100MHz/Makefile.am,
253        network/if_1GHz/Makefile.am: Removed.
254
2552007-11-30      Till Straumann <strauman@slac.stanford.edu>
256
257        * irq/irq.h, irq/irq_init.c: Removed the definition
258        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
259        initialize the irqBase member of the rtems_irq_global_settings
260        struct. However, irqBase is an rtems_irq_symbolic_name,
261        so using BSP_LOWEST_OFFSET is more appropriate.
262
2632007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * startup/bspstart.c: Eliminate PowerPC specific elements from the CPU
266        Table. They have been replaced with variables named bsp_XXX as
267        needed.
268
2692007-09-20      Kate Feng <feng1@bnl.gov>
270
271        * network/if_100MHz/GT64260eth.c: Add else.
272
2732007-09-19      Kate Feng <feng1@bnl.gov>
274
275        * README: Update.
276
2772007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * network/GT64260eth.c, network/GT64260eth.h, network/GT64260ethreg.h: Removed.
280
2812007-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c: Remove a few
284        warnings.
285
2862007-09-07      Kate Feng <feng1@bnl.gov>
287
288        * ChangeLog, Makefile.am, README, README.booting, README.irq,
289        preinstall.am, GT64260/MVME5500I2C.c, include/bsp.h, irq/irq.c,
290        irq/irq.h, irq/irq_init.c, pci/detect_host_bridge.c, pci/pci.c,
291        pci/pci_interface.c, pci/pcifinddevice.c, start/preload.S,
292        startup/bspclean.c, startup/bspstart.c, startup/pgtbl_activate.c,
293        startup/reboot.c, vectors/bspException.h, vectors/exceptionhandler.c:
294        Merge my improvements in this BSP including a new network
295        driver for the 1GHz NIC.
296        * network/if_100MHz/GT64260eth.c, network/if_100MHz/GT64260eth.h,
297        network/if_100MHz/GT64260ethreg.h, network/if_100MHz/Makefile.am,
298        network/if_1GHz/Makefile.am, network/if_1GHz/POSSIBLEBUG,
299        network/if_1GHz/if_wm.c, network/if_1GHz/if_wmreg.h,
300        network/if_1GHz/pci_map.c, network/if_1GHz/pcireg.h: New files.
301
3022007-07-23      Joel Sherrill <joel.sherrill@OARcorp.com>
303
304        * start/preload.S: Fix symbolic reference. Did earlier modifications
305        change the conditionals specificed when this BSP is built?
306
3072007-07-23      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
308
309        * Makefile.am: added shared/vectors/vectors_entry.S
310
3112007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
312
313        * irq/irq_init.c: adapted to shared exception code
314
3152007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
316
317        * Makefile.am: adapted to shared exception code
318
3192007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * bsp_specs: Remove qrtems_debug.
322
3232007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * bsp_specs: Remove lib (Now expected to exist in GCC).
326
3272007-04-01      Joel Sherrill <joel@OARcorp.com>
328
329        PR 1235/bsps
330        * pci/pci.c: Add conditional declaration of variables used in debug
331        printk's.
332
3332007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * pci/detect_host_bridge.c, pci/pci.c, pci/pcifinddevice.c:
336        Reflect changes to pci-API.
337
3382007-03-12      Joel Sherrill <joel@OARcorp.com>
339
340        * irq/irq_init.c: Correct license URL and/or fix mistake in copyright
341        notice. Both of these mistakes appear to be from code submitted after
342        these changes were made previously.
343
3442007-03-11      Joel Sherrill <joel@OARcorp.com>
345
346        * startup/bspstart.c: Remove assignments of
347        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
348        value in boot_card.c
349
3502007-01-30      Till Straumann <strauman@slac.stanford.edu>
351
352        * Makefile.am, preinstall.am, include/bsp.h,
353        * vme/vmeconfig.c (removed), vme/VME.h (removed):
354        cleaned up vme support - use files from libbsp/powerpc/shared/vme
355        and define BSP specifica in VMEConfig.h.
356        Use VME DMA support implemented by vmeUniverse and
357        libbsp/powerpc/shared/vme/vme_universe_dma.c
358
3592007-01-29      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * GT64260/MVME5500I2C.c: Eliminate u32.
362        * GT64260/MVME5500I2C.c, pci/pci.c: Eliminate unchar.
363
3642007-01-19      Till Straumann <strauman@slac.stanford.edu>
365
366        * mvme5500/Makefile.am, mvme5500/preinstall.am,
367        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h, mvme5500/vme/vmeconfig.c:
368        removed copies of vmeconfig.c, VME.h - use generic
369        versions instead.
370
3712006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * network/GT64260eth.c: Use ioctl_command_t as arg to ioctl functions.
374
3752006-12-13      Till Straumann <strauman@slac.stanford.edu>
376
377        * mvme5500/Makefile.am, mvme5500/preinstall.am:
378        need to install bsp/vme_am_defs.h
379
3802006-11-15      Joel Sherrill <joel@OARcorp.com>
381
382        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
383        file and simplified initialization.
384
3852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
386
387        * LICENSE: Convert to utf-8.
388
3892006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * Makefile.am: Remove superfluous -DASM.
392
3932006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * configure.ac: Require autoconf-2.60. Require automake-1.10.
396
3972006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * configure.ac: Remove explicit ampolish3 support (now in
400        RTEMS_BSP_CONFIGURE).
401
4022006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
403
404        * configure.ac: Add ampolish3 support.
405        * Makefile.am: Add preinstall.am.
406
4072006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * Makefile.am: Don't include subdirs.am.
410
4112005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
412
413        * bsp_specs: Remove %cpp.
414
4152005-11-03      Till Straumann <strauman@slac.stanford.edu>
416
417        * include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
418        this normally points to ISA space but is misused by this BSP
419        (inb/outb & friends are all over the place).
420
4212005-11-03      Till Straumann <strauman@slac.stanford.edu>
422
423        * irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;
424        this BSP does not implement sharing interrupts.
425
4262005-11-03      Till Straumann <strauman@slac.stanford.edu>
427
428        * include/bsp.h: fixed misuse of _IO_BASE
429
4302005-11-03      Till Straumann <strauman@slac.stanford.edu>
431
432        * startup/linkcmds: Removed.
433        * Makefile.am, start/preload.S, startup/bspstart.c: use linkcmds
434        from shared area - this version seemed broken anyways. Let the
435        preloader use the generic 'entry_point_section' rather than its own
436        'mvme5500_preloader_section'. Also, let zero_bss use (implicit?)
437        __SBSSxxx__ symbols.
438
4392005-11-03      Ralf Corsepius <ralf.corsepius@rtems.org>
440
441        PR 844/bsps
442        * startup/bspstart.c: Include <rtems/bspIo.h>.
443
4442005-07-28      Eric Norum <norume@aps.anl.gov>
445
446        * startup/bspstart.c: Changes provided by Phillip Sorensen
447        <pas37@cornell.edu> to get MVME550 BSP running.  Corresponding
448        change made to ../shared/clock/p_clock.c.
449
4502005-07-25      Eric Norum <norume@aps.anl.gov>
451
452        * startup/linkcmds: Add .gnu.linkonce.b. and .gnu.linkonce.sb. regions.
453
4542005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
455
456        * include/bsp.h: New header guard.
457
4582005-05-20      Jennifer Averett <jennifer@OARcorp.com>
459
460        PR 702/bsps
461        * include/tm27.h: Add better tm27.h support. Uses decrementer register
462        interrupt -- copied from psim.
463
4642005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
465
466        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
467
4682005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
469
470        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
471        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
472        pci/pci_interface.c, pci/pcifinddevice.c:
473        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
474        Modifications made to merge this release with the current tree.
475
4762005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
477
478        * network/GT64260eth.c: Fixed warning.
479        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
480
4812005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
482
483        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
484        common PCI interface
485
4862005-04-15      Joel Sherrill <joel@OARcorp.com>
487
488        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
489        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
490        startup/reboot.c: Fix warnings.
491
4922005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
493
494        PR 779/bsp
495        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
496        parameter to new exception interrupt handlers in powerpc bsps
497
4982005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
499
500        * startup/linkcmds: add missing section to link cmds
501
5022005-03-14      Joel Sherrill <joel@OARcorp.com>
503
504        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
505        pci_find_device().
506
5072005-03-04      Joel Sherrill <joel@OARcorp.com>
508
509        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
510        function part of the unified PCI API as pci_initialize().
511
5122005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
513
514        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
515        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
516        CPU_MINIMUM_STACK_FRAME_SIZE.
517
5182005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
519
520        * start/start.S: include <rtems/powerpc/powerpc.h>.
521        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
522        CPU_MINIMUM_STACK_FRAME_SIZE.
523
5242005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
525
526        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
527
5282005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
529
530        * Makefile.am: Merge-in wrapup/Makefile.am.
531        * wrapup/Makefile.am: Remove.
532        * configure.ac: Reflect changes above.
533
5342005-01-26      Joel Sherrill <joel@OARcorp.com>
535
536        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
537
5382005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
539
540        * tod/todcfg.c: size_t RTC_Count.
541
5422005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
543
544        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
545
5462005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
547
548        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
549
5502004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
551
552        * Makefile.am: Fix network_CPPFLAGS. Reformat.
553        * network/GT64260eth.c: Properly prototype GT64260eth_err().
554
5552004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
556
557        * network/GT64260eth.c: Remove ether_sprintf.
558
5592004-10-21      Joel Sherrill <joel@OARcorp.com>
560
561        * startup/bspstart.c: Remove warnings for variables only used when
562        certain conditionals are enabled..
563
5642004-10-21      Joel Sherrill <joel@OARcorp.com>
565
566        * Makefile.am: Add missing network_CPPFLAGS.
567
5682004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
569
570        * Makefile.am: Build networking.rel conditionally.
571        Reformat. Cosmetics.
572        * wrapup/Makefile.am: Build networking.rel conditionally.
573        Add libcpu and exception handling rels.
574        * startup/bspstart.c: Eliminate RTEMS fixed size types.
575
5762004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
577
578        * startup/bspstart.c: Remove BSP_build_date.
579
5802004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
581
582        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
583        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
584        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
585        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
586        Remove (obsolete).
587
5882004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
589
590        * configure.ac: Adaptations to rtems-4.7.
591        * Makefile.am, wrapup/Makefile.am: Reworked.
592
5932004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
594
595        * start/preload.S, start/start.S, include/bsp.h,
596        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
597        adaptations to rtems-4.7.
598
5992004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
600
601        * configure: Remove (Bogus).
602        * include/tm27.h: New (Stub).
603
6042004-10-20      Joel Sherrill <joel@OARcorp.com>
605
606        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
607        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
608        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
609        and license corrected.
610        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
611        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
612        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
613        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
614        wrapup/Makefile.in: Removed.
615
6162004-10-20  Kate Feng <feng1@bnl.gov>
617
618        * New BSP.
Note: See TracBrowser for help on using the repository browser.