source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @ 69ed59f

4.104.114.84.95
Last change on this file since 69ed59f was 85c92574, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/02 at 21:37:30

2001-05-09 Joel Sherrill <joel@…>

  • startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs.
  • Property mode set to 100644
File size: 5.0 KB
Line 
1              Eliminated the implicit assumption on the presence of an ISA PIC.
2            - UART and console driver now supports more than 1 port. The current
3              maximum of 2 can easily be extended by enlarging a table (it
4              would even be easier if the ISR API was not broken by design).
5            - fixed polled_io.c so it correctly supports console on COM2
6            - fixed TLB invalidation code (start.S).
7            - exception handler prints a stack backtrace.
8            - added BSP_pciFindDevice() to scan the pci bus for a particular
9              vendor/device/instance.
10
112001-05-09      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: In support of gcc 3.1, added one of more
14        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
15        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
16        and direction of segments to memory regions may also have been
17        addressed.  This was a sweep across all BSPs.
18 
192001-04-08      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
22 
232002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
26
272001-04-02      Joel Sherrill <joel@OARcorp.com>
28
29        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
30
312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac:
34        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
35        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
36        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
50
512001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
54
552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
58
592001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Add @exceptions@ to SUBDIRS;
62        Remove need_motorola_powerpc.
63        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
64        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
65        Remove need_motorola_powerpc;
66        Add RTEMS_PPC_EXCEPTIONS([new]).
67        * include/Makefile.am: Replace PREINSTALL_FILES with
68        TMPINSTALL_FILES, include force-preinstall.am.
69        * wrapup/Makefile.am: Apply @exceptions@.
70
712001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Add bspopts.h.
74        * include/.cvsignore: Add stamp-h* and bspopts.h*.
75        * include/Makefile.am: Add bspopts.h.
76        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
77
782001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * bootloader/Makefile.am: completely reworked.
81        * configure.ac: Add AM_PROG_AS.
82
832001-10-25      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/linkcmds: Added _init and _fini.
86
872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
90        * configure.in: Remove.
91        * configure.ac: New file, generated from configure.in by autoupdate.
92
932001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
96        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
97        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
98        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
99        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
100        * bootloader/Makefile.am: Use 'CLEANFILES ='.
101
1022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
103
104        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
105
1062001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
107
108        * bootloader/Makefile.am: Modified to install bootloader so
109        make-exe rule can avoid writing to install point or assuming
110        BSP build tree is available.
111
1122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
115
1162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
119
1202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
123        Switch to GNU canonicalization.
124
1252000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
126
127        * startup/linkcmds: Added lines so DWARF debug information
128        would be available.  Otherwise gdb complains that the offsets
129        for the debug info are incorrect and doesn't load the files.
130
1312000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
134        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
135        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
136        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
137        Include compile.am
138
1392000-08-10      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.