source: rtems/c/src/lib/libbsp/powerpc/shared/ChangeLog @ 904cb8ed

4.104.114.84.95
Last change on this file since 904cb8ed was 0d6849e7, checked in by Joel Sherrill <joel.sherrill@…>, on 04/10/03 at 16:35:33

2003-04-10 Till Straumann <strauman@…>

PR 379/bsps

  • console/polled_io.c: libcpu provides 'printk' already. Therefore, the implementation in this file was removed (still used for the bootloader, though). It now provides BSP_output_char() for libcpu's printk().
  • console/uart.c, console/uart.h: BSP_output_char_via_serial() prototype changed to match the BSP_output_char_function_type. Note that the motorola BSPs use polled-io for the output_char routine, not the uart.c version. The latter can be used be other BSPs however (e.g. SVGM).
  • console/console.c, console/consoleIo.h, console/polled_io.c, irq/irq_init.c, openpic/openpic.c, pci/detect_raven_bridge.c: Unfortunately, the supported 'printk' format string subset of the polled-io and libcpu implementations are different - hence, a few format strings in the ppc/shared BSP were changed.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12003-04-10  Till Straumann <strauman@slac.stanford.edu>
2
3        PR 379/bsps
4        * console/polled_io.c: libcpu provides 'printk' already.
5        Therefore, the implementation in this file was removed (still
6        used for the bootloader, though).  It now provides BSP_output_char()
7        for libcpu's printk().
8        * console/uart.c, console/uart.h: BSP_output_char_via_serial()
9        prototype changed to match the BSP_output_char_function_type.  Note
10        that the motorola BSPs use polled-io for the output_char routine, not
11        the uart.c version. The latter can be used be other BSPs however
12        (e.g. SVGM).
13        * console/console.c, console/consoleIo.h, console/polled_io.c,
14        irq/irq_init.c, openpic/openpic.c, pci/detect_raven_bridge.c:
15        Unfortunately, the supported 'printk' format string subset of the
16        polled-io and libcpu implementations are different - hence, a few
17        format strings in the ppc/shared BSP were changed.
18
192003-04-10      Joel Sherrill <joel@OARcorp.com>
20
21        PR 383/bsps
22        * irq/irq.c: Fix bug introduced by conflicts in previous patches.
23
242003-03-25  Till Straumann <strauman@slac.stanford.edu>
25
26        PR 360/bsps
27        * irq/irq.c, irq/irq_init.c, openpic/openpic.c, openpic/openpic.h:
28        BSP code had set the task priority register multiple times of
29        the OpenPIC instead of setting the individual source priorities.
30        This patch adds openpic_get_source_priority() and
31        openpic_set_source_priority() calls and lets IRQ management code
32        use them.
33
342003-03-25  Till Straumann <strauman@slac.stanford.edu>
35
36        PR 349/bsps
37        * irq/irq.c, vme/VME.h, vme/vmeconfig.c: Fixes library dependency
38        on the vmeUniverse driver. It is now possible to use the ppc/shared/irq
39        code on non-VME BSPs without triggering linkage of the vmeUniverse
40        driver.
41
422003-03-25  Till Straumann <strauman@slac.stanford.edu>
43
44        PR 349/bsps
45        * irq/irq.c, vme/VME.h, vme/vmeconfig.c: Fixes library dependency
46        on the vmeUniverse driver. It is now possible to use the ppc/shared/irq
47        code on non-VME BSPs without triggering linkage of the vmeUniverse
48        driver.
49
502003-03-18  Till Straumann <strauman@slac.stanford.edu>
51
52        PR 356/bsps
53        This patch makes RTEMS/powerpc/shared EABI compliant.
54        * irq/irq_init.c, start/Makefile.am, start/start.S, startup/bspstart.c,
55        startup/pgtbl_setup.c, vectors/vectors.h, vectors/vectors_init.c:
56        zero_bss() should clear not only bss but sbss and sbss2
57        also (this is probably a bugfix, as sbss/sbss2 are
58        probably used even if -msdata=eabi is not specified).
59        * start/rtems_crti.S: New file which must
60        be linked immediately after ecrti.o. rtems_crti.o contains
61        a code snippet who lets __init() return immediately. Also,
62        a new entry point '_init' to the C++ Ctors is generated
63        for use by the RTEMS Thread_Handler.
64
652003-02-20      Till Straumann <strauman@slac.stanford.edu>
66
67        PR 349/bsps
68        * console/polled_io.c, console/reboot.c, irq/irq.c, irq/irq_asm.S,
69        irq/irq_init.c, openpic/Makefile.am, startup/linkcmds,
70        vectors/vectors.S, vectors/vectors_init.c:
71          - install the 'openpic.h' and 'pci.h' headers
72          - avoid a name clash by renaming 'vsprintf' & friends
73            to 'k_vsprintf' etc.
74          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
75          - irq.c:
76             * fix: remove implicit assumption that ISA interrupt vectors start
77                    at 0
78             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
79               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
80          - fix: EABI compliance; isr/exception lowlevel handlers must not
81                 clobber R2 or R13
82          - fix: openpic_init was called with the polarity/senses tables
83                 swapped (fixed wrong order of arguments)
84          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
85
862003-02-20      Till Straumann <strauman@slac.stanford.edu>
87
88        PR 349/bsps
89        * startup/pgtbl_setup.c, startup/pgtbl_activate.c: New files
90        * startup/Makefile.am, startup/bspstart.c, startup/linkcmds:
91        Let the powerpc/shared (+derived) BSPs use pagetable support
92        from libcpu.
93
942003-02-20      Till Straumann <strauman@slac.stanford.edu>
95
96        PR 349/bsps
97        * vme/.cvsignore, vme/Makefile.am, vme/VME.h, vme/VMEConfig.h,
98        vme/vmeconfig.c: Add glue to the powerpc/shared BSP to use
99        the vmeUniverse VME-PCI bridge driver.
100
1012003-02-20      Till Straumann <strauman@slac.stanford.edu>
102
103        PR 349/bsps
104        * console/console.c, console/uart.c, console/uart.h: implement
105        IOCTLs for the serial (UART) console to install/retrieve a BREAK-IRQ
106        callback.  The callback routine (if installed) is invoked from the
107        UART ISR when a BREAK interrupt is detected.  This can be used
108        e.g. to enforce a "hotkey" reboot a la vxWorks Ctrl-X (although we
109        use the serial line break condition) NOTE: The callback runs in
110        ISR context. 
111
1122003-01-20      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds*: Add FreeBSD sysctl() sections.
115
1162002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
117 
118        * bootloader/head.S: Added support for optional debug via PPCbug.
119        Also turn off mmu/caches for the bootstrap phase, which seems to
120        cause trouble with the 603.  The cpu init functions in the bsp
121        get all that stuff going properly.
122
1232002-12-19      Joel Sherrill <joel@OARcorp.com>
124
125        * console/console.c: Removed __assert() which conflicts with newlib.
126
1272002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
128
129        * irq/irq_init.c, motorola/motorola.c: Support for MTX603e.
130
1312002-10-31      Joel Sherrill <joel@OARcorp.com>
132
133        * bootloader/em86.c, console/inch.c, console/polled_io.c, irq/irq.c,
134        motorola/motorola.c, pci/detect_raven_bridge.c,
135        vectors/vectors_init.c: Removed warnings.
136
1372002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * bootloader/em86real.S: Fix syntax error in comment near line 1185.
140
1412001-05-14      Till Straumann <strauman@slac.stanford.edu>
142
143        * bootloader/misc.c, console/Makefile.am, console/console.c,
144        console/consoleIo.h, console/inch.c, console/polled_io.c,
145        console/uart.c, console/uart.h, include/bsp.h, irq/Makefile.am,
146        irq/irq.c, irq/irq.h, irq/irq_init.c, openpic/openpic.c,
147        openpic/openpic.h, pci/Makefile.am, pci/pci.c, pci/pci.h,
148        residual/Makefile.am, start/start.S, startup/bspstart.c,
149        vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c:
150        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
151        with the goal to make it more flexible and reusable by other
152        BSPs. The main strategies were:
153            - eliminate hardcoded base addresses; devices use offsets
154              and a BSP defined base address.
155            - separate functionality into different files (e.g. reboot from
156              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
157            - separate initialization code into separate files (e.g.  PCI
158              bridge detection/initialization was separated from the more
159              generic PCI access routines), also to make it easier for
160              'derived' BSPs to substitute their own initialization code.
161        There are also a couple of enhancements and fixes:
162            - IRQ handling code now has a hook for attaching a VME bridge.
163            - OpenPIC is now explicitely initialized (polarities, senses).
164              Eliminated the implicit assumption on the presence of an ISA PIC.
165            - UART and console driver now supports more than 1 port. The current
166              maximum of 2 can easily be extended by enlarging a table (it
167              would even be easier if the ISR API was not broken by design).
168            - fixed polled_io.c so it correctly supports console on COM2
169            - fixed TLB invalidation code (start.S).
170            - exception handler prints a stack backtrace.
171            - added BSP_pciFindDevice() to scan the pci bus for a particular
172              vendor/device/instance.
173
1742001-05-09      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/linkcmds: In support of gcc 3.1, added one of more
177        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
178        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
179        and direction of segments to memory regions may also have been
180        addressed.  This was a sweep across all BSPs.
181 
1822002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>.
185        * bootloader/head.S: Ditto.
186        * bootloader/misc.c: Ditto.
187        * console/polled_io.c: Ditto.
188        * irq/irq.c: Ditto.
189        * irq/irq_asm.S: Ditto.
190        * irq/irq_init.c: Include <rtems/bspIo.h>.
191        * start/start.S: Reflect changes to <rtems/score/cpu.h>.
192        * vectors/vectors.S: Ditto.
193
1942002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * startup/bspstart.c: Include <libcpu/cpuIdent.h>.
197
1982001-04-08      Joel Sherrill <joel@OARcorp.com>
199
200        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
201 
2022002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * residual/residual.c: Include <string.h>.
205        * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk.
206        * bootloader/mm.c: Ditto.
207        * bootloader/pci.c: Ditto.
208        * console/console.c: Ditto.
209        * openpic/openpic.c: Ditto.
210
2112002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
226
2272001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * include/Makefile.am: Use _HEADER instead of H_FILES.
230        * irq/Makefile.am: Ditto.
231        * openpic/Makefile.am: Ditto.
232        * include/bsp.h: Include <bspopts.h>.
233
2342001-10-25      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: Added _init and _fini.
237
2382001-10-12      Joel Sherrill <joel@OARcorp.com>
239
240        * clock/p_clock.c, startup/bspstart.c: Fixed typo.
241
2422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
245        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
246        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
247        * motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
248        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
249        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
250        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
251
2522001-05-14      Tom Armistead <tom_armistead@phx.mcd.mot.com>
253
254        * start/start.S: Increased BAT0 mapping of RAM from 64 meg to
255        256 meg to allow operation on boards with larger RAM sizes.
256        * vectors/vectors_init.c: Modified to call 'generic' powerpc
257        vector function (mpc60x_vector_is_valid) instead of MPC750
258        specific function to allow operation on boards with CPUs other
259        than the MPC750.
260
2612001-03-30      Eric Valette <valette@crf.canon.fr>
262
263        * Makefile.am, console/consoleIo.h, include/bsp.h:
264        These modifications are part of the conversion of the
265        mpc8xx CPU to the "new exception processing model."
266
2672000-11-01      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
270        and libcsupport.h moved from libc to lib/include/rtems and
271        now must be referenced as <rtems/XXX.h>.   Header file order
272        was cleaned up while doing this.
273
2742000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
275
276        * startup/linkcmds: Added lines so DWARF debug information
277        would be available.  Otherwise gdb complains that the offsets
278        for the debug info are incorrect and doesn't load the files.
279
2802000-09-05      Joel Sherrill <joel@OARcorp.com>
281
282        * start/start.S: Include proper files to compile.
283
2842000-08-10      Joel Sherrill <joel@OARcorp.com>
285
286        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.