source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ ccd81b60

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

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

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 10.3 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92003-01-20      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds*: Add FreeBSD sysctl() sections.
12
132002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
17        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        Remove SORDID_HACK. Eliminate *_O_FILES.
19        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22
232002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26
272002-11-04      Joel Sherrill <joel@OARcorp.com>
28
29        * console/console.c, network/network.c: Removed warnings.
30
312002-11-04      Joel Sherrill <joel@OARcorp.com>
32
33        * console/console.c, network/network.c: Removed warnings.
34
352002-11-01      Joel Sherrill <joel@OARcorp.com>
36
37        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
38        warnings.
39
402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Reformat.
43        Add autom4te*cache.
44        Remove autom4te.cache.
45
462002-08-21      Joel Sherrill <joel@OARcorp.com>
47
48        * bsp_specs: Added support for -nostdlibs.
49
502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
59
602002-08-01      Joel Sherrill <joel@OARcorp.com>
61
62        * include/coverhd.h: Per PR261 removed include of
63        <rtems/score/targopts.h> because the file is no longer being
64        generated and really wasn't being used anyway.
65
662002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
69
702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
73        Remove $(OBJS) from all-local.
74
752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
78
792001-05-09      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/linkcmds: In support of gcc 3.1, added one of more
82        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
83        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
84        and direction of segments to memory regions may also have been
85        addressed.  This was a sweep across all BSPs.
86 
872002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
90        Fix loopCounter.
91        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
92        * vectors/vectors.S: Ditto.
93        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
94
952002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
98
992002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
102          Remove RTEMS_ENABLE_LIBCDIR.
103
1042001-04-08      Joel Sherrill <joel@OARcorp.com>
105
106        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
107 
1082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac:
111        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
112        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
113        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
122
1232001-01-16      Eric Valette <valette@crt.canon.fr>
124
125        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
126        in RAM and Flash based code.  The code executed for the Flash
127        version runs in both cases (code in Flash/code in RAM) but as it
128        is less efficient than the one optimized for RAM, it put it inside
129        ifdef.  A compilation error is generated if code is linked in Flash
130        with the correct ifdef set...
131
1322001-01-16      Eric Valette <valette@crt.canon.fr>
133
134        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
135        Quoting Eric, "In theory it should be applied in each mpc8xx
136        related BSP but as I cannot test it plase maintainer/users
137        submit patch accordingly."
138
1392002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
142
1432001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
146
1472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
150
1512001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
154        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
155
1562001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Add @exceptions@ to SUBDIRS.
159        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
160        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
161        * include/Makefile.am: Convert PREINSTALL_FILES to
162        TMPINSTALL_FILES, include force-preinstall.am.
163        * vectors/Makefile.am: remove bogus VPATH.
164        * wrapup/Makefile.am: Apply @exceptions@.
165
1662001-10-29      Joel Sherrill <joel@OARcorp.com>
167
168        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
169
1702001-10-12      Joel Sherrill <joel@OARcorp.com>
171
172        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
173        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
174        startup/start.S: Fixed typo.
175
1762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
179        * configure.in: Remove.
180        * configure.ac: New file, generated from configure.in by autoupdate.
181
1822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
185        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
186        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
187
1882001-08-31  Eric Valette <valette@crf.canon.fr>
189
190        * network/network.c: Fix to account for return value when
191        installing interrupts handler.
192
1932001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.in: Add bspopts.h.
196        * include/.cvsignore: Add bspopts.h*, stamp-h*.
197        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
198        * include/bsp.h: Include bspopts.h.
199
2002000-06-08      Eric Valette <valette@crf.canon.fr>
201
202        * console/console.c, include/commproc.h, startup/start.S:
203        The printk/printf did not work when loaded by EPPCBUG. They did
204        work when loaded with the BDM debugger.  I suspected EPPBUG
205        made some nasty things like patching Communication processor
206        microcode...  Anyway, the attached patch:
207          1) Enables to have printk nearly immediately after boot,
208          2) Make printf work automagically (I do not know why except I make a
209        different initialization for printk that should be overwritten by
210        console init later ?)
211
212        I let the default to be using EPPCBUG embedded firmware to boot and
213        using this printk early enabler code (LOADED_BY_EPPCBUG and
214        EARLY_CONSOLE) are on.
215
2162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
217
218        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
219
2202001-04-20      Eric Valette <valette@crf.canon.fr>
221
222        * include/bsp.h: Added include of <bsp/vectors.h>
223        * vectors/vectors.h: Corrected typos.
224
2252001-04-11      Eric Valette <valette@crf.canon.fr>
226
227        * network/network.c: Fix unnecessary double assignment.
228
2292001-03-30      Eric Valette <valette@crf.canon.fr>
230
231        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
232        include/8xx_immap.h, include/commproc.h, include/mbx.h,
233        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
234        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
235        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
236        vectors/vectors_init.c: New files.
237        * Makefile.am, configure.in, console/console.c,
238        include/Makefile.am, network/network.c, startup/Makefile.am,
239        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
240        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
241        The modifications to this BSP reflect the conversion of the
242        mpc8xx CPU to the "new exception processing model."
243
2442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
247
2482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
251
2522000-11-01      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
255        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
256        now must be referenced as <rtems/XXX.h>.   Header file order
257        was cleaned up while doing this.
258        Also removed obsolete references to STACK_CHECKER_ON.
259
2602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
263        Switch to GNU canonicalization.
264
2652000-10-20      Joel Sherrill <joel@OARcorp.com>
266
267        * console/console.c: Add mbx8xx_console_get_configuration() which
268        returns either nvram configuration or a static equivalent.
269
2702000-10-18      Joel Sherrill <joel@OARcorp.com>
271
272        * console/console.c: Added BSP dependent routine
273        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
274        console-generic code.  This avoids libcpu use of bsp.h.
275
2762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
279        wrapup/Makefile.am: Include compile.am
280
2812000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
284
2852000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
286
287        * README:
288        * console/console.c:
289        * include/bsp.h:
290        * network/network.c:
291        * startup/bspstart.c:
292        Add support for configuration parameters in NVRAM
293
2942000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
295
296        * console/console.c: Fix polled input.
297
2982000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
299
300        * README: Updated.
301        * console/console.c: Addition of support for shared printk and
302        no termios.
303        * include/bsp.h: Addition of second parameter to
304        rtems_enet_driver_attach. Removed prototypes for printk and
305        BSP_output_string.
306        * network/network.c(rtems_enet_driver_attach): Addition of second
307        parameter to function.
308
3092000-08-10      Joel Sherrill <joel@OARcorp.com>
310
311        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.