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

4.104.115
Last change on this file since 938f3f7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

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

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