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

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

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

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