source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 91a52b3

Last change on this file since 91a52b3 was 91a52b3, checked in by Joel Sherrill <joel.sherrill@…>, on 04/07/04 at 13:09:40

2004-04-07 Joel Sherrill <joel@…>

PR 602/bsps

  • irq/irq.h: Fix typo.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12004-04-07      Joel Sherrill <joel@OARcorp.com>
2
3        PR 602/bsps
4        * irq/irq.h: Fix typo.
5
62003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        PR 545/bsps
9        * startup/setvec.c: Removed.
10        * startup/Makefile.am: Remove setvec.c.
11
122003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        PR 533/bsps
15        * startup/linkcmds: Update linkcmds for gcc 3.3.2.
16
172003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        PR 541/bsps
20        * startup/linkcmds: Remove SEARCH_DIR.
21
222003-10-22      Joel Sherrill <joel@OARcorp.com>
23
24        PR 510/bsps
25        * irq/irq.h: Add extern C wrapper.
26
272003-09-04      Joel Sherrill <joel@OARcorp.com>
28
29        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
30        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
31        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
32        vectors/vectors_init.c: URL for license changed.
33
342003-09-04      Joel Sherrill <joel@OARcorp.com>
35
36        * clock/p_clock.c, network/if_hdlcsubr.h: Removed incorrect statement
37        about copyright assignment.
38
392003-08-22      Joel Sherrill <joel@OARcorp.com>
40
41        PR 445/bsps
42        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
43        trunk.
44
452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
48
492003-07-18      Till Straumann <strauman@slac.stanford.edu>
50
51        PR 288/rtems
52        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
53
542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove AC_CONFIG_AUX_DIR.
57
582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
61
622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: AC_PREREQ(2.57).
65
662003-01-20      Joel Sherrill <joel@OARcorp.com>
67
68        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
69
702002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75        Remove SORDID_HACK. Eliminate *_O_FILES.
76        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
77        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Use install-data-local to install startfile.
84
852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88
892002-11-04      Joel Sherrill <joel@OARcorp.com>
90
91        * irq/irq.c: Removed warnings.
92
932002-11-04      Joel Sherrill <joel@OARcorp.com>
94
95        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
96        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
97        Removed warnings.
98
992002-11-01      Joel Sherrill <joel@OARcorp.com>
100
101        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
102        removed warnings.
103
1042002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
105
106        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
107        for _ISR_Nest_level.
108
1092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * .cvsignore: Reformat.
112        Add autom4te*cache.
113        Remove autom4te.cache.
114
1152002-08-21      Joel Sherrill <joel@OARcorp.com>
116
117        * bsp_specs: Added support for -nostdlibs.
118
1192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
126        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
127        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
128        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
129
1302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: Eliminate PGM.
133        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
134
1352002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
138
1392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
142        Remove $(OBJS) from all-local.
143
1442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
147
1482001-05-09      Joel Sherrill <joel@OARcorp.com>
149
150        * startup/linkcmds: In support of gcc 3.1, added one of more
151        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
152        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
153        and direction of segments to memory regions may also have been
154        addressed.  This was a sweep across all BSPs.
155 
1562002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
159        * irq/irq_asm.S: Ditto.
160        * network/network.c: Include <rtems/bspIo.h>.
161        * start/start.S: Include <asm.h> instead of "asm.h".
162        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
163
1642002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
167
1682002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
171
1722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac:
175        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
176        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
177        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
187
1882002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Add RTEMS_CHECK_NETWORKING.
191
1922002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
195        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
196        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
197
1982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
201
2022001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
205        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
206
2072001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Add @exceptions@ to SUBDIRS.
210        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
211        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
212        * include/Makefile.am: Convert PREINSTALL_FILES to
213        TMPINSTALL_FILES, include force-preinstall.am.
214        * wrapup/Makefile.am: Apply @exceptions@.
215
2162001-10-29      Joel Sherrill <joel@OARcorp.com>
217
218        * .cvsignore: Add more entries.
219
2202001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * aclocal.m4: Removed.  Should not have been in CVS.
223
2242001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * aclocal.m4: Regenerated.
227        * configure.ac, include/Makefile.am, irq/Makefile.am,
228        vectors/Makefile.am: Updated to autoconf 2.52.
229        * include/.cvsignore: Added newly generated files.
230        * include/bsp.h: Added include of bspopts.h.
231
2322001-10-22      Joel Sherrill <joel@OARcorp.com>
233
234        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
235        include/.cvsignore, network/.cvsignore, start/.cvsignore,
236        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
237        files and other files missed in previous commit.
238
23901-10-22        Andy Dachs <a.dachs@sstl.co.uk>
240
241        * mpc8260ads added as new BSP.  tm27 reported not to run
242        at this time.
243        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
244        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
245        console/Makefile.am, console/console.c, include/Makefile.am,
246        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
247        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
248        network/Makefile.am, network/README, network/if_hdlcsubr.c,
249        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
250        start/start.S, startup/Makefile.am, startup/bspstart.c,
251        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
252        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
253        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
254        New files.
255
Note: See TracBrowser for help on using the repository browser.