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

4.104.115
Last change on this file since a3a6fae was a3a6fae, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/09 at 17:59:31

2009-08-21 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
4        Should be automatically handled by confdefs.h or the application.
5
62009-08-17      Till Straumann <strauman@slac.stanford.edu>
7
8        * network/tsec.c, network/if_tsec_pub.h:
9        Fixed bugs in multicast support; added reference-count
10        for hash-table entries which allows for the implementation
11        of a 'deletion' routine.
12        NOTE: mcast support largely untested.
13
142009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
17        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
18        have the same options.
19
202009-06-05      Till Straumann <strauman@slac.stanford.edu>
21
22        * network/tsec.c, network/if_tsec_pub.h:
23        implemented multicast support.
24
252009-04-28      Chris Johns <chrisj@rtems.org>
26
27        * start/start.S: Update for boot_card command line change.
28
292009-03-05      Till Straumann <strauman@slac.stanford.edu>
30
31        * include/bsp.h, start/start.S, startup/bspstart.c:
32        removed BSP_INIT_STACK_SIZE -- this BSP now also uses
33        __stack defined by the linker script for the initial
34        stack.
35        Removed legacy code (inherited from old mvme2307 BSP
36        but not relevant to this one) that tested trapping
37        into PPCBug.
38
392009-03-05      Till Straumann <strauman@slac.stanford.edu>
40
41        * startup/misc.c, flash/flashcfg.c, irq/irq_init.c,
42        pci/detect_host_bridge.c: changed function arguments
43        to silence compiler warnings.
44
452008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * i2c/i2c_init.c: Include <errno.h> instead of <sys/errno.h>.
48
492008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * bsp_specs: Remove -Qy from *link.
52
532008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * bsp_specs: Remove motld_start_g.o.
56
572008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * bsp_specs: Move -e start from *link to *startfile to avoid warning
60        for undefined entry symbol when linking relocatables with binutils
61        2.19.
62
632008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Remove build_date.c.
66        * startup/bspstart.c: Remove BSP_build_date.
67
682008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Eliminate *_SOURCES.
71
722008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
75        components.
76
772008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
80
812008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        PR 1322/bsps
84        * include/bspopts.h.in: Remove.
85
862008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
89        work area allocation mandatory. Rename
90        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
91
922008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * include/bsp.h, startup/misc.c: Use standardized bsp_cleanup() which
95        can optionally print a message, poll for user to press key, and call
96        bsp_reset(). Using this eliminates the various bsp_cleanup()
97        implementations which had their own implementation and variety of
98        string constants.
99
1002008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile.am, configure.ac, include/bsp.h, include/bspopts.h.in,
103        startup/bspstart.c: Add use of bsp_get_work_area() in its own file
104        and rely on BSP Framework to perform more initialization.
105
1062008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
109        this phase, all prototypes were removed from bsp.h and empty
110        implementations were removed and made to use the shared stub.
111
1122008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c,
115        network/tsec.c, pci/detect_host_bridge.c, startup/bspstart.c:
116        Add missing prototypes.
117
1182008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * Makefile.am: Cleanup.
121
1222008-07-18      Till Straumann <strauman@slac.stanford.edu>
123
124        * startup/bspstart.c: removed warning about SPRG0
125        now being used for IRQ mask; this BSP is OK.
126
1272008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * Makefile.am, preinstall.am: Need tm27.h
130
1312008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am: Remove stray line.
134
1352008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * Makefile.am: Rework to avoid .rel files.
138
1392008-05-10      Till Straumann <strauman@slac.stanford.edu>
140
141        * network/tsec.c: removed memory input/output operands
142        which caused problems with gcc-4.3.0 (see
143        http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
144
1452008-03-25      Till Straumann <strauman@slac.stanford.edu>
146
147        * include/bsp.h: declare BSP_commandline_string.
148
1492008-03-20      Till Straumann <strauman@slac.stanford.edu>
150
151        * include/bsp.h, startup/bspstart.c: confdefs.h now wants
152        us to use BSP_INTERRUPT_STACK_SIZE instead of
153        CONFIGURE_INTERRUPT_STACK_MEMORY.
154
1552008-03-05      Till Straumann <strauman@slac.stanford.edu>
156
157        * start/start.S, startup/bspstart.c: disable memory-select
158        errors early (in start.S) to avoid hangs due to speculative
159        memory access (motload maps absent memory in TLBs).
160        Remove TLB mappings for which no physical memory is installed
161        (bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors
162        result in a machine-check rather than stalling the machine.
163        Re-enable memory-select errors at this point.
164
1652008-03-05      Till Straumann <strauman@slac.stanford.edu>
166
167        * Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
168
1692008-01-29      Eric Norum <norume@aps.anl.gov>
170
171        * startup/bspstart.c: Fixes a lockup which occurs when a speculative
172        load occurs from a particular range of memory.
173
1742008-01-09      Eric Norum <norume@aps.anl.gov>
175
176        * include/bsp.h: Include <bsp/vectors.h>.
177
1782007-12-13      Till Straumann <strauman@slac.stanford.edu>
179
180        * Makefile.am: use preload.S, vectors_entry.S from shared
181        area.
Note: See TracBrowser for help on using the repository browser.