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

4.9
Last change on this file since b7a6078a was b7a6078a, checked in by Till Straumann <strauman@…>, on 10/14/09 at 00:14:08

2009-10-13 Till Straumann <strauman@…>

PR 1451/bsps

  • network/tsec.c: Fix mbuf leak when watchdog expires. The re-initialization algorithm failed to release mbuf chains held in the TX ring. Also, during initialization the initial link status is determined and IFF_OACTIVE set if no active link was detected.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12009-10-13      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 1451/bsps
4        * network/tsec.c: Fix mbuf leak when watchdog expires. The
5        re-initialization algorithm failed to release mbuf chains
6        held in the TX ring.
7        Also, during initialization the initial link status is determined
8        and IFF_OACTIVE set if no active link was detected.
9
102009-08-17      Till Straumann <strauman@slac.stanford.edu>
11
12        * network/tsec.c, network/if_tsec_pub.h:
13        Fixed bugs in multicast support; added reference-count
14        for hash-table entries which allows for the implementation
15        of a 'deletion' routine.
16        NOTE: mcast support largely untested.
17
182009-06-05      Till Straumann <strauman@slac.stanford.edu>
19
20        * irq/irq_init.c: silenced compiler warning.
21
222009-06-05      Till Straumann <strauman@slac.stanford.edu>
23
24        * network/tsec.c, network/if_tsec_pub.h:
25        implemented multicast support.
26
272009-03-05      Till Straumann <strauman@slac.stanford.edu>
28
29        * startup/bspstart.c: removed legacy code (inherited
30        from old mvme2307 BSP) -- for testing trapping into
31        PPCBug -- which is irrelevant on this BSP.
32        Removed warning about SPRG0 having been reassigned
33        -- this BSP is OK.
34
352008-12-08      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * bsp_specs: Backport from CVS-HEAD.
38
392008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        PR 1322/bsps
42        * include/bspopts.h.in: Remove.
43
442008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c,
47        network/tsec.c, pci/detect_host_bridge.c, startup/bspstart.c:
48        Add missing prototypes.
49
502008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Cleanup.
53
542008-07-18      Till Straumann <strauman@slac.stanford.edu>
55
56        * startup/bspstart.c: removed warning about SPRG0
57        now being used for IRQ mask; this BSP is OK.
58
592008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * Makefile.am, preinstall.am: Need tm27.h
62
632008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
64
65        * Makefile.am: Remove stray line.
66
672008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
68
69        * Makefile.am: Rework to avoid .rel files.
70
712008-05-10      Till Straumann <strauman@slac.stanford.edu>
72
73        * network/tsec.c: removed memory input/output operands
74        which caused problems with gcc-4.3.0 (see
75        http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
76
772008-03-25      Till Straumann <strauman@slac.stanford.edu>
78
79        * include/bsp.h: declare BSP_commandline_string.
80
812008-03-20      Till Straumann <strauman@slac.stanford.edu>
82
83        * include/bsp.h, startup/bspstart.c: confdefs.h now wants
84        us to use BSP_INTERRUPT_STACK_SIZE instead of
85        CONFIGURE_INTERRUPT_STACK_MEMORY.
86
872008-03-05      Till Straumann <strauman@slac.stanford.edu>
88
89        * start/start.S, startup/bspstart.c: disable memory-select
90        errors early (in start.S) to avoid hangs due to speculative
91        memory access (motload maps absent memory in TLBs).
92        Remove TLB mappings for which no physical memory is installed
93        (bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors
94        result in a machine-check rather than stalling the machine.
95        Re-enable memory-select errors at this point.
96
972008-03-05      Till Straumann <strauman@slac.stanford.edu>
98
99        * Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
100
1012008-01-29      Eric Norum <norume@aps.anl.gov>
102
103        * startup/bspstart.c: Fixes a lockup which occurs when a speculative
104        load occurs from a particular range of memory.
105
1062008-01-09      Eric Norum <norume@aps.anl.gov>
107
108        * include/bsp.h: Include <bsp/vectors.h>.
109
1102007-12-13      Till Straumann <strauman@slac.stanford.edu>
111
112        * Makefile.am: use preload.S, vectors_entry.S from shared
113        area.
Note: See TracBrowser for help on using the repository browser.