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

4.104.114.84.95
Last change on this file since 9a72334 was da6ce58f, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/05 at 00:31:35

Remove comments not really for 4.6 branch.

  • Property mode set to 100644
File size: 12.2 KB
Line 
12005-09-12      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        PR 527/bsps
4        PR 822/bsps
5        * console/console.c, startup/bspstart.c, startup/imbx8xx.c,
6        startup/mmutlbtab.c, startup/start.S, vectors/vectors_init.c:
7        Currently the MBX8xx BSP does not boot, because some logical errors
8        are in the startup code. Additionally, the mpc8xx shared clock driver
9        does not support the clocking scheme of some of the board variants,
10        which are clocked from a 32768Hz (!) external crystal.
11
122003-12-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * startup/Makefile.am: start.S instead of start.s.
15
162003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        PR 545/bsps
19        * startup/setvec.c: Removed.
20        * startup/Makefile.am: Remove setvec.c.
21
222003-10-22      Joel Sherrill <joel@OARcorp.com>
23
24        PR 510/bsps
25        * irq/irq.h: Add extern C wrapper.
26
272003-09-04      Joel Sherrill <joel@OARcorp.com>
28
29        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
30        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
31        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
32        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
33        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
34
352003-08-22      Joel Sherrill <joel@OARcorp.com>
36
37        PR 445/bsps
38        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
39        trunk.
40
412003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44
452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
48
492003-07-18      Till Straumann <strauman@slac.stanford.edu>
50
51        PR 288/rtems
52        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
53        maintained.
54
552003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
56
57        PR 368/filesystem
58        * ide/*: added BSP support for libchip standard ide driver
59
602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove AC_CONFIG_AUX_DIR.
63
642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
67
682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: AC_PREREQ(2.57).
71
722003-01-20      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/linkcmds*: Add FreeBSD sysctl() sections.
75
762002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81        Remove SORDID_HACK. Eliminate *_O_FILES.
82        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85
862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89
902002-11-04      Joel Sherrill <joel@OARcorp.com>
91
92        * console/console.c, network/network.c: Removed warnings.
93
942002-11-04      Joel Sherrill <joel@OARcorp.com>
95
96        * console/console.c, network/network.c: Removed warnings.
97
982002-11-01      Joel Sherrill <joel@OARcorp.com>
99
100        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
101        warnings.
102
1032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Reformat.
106        Add autom4te*cache.
107        Remove autom4te.cache.
108
1092002-08-21      Joel Sherrill <joel@OARcorp.com>
110
111        * bsp_specs: Added support for -nostdlibs.
112
1132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
122
1232002-08-01      Joel Sherrill <joel@OARcorp.com>
124
125        * include/coverhd.h: Per PR261 removed include of
126        <rtems/score/targopts.h> because the file is no longer being
127        generated and really wasn't being used anyway.
128
1292002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
132
1332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
136        Remove $(OBJS) from all-local.
137
1382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
141
1422001-05-09      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: In support of gcc 3.1, added one of more
145        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
146        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
147        and direction of segments to memory regions may also have been
148        addressed.  This was a sweep across all BSPs.
149 
1502002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
153        Fix loopCounter.
154        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
155        * vectors/vectors.S: Ditto.
156        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
157
1582002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
161
1622002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
165          Remove RTEMS_ENABLE_LIBCDIR.
166
1672001-04-08      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
170 
1712002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac:
174        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
175        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
176        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
185
1862001-01-16      Eric Valette <valette@crt.canon.fr>
187
188        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
189        in RAM and Flash based code.  The code executed for the Flash
190        version runs in both cases (code in Flash/code in RAM) but as it
191        is less efficient than the one optimized for RAM, it put it inside
192        ifdef.  A compilation error is generated if code is linked in Flash
193        with the correct ifdef set...
194
1952001-01-16      Eric Valette <valette@crt.canon.fr>
196
197        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
198        Quoting Eric, "In theory it should be applied in each mpc8xx
199        related BSP but as I cannot test it plase maintainer/users
200        submit patch accordingly."
201
2022002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
205
2062001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
209
2102001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
213
2142001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
217        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
218
2192001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Add @exceptions@ to SUBDIRS.
222        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
223        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
224        * include/Makefile.am: Convert PREINSTALL_FILES to
225        TMPINSTALL_FILES, include force-preinstall.am.
226        * vectors/Makefile.am: remove bogus VPATH.
227        * wrapup/Makefile.am: Apply @exceptions@.
228
2292001-10-29      Joel Sherrill <joel@OARcorp.com>
230
231        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
232
2332001-10-12      Joel Sherrill <joel@OARcorp.com>
234
235        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
236        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
237        startup/start.S: Fixed typo.
238
2392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
242        * configure.in: Remove.
243        * configure.ac: New file, generated from configure.in by autoupdate.
244
2452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
248        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
249        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
250
2512001-08-31  Eric Valette <valette@crf.canon.fr>
252
253        * network/network.c: Fix to account for return value when
254        installing interrupts handler.
255
2562001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.in: Add bspopts.h.
259        * include/.cvsignore: Add bspopts.h*, stamp-h*.
260        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
261        * include/bsp.h: Include bspopts.h.
262
2632000-06-08      Eric Valette <valette@crf.canon.fr>
264
265        * console/console.c, include/commproc.h, startup/start.S:
266        The printk/printf did not work when loaded by EPPCBUG. They did
267        work when loaded with the BDM debugger.  I suspected EPPBUG
268        made some nasty things like patching Communication processor
269        microcode...  Anyway, the attached patch:
270          1) Enables to have printk nearly immediately after boot,
271          2) Make printf work automagically (I do not know why except I make a
272        different initialization for printk that should be overwritten by
273        console init later ?)
274
275        I let the default to be using EPPCBUG embedded firmware to boot and
276        using this printk early enabler code (LOADED_BY_EPPCBUG and
277        EARLY_CONSOLE) are on.
278
2792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
280
281        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
282
2832001-04-20      Eric Valette <valette@crf.canon.fr>
284
285        * include/bsp.h: Added include of <bsp/vectors.h>
286        * vectors/vectors.h: Corrected typos.
287
2882001-04-11      Eric Valette <valette@crf.canon.fr>
289
290        * network/network.c: Fix unnecessary double assignment.
291
2922001-03-30      Eric Valette <valette@crf.canon.fr>
293
294        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
295        include/8xx_immap.h, include/commproc.h, include/mbx.h,
296        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
297        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
298        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
299        vectors/vectors_init.c: New files.
300        * Makefile.am, configure.in, console/console.c,
301        include/Makefile.am, network/network.c, startup/Makefile.am,
302        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
303        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
304        The modifications to this BSP reflect the conversion of the
305        mpc8xx CPU to the "new exception processing model."
306
3072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
310
3112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
314
3152000-11-01      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
318        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
319        now must be referenced as <rtems/XXX.h>.   Header file order
320        was cleaned up while doing this.
321        Also removed obsolete references to STACK_CHECKER_ON.
322
3232000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
326        Switch to GNU canonicalization.
327
3282000-10-20      Joel Sherrill <joel@OARcorp.com>
329
330        * console/console.c: Add mbx8xx_console_get_configuration() which
331        returns either nvram configuration or a static equivalent.
332
3332000-10-18      Joel Sherrill <joel@OARcorp.com>
334
335        * console/console.c: Added BSP dependent routine
336        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
337        console-generic code.  This avoids libcpu use of bsp.h.
338
3392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
342        wrapup/Makefile.am: Include compile.am
343
3442000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
347
3482000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
349
350        * README:
351        * console/console.c:
352        * include/bsp.h:
353        * network/network.c:
354        * startup/bspstart.c:
355        Add support for configuration parameters in NVRAM
356
3572000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
358
359        * console/console.c: Fix polled input.
360
3612000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
362
363        * README: Updated.
364        * console/console.c: Addition of support for shared printk and
365        no termios.
366        * include/bsp.h: Addition of second parameter to
367        rtems_enet_driver_attach. Removed prototypes for printk and
368        BSP_output_string.
369        * network/network.c(rtems_enet_driver_attach): Addition of second
370        parameter to function.
371
3722000-08-10      Joel Sherrill <joel@OARcorp.com>
373
374        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.