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

4.104.114.84.95
Last change on this file since 266a5c92 was 266a5c92, checked in by Joel Sherrill <joel.sherrill@…>, on 05/20/05 at 19:22:26

2005-05-20 Jennifer Averett <jennifer@…>

PR 702/bsps

  • include/tm27.h: Add better tm27.h support. Uses decrementer register interrupt -- copied from psim.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12005-05-20      Jennifer Averett <jennifer@OARcorp.com>
2
3        PR 702/bsps
4        * include/tm27.h: Add better tm27.h support. Uses decrementer register
5        interrupt -- copied from psim.
6
72005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
8
9        * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
10
112005-05-12      Jennifer Averett <jennifer.averett@oarcorp.com>
12
13        * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c,
14        pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h,
15        pci/pci_interface.c, pci/pcifinddevice.c:
16        Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release.
17        Modifications made to merge this release with the current tree.
18
192005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
20
21        * network/GT64260eth.c: Fixed warning.
22        *  pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h
23
242005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
25
26        * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support
27        common PCI interface
28
292005-04-15      Joel Sherrill <joel@OARcorp.com>
30
31        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
32        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
33        startup/reboot.c: Fix warnings.
34
352005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
36
37        PR 779/bsp
38        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
39        parameter to new exception interrupt handlers in powerpc bsps
40
412005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
42
43        * startup/linkcmds: add missing section to link cmds
44
452005-03-14      Joel Sherrill <joel@OARcorp.com>
46
47        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
48        pci_find_device().
49
502005-03-04      Joel Sherrill <joel@OARcorp.com>
51
52        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
53        function part of the unified PCI API as pci_initialize().
54
552005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
58        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
59        CPU_MINIMUM_STACK_FRAME_SIZE.
60
612005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * start/start.S: include <rtems/powerpc/powerpc.h>.
64        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
65        CPU_MINIMUM_STACK_FRAME_SIZE.
66
672005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
70
712005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Merge-in wrapup/Makefile.am.
74        * wrapup/Makefile.am: Remove.
75        * configure.ac: Reflect changes above.
76
772005-01-26      Joel Sherrill <joel@OARcorp.com>
78
79        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
80
812005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * tod/todcfg.c: size_t RTC_Count.
84
852005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
88
892005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
92
932004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * Makefile.am: Fix network_CPPFLAGS. Reformat.
96        * network/GT64260eth.c: Properly prototype GT64260eth_err().
97
982004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * network/GT64260eth.c: Remove ether_sprintf.
101
1022004-10-21      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/bspstart.c: Remove warnings for variables only used when
105        certain conditionals are enabled..
106
1072004-10-21      Joel Sherrill <joel@OARcorp.com>
108
109        * Makefile.am: Add missing network_CPPFLAGS.
110
1112004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * Makefile.am: Build networking.rel conditionally.
114        Reformat. Cosmetics.
115        * wrapup/Makefile.am: Build networking.rel conditionally.
116        Add libcpu and exception handling rels.
117        * startup/bspstart.c: Eliminate RTEMS fixed size types.
118
1192004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        * startup/bspstart.c: Remove BSP_build_date.
122
1232004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
126        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
127        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
128        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
129        Remove (obsolete).
130
1312004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * configure.ac: Adaptations to rtems-4.7.
134        * Makefile.am, wrapup/Makefile.am: Reworked.
135
1362004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * start/preload.S, start/start.S, include/bsp.h,
139        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
140        adaptations to rtems-4.7.
141
1422004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * configure: Remove (Bogus).
145        * include/tm27.h: New (Stub).
146
1472004-10-20      Joel Sherrill <joel@OARcorp.com>
148
149        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
150        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
151        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
152        and license corrected.
153        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
154        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
155        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
156        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
157        wrapup/Makefile.in: Removed.
158
1592004-10-20  Kate Feng <feng1@bnl.gov>
160
161        * New BSP.
Note: See TracBrowser for help on using the repository browser.