source: rtems/c/src/lib/libbsp/powerpc/mvme3100/ChangeLog @ e94666d

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

2008-09-29 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components.
  • Property mode set to 100644
File size: 3.5 KB
Line 
12008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
4        components.
5
62008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
9
102008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        PR 1322/bsps
13        * include/bspopts.h.in: Remove.
14
152008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
18        work area allocation mandatory. Rename
19        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
20
212008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * include/bsp.h, startup/misc.c: Use standardized bsp_cleanup() which
24        can optionally print a message, poll for user to press key, and call
25        bsp_reset(). Using this eliminates the various bsp_cleanup()
26        implementations which had their own implementation and variety of
27        string constants.
28
292008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, configure.ac, include/bsp.h, include/bspopts.h.in,
32        startup/bspstart.c: Add use of bsp_get_work_area() in its own file
33        and rely on BSP Framework to perform more initialization.
34
352008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
38        this phase, all prototypes were removed from bsp.h and empty
39        implementations were removed and made to use the shared stub.
40
412008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c,
44        network/tsec.c, pci/detect_host_bridge.c, startup/bspstart.c:
45        Add missing prototypes.
46
472008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Cleanup.
50
512008-07-18      Till Straumann <strauman@slac.stanford.edu>
52
53        * startup/bspstart.c: removed warning about SPRG0
54        now being used for IRQ mask; this BSP is OK.
55
562008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am, preinstall.am: Need tm27.h
59
602008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * Makefile.am: Remove stray line.
63
642008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * Makefile.am: Rework to avoid .rel files.
67
682008-05-10      Till Straumann <strauman@slac.stanford.edu>
69
70        * network/tsec.c: removed memory input/output operands
71        which caused problems with gcc-4.3.0 (see
72        http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
73
742008-03-25      Till Straumann <strauman@slac.stanford.edu>
75
76        * include/bsp.h: declare BSP_commandline_string.
77
782008-03-20      Till Straumann <strauman@slac.stanford.edu>
79
80        * include/bsp.h, startup/bspstart.c: confdefs.h now wants
81        us to use BSP_INTERRUPT_STACK_SIZE instead of
82        CONFIGURE_INTERRUPT_STACK_MEMORY.
83
842008-03-05      Till Straumann <strauman@slac.stanford.edu>
85
86        * start/start.S, startup/bspstart.c: disable memory-select
87        errors early (in start.S) to avoid hangs due to speculative
88        memory access (motload maps absent memory in TLBs).
89        Remove TLB mappings for which no physical memory is installed
90        (bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors
91        result in a machine-check rather than stalling the machine.
92        Re-enable memory-select errors at this point.
93
942008-03-05      Till Straumann <strauman@slac.stanford.edu>
95
96        * Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
97
982008-01-29      Eric Norum <norume@aps.anl.gov>
99
100        * startup/bspstart.c: Fixes a lockup which occurs when a speculative
101        load occurs from a particular range of memory.
102
1032008-01-09      Eric Norum <norume@aps.anl.gov>
104
105        * include/bsp.h: Include <bsp/vectors.h>.
106
1072007-12-13      Till Straumann <strauman@slac.stanford.edu>
108
109        * Makefile.am: use preload.S, vectors_entry.S from shared
110        area.
Note: See TracBrowser for help on using the repository browser.