1 | 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com> |
---|
2 | |
---|
3 | * irq/GT64260Int.c, irq/irq.c, irq/irq.h: Modified to use rtems/irq.h. |
---|
4 | |
---|
5 | 2005-05-12 Jennifer Averett <jennifer.averett@oarcorp.com> |
---|
6 | |
---|
7 | * README.VME, include/bsp.h, irq/irq.h, network/GT64260eth.c, |
---|
8 | pci/detect_host_bridge.c, pci/gtpcireg.h, pci/pci.c, pci/pci.h, |
---|
9 | pci/pci_interface.c, pci/pcifinddevice.c: |
---|
10 | Submitted by Kate Feng <feng1@bnl.gov> as RTEMS-MVME5500 BSP v1.1 release. |
---|
11 | Modifications made to merge this release with the current tree. |
---|
12 | |
---|
13 | 2005-05-10 Jennifer Averett <jennifer.averett@oarcorp.com> |
---|
14 | |
---|
15 | * network/GT64260eth.c: Fixed warning. |
---|
16 | * pci/pci.c, pci/pci.h: Modified to depend upon rtems/pci.h |
---|
17 | |
---|
18 | 2005-05-04 Jennifer Averett <jennifer.averett@oarcorp.com> |
---|
19 | |
---|
20 | * pci/pci.c, pci/pci.h, startup/bspstart.c: Name change to support |
---|
21 | common PCI interface |
---|
22 | |
---|
23 | 2005-04-15 Joel Sherrill <joel@OARcorp.com> |
---|
24 | |
---|
25 | * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c, |
---|
26 | network/GT64260eth.c, pci/pci.c, startup/bspclean.c, |
---|
27 | startup/reboot.c: Fix warnings. |
---|
28 | |
---|
29 | 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com> |
---|
30 | |
---|
31 | PR 779/bsp |
---|
32 | * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add |
---|
33 | parameter to new exception interrupt handlers in powerpc bsps |
---|
34 | |
---|
35 | 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com> |
---|
36 | |
---|
37 | * startup/linkcmds: add missing section to link cmds |
---|
38 | |
---|
39 | 2005-03-14 Joel Sherrill <joel@OARcorp.com> |
---|
40 | |
---|
41 | * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use |
---|
42 | pci_find_device(). |
---|
43 | |
---|
44 | 2005-03-04 Joel Sherrill <joel@OARcorp.com> |
---|
45 | |
---|
46 | * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize |
---|
47 | function part of the unified PCI API as pci_initialize(). |
---|
48 | |
---|
49 | 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
50 | |
---|
51 | * startup/bspstart.c: include <rtems/powerpc/powerpc.h>. |
---|
52 | Use PPC_MINIMUM_STACK_FRAME_SIZE instead of |
---|
53 | CPU_MINIMUM_STACK_FRAME_SIZE. |
---|
54 | |
---|
55 | 2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
56 | |
---|
57 | * start/start.S: include <rtems/powerpc/powerpc.h>. |
---|
58 | Use PPC_MINIMUM_STACK_FRAME_SIZE instead of |
---|
59 | CPU_MINIMUM_STACK_FRAME_SIZE. |
---|
60 | |
---|
61 | 2005-02-16 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
62 | |
---|
63 | * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS. |
---|
64 | |
---|
65 | 2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
66 | |
---|
67 | * Makefile.am: Merge-in wrapup/Makefile.am. |
---|
68 | * wrapup/Makefile.am: Remove. |
---|
69 | * configure.ac: Reflect changes above. |
---|
70 | |
---|
71 | 2005-01-26 Joel Sherrill <joel@OARcorp.com> |
---|
72 | |
---|
73 | * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x. |
---|
74 | |
---|
75 | 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
76 | |
---|
77 | * tod/todcfg.c: size_t RTC_Count. |
---|
78 | |
---|
79 | 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
80 | |
---|
81 | * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. |
---|
82 | |
---|
83 | 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org> |
---|
84 | |
---|
85 | * Makefile.am, wrapup/Makefile.am: Remove build-variant support. |
---|
86 | |
---|
87 | 2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
88 | |
---|
89 | * Makefile.am: Fix network_CPPFLAGS. Reformat. |
---|
90 | * network/GT64260eth.c: Properly prototype GT64260eth_err(). |
---|
91 | |
---|
92 | 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
93 | |
---|
94 | * network/GT64260eth.c: Remove ether_sprintf. |
---|
95 | |
---|
96 | 2004-10-21 Joel Sherrill <joel@OARcorp.com> |
---|
97 | |
---|
98 | * startup/bspstart.c: Remove warnings for variables only used when |
---|
99 | certain conditionals are enabled.. |
---|
100 | |
---|
101 | 2004-10-21 Joel Sherrill <joel@OARcorp.com> |
---|
102 | |
---|
103 | * Makefile.am: Add missing network_CPPFLAGS. |
---|
104 | |
---|
105 | 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
106 | |
---|
107 | * Makefile.am: Build networking.rel conditionally. |
---|
108 | Reformat. Cosmetics. |
---|
109 | * wrapup/Makefile.am: Build networking.rel conditionally. |
---|
110 | Add libcpu and exception handling rels. |
---|
111 | * startup/bspstart.c: Eliminate RTEMS fixed size types. |
---|
112 | |
---|
113 | 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
114 | |
---|
115 | * startup/bspstart.c: Remove BSP_build_date. |
---|
116 | |
---|
117 | 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
118 | |
---|
119 | * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am, |
---|
120 | include/Makefile.am, irq/Makefile.am, network/Makefile.am, |
---|
121 | pci/Makefile.am, start/Makefile.am, startup/Makefile.am, |
---|
122 | tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am: |
---|
123 | Remove (obsolete). |
---|
124 | |
---|
125 | 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
126 | |
---|
127 | * configure.ac: Adaptations to rtems-4.7. |
---|
128 | * Makefile.am, wrapup/Makefile.am: Reworked. |
---|
129 | |
---|
130 | 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
131 | |
---|
132 | * start/preload.S, start/start.S, include/bsp.h, |
---|
133 | vectors/exceptionhandler.c, startup/bspstart.c: Misc. |
---|
134 | adaptations to rtems-4.7. |
---|
135 | |
---|
136 | 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org> |
---|
137 | |
---|
138 | * configure: Remove (Bogus). |
---|
139 | * include/tm27.h: New (Stub). |
---|
140 | |
---|
141 | 2004-10-20 Joel Sherrill <joel@OARcorp.com> |
---|
142 | |
---|
143 | * README, configure.ac, GT64260/Makefile.am, include/bsp.h, |
---|
144 | irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c, |
---|
145 | network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string |
---|
146 | and license corrected. |
---|
147 | * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in, |
---|
148 | include/Makefile.am, include/Makefile.in, irq/Makefile.in, |
---|
149 | network/Makefile.in, pci/Makefile.in, start/Makefile.in, |
---|
150 | startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in, |
---|
151 | wrapup/Makefile.in: Removed. |
---|
152 | |
---|
153 | 2004-10-20 Kate Feng <feng1@bnl.gov> |
---|
154 | |
---|
155 | * New BSP. |
---|