source: rtems/c/src/lib/libbsp/powerpc/shared/ChangeLog @ 2d8eddea

Last change on this file since 2d8eddea was 2d8eddea, checked in by Joel Sherrill <joel.sherrill@…>, on 04/10/03 at 13:05:10

2003-04-10 Joel Sherrill <joel@…>

PR 383/bsps

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