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

4.104.114.84.95
Last change on this file since 7e111950 was 7e111950, checked in by Joel Sherrill <joel.sherrill@…>, on 07/25/02 at 00:05:26

2002-07-24 Joel Sherrill <joel@…>

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