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

4.104.114.84.95
Last change on this file since a77cd066 was 07c03cb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/03 at 05:42:38

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • irq/Makefile.am: Remove all-local: $(ARCH).
  • network/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • vectors/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 9.1 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * irq/Makefile.am: Remove all-local: $(ARCH).
6        * network/Makefile.am: Remove all-local: $(ARCH).
7        * start/Makefile.am: Remove all-local: $(ARCH).
8        * startup/Makefile.am: Remove all-local: $(ARCH).
9        * vectors/Makefile.am: Remove all-local: $(ARCH).
10        * wrapup/Makefile.am: Remove all-local: $(ARCH).
11
122003-10-22      Joel Sherrill <joel@OARcorp.com>
13
14        PR 510/bsps
15        * irq/irq.h: Add extern C wrapper.
16
172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Merge-in include/Makefile.am.
20        Reflect changes to bsp.am.
21        * include/Makefile.am: Remove.
22        * configure.ac: Reflect changes above.
23
242003-09-04      Joel Sherrill <joel@OARcorp.com>
25
26        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
27        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
28        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
29        vectors/vectors_init.c: URL for license changed.
30
312003-08-20      Joel Sherrill <joel@OARcorp.com>
32
33        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
34
352003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Reflect having moved aclocal/.
38
392003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Reflect having moved automake/.
42        * clock/Makefile.am: Reflect having moved automake/.
43        * console/Makefile.am: Reflect having moved automake/.
44        * include/Makefile.am: Reflect having moved automake/.
45        * irq/Makefile.am: Reflect having moved automake/.
46        * network/Makefile.am: Reflect having moved automake/.
47        * start/Makefile.am: Reflect having moved automake/.
48        * startup/Makefile.am: Reflect having moved automake/.
49        * vectors/Makefile.am: Reflect having moved automake/.
50        * wrapup/Makefile.am: Reflect having moved automake/.
51
522003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
55
562003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        PR 445/bsps
59        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
60        Remove cpp, old_cpp (now unused).
61
622003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
65        Use memcmp instead of bcmp.
66
672003-07-18      Till Straumann <strauman@slac.stanford.edu>
68
69        PR 288/rtems
70        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
71
722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Remove AC_CONFIG_AUX_DIR.
75
762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AC_PREREQ(2.57).
83
842003-01-20      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
87
882002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93        Remove SORDID_HACK. Eliminate *_O_FILES.
94        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98
992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: Use install-data-local to install startfile.
102
1032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106
1072002-11-04      Joel Sherrill <joel@OARcorp.com>
108
109        * irq/irq.c: Removed warnings.
110
1112002-11-04      Joel Sherrill <joel@OARcorp.com>
112
113        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
114        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
115        Removed warnings.
116
1172002-11-01      Joel Sherrill <joel@OARcorp.com>
118
119        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
120        removed warnings.
121
1222002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
123
124        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
125        for _ISR_Nest_level.
126
1272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Reformat.
130        Add autom4te*cache.
131        Remove autom4te.cache.
132
1332002-08-21      Joel Sherrill <joel@OARcorp.com>
134
135        * bsp_specs: Added support for -nostdlibs.
136
1372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
140        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
141        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
142        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
143        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
144        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
145        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
146        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
147
1482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * start/Makefile.am: Eliminate PGM.
151        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
152
1532002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
156
1572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
160        Remove $(OBJS) from all-local.
161
1622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
165
1662001-05-09      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/linkcmds: In support of gcc 3.1, added one of more
169        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
170        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
171        and direction of segments to memory regions may also have been
172        addressed.  This was a sweep across all BSPs.
173 
1742002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
177        * irq/irq_asm.S: Ditto.
178        * network/network.c: Include <rtems/bspIo.h>.
179        * start/start.S: Include <asm.h> instead of "asm.h".
180        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
181
1822002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
185
1862002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
189
1902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac:
193        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
194        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
195        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
205
2062002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Add RTEMS_CHECK_NETWORKING.
209
2102002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
213        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
214        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
215
2162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
219
2202001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
223        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
224
2252001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Add @exceptions@ to SUBDIRS.
228        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
229        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
230        * include/Makefile.am: Convert PREINSTALL_FILES to
231        TMPINSTALL_FILES, include force-preinstall.am.
232        * wrapup/Makefile.am: Apply @exceptions@.
233
2342001-10-29      Joel Sherrill <joel@OARcorp.com>
235
236        * .cvsignore: Add more entries.
237
2382001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * aclocal.m4: Removed.  Should not have been in CVS.
241
2422001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * aclocal.m4: Regenerated.
245        * configure.ac, include/Makefile.am, irq/Makefile.am,
246        vectors/Makefile.am: Updated to autoconf 2.52.
247        * include/.cvsignore: Added newly generated files.
248        * include/bsp.h: Added include of bspopts.h.
249
2502001-10-22      Joel Sherrill <joel@OARcorp.com>
251
252        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
253        include/.cvsignore, network/.cvsignore, start/.cvsignore,
254        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
255        files and other files missed in previous commit.
256
25701-10-22        Andy Dachs <a.dachs@sstl.co.uk>
258
259        * mpc8260ads added as new BSP.  tm27 reported not to run
260        at this time.
261        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
262        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
263        console/Makefile.am, console/console.c, include/Makefile.am,
264        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
265        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
266        network/Makefile.am, network/README, network/if_hdlcsubr.c,
267        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
268        start/start.S, startup/Makefile.am, startup/bspstart.c,
269        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
270        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
271        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
272        New files.
273
Note: See TracBrowser for help on using the repository browser.