source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @ 730ad0c

4.104.114.84.95
Last change on this file since 730ad0c was 730ad0c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 07:02:13

2002-08-11 Ralf Corsepius <corsepiu@…>

  • bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
    • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • irq/Makefile.am: Use .$(OBJEXT) instead of .o.
    • motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
    • openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
    • pci/Makefile.am: Use .$(OBJEXT) instead of .o.
    • residual/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
15
162002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * bootloader/Makefile.am: Install bootloader.o.
19        Install bootloader/bootloader.ppcboot.lds.
20
212002-07-24      Joel Sherrill <joel@OARcorp.com>
22
23        * vectors/Makefile.am: Install bsp/vectors.h.
24
252002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * include/Makefile.am: Fix preinstallation.
28        * bootloader: Eliminate $(INCLUDES).
29
302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Eliminate PGM.
33        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
34
352002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
38
392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
42        Remove $(OBJS) from all-local.
43
442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
47
482001-05-14      Till Straumann <strauman@slac.stanford.edu>
49
50        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
51        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
52        with the goal to make it more flexible and reusable by other
53        BSPs. The main strategies were:
54            - eliminate hardcoded base addresses; devices use offsets
55              and a BSP defined base address.
56            - separate functionality into different files (e.g. reboot from
57              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
58            - separate initialization code into separate files (e.g.  PCI
59              bridge detection/initialization was separated from the more
60              generic PCI access routines), also to make it easier for
61              'derived' BSPs to substitute their own initialization code.
62        There are also a couple of enhancements and fixes:
63            - IRQ handling code now has a hook for attaching a VME bridge.
64            - OpenPIC is now explicitely initialized (polarities, senses).
65              Eliminated the implicit assumption on the presence of an ISA PIC.
66            - UART and console driver now supports more than 1 port. The current
67              maximum of 2 can easily be extended by enlarging a table (it
68              would even be easier if the ISR API was not broken by design).
69            - fixed polled_io.c so it correctly supports console on COM2
70            - fixed TLB invalidation code (start.S).
71            - exception handler prints a stack backtrace.
72            - added BSP_pciFindDevice() to scan the pci bus for a particular
73              vendor/device/instance.
74
752001-05-09      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds: In support of gcc 3.1, added one of more
78        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
79        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
80        and direction of segments to memory regions may also have been
81        addressed.  This was a sweep across all BSPs.
82 
832001-04-08      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
86 
872002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
90
912001-04-02      Joel Sherrill <joel@OARcorp.com>
92
93        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
94
952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac:
98        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
99        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
100        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
114
1152001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
118
1192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
122
1232001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add @exceptions@ to SUBDIRS;
126        Remove need_motorola_powerpc.
127        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
128        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
129        Remove need_motorola_powerpc;
130        Add RTEMS_PPC_EXCEPTIONS([new]).
131        * include/Makefile.am: Replace PREINSTALL_FILES with
132        TMPINSTALL_FILES, include force-preinstall.am.
133        * wrapup/Makefile.am: Apply @exceptions@.
134
1352001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add bspopts.h.
138        * include/.cvsignore: Add stamp-h* and bspopts.h*.
139        * include/Makefile.am: Add bspopts.h.
140        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
141
1422001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * bootloader/Makefile.am: completely reworked.
145        * configure.ac: Add AM_PROG_AS.
146
1472001-10-25      Joel Sherrill <joel@OARcorp.com>
148
149        * startup/linkcmds: Added _init and _fini.
150
1512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
154        * configure.in: Remove.
155        * configure.ac: New file, generated from configure.in by autoupdate.
156
1572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
160        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
161        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
162        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
163        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
164        * bootloader/Makefile.am: Use 'CLEANFILES ='.
165
1662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
167
168        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
169
1702001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
171
172        * bootloader/Makefile.am: Modified to install bootloader so
173        make-exe rule can avoid writing to install point or assuming
174        BSP build tree is available.
175
1762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
179
1802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
183
1842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
187        Switch to GNU canonicalization.
188
1892000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
190
191        * startup/linkcmds: Added lines so DWARF debug information
192        would be available.  Otherwise gdb complains that the offsets
193        for the debug info are incorrect and doesn't load the files.
194
1952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
198        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
199        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
200        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
201        Include compile.am
202
2032000-08-10      Joel Sherrill <joel@OARcorp.com>
204
205        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.