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

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

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