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

4.104.114.84.95
Last change on this file since 80defac was 80defac, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/30/02 at 06:05:34

2002-06-29 Ralf Corsepius <corsepiu@…>

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