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

4.104.115
Last change on this file since b827efa was b827efa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 03:25:07

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

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