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

4.104.114.84.95
Last change on this file since 062ed08 was 062ed08, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/04 at 17:12:16

2004-02-08 Joel Sherrill <joel@…>

  • Makefile.am: Add irq.h and vectors.h
  • Property mode set to 100644
File size: 16.0 KB
Line 
12004-02-08      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add irq.h and vectors.h
4
52004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Convert to automake-building rules.
8
92004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
12        ide/Makefile.am, irq/Makefile.am, network/Makefile.am,
13        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
14        * clock/Makefile.am, console/Makefile.am, ide/Makefile.am,
15        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
16        vectors/Makefile.am: Remove.
17        * configure.ac: Reflect changes above.
18        * wrapup/Makefile.am: Reflect changes above.
19
202004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Reflect changes to
23        ../support/*exception_processing/*.
24
252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
28        Add RTEMS_PROG_CCAS.
29
302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add PREINSTALL_DIRS.
33        * irq/Makefile.am: Add PREINSTALL_DIRS.
34        * vectors/Makefile.am: Add PREINSTALL_DIRS.
35        * wrapup/Makefile.am: Reflect changes to libcpu.
36
372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
40        Add PRE/TMPINSTALL_FILES to CLEANFILES.
41        * irq/Makefile.am: Ditto.
42        * startup/Makefile.am: Ditto.
43        * vectors/Makefile.am: Ditto.
44
452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Eliminate $(LIB).
48        Use noinst_DATA to trigger building libbsp.a.
49
502003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Eliminate VPATH.
53        * console/Makefile.am: Eliminate VPATH.
54        * ide/Makefile.am: Eliminate VPATH.
55        * irq/Makefile.am: Eliminate VPATH.
56        * network/Makefile.am: Eliminate VPATH.
57        * startup/Makefile.am: Eliminate VPATH.
58
592003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        PR 545/bsps
62        * startup/setvec.c: Removed.
63
642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
67
682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
71        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
74
752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
78
792003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Misc cleanups and fixes.
82        * startup/Makefile.am: Misc cleanups and fixes.
83        * wrapup/Makefile.am: Misc cleanups and fixes.
84
852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add preinstallation dirstamp support.
88        * clock/Makefile.am: Cosmetics.
89        * console/Makefile.am: Cosmetics.
90        * ide/Makefile.am: Cosmetics.
91        * irq/Makefile.am: Add preinstallation dirstamp support.
92        * network/Makefile.am: Cosmetics.
93        * startup/Makefile.am: Cosmetics.
94        * vectors/Makefile.am: Add preinstallation dirstamp support.
95        * wrapup/Makefile.am: Cosmetics.
96
972003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * clock/Makefile.am: Remove all-local: $(ARCH).
100        * console/Makefile.am: Remove all-local: $(ARCH).
101        * ide/Makefile.am: Remove all-local: $(ARCH).
102        * irq/Makefile.am: Remove all-local: $(ARCH).
103        * network/Makefile.am: Remove all-local: $(ARCH).
104        * startup/Makefile.am: Remove all-local: $(ARCH).
105        * vectors/Makefile.am: Remove all-local: $(ARCH).
106        * wrapup/Makefile.am: Remove all-local: $(ARCH).
107
1082003-10-22      Joel Sherrill <joel@OARcorp.com>
109
110        PR 510/bsps
111        * irq/irq.h: Add extern C wrapper.
112
1132003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Merge-in include/Makefile.am.
116        Reflect changes to bsp.am.
117        * include/Makefile.am: Remove.
118        * configure.ac: Reflect changes above.
119
1202003-09-04      Joel Sherrill <joel@OARcorp.com>
121
122        * clock/p_clock.c, ide/pcmcia_ide.c, include/bsp.h, include/coverhd.h,
123        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
124        startup/bspstart.c, startup/bspstart.c.nocache, startup/imbx8xx.c,
125        startup/mmutlbtab.c, startup/setvec.c, startup/start.S,
126        vectors/vectors.h, vectors/vectors_init.c: URL for license changed.
127
1282003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131
1322003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Reflect having moved aclocal/.
135
1362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved automake/.
139        * clock/Makefile.am: Reflect having moved automake/.
140        * console/Makefile.am: Reflect having moved automake/.
141        * ide/Makefile.am: Reflect having moved automake/.
142        * include/Makefile.am: Reflect having moved automake/.
143        * irq/Makefile.am: Reflect having moved automake/.
144        * network/Makefile.am: Reflect having moved automake/.
145        * startup/Makefile.am: Reflect having moved automake/.
146        * vectors/Makefile.am: Reflect having moved automake/.
147        * wrapup/Makefile.am: Reflect having moved automake/.
148
1492003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
152
1532003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        PR 445/bsps
156        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
157        Remove cpp, old_cpp (now unused).
158
1592003-07-18      Till Straumann <strauman@slac.stanford.edu>
160
161        PR 288/rtems
162        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
163        maintained.
164
1652003-04-04       Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * ide/.cvsignore: Add.
168
1692003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
170
171        PR 368/filesystem
172        * ide/*: added BSP support for libchip standard ide driver
173
1742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Remove AC_CONFIG_AUX_DIR.
177
1782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
181
1822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: AC_PREREQ(2.57).
185
1862003-01-20      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds*: Add FreeBSD sysctl() sections.
189
1902002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        Remove SORDID_HACK. Eliminate *_O_FILES.
196        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199
2002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203
2042002-11-04      Joel Sherrill <joel@OARcorp.com>
205
206        * console/console.c, network/network.c: Removed warnings.
207
2082002-11-04      Joel Sherrill <joel@OARcorp.com>
209
210        * console/console.c, network/network.c: Removed warnings.
211
2122002-11-01      Joel Sherrill <joel@OARcorp.com>
213
214        * clock/p_clock.c, console/console.c, startup/bspstart.c: Removed
215        warnings.
216
2172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * .cvsignore: Reformat.
220        Add autom4te*cache.
221        Remove autom4te.cache.
222
2232002-08-21      Joel Sherrill <joel@OARcorp.com>
224
225        * bsp_specs: Added support for -nostdlibs.
226
2272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
236
2372002-08-01      Joel Sherrill <joel@OARcorp.com>
238
239        * include/coverhd.h: Per PR261 removed include of
240        <rtems/score/targopts.h> because the file is no longer being
241        generated and really wasn't being used anyway.
242
2432002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
246
2472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
250        Remove $(OBJS) from all-local.
251
2522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
255
2562001-05-09      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds: In support of gcc 3.1, added one of more
259        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
260        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
261        and direction of segments to memory regions may also have been
262        addressed.  This was a sweep across all BSPs.
263 
2642002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
267        Fix loopCounter.
268        * irq/irq_asm.S:  Reflect changes to <rtems/score/cpu.h>.
269        * vectors/vectors.S: Ditto.
270        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
271
2722002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
275
2762002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
279          Remove RTEMS_ENABLE_LIBCDIR.
280
2812001-04-08      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
284 
2852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac:
288        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
289        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
290        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
299
3002001-01-16      Eric Valette <valette@crt.canon.fr>
301
302        * vector/vector.S, irq/irq_asm.S: Make sure vectors work properly
303        in RAM and Flash based code.  The code executed for the Flash
304        version runs in both cases (code in Flash/code in RAM) but as it
305        is less efficient than the one optimized for RAM, it put it inside
306        ifdef.  A compilation error is generated if code is linked in Flash
307        with the correct ifdef set...
308
3092001-01-16      Eric Valette <valette@crt.canon.fr>
310
311        * irq/irq.c: Correct minor bug in mbx8xx interrupt handling.
312        Quoting Eric, "In theory it should be applied in each mpc8xx
313        related BSP but as I cannot test it plase maintainer/users
314        submit patch accordingly."
315
3162002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
319
3202001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
323
3242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
327
3282001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
331        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
332
3332001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Add @exceptions@ to SUBDIRS.
336        * configure.ac: Add RTEMS_BSPOPTS_*(), merge-in settings
337        from make/custom/mbx*.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
338        * include/Makefile.am: Convert PREINSTALL_FILES to
339        TMPINSTALL_FILES, include force-preinstall.am.
340        * vectors/Makefile.am: remove bogus VPATH.
341        * wrapup/Makefile.am: Apply @exceptions@.
342
3432001-10-29      Joel Sherrill <joel@OARcorp.com>
344
345        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
346
3472001-10-12      Joel Sherrill <joel@OARcorp.com>
348
349        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
350        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
351        startup/start.S: Fixed typo.
352
3532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
356        * configure.in: Remove.
357        * configure.ac: New file, generated from configure.in by autoupdate.
358
3592001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
362        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
363        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
364
3652001-08-31  Eric Valette <valette@crf.canon.fr>
366
367        * network/network.c: Fix to account for return value when
368        installing interrupts handler.
369
3702001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.in: Add bspopts.h.
373        * include/.cvsignore: Add bspopts.h*, stamp-h*.
374        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
375        * include/bsp.h: Include bspopts.h.
376
3772000-06-08      Eric Valette <valette@crf.canon.fr>
378
379        * console/console.c, include/commproc.h, startup/start.S:
380        The printk/printf did not work when loaded by EPPCBUG. They did
381        work when loaded with the BDM debugger.  I suspected EPPBUG
382        made some nasty things like patching Communication processor
383        microcode...  Anyway, the attached patch:
384          1) Enables to have printk nearly immediately after boot,
385          2) Make printf work automagically (I do not know why except I make a
386        different initialization for printk that should be overwritten by
387        console init later ?)
388
389        I let the default to be using EPPCBUG embedded firmware to boot and
390        using this printk early enabler code (LOADED_BY_EPPCBUG and
391        EARLY_CONSOLE) are on.
392
3932001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
394
395        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
396
3972001-04-20      Eric Valette <valette@crf.canon.fr>
398
399        * include/bsp.h: Added include of <bsp/vectors.h>
400        * vectors/vectors.h: Corrected typos.
401
4022001-04-11      Eric Valette <valette@crf.canon.fr>
403
404        * network/network.c: Fix unnecessary double assignment.
405
4062001-03-30      Eric Valette <valette@crf.canon.fr>
407
408        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
409        include/8xx_immap.h, include/commproc.h, include/mbx.h,
410        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
411        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
412        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
413        vectors/vectors_init.c: New files.
414        * Makefile.am, configure.in, console/console.c,
415        include/Makefile.am, network/network.c, startup/Makefile.am,
416        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
417        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
418        The modifications to this BSP reflect the conversion of the
419        mpc8xx CPU to the "new exception processing model."
420
4212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
424
4252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
428
4292000-11-01      Joel Sherrill <joel@OARcorp.com>
430
431        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
432        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
433        now must be referenced as <rtems/XXX.h>.   Header file order
434        was cleaned up while doing this.
435        Also removed obsolete references to STACK_CHECKER_ON.
436
4372000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
440        Switch to GNU canonicalization.
441
4422000-10-20      Joel Sherrill <joel@OARcorp.com>
443
444        * console/console.c: Add mbx8xx_console_get_configuration() which
445        returns either nvram configuration or a static equivalent.
446
4472000-10-18      Joel Sherrill <joel@OARcorp.com>
448
449        * console/console.c: Added BSP dependent routine
450        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
451        console-generic code.  This avoids libcpu use of bsp.h.
452
4532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
456        wrapup/Makefile.am: Include compile.am
457
4582000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
461
4622000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
463
464        * README:
465        * console/console.c:
466        * include/bsp.h:
467        * network/network.c:
468        * startup/bspstart.c:
469        Add support for configuration parameters in NVRAM
470
4712000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
472
473        * console/console.c: Fix polled input.
474
4752000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
476
477        * README: Updated.
478        * console/console.c: Addition of support for shared printk and
479        no termios.
480        * include/bsp.h: Addition of second parameter to
481        rtems_enet_driver_attach. Removed prototypes for printk and
482        BSP_output_string.
483        * network/network.c(rtems_enet_driver_attach): Addition of second
484        parameter to function.
485
4862000-08-10      Joel Sherrill <joel@OARcorp.com>
487
488        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.