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

4.104.114.84.95
Last change on this file since 46a6fa91 was 46a6fa91, checked in by Joel Sherrill <joel.sherrill@…>, on 04/15/05 at 20:13:18

2005-04-15 Joel Sherrill <joel@…>

  • GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c, network/GT64260eth.c, pci/pci.c, startup/bspclean.c, startup/reboot.c: Fix warnings.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12005-04-15      Joel Sherrill <joel@OARcorp.com>
2
3        * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c,
4        network/GT64260eth.c, pci/pci.c, startup/bspclean.c,
5        startup/reboot.c: Fix warnings.
6
72005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
8
9        PR 779/bsp
10        * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add
11        parameter to new exception interrupt handlers in powerpc bsps
12
132005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
14
15        * startup/linkcmds: add missing section to link cmds
16
172005-03-14      Joel Sherrill <joel@OARcorp.com>
18
19        * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use
20        pci_find_device().
21
222005-03-04      Joel Sherrill <joel@OARcorp.com>
23
24        * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize
25        function part of the unified PCI API as pci_initialize().
26
272005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
30        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
31        CPU_MINIMUM_STACK_FRAME_SIZE.
32
332005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * start/start.S: include <rtems/powerpc/powerpc.h>.
36        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
37        CPU_MINIMUM_STACK_FRAME_SIZE.
38
392005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
42
432005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Merge-in wrapup/Makefile.am.
46        * wrapup/Makefile.am: Remove.
47        * configure.ac: Reflect changes above.
48
492005-01-26      Joel Sherrill <joel@OARcorp.com>
50
51        * irq/irq.c, startup/bspstart.c: Now compiles with gcc 4.x.
52
532005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * tod/todcfg.c: size_t RTC_Count.
56
572005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
60
612005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
64
652004-10-26      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * Makefile.am: Fix network_CPPFLAGS. Reformat.
68        * network/GT64260eth.c: Properly prototype GT64260eth_err().
69
702004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * network/GT64260eth.c: Remove ether_sprintf.
73
742004-10-21      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/bspstart.c: Remove warnings for variables only used when
77        certain conditionals are enabled..
78
792004-10-21      Joel Sherrill <joel@OARcorp.com>
80
81        * Makefile.am: Add missing network_CPPFLAGS.
82
832004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * Makefile.am: Build networking.rel conditionally.
86        Reformat. Cosmetics.
87        * wrapup/Makefile.am: Build networking.rel conditionally.
88        Add libcpu and exception handling rels.
89        * startup/bspstart.c: Eliminate RTEMS fixed size types.
90
912004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * startup/bspstart.c: Remove BSP_build_date.
94
952004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * GT64260/Makefile.am, clock/Makefile.am, console/Makefile.am,
98        include/Makefile.am, irq/Makefile.am, network/Makefile.am,
99        pci/Makefile.am, start/Makefile.am, startup/Makefile.am,
100        tod/Makefile.am, vectors/Makefile.am, vme/Makefile.am:
101        Remove (obsolete).
102
1032004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * configure.ac: Adaptations to rtems-4.7.
106        * Makefile.am, wrapup/Makefile.am: Reworked.
107
1082004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
109
110        * start/preload.S, start/start.S, include/bsp.h,
111        vectors/exceptionhandler.c, startup/bspstart.c: Misc.
112        adaptations to rtems-4.7.
113
1142004-10-21      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        * configure: Remove (Bogus).
117        * include/tm27.h: New (Stub).
118
1192004-10-20      Joel Sherrill <joel@OARcorp.com>
120
121        * README, configure.ac, GT64260/Makefile.am, include/bsp.h,
122        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_init.c,
123        network/GT64260ethreg.h, pci/pci.c, startup/bspstart.c: CVS Id string
124        and license corrected.
125        * GT64260/Makefile.in, clock/Makefile.in, console/Makefile.in,
126        include/Makefile.am, include/Makefile.in, irq/Makefile.in,
127        network/Makefile.in, pci/Makefile.in, start/Makefile.in,
128        startup/Makefile.in, vectors/Makefile.in, vme/Makefile.in,
129        wrapup/Makefile.in: Removed.
130
1312004-10-20  Kate Feng <feng1@bnl.gov>
132
133        * New BSP.
Note: See TracBrowser for help on using the repository browser.