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

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

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: 8.2 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-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * motorola/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * openpic/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * pci/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * residual/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
30
312002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * bootloader/Makefile.am: Install bootloader.o.
34        Install bootloader/bootloader.ppcboot.lds.
35
362002-07-24      Joel Sherrill <joel@OARcorp.com>
37
38        * vectors/Makefile.am: Install bsp/vectors.h.
39
402002-07-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * include/Makefile.am: Fix preinstallation.
43        * bootloader: Eliminate $(INCLUDES).
44
452002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/Makefile.am: Eliminate PGM.
48        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
49
502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
53
542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
57        Remove $(OBJS) from all-local.
58
592002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
62
632001-05-14      Till Straumann <strauman@slac.stanford.edu>
64
65        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
66        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
67        with the goal to make it more flexible and reusable by other
68        BSPs. The main strategies were:
69            - eliminate hardcoded base addresses; devices use offsets
70              and a BSP defined base address.
71            - separate functionality into different files (e.g. reboot from
72              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
73            - separate initialization code into separate files (e.g.  PCI
74              bridge detection/initialization was separated from the more
75              generic PCI access routines), also to make it easier for
76              'derived' BSPs to substitute their own initialization code.
77        There are also a couple of enhancements and fixes:
78            - IRQ handling code now has a hook for attaching a VME bridge.
79            - OpenPIC is now explicitely initialized (polarities, senses).
80              Eliminated the implicit assumption on the presence of an ISA PIC.
81            - UART and console driver now supports more than 1 port. The current
82              maximum of 2 can easily be extended by enlarging a table (it
83              would even be easier if the ISR API was not broken by design).
84            - fixed polled_io.c so it correctly supports console on COM2
85            - fixed TLB invalidation code (start.S).
86            - exception handler prints a stack backtrace.
87            - added BSP_pciFindDevice() to scan the pci bus for a particular
88              vendor/device/instance.
89
902001-05-09      Joel Sherrill <joel@OARcorp.com>
91
92        * startup/linkcmds: In support of gcc 3.1, added one of more
93        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
94        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
95        and direction of segments to memory regions may also have been
96        addressed.  This was a sweep across all BSPs.
97 
982001-04-08      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
101 
1022002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * bootloader/Makefile.am: Use automake-1.6 AS compilation rules.
105
1062001-04-02      Joel Sherrill <joel@OARcorp.com>
107
108        * bootloader/Makefile.am: Use AM_CCASFLAGS instead of AM_ASFLAGS.
109
1102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac:
113        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
114        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
115        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
129
1302001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
133
1342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
137
1382001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add @exceptions@ to SUBDIRS;
141        Remove need_motorola_powerpc.
142        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
143        make/custom/mcp750.cfg, make/custom/mvme2307.cfg;
144        Remove need_motorola_powerpc;
145        Add RTEMS_PPC_EXCEPTIONS([new]).
146        * include/Makefile.am: Replace PREINSTALL_FILES with
147        TMPINSTALL_FILES, include force-preinstall.am.
148        * wrapup/Makefile.am: Apply @exceptions@.
149
1502001-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Add bspopts.h.
153        * include/.cvsignore: Add stamp-h* and bspopts.h*.
154        * include/Makefile.am: Add bspopts.h.
155        * pci/Makefile.am: Append -O2 to AM_CFLAGS.
156
1572001-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * bootloader/Makefile.am: completely reworked.
160        * configure.ac: Add AM_PROG_AS.
161
1622001-10-25      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: Added _init and _fini.
165
1662001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
169        * configure.in: Remove.
170        * configure.ac: New file, generated from configure.in by autoupdate.
171
1722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
175        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
176        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
177        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
178        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
179        * bootloader/Makefile.am: Use 'CLEANFILES ='.
180
1812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
184
1852001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
186
187        * bootloader/Makefile.am: Modified to install bootloader so
188        make-exe rule can avoid writing to install point or assuming
189        BSP build tree is available.
190
1912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
194
1952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
198
1992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
202        Switch to GNU canonicalization.
203
2042000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
205
206        * startup/linkcmds: Added lines so DWARF debug information
207        would be available.  Otherwise gdb complains that the offsets
208        for the debug info are incorrect and doesn't load the files.
209
2102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
213        irq/Makefile.am, motorola/Makefile.am, openpic/Makefile.am,
214        pci/Makefile.am, residual/Makefile.am, start/Makefile.am,
215        startup/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am:
216        Include compile.am
217
2182000-08-10      Joel Sherrill <joel@OARcorp.com>
219
220        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.