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

4.104.114.84.95
Last change on this file since 6a4df9f9 was 6a4df9f9, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 17:10:49

2001-05-14 Till Straumann <strauman@…>

  • bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably with the goal to make it more flexible and reusable by other BSPs. The main strategies were:
    • eliminate hardcoded base addresses; devices use offsets and a BSP defined base address.
    • separate functionality into different files (e.g. reboot from inch.c to reboot.c) which can be overridden by a 'derived' BSP.
    • separate initialization code into separate files (e.g. PCI bridge detection/initialization was separated from the more generic PCI access routines), also to make it easier for 'derived' BSPs to substitute their own initialization code.

There are also a couple of enhancements and fixes:

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