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

Last change on this file since d9ef059e was d9ef059e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/20/03 at 03:55:41

2003-12-19 Ralf Corsepius <corsepiu@…>

PR 545/bsps

  • startup/setvec.c: Removed.
  • startup/Makefile.am: Remove setvec.c.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 545/bsps
4        * startup/setvec.c: Removed.
5        * startup/Makefile.am: Remove setvec.c.
6
72003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        PR 533/bsps
10        * startup/linkcmds: Update linkcmds for gcc 3.3.2.
11
122003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        PR 541/bsps
15        * startup/linkcmds: Remove SEARCH_DIR.
16
172003-10-22      Joel Sherrill <joel@OARcorp.com>
18
19        PR 510/bsps
20        * irq/irq.h: Add extern C wrapper.
21
222003-09-04      Joel Sherrill <joel@OARcorp.com>
23
24        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
25        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
26        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
27        vectors/vectors_init.c: URL for license changed.
28
292003-09-04      Joel Sherrill <joel@OARcorp.com>
30
31        * clock/p_clock.c, network/if_hdlcsubr.h: Removed incorrect statement
32        about copyright assignment.
33
342003-08-22      Joel Sherrill <joel@OARcorp.com>
35
36        PR 445/bsps
37        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
38        trunk.
39
402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
43
442003-07-18      Till Straumann <strauman@slac.stanford.edu>
45
46        PR 288/rtems
47        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
48
492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove AC_CONFIG_AUX_DIR.
52
532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AC_PREREQ(2.57).
60
612003-01-20      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
64
652002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        Remove SORDID_HACK. Eliminate *_O_FILES.
71        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75
762002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Use install-data-local to install startfile.
79
802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83
842002-11-04      Joel Sherrill <joel@OARcorp.com>
85
86        * irq/irq.c: Removed warnings.
87
882002-11-04      Joel Sherrill <joel@OARcorp.com>
89
90        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
91        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
92        Removed warnings.
93
942002-11-01      Joel Sherrill <joel@OARcorp.com>
95
96        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
97        removed warnings.
98
992002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
100
101        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
102        for _ISR_Nest_level.
103
1042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Reformat.
107        Add autom4te*cache.
108        Remove autom4te.cache.
109
1102002-08-21      Joel Sherrill <joel@OARcorp.com>
111
112        * bsp_specs: Added support for -nostdlibs.
113
1142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
124
1252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Eliminate PGM.
128        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
129
1302002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
133
1342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
137        Remove $(OBJS) from all-local.
138
1392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
142
1432001-05-09      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/linkcmds: In support of gcc 3.1, added one of more
146        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
147        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
148        and direction of segments to memory regions may also have been
149        addressed.  This was a sweep across all BSPs.
150 
1512002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
154        * irq/irq_asm.S: Ditto.
155        * network/network.c: Include <rtems/bspIo.h>.
156        * start/start.S: Include <asm.h> instead of "asm.h".
157        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
158
1592002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
162
1632002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
166
1672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac:
170        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
171        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
172        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
182
1832002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Add RTEMS_CHECK_NETWORKING.
186
1872002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
190        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
191        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
192
1932001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
196
1972001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
200        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
201
2022001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Add @exceptions@ to SUBDIRS.
205        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
206        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
207        * include/Makefile.am: Convert PREINSTALL_FILES to
208        TMPINSTALL_FILES, include force-preinstall.am.
209        * wrapup/Makefile.am: Apply @exceptions@.
210
2112001-10-29      Joel Sherrill <joel@OARcorp.com>
212
213        * .cvsignore: Add more entries.
214
2152001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * aclocal.m4: Removed.  Should not have been in CVS.
218
2192001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * aclocal.m4: Regenerated.
222        * configure.ac, include/Makefile.am, irq/Makefile.am,
223        vectors/Makefile.am: Updated to autoconf 2.52.
224        * include/.cvsignore: Added newly generated files.
225        * include/bsp.h: Added include of bspopts.h.
226
2272001-10-22      Joel Sherrill <joel@OARcorp.com>
228
229        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
230        include/.cvsignore, network/.cvsignore, start/.cvsignore,
231        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
232        files and other files missed in previous commit.
233
23401-10-22        Andy Dachs <a.dachs@sstl.co.uk>
235
236        * mpc8260ads added as new BSP.  tm27 reported not to run
237        at this time.
238        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
239        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
240        console/Makefile.am, console/console.c, include/Makefile.am,
241        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
242        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
243        network/Makefile.am, network/README, network/if_hdlcsubr.c,
244        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
245        start/start.S, startup/Makefile.am, startup/bspstart.c,
246        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
247        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
248        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
249        New files.
250
Note: See TracBrowser for help on using the repository browser.