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

4.104.115
Last change on this file since 8da29747 was 8da29747, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:19

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • Property mode set to 100644
File size: 2.4 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
4        this phase, all prototypes were removed from bsp.h and empty
5        implementations were removed and made to use the shared stub.
6
72008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c,
10        network/tsec.c, pci/detect_host_bridge.c, startup/bspstart.c:
11        Add missing prototypes.
12
132008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Cleanup.
16
172008-07-18      Till Straumann <strauman@slac.stanford.edu>
18
19        * startup/bspstart.c: removed warning about SPRG0
20        now being used for IRQ mask; this BSP is OK.
21
222008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * Makefile.am, preinstall.am: Need tm27.h
25
262008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * Makefile.am: Remove stray line.
29
302008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am: Rework to avoid .rel files.
33
342008-05-10      Till Straumann <strauman@slac.stanford.edu>
35
36        * network/tsec.c: removed memory input/output operands
37        which caused problems with gcc-4.3.0 (see
38        http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
39
402008-03-25      Till Straumann <strauman@slac.stanford.edu>
41
42        * include/bsp.h: declare BSP_commandline_string.
43
442008-03-20      Till Straumann <strauman@slac.stanford.edu>
45
46        * include/bsp.h, startup/bspstart.c: confdefs.h now wants
47        us to use BSP_INTERRUPT_STACK_SIZE instead of
48        CONFIGURE_INTERRUPT_STACK_MEMORY.
49
502008-03-05      Till Straumann <strauman@slac.stanford.edu>
51
52        * start/start.S, startup/bspstart.c: disable memory-select
53        errors early (in start.S) to avoid hangs due to speculative
54        memory access (motload maps absent memory in TLBs).
55        Remove TLB mappings for which no physical memory is installed
56        (bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors
57        result in a machine-check rather than stalling the machine.
58        Re-enable memory-select errors at this point.
59
602008-03-05      Till Straumann <strauman@slac.stanford.edu>
61
62        * Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
63
642008-01-29      Eric Norum <norume@aps.anl.gov>
65
66        * startup/bspstart.c: Fixes a lockup which occurs when a speculative
67        load occurs from a particular range of memory.
68
692008-01-09      Eric Norum <norume@aps.anl.gov>
70
71        * include/bsp.h: Include <bsp/vectors.h>.
72
732007-12-13      Till Straumann <strauman@slac.stanford.edu>
74
75        * Makefile.am: use preload.S, vectors_entry.S from shared
76        area.
Note: See TracBrowser for help on using the repository browser.