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

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
8        Remove cpp, old_cpp (now unused).
9
102003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
13        Use memcmp instead of bcmp.
14
152003-07-18      Till Straumann <strauman@slac.stanford.edu>
16
17        PR 288/rtems
18        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
19
202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove AC_CONFIG_AUX_DIR.
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
27
282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: AC_PREREQ(2.57).
31
322003-01-20      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
35
362002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        Remove SORDID_HACK. Eliminate *_O_FILES.
42        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46
472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: Use install-data-local to install startfile.
50
512002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54
552002-11-04      Joel Sherrill <joel@OARcorp.com>
56
57        * irq/irq.c: Removed warnings.
58
592002-11-04      Joel Sherrill <joel@OARcorp.com>
60
61        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
62        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
63        Removed warnings.
64
652002-11-01      Joel Sherrill <joel@OARcorp.com>
66
67        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
68        removed warnings.
69
702002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
71
72        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
73        for _ISR_Nest_level.
74
752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * .cvsignore: Reformat.
78        Add autom4te*cache.
79        Remove autom4te.cache.
80
812002-08-21      Joel Sherrill <joel@OARcorp.com>
82
83        * bsp_specs: Added support for -nostdlibs.
84
852002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
95
962002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: Eliminate PGM.
99        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
100
1012002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
104
1052002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
108        Remove $(OBJS) from all-local.
109
1102002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
113
1142001-05-09      Joel Sherrill <joel@OARcorp.com>
115
116        * startup/linkcmds: In support of gcc 3.1, added one of more
117        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
118        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
119        and direction of segments to memory regions may also have been
120        addressed.  This was a sweep across all BSPs.
121 
1222002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
125        * irq/irq_asm.S: Ditto.
126        * network/network.c: Include <rtems/bspIo.h>.
127        * start/start.S: Include <asm.h> instead of "asm.h".
128        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
129
1302002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
133
1342002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
137
1382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac:
141        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
142        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
143        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
153
1542002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Add RTEMS_CHECK_NETWORKING.
157
1582002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
161        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
162        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
163
1642001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
167
1682001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
171        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
172
1732001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Add @exceptions@ to SUBDIRS.
176        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
177        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
178        * include/Makefile.am: Convert PREINSTALL_FILES to
179        TMPINSTALL_FILES, include force-preinstall.am.
180        * wrapup/Makefile.am: Apply @exceptions@.
181
1822001-10-29      Joel Sherrill <joel@OARcorp.com>
183
184        * .cvsignore: Add more entries.
185
1862001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * aclocal.m4: Removed.  Should not have been in CVS.
189
1902001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * aclocal.m4: Regenerated.
193        * configure.ac, include/Makefile.am, irq/Makefile.am,
194        vectors/Makefile.am: Updated to autoconf 2.52.
195        * include/.cvsignore: Added newly generated files.
196        * include/bsp.h: Added include of bspopts.h.
197
1982001-10-22      Joel Sherrill <joel@OARcorp.com>
199
200        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
201        include/.cvsignore, network/.cvsignore, start/.cvsignore,
202        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
203        files and other files missed in previous commit.
204
20501-10-22        Andy Dachs <a.dachs@sstl.co.uk>
206
207        * mpc8260ads added as new BSP.  tm27 reported not to run
208        at this time.
209        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
210        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
211        console/Makefile.am, console/console.c, include/Makefile.am,
212        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
213        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
214        network/Makefile.am, network/README, network/if_hdlcsubr.c,
215        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
216        start/start.S, startup/Makefile.am, startup/bspstart.c,
217        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
218        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
219        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
220        New files.
221
Note: See TracBrowser for help on using the repository browser.