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

4.9
Last change on this file since 4488b88 was 4488b88, checked in by Till Straumann <strauman@…>, on 06/06/09 at 00:45:57

2009-06-05 Till Straumann <strauman@…>

  • network/tsec.c, network/if_tsec_pub.h: added multicast support.
  • Property mode set to 100644
File size: 2.7 KB
Line 
12009-06-05      Till Straumann <strauman@slac.stanford.edu>
2        * network/tsec.c, network/if_tsec_pub.h:
3        added multicast support.
4
52009-03-05      Till Straumann <strauman@slac.stanford.edu>
6
7        * startup/bspstart.c: removed legacy code (inherited
8        from old mvme2307 BSP) -- for testing trapping into
9        PPCBug -- which is irrelevant on this BSP.
10        Removed warning about SPRG0 having been reassigned
11        -- this BSP is OK.
12
132008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * bsp_specs: Backport from CVS-HEAD.
16
172008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        PR 1322/bsps
20        * include/bspopts.h.in: Remove.
21
222008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c,
25        network/tsec.c, pci/detect_host_bridge.c, startup/bspstart.c:
26        Add missing prototypes.
27
282008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Cleanup.
31
322008-07-18      Till Straumann <strauman@slac.stanford.edu>
33
34        * startup/bspstart.c: removed warning about SPRG0
35        now being used for IRQ mask; this BSP is OK.
36
372008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * Makefile.am, preinstall.am: Need tm27.h
40
412008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * Makefile.am: Remove stray line.
44
452008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * Makefile.am: Rework to avoid .rel files.
48
492008-05-10      Till Straumann <strauman@slac.stanford.edu>
50
51        * network/tsec.c: removed memory input/output operands
52        which caused problems with gcc-4.3.0 (see
53        http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
54
552008-03-25      Till Straumann <strauman@slac.stanford.edu>
56
57        * include/bsp.h: declare BSP_commandline_string.
58
592008-03-20      Till Straumann <strauman@slac.stanford.edu>
60
61        * include/bsp.h, startup/bspstart.c: confdefs.h now wants
62        us to use BSP_INTERRUPT_STACK_SIZE instead of
63        CONFIGURE_INTERRUPT_STACK_MEMORY.
64
652008-03-05      Till Straumann <strauman@slac.stanford.edu>
66
67        * start/start.S, startup/bspstart.c: disable memory-select
68        errors early (in start.S) to avoid hangs due to speculative
69        memory access (motload maps absent memory in TLBs).
70        Remove TLB mappings for which no physical memory is installed
71        (bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors
72        result in a machine-check rather than stalling the machine.
73        Re-enable memory-select errors at this point.
74
752008-03-05      Till Straumann <strauman@slac.stanford.edu>
76
77        * Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
78
792008-01-29      Eric Norum <norume@aps.anl.gov>
80
81        * startup/bspstart.c: Fixes a lockup which occurs when a speculative
82        load occurs from a particular range of memory.
83
842008-01-09      Eric Norum <norume@aps.anl.gov>
85
86        * include/bsp.h: Include <bsp/vectors.h>.
87
882007-12-13      Till Straumann <strauman@slac.stanford.edu>
89
90        * Makefile.am: use preload.S, vectors_entry.S from shared
91        area.
Note: See TracBrowser for help on using the repository browser.