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

4.104.114.84.95
Last change on this file since 115a390 was 115a390, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/24/02 at 10:13:10

2002-07-24 Ralf Corsepius <corsepiu@…>

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