source: rtems/c/src/lib/libbsp/powerpc/shared/ChangeLog @ 20603d1

4.104.114.84.95
Last change on this file since 20603d1 was 20603d1, checked in by Joel Sherrill <joel.sherrill@…>, on 04/03/02 at 14:22:16

2002-04-02 Ralf Corsepius <corsepiu@…>

  • residual/residual.c: Include <string.h>.
  • vectors/vectors_init.c: Include <rtems/bspIo.h> for printk.
  • bootloader/mm.c: Ditto.
  • bootloader/pci.c: Ditto.
  • console/console.c: Ditto.
  • openpic/openpic.c: Ditto.
  • Property mode set to 100644
File size: 3.2 KB
Line 
1        * vectors/vectors.S: Ditto.
2
32002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4
5        * startup/bspstart.c: Include <libcpu/cpuIdent.h>.
6
72001-04-08      Joel Sherrill <joel@OARcorp.com>
8
9        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
10 
112002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * residual/residual.c: Include <string.h>.
14        * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk.
15        * bootloader/mm.c: Ditto.
16        * bootloader/pci.c: Ditto.
17        * console/console.c: Ditto.
18        * openpic/openpic.c: Ditto.
19
202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
35
362001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * include/Makefile.am: Use _HEADER instead of H_FILES.
39        * irq/Makefile.am: Ditto.
40        * openpic/Makefile.am: Ditto.
41        * include/bsp.h: Include <bspopts.h>.
42
432001-10-25      Joel Sherrill <joel@OARcorp.com>
44
45        * startup/linkcmds: Added _init and _fini.
46
472001-10-12      Joel Sherrill <joel@OARcorp.com>
48
49        * clock/p_clock.c, startup/bspstart.c: Fixed typo.
50
512001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
54        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
55        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
56        * motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
57        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
58        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
59        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
60
612001-05-14      Tom Armistead <tom_armistead@phx.mcd.mot.com>
62
63        * start/start.S: Increased BAT0 mapping of RAM from 64 meg to
64        256 meg to allow operation on boards with larger RAM sizes.
65        * vectors/vectors_init.c: Modified to call 'generic' powerpc
66        vector function (mpc60x_vector_is_valid) instead of MPC750
67        specific function to allow operation on boards with CPUs other
68        than the MPC750.
69
702001-03-30      Eric Valette <valette@crf.canon.fr>
71
72        * Makefile.am, console/consoleIo.h, include/bsp.h:
73        These modifications are part of the conversion of the
74        mpc8xx CPU to the "new exception processing model."
75
762000-11-01      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
79        and libcsupport.h moved from libc to lib/include/rtems and
80        now must be referenced as <rtems/XXX.h>.   Header file order
81        was cleaned up while doing this.
82
832000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
84
85        * startup/linkcmds: Added lines so DWARF debug information
86        would be available.  Otherwise gdb complains that the offsets
87        for the debug info are incorrect and doesn't load the files.
88
892000-09-05      Joel Sherrill <joel@OARcorp.com>
90
91        * start/start.S: Include proper files to compile.
92
932000-08-10      Joel Sherrill <joel@OARcorp.com>
94
95        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.