source: rtems/c/src/lib/libbsp/powerpc/ChangeLog @ bc98089

4.104.115
Last change on this file since bc98089 was bc98089, checked in by Joel Sherrill <joel.sherrill@…>, on 09/25/09 at 14:56:04

2009-09-25 Joel Sherrill <joel.sherrill@…>

  • shared/bootloader/bootldr.h: Change extern inline to static inline.
  • Property mode set to 100644
File size: 56.4 KB
RevLine 
[bc98089]12009-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * shared/bootloader/bootldr.h: Change extern inline to static inline.
4
[f85ad076]52009-09-11      Till Straumann <strauman@slac.stanford.edu>
6
[1b290ce7]7        * shared/openpic/openpic.c: include the more generic <rtems/pci.h>
8        rather than <bsp/pci.h>.
9
102009-09-11      Till Straumann <strauman@slac.stanford.edu>
11
12        * shared/irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h>
[f85ad076]13        if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not
14        have to create a dummy VMEConfig.h header.
15
[0d70642]162009-09-09      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        PR 1435/bsps
19        * shared/startup/bspidle.c: New file.
20
[6749520]212009-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * ep1a/startup/linkcmds, mbx8xx/startup/linkcmds,
24        score603e/startup/linkcmds, shared/startup/linkcmds,
25        ss555/startup/linkcmds: Fix typos in .eh_frame sections.
26
[cdd352e]272009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * shared/flash/spansionFlash.c: Convert calls to legacy routine
30        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
31
[ca427f3]322009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * shared/startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
35        bsp_get_work_area() since the work area is larger than a single
36        allocatable object.
37
[2f1f2ed]382009-05-05      Jennifer Averett <jennifer.averett@OARcorp.com>
39
40        * shared/pci/pci.c: Removed warnings.
41
[68e27077]422009-04-28      Chris Johns <chrisj@rtems.org>
43
44        * shared/start/start.S: Update for boot_card command line change.
45
[01d1ae3]462009-03-12      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        PR 1385/cpukit
49        * shared/irq/irq_asm.S: When the type rtems_boolean was switched to the
50        C99 bool, the size changed from 4 bytes to 1 byte. The interrupt
51        dispatching code accesses two boolean variables for scheduling
52        purposes and the assembly implementations of this code did not get
53        updated.
54
[21ae805]552009-03-05      Sebastian Huber <sebastian.huber@embedded-brains.de>
56
57        * shared/clock/clock.c: Standard decrementer exception is now more
58        robust against erroneous external exception disable times.
59
[67cad729]602009-02-27      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * shared/startup/bspgetworkarea.c: Add check to determine if current
63        stack pointer is in work area.
64
[9f127d2]652009-02-26      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * shared/startup/bspgetworkarea.c: Make debug messages same as
68        standard.
69
[9bb39026]702009-02-19      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * shared/irq/irq.c: Spacing.
73
[819ca0e1]742009-02-11      Matt Rippa <mrippa@gemini.edu>
75
76        PR 1352/bsps
77        * shared/motorola/motorola.c: Include support for mvme2600/mvme2700.
78
[e7c99cfe]792009-02-11      Matt Rippa <mrippa@gemini.edu>
80
81        PR 1362/bsps
82        * shared/console/bspreset.c: Fix BSP reset on mvme2300 - mvme2700.
83
[f6c6e17d]842008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * shared/irq/openpic_i8259_irq.c: Line wrap.
87
[1f8ac4a]882008-11-03      Till Straumann <strauman@slac.stanford.edu>
89
90        PR 1332: call BSP_uart_termios_set()/BSP_uart_intr_ctrl()
91        only from 'firstOpen' and only if this is a serial console.
92
[0612ad26]932008-11-03      Till Straumann <strauman@slac.stanford.edu>
94
95        * shared/startup/pretaskinghook.c, shared/startup/sbrk.c:
96        Fixed PR#1335.
97
[7495494]982008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
99
100        * shared/clock/clock.c: Update for status-checks.h changes.
101
[b4fa916b]1022008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * shared/startup/bspgetworkarea.c: Change size_t to ssize_t on
105        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
106        which would limit the work area to 64K.
107
[788870e]1082008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * shared/console/inch.c, shared/startup/panic.c: Use standardized
111        bsp_cleanup() which can optionally print a message, poll for user to
112        press key, and call bsp_reset(). Using this eliminates the various
113        bsp_cleanup() implementations which had their own implementation and
114        variety of string constants.
115        * shared/console/bspreset.c: New file.
116        * shared/console/reboot.c: Removed.
117
[bb573f75]1182008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * shared/startup/bspgetworkarea.c, shared/startup/sbrk.c: Remove
121        warnings by switching to uintptr_t.
122
[7a2125c]1232008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * shared/start/start.S, shared/startup/bspgetworkarea.c,
126        shared/startup/bspstart.c, shared/startup/linkcmds: Modifications
127        which reflect those tested on psim. Hopefully they work on all
128        boards. The initialization stack is explicitly declared in the
129        linkcmds memory layout rather than magic math.
130
[c009cd5]1312008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * shared/include/nvram.h: Fix typo.
134
[e66402b]1352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * shared/clock/clock.c: Remove unnecessary includes of
138        rtems/libcsupport.h and rtems/libio.h.
139
[db77b92]1402008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * shared/startup/bspstart.c, shared/startup/pretaskinghook.c: Add use
143        of bsp_get_work_area() in its own file and rely on BSP Framework to
144        perform more initialization.
145        * shared/startup/bspgetworkarea.c: New file.
146
[41b28f2e]1472008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * shared/startup/bspstart.c: Review of all bsp_cleanup()
150        implementations. In this phase, all prototypes were removed from
151        bsp.h and empty implementations were removed and made to use the
152        shared stub.
153
[6a4deb5c]1542008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * acinclude.m4: Add tqm8xx.
157
[fba265e]1582008-09-08      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
159
160        * tqm8xx: New BSP.
161
[b530825]1622008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * shared/irq/irq.c: Convert to "bool".
165
[2d4d710b]1662008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * shared/clock/clock.c: The Shared Memory Driver no longer requires the
169        special IOCTL in Clock_control. This was a hack which has existed
170        since before the Classic API Timer Manager was implemented. All
171        implementations of and references to Clock_control were removed.
172
[45a2f3e]1732008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * shared/console/inch.c: Convert to "bool".
176
[78912b5]1772008-08-28      Till Straumann <strauman@slac.stanford.edu>
178
179        * shared/vme/vme_universe.c: added implementation for
180        BSP_VMEResetBus().
181
[717d370]1822008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
183
[31c62d0]184        * shared/flash/flash.c, shared/irq/irq_init.c: Add missing
185        prototypes.
[717d370]186        * shared/showbats.c, shared/console/inch.c, shared/irq/irq_init.c,
187        shared/pci/detect_raven_bridge.c, shared/startup/bspstart.c,
188        shared/startup/zerobss.c, shared/vme/vmeconfig.c,
189        startup/exit.c: Add missing prototypes.
190
[a9c2508]1912008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
192
193        * shared/clock/clock.c: Fixed warnings.
194
[d3c32136]1952008-07-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
196
197        * shared/clock/clock.c: Update due to powerpc-utilty.h changes.
198
[574fb67]1992008-07-14      Sebastian Huber <sebastian.huber@embedded-brains.de>
200
201        * mpc55xxevb: New BSP.
202
[3c6fe2e]2032008-07-14      Thomas Doefler <Thomas.Doerfler@embedded-brains.de>
204        * haleakala: added new BSP
205
[a86f3aac]2062008-07-11      Sebastian Huber <sebastian.huber@embedded-brains.de>
207
208        * ep1a/startup/bspstart.c, mvme3100/startup/bspstart.c,
209        mvme5500/startup/bspstart.c, psim/startup/bspstart.c,
210        shared/startup/bspstart.c: The usage of SPRG0 as changed.  It is now
211        used to store the interrupt disable mask.  See bootcard.c and
212        ppc_exc_initialize() for default initialization.
213
214        Update to new exception initialization routine ppc_exc_initialize().
215        The exception low level code has changed, see libcpu/powerpc/ChangeLog.
216
217        * gen5200/startup/bspstart.c, mbx8xx/startup/bspstart.c,
218        mpc8260ads/startup/bspstart.c, ss555/startup/bspstart.c,
219        virtex/startup/bspstart.c: The usage of SPRG0 as changed.  It is now
220        used to store the interrupt disable mask.  See bootcard.c for default
221        initialization.
222
[457f590]2232008-07-10      Till Straumann <strauman@slac.stanford.edu>
224
225        * shared/flash/spansionFlash.c: removed "m" memory
226        operands.
227
[214cbd9]2282008-07-09      Sebastian Huber <sebastian.huber@embedded-brains.de>
229
230        * shared/clock/clock.c: Alternative clock driver.  Uses exception handler
231        directly.  Supports special variants for Book E and e300 cores.  For
232        standard decrementer CPUs the new decrementer value is calculated with
233        reference to a time base so that a time drift is avoided.
234
[a060e34]2352008-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
236
237        * shared/uboot_getenv.c: New file.
238
[38990802]2392008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
240
241        * shared/startup/panic.c: Convention calls for leading underscore on
242        private RTEMS variables.
243
[5b9e302c]2442008-05-23      Till Straumann <strauman@slac.stanford.edu>
245
246        * shared/startup/pretaskinghook.c: removed declaration
247        of BSP_vme_config() (which is already declared in
248        <bsp/VME.h>. Removed test for NULL-ness of BSP_vme_config;
249        gcc doesn't seem to understand that the linker may
250        define this to be NULL... Silences a compiler warning
251        (and users can always provide an empty routine).
252
[a510a776]2532008-05-22      Till Straumann <strauman@slac.stanford.edu>
254
255        * shared/startup/linkcmds, shared/startup/zerobss.c:
256        introduced '__bss_end'; assuming that __rtems_end
257        coincides with the end of .bss for the purpose of
258        zeroing .bss is very dangerous.
259
[4ac1d23]2602008-05-22      Joel Sherrill <joel.sherrill@OARcorp.com>
261
262        * shared/console/console.c: Fix typo.
263
[923dd7a]2642008-05-22      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * shared/console/console.c: Remove explicit switch and call
267        termios_baud_to_number().
268
[5545002]2692008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * shared/startup/pretaskinghook.c: Add capability for bootcard.c BSP
272        Initialization Framework to ask the BSP where it has memory for the
273        RTEMS Workspace and C Program Heap. These collectively are referred
274        to as work area. If the BSP supports this, then it does not have to
275        include code to split the available memory between the two areas.
276        This reduces the amount of code in the BSP specific bspstart.c file.
277        Additionally, the shared framework can initialize the C Library, call
278        rtems_debug_enable(), and dirty the work area memory. Until most/all
279        BSPs support this new capability, if the BSP supports this, it should
280        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
281        When the transition is complete, this autoconf macro can be removed.
282
[4570d76]2832008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        * shared/startup/bspstart.c: Refactored and renamed initialization
286        routines to rtems_initialize_data_structures,
287        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
288        rtems_initialize_start_multitasking. This opened the sequence up so
289        that bootcard() could provide a more robust and flexible framework
290        which is easier to explain and understand. This also lays the
291        groundwork for sharing the division of available memory between the
292        RTEMS workspace and heap and the C library initialization across all
293        BSPs.
294
[2cedc46]2952008-03-21      Till Straumann <strauman@slac.stanford.edu>
296
297        * shared/console/uart.c: In IRQ driven mode also
298        keep reading chars while they are available (fifo
299        could be enabled).
300
[8e861444]3012008-03-19      Till Straumann <strauman@slac.stanford.edu>
302
303        * shared/console/console.c, shared/console/uart.c,
304        shared/console/uart.h: added support for task-driven
305        console.
306
[e6c4e66]3072008-03-19      Till Straumann <strauman@slac.stanford.edu>
308
309        * shared/startup/pretaskinghook.c: install pointer
310        to rtems_malloc_sbrk_helpers_table. This (and derived)
311        BSPs rely on sbrk delivering even the first/initial
312        chunk of memory.
313
[91c96e1]3142008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
315
316        * shared/startup/linkcmds: Add wildcard to gcc_except_table section so
317        programs compiled with gcc 4.3.x can link.
318
[a25cfa2]3192008-02-19      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * gen405: Remove (Abandoned).
322        * helas403: Remove (Abandoned).
323        * acinclude: Regenerate.
324
[c1f289e]3252007-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
326
327        * acinclude.m4, gen5200/irq/irq.c, gen5200/startup/bspclean.c: Add
328        mvme3100.
329
[4b39acf]3302007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
331
332        * shared/startup/bspstart.c, shared/startup/pretaskinghook.c: Eliminate
333        copies of the Configuration Table. Use the RTEMS provided accessor
334        macros to obtain configuration fields.
335
[c9f79e6d]3362007-12-10      Till Straumann <strauman@slac.stanford.edu>
337
338        * Makefile.am, start/preload.S: moved preload.S
339        to ../shared/start.
340
[2898f8a9]3412007-12-10      Till Straumann <strauman@slac.stanford.edu>
342
343        * shared/irq/irq_asm.S, shared/vectors/vectors.h:
344        renamed ASM_BOOKE_PIT_VECTOR to ASM_BOOKE_DEC_VECTOR
345        to be closer to 'official' nomenclature.
346
[ccd9286]3472007-12-10      Till Straumann <strauman@slac.stanford.edu>
348
349        * shared/openpic/openpic.c: fixed wrong register
350        address in openpic_gettimer().
351
[a50260e8]3522007-12-10      Till Straumann <strauman@slac.stanford.edu>
353
354        * shared/motorola/vpd.c, shared/motorola/vpd.h:
355        added code (originally developed for 'beatnik')
356        to read MotLoad VPD data from i2c eeprom.
357
[3aff05f]3582007-12-10      Till Straumann <strauman@slac.stanford.edu>
359
360        * shared/vectors/README.deprecated, shared/irq/README.deprecated:
361        added READMEs stating that certain files should not be
362        copy/paste/modified when creating new BSPs. New BSPs
363        are encouraged to use the new library under
364        libcpu/powerpc/new-exceptions/bspsupport.
365
[02e6826]3662007-12-10      Till Straumann <strauman@slac.stanford.edu>
367       
368        * shared/vectors/vectors_entry.S, motorola_powerpc/bsp_specs,
369        shared/start/vectors_entry.S: moved vectors_entry.S to
370        'start' subdir and made a start file rather than
371        element of vectors.rel (it should always be linked but
372        won't if it is the sole member of vectors.rel).
373
[2398f74]3742007-12-08      Till Straumann <strauman@slac.stanford.edu>
375
376        * shared/vme/vme_universe.c: fixed wrong initialization
377        routine when using Tsi148 driver.
378
[8388ea76]3792007-12-08      Till Straumann <strauman@slac.stanford.edu>
380
381        * Makefile.am: merged shared/vme/vme_universe.c and
382        shared/vme/vme_universe_dma.c into one file.
383        Added support for Tsi148 driver (DMA).
384
[b83b70ae]3852007-12-08      Till Straumann <strauman@slac.stanford.edu>
386
387        * shared/vme/VMEConfig.h, shared/vme/vme_universe.c:
388        added support for Tsi148 bridge; BSP can define which
389        bridge driver to use from VMEConfig.h.
390        Added 'err' macro parameter to BSP_VME_INSTALL_IRQ_MGR(err)
391        macro so that an error status can be passed back.
392
[b672bca7]3932007-12-08      Till Straumann <strauman@slac.stanford.edu>
394
395        * irq_supp.h: was moved from shared/irq to
396        libcpu/powerpc/new-exceptions/bspsupport.
397
[a9e62c2]3982007-12-08      Till Straumann <strauman@slac.stanford.edu>
399
400        * ep1a/irq/irq.c, gen5200/irq/irq.c, gen83xx/irq/irq_init.c,
401        mbx8xx/irq/irq.c, mpc8260ads/irq/irq.c, mvme5500/irq/irq.c,
402        psim/irq/no_pic.c, score603e/irq/irq.c, shared/irq/irq_supp.h,
403        shared/irq/openpic_i8259_irq.c, virtex/irq/irq_init.c:
404        let C_dispatch_irq_handler() return zero to indicate to
405        low-level exception handling code that the exception
406        was handled (not used yet).
407
[98ff623]4082007-12-08      Till Straumann <strauman@slac.stanford.edu>
409
410        *shared/irq/irq_supp.h: removed cpp test for
411        BSP_SHARED_HANDLER_SUPPORT; BSPs using irq_supp.h
412        *must* implement shared handlers.
413
[2a90ae7]4142007-12-06      Till Straumann <strauman@slac.stanford.edu>
415
416        * shared/openpic/openpic.c, shared/openpic/openpic.h:
417        added routines to set timer period and interupt mask
418        and to read current count.
419
[545ae5b]4202007-12-06      Till Straumann <strauman@slac.stanford.edu>
421
422        * virtex/irq/irq_init.c: use new ASM_xxx_VECTOR names.
423
[f6a6970]4242007-12-06      Till Straumann <strauman@slac.stanford.edu>
425
426        * shared/vectors/vectors_init.c: replaced
427        switch ( current_ppc_cpu ) { } check by feature check.
428
[6456706]4292007-12-06      Till Straumann <strauman@slac.stanford.edu>
430
431        * shared/irq/irq_asm.S, shared/vectors/vectors.S:
432        Replaced use of hardcoded PPC_EXC_MSR_BITS by a
433        run-time method to determine these bits (use settings
434        effective before exception occurred).
435        Replaced use of hardcoded ASM_VECTORS_CRITICAL by
436        'bsp_raw_vector_is_405_critical' variable.
437
[bc107748]4382007-12-05      Till Straumann <strauman@slac.stanford.edu>
439
440        * shared/irq/irq_supp.h: removed stray '*/'. Removed
441        inclusion of <stdlib.h> which is unnecessary and broke
442        if_dc in an obscure way (due to malloc/free redefinition
443        in the networking code).
444
[698c3362]4452007-12-05      Till Straumann <strauman@slac.stanford.edu>
446
447        * shared/irq/irq_asm.S, shared/vectors/vectors.S,
448        shared/vectors/vectors.h, shared/vectors/vectors_init.c:
449        Converted exception vector names to new ones
450        (qualified by <cpu_type> if non-std ppc exceptions).
451
452
[1051054]4532007-12-04      Till Straumann <strauman@slac.stanford.edu>
454
455        * shared/startup/bspstart.c: export BSP_commandline_string
456        variable.
457
[1be7c55]4582007-12-04      Till Straumann <strauman@slac.stanford.edu>
459
460        * shared/flash/flash.c: added lazy init of driver
461        from BSP_flashWriteFile().
462
[7321ff0]4632007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
464
465        * shared/startup/bspstart.c: Move interrupt_stack_size field from CPU
466        Table to Configuration Table. Eliminate CPU Table from all ports.
467        Delete references to CPU Table in all forms.
468
[d3b840b8]4692007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
470
471        * shared/irq/irq.c: Spacing.
472
[fee125b3]4732007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
474
475        * shared/startup/bspstart.c: Moved most of the remaining CPU Table
476        fields to the Configuration Table. This included pretasking_hook,
477        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
478        extra_mpci_receive_server_stack, stack_allocate_hook, and
479        stack_free_hook. As a side-effect of this effort some multiprocessing
480        code was made conditional and some style clean up occurred.
481
[1b1aca1f]4822007-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
483
484        * shared/irq/irq.c, shared/irq/irq_supp.h: Correct conditionals and
485        includes.
486
[c10dc13]4872007-12-02      Till Straumann <strauman@slac.stanford.edu>
488
489        * shared/irq/i8259.c, shared/irq/irq.h, shared/irq/irq_supp.h,
490        shared/irq/openpic_i8259_irq.c: BSP_disable_irq_at_pic(),
491        openpic_disable_irq(), BSP_irq_disable_at_i8259s() now return
492        0/1 if irq was disabled/enabled prior to disabling.
493        irq_supp.h now exports a inline helper routine for scanning
494        a list of shared handlers; to be used by PIC drivers.
495
[d7a2009a]4962007-12-02      Till Straumann <strauman@slac.stanford.edu>
497
498        * shared/openpic/openpic.c shared/openpic/openpic.h,
499        shared/irq/irq_init.c: added more parameters to
500        openpic_init() so that more details of the configuration
501        can be overridden/set from the BSP. Moved setup of
502        the EPIC-specific EOI delay from BSP code into openpic_init()
503        using the new 'epic_freq' parameter.
504
[a3ae5896]5052007-12-02      Till Straumann <strauman@slac.stanford.edu>
506        * shared/openpic/openpic.c, shared/openpic/openpic.h:
507        - eliminated conditional compilation (#ifdef mpc8240)
508          The difference in register-layout between the EPIC
509          and the std. openPIC is handled by an offset parameter
510          which can be set at run-time (initialization) with
511          a new routine 'openpic_set_src_offset()'.
512        - allow BSP to define symbol BSP_OPEN_PIC_BIG_ENDIAN
513          which builds the driver for big-endian register access
514          (mpc8540).
515        - openpic_disable_irq() now returns the old state so
516          that it can be restored later.
517
[f278329]5182007-12-01      Till Straumann <strauman@slac.stanford.edu>
519
520        * shared/irq/openpic_i8259_irq.c:
521        - conditionally define 'irq_mask_or_tbl' only if
522          BSP_PCI_ISA_BRIDGE_IRQ is defined.
523        - use _ISR_Get_level() / _ISR_Set_level() for re-enabling
524          interrupts rather than messing with MSR directly;
525          these macros:
526            o implement compiler memory barrier
527                o will handle multiple levels (e500 'critical' interrupts)
528                  if they are ever supported.
529        - decrementer irqs are also shareable - added list traversal.
530
[34fb3635]5312007-12-01      Till Straumann <strauman@slac.stanford.edu>
532
533        * shared/irq/irq_supp.h: Make sure BSP_SHARED_HANDLER_SUPPORT
534        is set. The shared irq manager supports shared interrupts
535        (but requires also that the PIC-driver supports them by
536        traversing the list of shared handlers).
537        Declare C_dispatch_irq_handler() which must be defined
538        (like the other routines declared in this header) by the
539        PIC-driver.
540
[2cb549f]5412007-12-01      Till Straumann <strauman@slac.stanford.edu>
542
543        * shared/clock/p_clock.c: (run-time) check for e500-cpu
544        and install different ISR for that type of CPU.
545
[4f2d5f0]5462007-12-01      Till Straumann <strauman@slac.stanford.edu>
547
548        * shared/pci/detect_raven_bridge.c: use ifdef mvme2100
549        rather than ifdef mpc824x so that we don't depend on
550        compile-time CPU flavor. Eventually, this should become
551        a run-time check.
552
[89a1112]5532007-12-01      Till Straumann <strauman@slac.stanford.edu>
554
555        * shared/vectors/vectors.h: Give the BSP_Exception_frame
556        struct a name.
557
[c982f80]5582007-12-01      Till Straumann <strauman@slac.stanford.edu>
559
560        * shared/vme/vmeconfig.c: Include <libcpu/bat.h> only
561        if the BSP-specific configuration header (VMEConfig.h)
562        defines BSP_VME_BAT_IDX so that this file can be used
563        on CPUs w/o bats (e500).
564
[d8eb6c7]5652007-11-30      Till Straumann <strauman@slac.stanford.edu>
566
567        * shared/startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
568
[956c9b58]5692007-11-30      Till Straumann <strauman@slac.stanford.edu>
570
571        * shared/startup/pretaskinghook.c: Replaced inclusion of
572        <bsp/consoleIo.h> by <rtems/bspIo.> (for printk) and
573        made it conditional on #ifdef SHOW_MORE_INIT_SETTINGS.
574
[416ec41]5752007-11-30      Till Straumann <strauman@slac.stanford.edu>
576
577        * shared/startup/bspstart.c: Removed excess /*, replaced
578        #ifdef checks for mpc8240 by #ifdef mvme2100; eventually
579        there should be run-time checks.
580
[4f38270a]5812007-11-30      Till Straumann <strauman@slac.stanford.edu>
582
583        * shared/motorola/motorola.c: removed excess initializer
584        elements.
585
[2eb9e399]5862007-11-30      Till Straumann <strauman@slac.stanford.edu>
587
588        * shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c,
589        shared/irq/irq_supp.h (added):
590        Removed 'is_processor_irq()' from irq.c; the BSP routines
591        BSP_enable_irq_at_pic()/BSP_disable_irq_at_pic() are required
592        to ignore processor irqs anyways. Removed
593        all BSP-defined constants from irq.c. This makes irq.c (almost)
594        binary-compatible among BSPs (ultimate goal is making 'shared'
595        a library).
596        Added a header (irq_supp.h) defining the interface between
597        the generic interrupt manager (irq.c) and the routines it
598        requires to be supplied by the BSP (eventually, these
599        should go into rtems/irq.h).
600
[a045c9d]6012007-11-30      Till Straumann <strauman@slac.stanford.edu>
602
603        * shared/irq/irq.h, shared/irq/irq_init.c: Removed the definition
604        of ASM_IRQ_VECTOR_BASE; this symbol was only use to
605        initialize the irqBase member of the rtems_irq_global_settings
606        struct. However, irqBase is an rtems_irq_symbolic_name,
607        so using BSP_LOWEST_OFFSET is more appropriate.
608
[28f398e7]6092007-11-28      Joel Sherrill <joel.sherrill@OARcorp.com>
610
611        * shared/startup/bspstart.c: Eliminate PowerPC specific elements from
612        the CPU Table. They have been replaced with variables named bsp_XXX
613        as needed.
614
[2a444594]6152007-11-29      Till Straumann <strauman@slac.stanford.edu>
616
617        * Makefile.am, shared/flash, shared/flash/flash.c,
618        shared/flash/flashPgm.h, shared/flash/flashPgmPvt.h,
619        shared/flash/intelFlash.c, shared/flash/spansionFlash.c:
620        Added flash programmer API, implementation and chip drivers
621        for some intel + spansion flash chips (as found on mvme5500,
622        mvme6100 and mvme3100 boards).
623        A more appopriate place would probably be libchip but
624        I don't know if the API is acceptable and if the implementation
625        is generic enough (e.g., no CFI support) so I leave it here
626        for now.
627
[d9b0895d]6282007-11-26      Joel Sherrill <joel.sherrill@OARcorp.com>
629
630        * shared/console/uart.c: Fix typo and spacing.
631
[f5dea70]6322007-11-21      Till Straumann <strauman@slac.stanford.edu>
633
634        * shared/console/uart.c: when draining UART during
635        initialization (wait for possible printk() activity
636        to finish) look at TEMT (fifo, holding-reg and shift-reg)
637        rather than THRE (fifo, holding-reg only). This resolved
638        some scrambled output issues for me.
639
640        Enhanced semantics: if BSP initializes BSPBaseBaud to a negative
641        value then the driver interprets the modulus as a speed value
642        and uses the current setting of the divisor to compute the
643        clock speed (BSPBaseBaud). This is useful if you have a board
644        that you know is initialized e.g., to 9600 but you
645        don't know the clock speed.
646
[5a8e5df7]6472007-11-21      Till Straumann <strauman@slac.stanford.edu>
648
649        * Makefile.am, motorola_powerpc/Makefile.am,
650        * shared/pci/detect_raven_bridge.c, Makefile.am,
651        * shared/pci/generic_clear_hberrs.c: separated the generic
652        version of _BSP_clear_hostbridge_errors() into its own
653        file.
654
[a4722f82]6552007-11-06      Till Straumann <strauman@slac.stanford.edu>
656
657        * ep1a/irq/irq.c, gen5200/irq/irq.c, mbx8xx/irq/irq.c,
658        mpc8260ads/irq/irq.c, mvme5500/irq/irq.c, psim/irq/irq.c,
659        score603e/irq/irq.c, shared/irq/irq.c:
660        test for non-NULL-ness before calling 'on'/'off'
661        methods so that users don't have to provide
662        no-ops if they don't want this feature.
663
[db1986a]6642007-11-06      Till Straumann <strauman@slac.stanford.edu>
665
666        * shared/console/uart.c: removed #define UARTDEBUG
667
[a16747e8]6682007-11-06      Till Straumann <strauman@slac.stanford.edu>
669
670        * shared/pci/pci.c: converted access to pci_config_addr to
671        conditionally defined macros so that bsp.h can override details.
672
[fc57b7b2]6732007-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
674
675        PR 1257/bsps
676        * shared/irq/i8259.c, shared/irq/irq.c: Code outside of cpukit should
677        use the public API for
678        rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the
679        public API and directly accessing _CPU_ISR_Disable and
680        _CPU_ISR_Enable, they were bypassing the compiler memory barrier
681        directive which could lead to problems. This patch also changes the
682        type of the variable passed into these routines and addresses minor
683        style issues.
684
[e422da8]6852007-09-07      Joel Sherrill <joel.sherrill@OARcorp.com>
686
687        * shared/console/polled_io.c: Change prototype so code compiles.
688
[dd3e53e]6892007-08-02      Joel Sherrill <joel.sherrill@oarcorp.com>
690
691        * shared/startup/bspstart.c: Split out ShowBATS() so it can be shared
692        by more BSPs.
693        * shared/showbats.c: New file.
694
[f610e83f]6952007-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
696
697        * acinclude.m4, gen83xx/:
698        added support for MPC83xx controllers and MPC8349EAMDS board
699       
[73cdeb6]7002007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
701
702        * acinclude.m4, shared/irq/irq_asm.S, shared/irq/irq.c,
703        * shared/vectors/vectors_entry.S, shared/vectors/vectors.h,
704        * shared/vectors/vectors_init.c, shared/vectors/vectors.S:
705        converted various BSP specific implementations into a more general
706        "shared" one
707
7082007-07-02      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
709
[f610e83f]710        * virtex/:
[73cdeb6]711        integrated "virtex" BSP to support PPC core implemented in a
712        Xilinx virtex FPGA
713
[19b4789]7142007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
715
716        * shared/uboot_dump_bdinfo.c: New file.
717
[0f24a9ed]7182007-04-17      Joel Sherrill <joel@OARcorp.com>
719
720        * psim/tools/runtest: Do not run pppd.exe from batch mode script.
721
[2c7794b7]7222007-04-17      Joel Sherrill <joel@OARcorp.com>
723
724        * shared/start/rtems_crti.S: Remove unnecessary include of libcpu/io.h.
725
[d59cae9]7262007-04-09      Thomas Doerfler |Thomas.Doerfler@embedded-brains.de>
727
728        * shared/motorola/motorola.c,shared/openpic/openpic.c,
729        * shared/pci/detect_raven_bridge.c, shared/pci/pci.c:
730        adapted to detect/use MVME2400
731
[26292d3]7322007-04-02      Ralf Corsépius <ralf.corsepius@rtems.org>
733
734        * shared/pci/pci.c: More stdint.h fixed-size types.
735
[a2bb1de]7362007-03-31      Ralf Corsépius <ralf.corsepius@rtems.org>
737
738        * shared/bootloader/bootldr.h, shared/bootloader/em86.c,
739        shared/bootloader/pci.c, shared/bootloader/pci.h,
740        shared/irq/irq_init.c, shared/pci/detect_raven_bridge.c,
741        shared/pci/pci.c, shared/pci/pcifinddevice.c:
742        Use stdint.h fixed-size types.
743
[47a5cf5]7442007-03-11      Joel Sherrill <joel@OARcorp.com>
745
746        * shared/startup/bspstart.c: Remove assignments of
747        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
748        value in boot_card.c
749
[32a0058]7502007-01-29      Till Straumann <strauman@slac.stanford.edu>
751
752        * shared/vme/VMEConfig.h:
753        Added more comments about the semantics of the various
754        symbols BSPs should define in this file.
755        Removed declarations of BSP_VMEInit(), BSP_VMEIrqMgrInstall().
756
757        * shared/vme/vmeconfig.c: declare BSP_VMEInit(),
758        BSP_VMEIrqMgrInstall() here.
759
760        * Makefile.am, shared/vme/README,
761        * shared/vme/vme_universe_dma.c (added): Added glue code
762        implementing the VMEDMA.h API using the vmeUniverse driver.
763
[3d14a45]7642007-01-20      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
765
[6200dc9]766        * gen5200/mscan/mscan.c, gen5200/mscan/mscan.h,
767        gen5200/mscan/mscan_int.h:
[3d14a45]768        split mscan.h into two headers, corrected CAN filtering
769        code to
770        support remote requests
771
[bc2083c1]7722007-01-19      Till Straumann <strauman@slac.stanford.edu>
773
774        * mvme5500/Makefile.am, mvme5500/preinstall.am,
[6200dc9]775        mvme5500/vme/VMEConfig.h, mvme5500/vme/VME.h,
776        mvme5500/vme/vmeconfig.c:
[bc2083c1]777        removed copies of vmeconfig.c, VME.h - use generic
778        versions instead.
779
[7996b53]7802007-01-19      Till Straumann <strauman@slac.stanford.edu>
781
[6200dc9]782        * Makefile.am, ep1a/Makefile.am, ep1a/preinstall.am,
783        motorola_powerpc/Makefile.am, motorola_powerpc/preinstall.am,
784        score603e/Makefile.am, score603e/preinstall.am,
785        shared/vme/VME.h: moved VME.h from libbsp/powerpc/shared/vme to
[7996b53]786        libbsp/shared/vmeUniverse; eventually, this (and other)
787        VME API headers should migrate to cpukit.
788
[f774fc06]7892007-01-16      Till Straumann <strauman@slac.stanford.edu>
790
791        * ep1a/vme/vmeconfig.c, mvme5500/pci/pcifinddevice.c,
[6200dc9]792        mvme5500/startup/pgtbl_activate.c, mvme5500/vectors/bspException.h,
793        mvme5500/vectors/exceptionhandler.c, mvme5500/vme/VME.h,
794        mvme5500/vme/vmeconfig.c, score603e/vme/vmeconfig.c,
795        shared/pci/pcifinddevice.c, shared/startup/pgtbl_activate.c,
796        shared/startup/pgtbl_setup.c, shared/startup/probeMemEnd.c,
797        shared/startup/sbrk.c, shared/vme/VME.h, shared/vme/VMEConfig.h,
798        shared/vme/vme_universe.c, shared/vme/vmeconfig.c:
[f774fc06]799        Added SLAC/Stanford Authorship Note / Copyright + Liability Disclaimer.
800
[60b8e96]8012006-12-13      Till Straumann <strauman@slac.stanford.edu>
802
803        * mvme5500/Makefile.am, mvme5500/preinstall.am:
804        need to install bsp/vme_am_defs.h
805
[ff221cf4]8062006-12-13      Till Straumann <strauman@slac.stanford.edu>
807
808        * shared/vme/vmeconfig.c, shared/vme/vme_universe.c:
809        use symbolic flag instead of numerical value
810        (vmeUniverseInstallIrqMgrAlt()). Define __INSIDE_RTEMS_BSP__
811        before including <bsp/vmeUniverse.h>
812
[fcb0cd46]8132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
814
815        * configure.ac: New BUG-REPORT address.
816
[920fb9c]8172006-11-15      Joel Sherrill <joel@OARcorp.com>
818
819        * shared/startup/bspstart.c: Merge c_rtems_main() into boot_card().
820        This eliminated a file and simplified initialization.
821
[11c60096]8222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
823
824        * configure.ac: Require autoconf-2.60. Require automake-1.10.
825
[655c8bf2]8262006-08-21      Till Straumann <strauman@slac.stanford.edu>
827
828        * shared/vme/vmeconfig.c: open outbound window
829        to VME CSR space if the BSP defines _VME_CSR_ON_PCI
830
[ced8ea7d]8312006-08-10      Till Straumann <strauman@slac.stanford.edu>
832
833        * shared/irq/openpic_i8259_irq.c: fixed type of
834        'frame' argument to C_dispatch_irq_handler(). It's
835        really a BSP_Exception_frame*, not a CPU_Interrupt_frame*.
836
[689429f8]8372006-07-12      Till Straumann <strauman@slac.stanford.edu>
838
839        * shared/startup/probeMemEnd.c: added paranoia to inline
840        assembly code; added 'memory' clobbers and made sure
841        any registers modified by the 'asm' appear in the output
842        operands.
843
8442006-07-12      Till Straumann <strauman@slac.stanford.edu>
[c632f647]845
846        * shared/startup/panic.c: Fixed compiler warnings.
847
[06cfd95]8482006-06-19      Till Straumann <strauman@slac.stanford.edu>
849
850        * shared/vme/vmeconfig.c: Indicate that it's ok to
851        use decoupled cycles to access on-board memory from
852        VME.
853
[df9cadc2]8542006-06-19      Till Straumann <strauman@slac.stanford.edu>
855
856        * shared/vme/vme_universe.c: Only set/access the
857        _BSP_vme_bridge_irq variable on BSPs that
858        define BSP_PCI_VME_DRIVER_DOES_EOI and BSP_PIC_DO_EOI.
859
[599e719a]8602006-06-19      Till Straumann <strauman@slac.stanford.edu>
861
862        * shared/vectors/vectors.S: filter exception vector for
863        altivec and remap 0xf20 to assigned vector number alias.
864
[d1999c8b]8652006-06-19      Till Straumann <strauman@slac.stanford.edu>
866
867        * shared/startup/bspstart.c: fixed compiler warnings
868        (bspIo.h inclusion, cast of number constants to pointers).
869        Enable L1 cache on mvme2100.
870
[efc0cd8]8712006-06-19      Till Straumann <strauman@slac.stanford.edu>
872
873        * shared/irq/irq_asm.S: Never allow the FPU to be switched on
[e5f55a1]874        for integer-only tasks (new gcc may use FP regs implicitly).
[efc0cd8]875
[4ba9e20]8762006-03-08      Joel Sherrill <joel@OARcorp.com>
877
878        * shared/startup/linkcmds: Add .gnu.linkonce.b.* section.
879
[902a417]8802006-02-13      Till Straumann <strauman@slac.stanford.edu>
[1db81f98]881
[902a417]882        * shared/startup/panic.c, shared/startup/probeMemEnd.c:
[73ad880]883        added code for BSPs to use: panic using printk() to display
884        reason. probeMemEnd() to determine memory size by probing.
[902a417]885
[c177d27]8862006-02-08      Joel Sherrill <joel@OARcorp.com>
887
888        * shared/startup/linkcmds: Add sections required by newer gcc versions.
889
[d8ecd56c]8902006-01-08      Joel Sherrill <joel@OARcorp.com>
891
892        * acinclude.m4: Add gen5200 to list of BSPs.
893
[7eb776a2]8942006-01-05      Till Straumann <strauman@slac.stanford.edu>
[1db81f98]895
[7eb776a2]896        * shared/vectors/vectors.S: mask high bits when calculating
897        the exception vector number to yield correct result even if
898        the vectors reside in the upper area (0xfff00000; psim).
899
[0ed348f]9002005-12-02      Till Straumann <strauman@slac.stanford.edu>
[1db81f98]901
[0ed348f]902        * shared/irq/irq_init.c, shared/openpic/openpic.h
903        shared/openpic/openpic.c: The 8240's EPIC has a 'serial'
904        mode of operation for multiplexing 16 interrupt lines.
905        This introduces a pipeline delay which can cause
906        spurious interrupts unless ending the interrupt cycle
907        (EOI) is delayed accordingly.
908
[d8ada5b]9092005-12-01      Till Straumann <strauman@slac.stanford.edu>
[1db81f98]910
[d8ada5b]911        * shared/vectors/vectors.h, shared/vectors/vectors.S,
912        shared/vectors/vectors_init.c: Reduced size of default
913        prologue (some exceptions, e.g., altivec unavail.) are only
914        0x20 bytes apart. Also introduced a modified prologue
915        that switches r0..r3 shadowing off (r0..r3 undefined
916        on certain 603e variants when incurring a TLB miss).
917
[5b8eb3f0]9182005-11-29      Till Straumann <strauman@slac.stanford.edu>
[1db81f98]919
[5b8eb3f0]920        * shared/irq/irq_asm.S, shared/vectors/vectors.S: Clear
921        CR[6] before invoking high-level handler to make sure no
922        varargs fn callee assumes there are FP arguments.
923
[2b370444]9242005-11-29      Till Straumann <strauman@slac.stanford.edu>
[1db81f98]925
[2b370444]926        * shared/irq/irq.c: Fixed incorrect removal of first shared
927        interrupt in chain.
928
[ac3a37d7]9292005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
930
931        * shared/startup/bspstart.c: Eliminate obsolete types.
932
[fb08bd92]9332005-11-03      Till Straumann <strauman@slac.stanford.edu>
[9a76deb5]934
935        * Makefile.am, motorola_powerpc/Makefile.am, mvme5500/Makefile.am,
936        mvme5500/start/preload.S, mvme5500/startup/bspstart.c,
937        shared/startup/bspstart.c: moved linkcmds to shared area for other
938        BSPs to use
939
[fb08bd92]9402005-11-03      Till Straumann <strauman@slac.stanford.edu>
[e156c633]941
942        * shared/bootloader/misc.c, shared/console/polled_io.c,
[086c1c3]943        shared/residual/residual.c: silenced compiler warnings (type cast &
[e156c633]944        renaming puts->my_puts)
945
[fb08bd92]9462005-11-02      Till Straumann <strauman@slac.stanford.edu>
[ec58ea04]947
948        * mvme5500/start/start.S, shared/start/start.S,
949        shared/startup/bspstart.c: moved assembly code to C; setdbat now
950        supports high bats on 7450 CPUs; added argument checking to setdbat;
951        added getdbat; moved early initialization code (clear_bats) from BSP
952        to libcpu (CPU_clear_bats_early)
953
[cc2fcc1]9542005-10-20      Eric Norum <norume@aps.anl.gov>
955
[fab9046]956        * shared/pci/detect_raven_bridge.c, shared/startup/bspstart.c
957        shared/vme/VMEConfig.h: Support MVME2100.
[cc2fcc1]958
[3d570dfb]9592005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
[ff33f2e9]960
[3d570dfb]961        * Makefile.am: Merge-in shared/Makefile.am.
962        * configure.ac: Remove shared/Makefile.am.
963        * ChangeLog: Merge-in shared/ChangeLog.
964
9652005-10-06      Till Straumann <strauman@slac.stanford.edu>
966
967        PR 833/bsps
968        * shared/irq/irq_asm.S: Currently, all (new exception) BSPs
969        explicitely enable the FPU across the user ISR but DONT save/restore
970        the FPU context. Any use of the FPU fron the user handler (e.g., due
971        to GCC optimizations) result in corruption. The fix results in an
972        exception in such cases (user ISR must explicitely
973        save/enable/restore FPU).
974
9752005-09-16      richard.campbell@OARCorp.com
976
977        * shared/startup/bspstart.c: Rewrote get_eumbbar() in C. Function
978        was written in inline assembly and containined a register direction
979        error.
980
9812005-07-28      Eric Norum <norume@aps.anl.gov>
982
983        * shared/shared/clock/p_clock.c: Changes provided by Phillip
984        Sorensen <pas37@cornell.edu> to get MVME550 BSP running.
985        Corresponding changes made to mvme5500/startup/bspstart.c.
986
9872005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
988
989        * shared/clock/p_clock.c, shared/irq/i8259.c, shared/irq/irq.c,
990        shared/irq/irq.h: Modified to use rtems/irq.h.
991
9922005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
993
994        * shared/startup/bspstart.c, shared/tod/todcfg.c: Eliminate
995        {un|}signed{8|16|32}.
996        * shared/bootloader/pci.c: Eliminate {un|}signed{8|16|32}. Eliminate
997        u32.
998
9992005-05-10      Jennifer Averett <jennifer.averett@oarcorp.com>
1000
1001        * shared/bootloader/bootldr.h, shared/bootloader/em86.c,
1002        shared/bootloader/misc.c, shared/bootloader/pci.c,
1003        shared/bootloader/pci.h: Modified to depend upon rtems/pci.h
1004
10052005-05-06      Ralf Corsepius <ralf.corsepius@rtems.org>
1006
1007        * shared/pci/pci.h: Add pci_bus_count().
1008
10092005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
1010
1011        * shared/irq/irq_init.c, shared/pci/pci.c,
1012        shared/pci/pcifinddevice.c, shared/startup/bspstart.c: Name change
1013        to support common PCI interface
[ff33f2e9]1014
[27d619b]10152005-04-28      Joel Sherrill <joel@OARcorp.com>
1016
1017        * acinclude.m4: Remove dmv177 and ppcn_60x.
[3d570dfb]1018        * configure.ac: Remove reference to dmv177.
1019
10202005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
1021
1022        * acinclude.m4: Initial release of ep1a bsp
1023
10242005-04-26      Joel Sherrill <joel@OARcorp.com>
1025
1026        * shared/console/uart.h: Eliminate tabs.
1027
10282005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
1029
1030        PR 779/bsp
1031        * shared/clock/p_clock.c, shared/console/console.c,
1032        shared/console/uart.c, shared/console/uart.h, shared/irq/irq.c,
1033        shared/irq/irq.h, shared/irq/irq_init.c: powerpc: add parameter to
1034        new exception interrupt handlers
1035
10362005-03-14      Joel Sherrill <joel@OARcorp.com>
1037
1038        * shared/pci/pci.c, shared/pci/pci.h, shared/pci/pcifinddevice.c:
1039        Continue PCI API unification. All use pci_find_device(). Also
1040        reformat to remove tabs.
1041
10422005-03-04      Joel Sherrill <joel@OARcorp.com>
1043
1044        * shared/pci/pci.c, shared/pci/pcifinddevice.c,
1045        shared/startup/bspstart.c: Make PCI initialize function part of the
1046        unified PCI API as pci_initialize().
1047
10482005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
1049
1050        * shared/startup/bspstart.c: Eliminate rtems_unsigned32.
1051        * shared/startup/bspstart.c, shared/start/start.S: include
1052        <rtems/powerpc/powerpc.h>. Use PPC_MINIMUM_STACK_FRAME_SIZE instead
1053        of CPU_MINIMUM_STACK_FRAME_SIZE.
1054
10552005-02-12      Joel Sherrill <joel@OARcorp.com>
1056
1057        * shared/pci/pci.h: Remove contents that are duplicates of the pci.h
1058        in cpukit and include rtems/pci.h for the base set of PCI
1059        functionality.
1060
10612005-01-22      Ralf Corsepius <ralf.corsepius@rtems.org>
1062
1063        * shared/tod/todcfg.c: size_t RTC_Count.
1064
10652005-01-04      Joel Sherrill <joel@OARcorp.com>
1066
1067        * shared/ChangeLog, shared/startup/bspstart.c, shared/tod/todcfg.c:
1068        Remove warnings.
[0329aae]1069
[2ec559e]10702004-12-30      Ralf Corsepius <ralf.corsepius@rtems.org>
1071
1072        * acinclude.m4: Reflect eth_comm having been removed.
1073
[3d570dfb]10742004-11-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
1075
1076        PR 729/bsps
1077        PR 728/bsps
1078        * shared/bootloader/ppcboot.lds: Modified ppcboot.lds to include new
1079        .data and .rodata sections being generated by gcc-3.3.3 and above,
1080        the lack of which was causing the bootloader to crash.
1081        * shared/bootloader/pci.c: Removed the r->size=0 and r->base=0
1082        assignement which makes too-large regions conflict with onboard
1083        hardware, replacing it with sfree which deletes the memory region
1084        from the setup code, leaving it disabled.
1085
[4406c2f]10862004-11-30      Eric Norum <norume@aps.anl.gov>
1087
[2ec559e]1088        * mvme5500/include/bsp.h: Add definition for PCI_MEM_BASE_ADJUSTMENT
[4406c2f]1089
[bb7bef4e]10902004-10-26      Eric Norum <norume@aps.anl.gov>
1091
[3d570dfb]1092        Remove environ common area -- it breaks newlib
[bb7bef4e]1093        * powerpc/dmv177/start/start.S
1094        * powerpc/eth_comm/start/start.S
1095        * powerpc/mbx8xx/startup/start.S
1096        * powerpc/mvme5500/start/start.S
1097        * powerpc/ppcn_60x/start/start.S
1098        * powerpc/psim/start/start.S
1099        * powerpc/score603e/start/start.S
1100        * powerpc/shared/start/start.S
1101        * powerpc/ss555/startup/start.S
1102
[7be6ad9]11032004-10-20      Eric Norum <norume@aps.anl.gov>
1104
1105        * configure.ac
1106        * mvme5500/.......
[3d570dfb]1107        * acinclude.m4: Add mvme5500 BSP
1108
11092004-09-27      Greg Menke <gregory.menke@gsfc.nasa.gov>
1110
1111        PR 606/bsps
1112        * shared/bootloader/pci.c, shared/bootloader/pci.c: Fixed IO
1113        remapping so buses >= 1 are remapped. Reduced PCI space to match
1114        bat2.  Fixed incorrect region size calculation in pci_read_bases.
1115        Set PCI latency timers to known sane values.  Changed bridge PCI
1116        settings to minimum sane instead of whatever sounded neat in the PCI
1117        spec.  Force pf regions to memory mapped to preserve byte access.
[7be6ad9]1118
[97891e5e]11192004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
1120
1121        * configure.ac: Require automake > 1.9.
1122
[cdfae2d3]11232004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
1124
1125        * acinclude.m4: Regenerate to include ss555.
1126
[34354c6]11272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1128
1129        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
[3d570dfb]1130        * acinclude.m4: Regenerate.
[34354c6]1131
[53322718]11322004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1133
1134        * configure.ac: Reflect having removed shared/*/Makefile.am
1135
[194d1282]11362004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1137
1138        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
1139        $(RTEMS_BSP_FAMILY).
1140
[810720b6]11412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1142
1143        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
1144
[3503599]11452003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1146
1147        * Makefile.am: Misc cleanups and fixes.
1148
[aabd767]11492003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1150
1151        * acinclude.m4: Reflect changes to bootstrap.
1152
[fe8bc62f]11532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1154
1155        * Makefile.am: Reflect having moved aclocal/.
1156
[c53e9e2f]11572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1158
[c483a4e]1159        * Makefile.am: Reflect having moved automake/.
[c53e9e2f]1160
[7dcc3fe]11612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1162
[3d570dfb]1163        * configure.ac: Use rtems-bugs@rtems.com as bug report email
1164        address.
[7dcc3fe]1165
[129b4a79]11662003-07-18      Till Straumann <strauman@slac.stanford.edu>
1167
1168        PR 288/rtems
1169        * support/new_exception_processing/cpu.c: _ISR_Nest_level is now
1170        properly maintained and does not reside in SPRG0.
1171
[3d570dfb]11722003-07-16      Greg Menke <gregory.menke@gsfc.nasa.gov>
1173
1174        PR 432/bsps
1175        * shared/bootloader/pci.c: Re-instated code that prevents remapping
1176        small IO regions, which if remapped would cause i8259 registers to
1177        move out from under the #define'd base addresses.
1178        * shared/startup/bspstart.c: Reduced BAT2 PCI memory allocation to
1179        256 megs, I incorrectly had extended it which would cause problems
1180        with PCI devices that defined prefetchable memory.
1181
11822003-06-13      Till Straumann <strauman@slac.stanford.edu>
1183
1184        PR 415/bsps
1185        * shared/include/bsp.h, shared/pci/detect_raven_bridge.c,
1186        shared/startup/bspstart.c: Support enabling MCP exceptions on the
1187        host bridge. This can be used for memory probing on the VME bus.
1188
11892003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
1190
1191        PR 405/bsps
1192        * shared/irq/irq.c, shared/irq/irq.h: Added support for shared
1193        interrupts. Existing single hander vectors are undisturbed, a new
1194        function added to allow adding/removing handlers from a vector.
1195        * shared/bootloader/pci.c: Added support for configuring devices for
1196        pci busses > 0
1197        * shared/motorola/motorola.c, shared/motorola/motorola.h: Added
1198        interrupt routing tables in support of FixupPCI.  This is
1199        board-specific, each board will have to supply information for
1200        FixupPCI() to do anything for it.
1201        * shared/startup/bspstart.c: Extended bat2 to cover entire PCI
1202        address space.
1203        * shared/pci/pci.c, shared/pci/pci.h: Added FixupPCI() to store
1204        vectors in the INTERRUPT_LINE register of pci devices any # of hops
1205        away from the host processor.
1206
12072003-04-15      Joel Sherrill <joel@OARcorp.com>
1208
1209        PR 386/bsps
1210        * shared/vme/vmeconfig.c, shared/vme/vmeconfig.c: Removed
1211        declaration of _BSP_vme_bridge_irq.
1212
12132003-04-10      Till Straumann <strauman@slac.stanford.edu>
1214
1215        PR 379/bsps
1216        * shared/console/console.c, shared/console/consoleIo.h,
1217        shared/console/polled_io.c, shared/irq/irq_init.c,
1218        shared/openpic/openpic.c, shared/pci/detect_raven_bridge.c:
1219        Unfortunately, the supported 'printk' format string subset of the
1220        polled-io and libcpu implementations are different - hence, a few
1221        format strings in the ppc/shared BSP were changed.
1222        * shared/console/uart.c, shared/console/uart.h:
1223        BSP_output_char_via_serial() prototype changed to match the
1224        BSP_output_char_function_type.  Note that the motorola BSPs use
1225        polled-io for the output_char routine, not the uart.c version. The
1226        latter can be used be other BSPs however (e.g. SVGM).
1227        * shared/console/polled_io.c: libcpu provides 'printk' already.
1228        Therefore, the implementation in this file was removed (still used
1229        for the bootloader, though).  It now provides BSP_output_char() for
1230        libcpu's printk().
1231
12322003-04-10      Joel Sherrill <joel@OARcorp.com>
1233
1234        PR 383/bsps
1235        * shared/irq/irq.c: Fix bug introduced by conflicts in previous
1236        patches.
1237
12382003-03-25      Till Straumann <strauman@slac.stanford.edu>
1239
1240        PR 360/bsps
1241        PR 349/bsps
1242        * shared/irq/irq.c, shared/vme/VME.h, shared/vme/vmeconfig.c,
1243        shared/irq/irq.c, shared/vme/VME.h, shared/vme/vmeconfig.c,
1244        shared/irq/irq.c, shared/vme/VME.h, shared/vme/vmeconfig.c: Fixes
1245        library dependency on the vmeUniverse driver. It is now possible to
1246        use the ppc/shared/irq code on non-VME BSPs without triggering
1247        linkage of the vmeUniverse driver.
1248        * shared/irq/irq.c, shared/irq/irq_init.c, shared/openpic/openpic.c,
1249        shared/openpic/openpic.h: BSP code had set the task priority
1250        register multiple times of the OpenPIC instead of setting the
1251        individual source priorities. This patch adds
1252        openpic_get_source_priority() and openpic_set_source_priority()
1253        calls and lets IRQ management code use them.
1254
12552003-03-18      Till Straumann <strauman@slac.stanford.edu>
1256
1257        PR 356/bsps
1258        This patch makes RTEMS/powerpc/shared EABI compliant.
1259        * shared/irq/irq_init.c, shared/start/Makefile.am,
1260        shared/start/start.S, shared/startup/bspstart.c,
1261        shared/startup/pgtbl_setup.c, shared/vectors/vectors.h,
1262        shared/vectors/vectors_init.c: zero_bss() should clear not only bss
1263        but sbss and sbss2 also (this is probably a bugfix, as sbss/sbss2
1264        are probably used even if -msdata=eabi is not specified).
1265        * shared/start/rtems_crti.S: New file which must be linked
1266        immediately after ecrti.o. rtems_crti.o contains a code snippet who
1267        lets __init() return immediately. Also, a new entry point '_init' to
1268        the C++ Ctors is generated for use by the RTEMS Thread_Handler.
1269
[f418d6e]12702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1271
1272        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1273
[f3ceb2bf]12742003-02-20      Till Straumann <strauman@slac.stanford.edu>
1275
1276        PR 349/bsps
[3d570dfb]1277        * shared/console/console.c, shared/console/uart.c,
1278        shared/console/uart.h: implement IOCTLs for the serial (UART)
1279        console to install/retrieve a BREAK-IRQ callback.  The callback
1280        routine (if installed) is invoked from the UART ISR when a BREAK
1281        interrupt is detected.  This can be used e.g. to enforce a "hotkey"
1282        reboot a la vxWorks Ctrl-X (although we use the serial line break
1283        condition) NOTE: The callback runs in ISR context.
1284        * shared/startup/pgtbl_setup.c, shared/startup/pgtbl_activate.c: New
1285        files
1286        * shared/add BSP hook to let a VME interrupt acknowledge the
1287        PCI/openpic IRQ. (SEE ALSO THE ppc-sharedbsp-vme.diff patch) - fix:
1288        EABI compliance; isr/exception lowlevel handlers must not clobber R2
1289        or R13 - fix: openpic_init was called with the polarity/senses
1290        tables swapped (fixed wrong order of arguments) - cosmetics: use new
1291        _read_SPRXX() _write_SPRXX() macros
1292        * shared/fix: remove implicit assumption that ISA interrupt vectors
1293        start at 0
1294        * configure.ac, shared/vme/.cvsignore, shared/vme/Makefile.am,
1295        shared/vme/VME.h, shared/vme/VMEConfig.h, shared/vme/vmeconfig.c:
1296        Add glue to the powerpc/shared BSP to use the vmeUniverse VME-PCI
1297        bridge driver.
1298        * shared/console/polled_io.c, shared/console/reboot.c,
1299        shared/irq/irq.c, shared/irq/irq_asm.S, shared/irq/irq_init.c,
1300        shared/openpic/Makefile.am, shared/startup/linkcmds,
1301        shared/vectors/vectors.S, shared/vectors/vectors_init.c: - install
1302        the 'openpic.h' and 'pci.h' headers  - avoid a name clash by
1303        renaming 'vsprintf' & friends to 'k_vsprintf' etc. - let
1304        'rtemsReboot' print a stack trace (in case an 'assert' failed) -
1305        irq.c:
1306        * shared/startup/Makefile.am, shared/startup/bspstart.c,
1307        shared/startup/linkcmds: Let the powerpc/shared (+derived) BSPs use
1308        pagetable support from libcpu.
[f3ceb2bf]1309
[ccd81b60]13102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1311
1312        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[3d570dfb]1313        * configure.ac: AC_PREREQ(2.57).
[ccd81b60]1314
[3d570dfb]13152003-01-20      Joel Sherrill <joel@OARcorp.com>
[9b5c258]1316
[3d570dfb]1317        * shared/startup/linkcmds*: Add FreeBSD sysctl() sections.
1318
13192002-12-19      Joel Sherrill <joel@OARcorp.com>
1320
1321        * shared/console/console.c: Removed __assert() which conflicts with
1322        newlib.
[9b5c258]1323
[02464f6]13242002-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1325
1326        * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
1327
[3d570dfb]13282002-12-08      Greg Menke <gregory.menke@gsfc.nasa.gov>
1329
1330        * shared/bootloader/head.S: Added support for optional debug via
1331        PPCbug. Also turn off mmu/caches for the bootstrap phase, which
1332        seems to cause trouble with the 603.  The cpu init functions in the
1333        bsp get all that stuff going properly.
1334
[dfa8fe34]13352002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1336
1337        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1338
[3d570dfb]13392002-11-17      Greg Menke <gregory.menke@gsfc.nasa.gov>
1340
1341        * shared/irq/irq_init.c, shared/motorola/motorola.c: Support for
1342        MTX603e.
1343
13442002-10-31      Joel Sherrill <joel@OARcorp.com>
1345
1346        * shared/bootloader/em86.c, shared/console/inch.c,
1347        shared/console/polled_io.c, shared/irq/irq.c,
1348        shared/motorola/motorola.c, shared/pci/detect_raven_bridge.c,
1349        shared/vectors/vectors_init.c: Removed warnings.
1350
[8730f45]13512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1352
[3d570dfb]1353        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
1354
13552002-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1356
1357        * shared/bootloader/em86real.S: Fix syntax error in comment near
1358        line 1185.
1359
13602002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * shared/irq/irq_init.c: Include <rtems/bspIo.h>.
1363        * shared/bootloader/exception.S, shared/start/start.S: Reflect
1364        changes to <rtems/score/cpu.h>.
1365        * shared/bootloader/head.S, shared/bootloader/misc.c,
1366        shared/console/polled_io.c, shared/irq/irq.c, shared/irq/irq_asm.S,
1367        shared/vectors/vectors.S: Ditto.
1368
13692002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1370
1371        * shared/startup/bspstart.c: Include <libcpu/cpuIdent.h>.
1372
13732002-04-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1374
1375        * shared/residual/residual.c: Include <string.h>.
1376        * shared/vectors/vectors_init.c: Include <rtems/bspIo.h> for printk.
1377        * shared/bootloader/mm.c, shared/bootloader/pci.c,
1378        shared/console/console.c, shared/openpic/openpic.c: Ditto.
[8730f45]1379
[7273b6e]13802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1381
[3d570dfb]1382        * Makefile.am, shared/bootloader/Makefile.am, shared/Makefile.am,
1383        shared/clock/Makefile.am, shared/console/Makefile.am,
1384        shared/include/Makefile.am, shared/irq/Makefile.am,
1385        shared/motorola/Makefile.am, shared/openpic/Makefile.am,
1386        shared/pci/Makefile.am, shared/residual/Makefile.am,
1387        shared/start/Makefile.am, shared/startup/Makefile.am,
1388        shared/vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
1389        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]1390        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1391
[b6084844]13922001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1393
[3d570dfb]1394        * shared/include/Makefile.am: Use _HEADER instead of H_FILES.
[b6084844]1395        * Makefile.am: Add DIST_SUBDIRS.
[3d570dfb]1396        * shared/include/bsp.h: Include <bspopts.h>.
1397        * shared/irq/Makefile.am, shared/openpic/Makefile.am: Ditto.
[b6084844]1398
[3d570dfb]13992001-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[979657d]1400
[3d570dfb]1401        * support/new_exception_processing/Makefile.am,
1402        support/old_exception_processing/Makefile.am,
1403        support/old_exception_processing/cpu_asm.S,
1404        support/old_exception_processing/irq_stub.S: Modified to reflect old
1405        versus new exception processing being a per BSP option.
1406        * support/new_exception_processing/c_isr.inl,
1407        support/new_exception_processing/cpu.h,
1408        support/old_exception_processing/c_isr.inl,
1409        support/old_exception_processing/cpu.h,
1410        support/old_exception_processing/ppc_offs.h: Removed.
[979657d]1411
[a862d15]14122001-11-20      Joel Sherrill <joel@OARcorp.com>
1413
1414        * support/new_exception_processing/configure.ac,
1415        support/new_exception_processing/rtems/score/c_isr.inl,
1416        support/new_exception_processing/rtems/score/cpu.h,
1417        support/old_exception_processing/configure.ac,
1418        support/old_exception_processing/rtems/score/c_isr.inl,
1419        support/old_exception_processing/rtems/score/cpu.h,
1420        support/old_exception_processing/rtems/score/ppc_offs.h: New files
1421        missed in previous commit.
[3d570dfb]1422        * papyrus/.cvsignore, papyrus/ChangeLog, papyrus/Makefile.am,
1423        papyrus/README, papyrus/bsp_specs, papyrus/configure.ac,
1424        papyrus/times, papyrus/dlentry/.cvsignore,
1425        papyrus/dlentry/Makefile.am, papyrus/dlentry/dlentry.S,
1426        papyrus/flashentry/.cvsignore, papyrus/flashentry/Makefile.am,
1427        papyrus/flashentry/flashentry.S, papyrus/include/.cvsignore,
1428        papyrus/include/Makefile.am, papyrus/include/bsp.h,
1429        papyrus/include/coverhd.h, papyrus/startup/.cvsignore,
1430        papyrus/startup/Makefile.am, papyrus/startup/bspclean.c,
1431        papyrus/startup/bspstart.c, papyrus/startup/linkcmds,
1432        papyrus/startup/setvec.c, papyrus/wrapup/.cvsignore,
1433        papyrus/wrapup/Makefile.am: Deleted.
1434        * acinclude.m4: papyrus reference removed.
[39fb164]1435
[d6434e7]14362001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
1437
[3d570dfb]1438        This modification is part of the submitted modifications necessary
1439        to
[d6434e7]1440        support the IBM PPC405 family.  This submission was reviewed by
1441        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
1442        not negatively impact the ppc403 BSPs.  The submission and tracking
1443        process was captured as PR50.
[16e28f7]1444        * ChangeLog: Removed bogus comment on edit of generated file.
[3d570dfb]1445        * acinclude.m4: Added gen405 BSP.
1446
14472001-10-25      Joel Sherrill <joel@OARcorp.com>
1448
1449        * shared/startup/linkcmds: Added _init and _fini.
[d6434e7]1450
[2b93dac9]14512001-10-22      Joel Sherrill <joel@OARcorp.com>
1452
1453        * acinclude.m4: Added mpc8260ads subdirectory.
1454
[3d570dfb]14552001-10-12      Joel Sherrill <joel@OARcorp.com>
1456
1457        * shared/clock/p_clock.c, shared/startup/bspstart.c: Fixed typo.
1458
[df25c998]14592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1460
1461        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1462        * configure.ac: New file, generated from configure.in by autoupdate.
[3d570dfb]1463        * configure.in: Remove.
[df25c998]1464
[1e93954]14652001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1466
1467        * acinclude.m4: New file.
1468        * configure.in: Use RTEMS_BSP_SUBDIR.
1469
[3d570dfb]14702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1471
1472        * shared/console/Makefile.am, shared/residual/Makefile.am,
1473        shared/irq/Makefile.am, shared/motorola/Makefile.am,
1474        shared/vectors/Makefile.am, shared/pci/Makefile.am,
1475        shared/openpic/Makefile.am: Use 'PREINSTALL_FILES ='.
1476
14772001-05-14      Tom Armistead <tom_armistead@phx.mcd.mot.com>
1478
1479        * shared/start/start.S: Increased BAT0 mapping of RAM from 64 meg to
1480        256 meg to allow operation on boards with larger RAM sizes.
1481        * shared/vectors/vectors_init.c: Modified to call 'generic' powerpc
1482        vector function (mpc60x_vector_is_valid) instead of MPC750  specific
1483        function to allow operation on boards with CPUs other than the
1484        MPC750.
1485
14862001-05-14      Till Straumann <strauman@slac.stanford.edu>
1487
1488        * shared/bootloader/misc.c, shared/console/Makefile.am,
1489        shared/console/console.c, shared/console/consoleIo.h,
1490        shared/console/inch.c, shared/console/polled_io.c,
1491        shared/console/uart.c, shared/console/uart.h, shared/include/bsp.h,
1492        shared/irq/Makefile.am, shared/irq/irq.c, shared/irq/irq.h,
1493        shared/irq/irq_init.c, shared/openpic/openpic.c,
1494        shared/openpic/openpic.h, shared/pci/Makefile.am, shared/pci/pci.c,
1495        shared/pci/pci.h, shared/residual/Makefile.am, shared/start/start.S,
1496        shared/startup/bspstart.c, shared/vectors/vectors.S,
1497        shared/vectors/vectors.h, shared/vectors/vectors_init.c: Per PR216,
1498        "libbsp/powerpc/shared" BSP has been modified considerably with the
1499        goal to make it more flexible and reusable by other BSPs. The main
1500        strategies were: - eliminate hardcoded base addresses; devices use
1501        offsets and a BSP defined base address. - separate functionality
1502        into different files (e.g. reboot from inch.c to reboot.c) which can
1503        be overridden by a 'derived' BSP. - separate initialization code
1504        into separate files (e.g.  PCI bridge detection/initialization was
1505        separated from the more generic PCI access routines), also to make
1506        it easier for 'derived' BSPs to substitute their own initialization
1507        code. There are also a couple of enhancements and fixes: - IRQ
1508        handling code now has a hook for attaching a VME bridge. - OpenPIC
1509        is now explicitely initialized (polarities, senses). Eliminated the
1510        implicit assumption on the presence of an ISA PIC. - UART and
1511        console driver now supports more than 1 port. The current maximum of
1512        2 can easily be extended by enlarging a table (it would even be
1513        easier if the ISR API was not broken by design). - fixed polled_io.c
1514        so it correctly supports console on COM2 - fixed TLB invalidation
1515        code (start.S). - exception handler prints a stack backtrace. -
1516        added BSP_pciFindDevice() to scan the pci bus for a particular
1517        vendor/device/instance.
1518
15192001-05-09      Joel Sherrill <joel@OARcorp.com>
1520
1521        * shared/startup/linkcmds: In support of gcc 3.1, added one of more
1522        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
1523        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections and
1524        direction of segments to memory regions may also have been
1525        addressed.  This was a sweep across all BSPs.
1526
15272001-04-08      Joel Sherrill <joel@OARcorp.com>
1528
1529        * shared/startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
1530
[82e87e9]15312001-03-30      Eric Valette <valette@crf.canon.fr>
1532
[3d570dfb]1533        * shared/Makefile.am, shared/console/consoleIo.h,
1534        shared/include/bsp.h: These modifications are part of the conversion
1535        of the mpc8xx CPU to the "new exception processing model."
[82e87e9]1536        * configure.in, motorola_powerpc/Makefile.am,
[3d570dfb]1537        motorola_powerpc/configure.in: These modifications are in support of
1538        switching the mpc8xx to the use the "new exception processing
1539        model."
[82e87e9]1540
[feead226]15412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1542
1543        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1544
[a314d3b4]15452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1546
[3d570dfb]1547        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
1548        $(RTEMS_TOPdir)/aclocal.
1549
15502000-11-01      Joel Sherrill <joel@OARcorp.com>
1551
1552        * shared/startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
1553        and libcsupport.h moved from libc to lib/include/rtems and now must
1554        be referenced as <rtems/XXX.h>.   Header file order was cleaned up
1555        while doing this.
[a314d3b4]1556
[e83378d]15572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1558
[3d570dfb]1559        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
1560        GNU canonicalization.
1561
15622000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
1563
1564        * shared/startup/linkcmds: Added lines so DWARF debug information
1565        would be available.  Otherwise gdb complains that the offsets for
1566        the debug info are incorrect and doesn't load the files.
1567
15682000-09-05      Joel Sherrill <joel@OARcorp.com>
1569
1570        * shared/start/start.S: Include proper files to compile.
[e83378d]1571
[e94ad1fe]15722000-08-10      Joel Sherrill <joel@OARcorp.com>
1573
[3d570dfb]1574        * ChangeLog, shared/ChangeLog: New file.
1575
Note: See TracBrowser for help on using the repository browser.