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

4.104.114.84.95
Last change on this file since cd35cf9 was cd35cf9, checked in by Joel Sherrill <joel.sherrill@…>, on 04/18/02 at 20:55:13

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

  • bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>.
  • bootloader/head.S: Ditto.
  • bootloader/misc.c: Ditto.
  • console/polled_io.c: Ditto.
  • irq/irq.c: Ditto.
  • irq/irq_asm.S: Ditto.
  • irq/irq_init.c: Include <rtems/bspIo.h>.
  • start/start.S: Reflect changes to <rtems/score/cpu.h>.
  • vectors/vectors.S: Ditto.
  • Property mode set to 100644
File size: 3.9 KB
Line 
1              vendor/device/instance.
2
32001-05-09      Joel Sherrill <joel@OARcorp.com>
4
5        * startup/linkcmds: In support of gcc 3.1, added one of more
6        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
7        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
8        and direction of segments to memory regions may also have been
9        addressed.  This was a sweep across all BSPs.
10 
112002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>.
14        * bootloader/head.S: Ditto.
15        * bootloader/misc.c: Ditto.
16        * console/polled_io.c: Ditto.
17        * irq/irq.c: Ditto.
18        * irq/irq_asm.S: Ditto.
19        * irq/irq_init.c: Include <rtems/bspIo.h>.
20        * start/start.S: Reflect changes to <rtems/score/cpu.h>.
21        * vectors/vectors.S: Ditto.
22
232002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * startup/bspstart.c: Include <libcpu/cpuIdent.h>.
26
272001-04-08      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
30 
312002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * residual/residual.c: Include <string.h>.
34        * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk.
35        * bootloader/mm.c: Ditto.
36        * bootloader/pci.c: Ditto.
37        * console/console.c: Ditto.
38        * openpic/openpic.c: Ditto.
39
402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
55
562001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * include/Makefile.am: Use _HEADER instead of H_FILES.
59        * irq/Makefile.am: Ditto.
60        * openpic/Makefile.am: Ditto.
61        * include/bsp.h: Include <bspopts.h>.
62
632001-10-25      Joel Sherrill <joel@OARcorp.com>
64
65        * startup/linkcmds: Added _init and _fini.
66
672001-10-12      Joel Sherrill <joel@OARcorp.com>
68
69        * clock/p_clock.c, startup/bspstart.c: Fixed typo.
70
712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
74        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
75        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
76        * motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
77        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
78        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
79        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
80
812001-05-14      Tom Armistead <tom_armistead@phx.mcd.mot.com>
82
83        * start/start.S: Increased BAT0 mapping of RAM from 64 meg to
84        256 meg to allow operation on boards with larger RAM sizes.
85        * vectors/vectors_init.c: Modified to call 'generic' powerpc
86        vector function (mpc60x_vector_is_valid) instead of MPC750
87        specific function to allow operation on boards with CPUs other
88        than the MPC750.
89
902001-03-30      Eric Valette <valette@crf.canon.fr>
91
92        * Makefile.am, console/consoleIo.h, include/bsp.h:
93        These modifications are part of the conversion of the
94        mpc8xx CPU to the "new exception processing model."
95
962000-11-01      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
99        and libcsupport.h moved from libc to lib/include/rtems and
100        now must be referenced as <rtems/XXX.h>.   Header file order
101        was cleaned up while doing this.
102
1032000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
104
105        * startup/linkcmds: Added lines so DWARF debug information
106        would be available.  Otherwise gdb complains that the offsets
107        for the debug info are incorrect and doesn't load the files.
108
1092000-09-05      Joel Sherrill <joel@OARcorp.com>
110
111        * start/start.S: Include proper files to compile.
112
1132000-08-10      Joel Sherrill <joel@OARcorp.com>
114
115        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.