source: rtems/c/src/lib/libbsp/powerpc/shared/ChangeLog @ 55dfd4cd

4.104.114.84.95
Last change on this file since 55dfd4cd was 55dfd4cd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/10/04 at 07:59:17

2004-02-10 Ralf Corsepius <corsepiu@…>

PR 575/bsps

  • startup/linkcmds: Remove.
  • Property mode set to 100644
File size: 20.0 KB
Line 
12004-02-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 575/bsps
4        * startup/linkcmds: Remove.
5
62004-02-08      Joel Sherrill <joel@OARcorp.com>
7
8        * vectors/vectors.h: Force globalExceptHdl into bss section.
9
102004-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Don't install, just distribute the files.
13
142004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Remove SUBDIRS.
17
182004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Merge-in bootloader/Makefile.am, clock/Makefile.am,
21        console/Makefile.am, include/Makefile.am, irq/Makefile.am,
22        motorola/Makefile.am, openpic/Makefile.am, pci/Makefile.am,
23        residual/Makefile.am, start/Makefile.am, startup/Makefile.am,
24        vectors/Makefile.am, vme/Makefile.am. Use automake compilation rules.
25        * bootloader/Makefile.am, clock/Makefile.am, console/Makefile.am,
26        include/Makefile.am, irq/Makefile.am, motorola/Makefile.am,
27        openpic/Makefile.am, pci/Makefile.am, residual/Makefile.am,
28        start/Makefile.am, startup/Makefile.am, vectors/Makefile.am,
29        vme/Makefile.am: Remove.
30
312004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * console/Makefile.am: Add PREINSTALL_DIRS.
34        * irq/Makefile.am: Add PREINSTALL_DIRS.
35        * motorola/Makefile.am: Add PREINSTALL_DIRS.
36        * openpic/Makefile.am: Add PREINSTALL_DIRS.
37        * pci/Makefile.am: Add PREINSTALL_DIRS.
38        * residual/Makefile.am: Add PREINSTALL_DIRS.
39        * vectors/Makefile.am: Add PREINSTALL_DIRS.
40
412004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * console/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
44        Add PRE/TMPINSTALL_FILES to CLEANFILES.
45        * irq/Makefile.am: Ditto.
46        * motorola/Makefile.am: Ditto.
47        * openpic/Makefile.am: Ditto.
48        * pci/Makefile.am: Ditto.
49        * residual/Makefile.am: Ditto.
50        * vectors/Makefile.am: Ditto.
51
522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * console/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
55        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
56        * motorola/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
57        * openpic/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
58        * pci/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
59        * residual/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
60        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
61
622003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * start/Makefile.am: Misc cleanups and fixes.
65        * startup/Makefile.am: Misc cleanups and fixes.
66
672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Remove empty lines.
70        * bootloader/Makefile.am: Put all files into EXTRA_DIST.
71        * vme/Makefile.am: Ditto.
72        * console/Makefile.am: Move H_FILES to include_bsp_HEADERS.
73        Add preinstallation dirstamp support.
74        * irq/Makefile.am: Ditto.
75        * motorola/Makefile.am: Ditto.
76        * openpic/Makefile.am: Ditto.
77        * pci/Makefile.am: Ditto.
78        * residual/Makefile.am: Ditto.
79        * vectors/Makefile.am: Ditto.
80        * Makefile.am: Remove empty lines.
81        * clock/Makefile.am: Ditto.
82        * include/Makefile.am: Ditto.
83        * startup/Makefile.am: Ditto.
84
852003-10-22      Joel Sherrill <joel@OARcorp.com>
86
87        PR 510/bsps
88        * irq/irq.h: Add extern C wrapper.
89
902003-09-29      Till Strauman <strauman@slac.stanford.edu>
91
92        PR 497/bsps
93        * bootloader/head.S: Disable code that returned to the firmware when
94        the loader starts.
95
962003-09-26      Till Strauman <strauman@slac.stanford.edu>
97
98        PR 496/bsps
99        * startup/sbrk.c: New file.
100        * startup/bspstart.c: This patch implements 'sbrk'
101        for the powerpc-shared BSP to work around what's known as the
102        '32Mb problem' in combination with run-time loaded code.
103        GCC normally generates (PowerPC) code doing 'short jumps' which
104        requires all text segments being in the same 32Mb area of memory.
105        However, some run-time loaders use (e.g. heap-) memory violating the
106        stated limitation on hardware with more than 32Mb of memory.
107        (NOTE: portable loaders are probably not even aware of this
108        GCC/CPU specific problem.)
109
110        This patch implements a simple workaround: At boot time, the system is
111        only provided with 32Mb of memory. The user is supposed to load all
112        necessary modules prior to that limit being exhausted. Once that
113        happens, newlib/malloc end up trying to 'sbrk()' for more memory and
114        the implementation provided by this patch will then make the rest of
115        the physical memory available.
116
1172003-09-26  Till Straumann <strauman@slac.stanford.edu>
118
119        PR 497/bsps
120        * bootloader/head.S: Let the bootloader shut down the
121        network interface. NOTE: this involves a PPCBug system
122        call and will hence fail if other software is used
123        to boot. Need to #undef USE_PPCBUG in such cases!
124 
1252003-09-04      Joel Sherrill <joel@OARcorp.com>
126
127        * bootloader/bootldr.h, bootloader/em86.c, bootloader/em86real.S,
128        bootloader/exception.S, bootloader/head.S, bootloader/lib.c,
129        bootloader/misc.c, bootloader/mm.c, bootloader/pci.c,
130        clock/p_clock.c, console/console.c, console/consoleIo.h,
131        console/inch.c, console/keyboard.h, console/polled_io.c,
132        include/bsp.h, irq/i8259.c, irq/irq.c, irq/irq.h, irq/irq_asm.S,
133        irq/irq_init.c, motorola/motorola.c, motorola/motorola.h,
134        openpic/openpic.c, openpic/openpic.h, pci/pci.c, residual/residual.c,
135        start/start.S, startup/bspstart.c, vectors/vectors.h,
136        vectors/vectors_init.c: URL for license changed.
137
1382003-08-21      Till Strauman <strauman@slac.stanford.edu>
139
140        PR 456/bsps
141        * irq/irq.c: Fix race condition when installing an ISR.
142
1432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Reflect having moved automake/.
146        * bootloader/Makefile.am: Reflect having moved automake/.
147        * clock/Makefile.am: Reflect having moved automake/.
148        * console/Makefile.am: Reflect having moved automake/.
149        * include/Makefile.am: Reflect having moved automake/.
150        * irq/Makefile.am: Reflect having moved automake/.
151        * motorola/Makefile.am: Reflect having moved automake/.
152        * openpic/Makefile.am: Reflect having moved automake/.
153        * pci/Makefile.am: Reflect having moved automake/.
154        * residual/Makefile.am: Reflect having moved automake/.
155        * start/Makefile.am: Reflect having moved automake/.
156        * startup/Makefile.am: Reflect having moved automake/.
157        * vectors/Makefile.am: Reflect having moved automake/.
158        * vme/Makefile.am: Reflect having moved automake/.
159
1602003-08-05      Till Strauman <strauman@slac.stanford.edu>
161
162        PR 437/bsps
163        * irq/irc.c: calls to bspIo/printk must not use '%i' format which is
164        apparently not supported
165        * pci/pci.c: calls to bspIo/printk must not use '%i' format which is
166        apparently not supported
167
1682003-07-18      Till Straumann <strauman@slac.stanford.edu>
169
170        PR 288/rtems
171        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
172        maintained and any BSP which does not do so will trip a panic in the
173        shared code.
174
1752003-07-18      Till Straumann <strauman@slac.stanford.edu>
176
177        PR 415/bsps
178        * pci/detect_raven_bridge.c, startup/bspstart.c:
179        This patch reverts enabling MCP interrupts for the motorola_powerpc
180        BSPs. REASON: pci config space scanning (as e.g. done by the DEC
181        Ethernet driver) would raise machine check exceptions.
182
1832003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
184
185        PR 428/bsps
186        PR 432/bsps
187        * bootloader/pci.c: Re-instated code that prevents remapping small
188        IO regions, which if remapped would cause i8259 registers to move
189        out from under the #define'd base addresses.
190        * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256
191        megs, I incorrectly had extended it which would cause problems with
192        PCI devices that defined prefetchable memory.
193
1942003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
195        PR 432/bsps
196        * bootloader/pci.c: Re-instated code that prevents remapping small
197        IO regions, which if remapped would cause i8259 registers to move
198        out from under the #define'd base addresses.
199        * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256
200        megs, I incorrectly had extended it which would cause problems with
201        PCI devices that defined prefetchable memory.
202       
2032003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
204
205        PR 405/bsps
206        * bootloader/pci.c: Added support for configuring devices for pci
207        busses > 0
208        * pci/pci.c, pci/pci.h: Added FixupPCI() to store vectors in the
209        INTERRUPT_LINE register of pci devices any # of hops away
210        from the host processor.
211        * motorola/motorola.c, motorola/motorola.h: Added interrupt
212        routing tables in support of FixupPCI.  This is board-specific,
213        each board will have to supply information for FixupPCI() to do
214        anything for it.
215        * startup/bspstart.c: Extended bat2 to cover entire PCI address space.
216        * irq/irq.c, irq/irq.h: Added support for shared interrupts.
217        Existing single hander vectors are undisturbed, a new function
218        added to allow adding/removing handlers from a vector.
219
2202003-06-13  Till Straumann <strauman@slac.stanford.edu>
221
222        PR 415/bsps
223        * include/bsp.h, pci/detect_raven_bridge.c, startup/bspstart.c:
224        Support enabling MCP exceptions on the host bridge. This can
225        be used for memory probing on the VME bus.
226
2272003-04-15      Joel Sherrill <joel@OARcorp.com>
228
229        PR 386/bsps
230        * vme/vmeconfig.c: Removed declaration of _BSP_vme_bridge_irq.
231
2322003-04-10  Till Straumann <strauman@slac.stanford.edu>
233
234        PR 379/bsps
235        * console/polled_io.c: libcpu provides 'printk' already.
236        Therefore, the implementation in this file was removed (still
237        used for the bootloader, though).  It now provides BSP_output_char()
238        for libcpu's printk().
239        * console/uart.c, console/uart.h: BSP_output_char_via_serial()
240        prototype changed to match the BSP_output_char_function_type.  Note
241        that the motorola BSPs use polled-io for the output_char routine, not
242        the uart.c version. The latter can be used be other BSPs however
243        (e.g. SVGM).
244        * console/console.c, console/consoleIo.h, console/polled_io.c,
245        irq/irq_init.c, openpic/openpic.c, pci/detect_raven_bridge.c:
246        Unfortunately, the supported 'printk' format string subset of the
247        polled-io and libcpu implementations are different - hence, a few
248        format strings in the ppc/shared BSP were changed.
249
2502003-04-10      Joel Sherrill <joel@OARcorp.com>
251
252        PR 383/bsps
253        * irq/irq.c: Fix bug introduced by conflicts in previous patches.
254
2552003-03-25  Till Straumann <strauman@slac.stanford.edu>
256
257        PR 360/bsps
258        * irq/irq.c, irq/irq_init.c, openpic/openpic.c, openpic/openpic.h:
259        BSP code had set the task priority register multiple times of
260        the OpenPIC instead of setting the individual source priorities.
261        This patch adds openpic_get_source_priority() and
262        openpic_set_source_priority() calls and lets IRQ management code
263        use them.
264
2652003-03-25  Till Straumann <strauman@slac.stanford.edu>
266
267        PR 349/bsps
268        * irq/irq.c, vme/VME.h, vme/vmeconfig.c: Fixes library dependency
269        on the vmeUniverse driver. It is now possible to use the ppc/shared/irq
270        code on non-VME BSPs without triggering linkage of the vmeUniverse
271        driver.
272
2732003-03-25  Till Straumann <strauman@slac.stanford.edu>
274
275        PR 349/bsps
276        * irq/irq.c, vme/VME.h, vme/vmeconfig.c: Fixes library dependency
277        on the vmeUniverse driver. It is now possible to use the ppc/shared/irq
278        code on non-VME BSPs without triggering linkage of the vmeUniverse
279        driver.
280
2812003-03-18  Till Straumann <strauman@slac.stanford.edu>
282
283        PR 356/bsps
284        This patch makes RTEMS/powerpc/shared EABI compliant.
285        * irq/irq_init.c, start/Makefile.am, start/start.S, startup/bspstart.c,
286        startup/pgtbl_setup.c, vectors/vectors.h, vectors/vectors_init.c:
287        zero_bss() should clear not only bss but sbss and sbss2
288        also (this is probably a bugfix, as sbss/sbss2 are
289        probably used even if -msdata=eabi is not specified).
290        * start/rtems_crti.S: New file which must
291        be linked immediately after ecrti.o. rtems_crti.o contains
292        a code snippet who lets __init() return immediately. Also,
293        a new entry point '_init' to the C++ Ctors is generated
294        for use by the RTEMS Thread_Handler.
295
2962003-02-20      Till Straumann <strauman@slac.stanford.edu>
297
298        PR 349/bsps
299        * console/polled_io.c, console/reboot.c, irq/irq.c, irq/irq_asm.S,
300        irq/irq_init.c, openpic/Makefile.am, startup/linkcmds,
301        vectors/vectors.S, vectors/vectors_init.c:
302          - install the 'openpic.h' and 'pci.h' headers
303          - avoid a name clash by renaming 'vsprintf' & friends
304            to 'k_vsprintf' etc.
305          - let 'rtemsReboot' print a stack trace (in case an 'assert' failed)
306          - irq.c:
307             * fix: remove implicit assumption that ISA interrupt vectors start
308                    at 0
309             * add BSP hook to let a VME interrupt acknowledge the PCI/openpic
310               IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch)
311          - fix: EABI compliance; isr/exception lowlevel handlers must not
312                 clobber R2 or R13
313          - fix: openpic_init was called with the polarity/senses tables
314                 swapped (fixed wrong order of arguments)
315          - cosmetics: use new _read_SPRXX() _write_SPRXX() macros
316
3172003-02-20      Till Straumann <strauman@slac.stanford.edu>
318
319        PR 349/bsps
320        * startup/pgtbl_setup.c, startup/pgtbl_activate.c: New files
321        * startup/Makefile.am, startup/bspstart.c, startup/linkcmds:
322        Let the powerpc/shared (+derived) BSPs use pagetable support
323        from libcpu.
324
3252003-02-20      Till Straumann <strauman@slac.stanford.edu>
326
327        PR 349/bsps
328        * vme/.cvsignore, vme/Makefile.am, vme/VME.h, vme/VMEConfig.h,
329        vme/vmeconfig.c: Add glue to the powerpc/shared BSP to use
330        the vmeUniverse VME-PCI bridge driver.
331
3322003-02-20      Till Straumann <strauman@slac.stanford.edu>
333
334        PR 349/bsps
335        * console/console.c, console/uart.c, console/uart.h: implement
336        IOCTLs for the serial (UART) console to install/retrieve a BREAK-IRQ
337        callback.  The callback routine (if installed) is invoked from the
338        UART ISR when a BREAK interrupt is detected.  This can be used
339        e.g. to enforce a "hotkey" reboot a la vxWorks Ctrl-X (although we
340        use the serial line break condition) NOTE: The callback runs in
341        ISR context. 
342
3432003-01-20      Joel Sherrill <joel@OARcorp.com>
344
345        * startup/linkcmds*: Add FreeBSD sysctl() sections.
346
3472002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
348 
349        * bootloader/head.S: Added support for optional debug via PPCbug.
350        Also turn off mmu/caches for the bootstrap phase, which seems to
351        cause trouble with the 603.  The cpu init functions in the bsp
352        get all that stuff going properly.
353
3542002-12-19      Joel Sherrill <joel@OARcorp.com>
355
356        * console/console.c: Removed __assert() which conflicts with newlib.
357
3582002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
359
360        * irq/irq_init.c, motorola/motorola.c: Support for MTX603e.
361
3622002-10-31      Joel Sherrill <joel@OARcorp.com>
363
364        * bootloader/em86.c, console/inch.c, console/polled_io.c, irq/irq.c,
365        motorola/motorola.c, pci/detect_raven_bridge.c,
366        vectors/vectors_init.c: Removed warnings.
367
3682002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * bootloader/em86real.S: Fix syntax error in comment near line 1185.
371
3722001-05-14      Till Straumann <strauman@slac.stanford.edu>
373
374        * bootloader/misc.c, console/Makefile.am, console/console.c,
375        console/consoleIo.h, console/inch.c, console/polled_io.c,
376        console/uart.c, console/uart.h, include/bsp.h, irq/Makefile.am,
377        irq/irq.c, irq/irq.h, irq/irq_init.c, openpic/openpic.c,
378        openpic/openpic.h, pci/Makefile.am, pci/pci.c, pci/pci.h,
379        residual/Makefile.am, start/start.S, startup/bspstart.c,
380        vectors/vectors.S, vectors/vectors.h, vectors/vectors_init.c:
381        Per PR216, "libbsp/powerpc/shared" BSP has been modified considerably
382        with the goal to make it more flexible and reusable by other
383        BSPs. The main strategies were:
384            - eliminate hardcoded base addresses; devices use offsets
385              and a BSP defined base address.
386            - separate functionality into different files (e.g. reboot from
387              inch.c to reboot.c) which can be overridden by a 'derived' BSP.
388            - separate initialization code into separate files (e.g.  PCI
389              bridge detection/initialization was separated from the more
390              generic PCI access routines), also to make it easier for
391              'derived' BSPs to substitute their own initialization code.
392        There are also a couple of enhancements and fixes:
393            - IRQ handling code now has a hook for attaching a VME bridge.
394            - OpenPIC is now explicitely initialized (polarities, senses).
395              Eliminated the implicit assumption on the presence of an ISA PIC.
396            - UART and console driver now supports more than 1 port. The current
397              maximum of 2 can easily be extended by enlarging a table (it
398              would even be easier if the ISR API was not broken by design).
399            - fixed polled_io.c so it correctly supports console on COM2
400            - fixed TLB invalidation code (start.S).
401            - exception handler prints a stack backtrace.
402            - added BSP_pciFindDevice() to scan the pci bus for a particular
403              vendor/device/instance.
404
4052001-05-09      Joel Sherrill <joel@OARcorp.com>
406
407        * startup/linkcmds: In support of gcc 3.1, added one of more
408        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
409        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
410        and direction of segments to memory regions may also have been
411        addressed.  This was a sweep across all BSPs.
412 
4132002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>.
416        * bootloader/head.S: Ditto.
417        * bootloader/misc.c: Ditto.
418        * console/polled_io.c: Ditto.
419        * irq/irq.c: Ditto.
420        * irq/irq_asm.S: Ditto.
421        * irq/irq_init.c: Include <rtems/bspIo.h>.
422        * start/start.S: Reflect changes to <rtems/score/cpu.h>.
423        * vectors/vectors.S: Ditto.
424
4252002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * startup/bspstart.c: Include <libcpu/cpuIdent.h>.
428
4292001-04-08      Joel Sherrill <joel@OARcorp.com>
430
431        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
432 
4332002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * residual/residual.c: Include <string.h>.
436        * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk.
437        * bootloader/mm.c: Ditto.
438        * bootloader/pci.c: Ditto.
439        * console/console.c: Ditto.
440        * openpic/openpic.c: Ditto.
441
4422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * bootloader/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * motorola/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * openpic/Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * pci/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * residual/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
456        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
457
4582001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * include/Makefile.am: Use _HEADER instead of H_FILES.
461        * irq/Makefile.am: Ditto.
462        * openpic/Makefile.am: Ditto.
463        * include/bsp.h: Include <bspopts.h>.
464
4652001-10-25      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/linkcmds: Added _init and _fini.
468
4692001-10-12      Joel Sherrill <joel@OARcorp.com>
470
471        * clock/p_clock.c, startup/bspstart.c: Fixed typo.
472
4732001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
476        * residual/Makefile.am: Use 'PREINSTALL_FILES ='.
477        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
478        * motorola/Makefile.am: Use 'PREINSTALL_FILES ='.
479        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
480        * pci/Makefile.am: Use 'PREINSTALL_FILES ='.
481        * openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
482
4832001-05-14      Tom Armistead <tom_armistead@phx.mcd.mot.com>
484
485        * start/start.S: Increased BAT0 mapping of RAM from 64 meg to
486        256 meg to allow operation on boards with larger RAM sizes.
487        * vectors/vectors_init.c: Modified to call 'generic' powerpc
488        vector function (mpc60x_vector_is_valid) instead of MPC750
489        specific function to allow operation on boards with CPUs other
490        than the MPC750.
491
4922001-03-30      Eric Valette <valette@crf.canon.fr>
493
494        * Makefile.am, console/consoleIo.h, include/bsp.h:
495        These modifications are part of the conversion of the
496        mpc8xx CPU to the "new exception processing model."
497
4982000-11-01      Joel Sherrill <joel@OARcorp.com>
499
500        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
501        and libcsupport.h moved from libc to lib/include/rtems and
502        now must be referenced as <rtems/XXX.h>.   Header file order
503        was cleaned up while doing this.
504
5052000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
506
507        * startup/linkcmds: Added lines so DWARF debug information
508        would be available.  Otherwise gdb complains that the offsets
509        for the debug info are incorrect and doesn't load the files.
510
5112000-09-05      Joel Sherrill <joel@OARcorp.com>
512
513        * start/start.S: Include proper files to compile.
514
5152000-08-10      Joel Sherrill <joel@OARcorp.com>
516
517        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.