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

Last change on this file since fa7d90e was b5d1a57, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/29/03 at 13:22:18

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

  • startup/Makefile.am: start.S instead of start.s.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12003-12-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * startup/Makefile.am: start.S instead of start.s.
4
52003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 545/bsps
8        * startup/setvec.c: Removed.
9        * startup/Makefile.am: Remove setvec.c.
10
112003-10-22      Joel Sherrill <joel@OARcorp.com>
12
13        PR 510/bsps
14        * irq/irq.h: Add extern C wrapper.
15
162003-09-04      Joel Sherrill <joel@OARcorp.com>
17
18        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
19        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
20        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
21        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
22        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
23
242003-08-22      Joel Sherrill <joel@OARcorp.com>
25
26        PR 445/bsps
27        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
28        trunk.
29
302003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
37
382003-07-18      Till Straumann <strauman@slac.stanford.edu>
39
40        PR 288/rtems
41        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
42        maintained.
43
442003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
45
46        PR 368/filesystem
47        * ide/*: added BSP support for libchip standard ide driver
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.
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        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74
752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78
792002-11-04      Joel Sherrill <joel@OARcorp.com>
80
81        * console/console.c, network/network.c: Removed warnings.
82
832002-11-04      Joel Sherrill <joel@OARcorp.com>
84
85        * console/console.c, network/network.c: Removed warnings.
86
872002-11-01      Joel Sherrill <joel@OARcorp.com>
88
89        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
90        warnings.
91
922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Reformat.
95        Add autom4te*cache.
96        Remove autom4te.cache.
97
982002-08-21      Joel Sherrill <joel@OARcorp.com>
99
100        * bsp_specs: Added support for -nostdlibs.
101
1022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
111
1122002-08-01      Joel Sherrill <joel@OARcorp.com>
113
114        * include/coverhd.h: Per PR261 removed include of
115        <rtems/score/targopts.h> because the file is no longer being
116        generated and really wasn't being used anyway.
117
1182002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
121
1222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
125        Remove $(OBJS) from all-local.
126
1272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
130
1312001-05-09      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/linkcmds: In support of gcc 3.1, added one of more
134        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
135        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
136        and direction of segments to memory regions may also have been
137        addressed.  This was a sweep across all BSPs.
138 
1392002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
142        Fix loopCounter.
143        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
144        * vectors/vectors.S: Ditto.
145        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
146
1472002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
150
1512002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
154          Remove RTEMS_ENABLE_LIBCDIR.
155
1562001-04-08      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
159 
1602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac:
163        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
164        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
165        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
174
1752001-01-16      Eric Valette <valette@crt.canon.fr>
176
177        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
178        in RAM and Flash based code.  The code executed for the Flash
179        version runs in both cases (code in Flash/code in RAM) but as it
180        is less efficient than the one optimized for RAM, it put it inside
181        ifdef.  A compilation error is generated if code is linked in Flash
182        with the correct ifdef set...
183
1842001-01-16      Eric Valette <valette@crt.canon.fr>
185
186        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
187        Quoting Eric, "In theory it should be applied in each mpc8xx
188        related BSP but as I cannot test it plase maintainer/users
189        submit patch accordingly."
190
1912002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
194
1952001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
198
1992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
202
2032001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
206        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
207
2082001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Add @exceptions@ to SUBDIRS.
211        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
212        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
213        * include/Makefile.am: Convert PREINSTALL_FILES to
214        TMPINSTALL_FILES, include force-preinstall.am.
215        * vectors/Makefile.am: remove bogus VPATH.
216        * wrapup/Makefile.am: Apply @exceptions@.
217
2182001-10-29      Joel Sherrill <joel@OARcorp.com>
219
220        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
221
2222001-10-12      Joel Sherrill <joel@OARcorp.com>
223
224        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
225        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
226        startup/start.S: Fixed typo.
227
2282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
231        * configure.in: Remove.
232        * configure.ac: New file, generated from configure.in by autoupdate.
233
2342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
237        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
238        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
239
2402001-08-31  Eric Valette <valette@crf.canon.fr>
241
242        * network/network.c: Fix to account for return value when
243        installing interrupts handler.
244
2452001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.in: Add bspopts.h.
248        * include/.cvsignore: Add bspopts.h*, stamp-h*.
249        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
250        * include/bsp.h: Include bspopts.h.
251
2522000-06-08      Eric Valette <valette@crf.canon.fr>
253
254        * console/console.c, include/commproc.h, startup/start.S:
255        The printk/printf did not work when loaded by EPPCBUG. They did
256        work when loaded with the BDM debugger.  I suspected EPPBUG
257        made some nasty things like patching Communication processor
258        microcode...  Anyway, the attached patch:
259          1) Enables to have printk nearly immediately after boot,
260          2) Make printf work automagically (I do not know why except I make a
261        different initialization for printk that should be overwritten by
262        console init later ?)
263
264        I let the default to be using EPPCBUG embedded firmware to boot and
265        using this printk early enabler code (LOADED_BY_EPPCBUG and
266        EARLY_CONSOLE) are on.
267
2682001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
269
270        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
271
2722001-04-20      Eric Valette <valette@crf.canon.fr>
273
274        * include/bsp.h: Added include of <bsp/vectors.h>
275        * vectors/vectors.h: Corrected typos.
276
2772001-04-11      Eric Valette <valette@crf.canon.fr>
278
279        * network/network.c: Fix unnecessary double assignment.
280
2812001-03-30      Eric Valette <valette@crf.canon.fr>
282
283        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
284        include/8xx_immap.h, include/commproc.h, include/mbx.h,
285        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
286        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
287        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
288        vectors/vectors_init.c: New files.
289        * Makefile.am, configure.in, console/console.c,
290        include/Makefile.am, network/network.c, startup/Makefile.am,
291        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
292        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
293        The modifications to this BSP reflect the conversion of the
294        mpc8xx CPU to the "new exception processing model."
295
2962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
299
3002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
303
3042000-11-01      Joel Sherrill <joel@OARcorp.com>
305
306        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
307        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
308        now must be referenced as <rtems/XXX.h>.   Header file order
309        was cleaned up while doing this.
310        Also removed obsolete references to STACK_CHECKER_ON.
311
3122000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
315        Switch to GNU canonicalization.
316
3172000-10-20      Joel Sherrill <joel@OARcorp.com>
318
319        * console/console.c: Add mbx8xx_console_get_configuration() which
320        returns either nvram configuration or a static equivalent.
321
3222000-10-18      Joel Sherrill <joel@OARcorp.com>
323
324        * console/console.c: Added BSP dependent routine
325        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
326        console-generic code.  This avoids libcpu use of bsp.h.
327
3282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
331        wrapup/Makefile.am: Include compile.am
332
3332000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
336
3372000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
338
339        * README:
340        * console/console.c:
341        * include/bsp.h:
342        * network/network.c:
343        * startup/bspstart.c:
344        Add support for configuration parameters in NVRAM
345
3462000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
347
348        * console/console.c: Fix polled input.
349
3502000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
351
352        * README: Updated.
353        * console/console.c: Addition of support for shared printk and
354        no termios.
355        * include/bsp.h: Addition of second parameter to
356        rtems_enet_driver_attach. Removed prototypes for printk and
357        BSP_output_string.
358        * network/network.c(rtems_enet_driver_attach): Addition of second
359        parameter to function.
360
3612000-08-10      Joel Sherrill <joel@OARcorp.com>
362
363        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.