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

Last change on this file since 46a2d58 was 46a2d58, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/20/03 at 03:21:00

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

PR 545/bsps

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