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

4.104.115
Last change on this file since be442b9 was be442b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/08 at 03:49:03

2008-12-22 Ralf Corsépius <ralf.corsepius@…>

  • i2c/i2c_init.c: Include <errno.h> instead of <sys/errno.h>.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * i2c/i2c_init.c: Include <errno.h> instead of <sys/errno.h>.
4
52008-12-07      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove -Qy from *link.
8
92008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * bsp_specs: Remove motld_start_g.o.
12
132008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * bsp_specs: Move -e start from *link to *startfile to avoid warning
16        for undefined entry symbol when linking relocatables with binutils
17        2.19.
18
192008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Remove build_date.c.
22        * startup/bspstart.c: Remove BSP_build_date.
23
242008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Eliminate *_SOURCES.
27
282008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
31        components.
32
332008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
36
372008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        PR 1322/bsps
40        * include/bspopts.h.in: Remove.
41
422008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
45        work area allocation mandatory. Rename
46        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
47
482008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * include/bsp.h, startup/misc.c: Use standardized bsp_cleanup() which
51        can optionally print a message, poll for user to press key, and call
52        bsp_reset(). Using this eliminates the various bsp_cleanup()
53        implementations which had their own implementation and variety of
54        string constants.
55
562008-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile.am, configure.ac, include/bsp.h, include/bspopts.h.in,
59        startup/bspstart.c: Add use of bsp_get_work_area() in its own file
60        and rely on BSP Framework to perform more initialization.
61
622008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * startup/bspstart.c: Review of all bsp_cleanup() implementations. In
65        this phase, all prototypes were removed from bsp.h and empty
66        implementations were removed and made to use the shared stub.
67
682008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c,
71        network/tsec.c, pci/detect_host_bridge.c, startup/bspstart.c:
72        Add missing prototypes.
73
742008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Cleanup.
77
782008-07-18      Till Straumann <strauman@slac.stanford.edu>
79
80        * startup/bspstart.c: removed warning about SPRG0
81        now being used for IRQ mask; this BSP is OK.
82
832008-06-04      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * Makefile.am, preinstall.am: Need tm27.h
86
872008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * Makefile.am: Remove stray line.
90
912008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * Makefile.am: Rework to avoid .rel files.
94
952008-05-10      Till Straumann <strauman@slac.stanford.edu>
96
97        * network/tsec.c: removed memory input/output operands
98        which caused problems with gcc-4.3.0 (see
99        http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
100
1012008-03-25      Till Straumann <strauman@slac.stanford.edu>
102
103        * include/bsp.h: declare BSP_commandline_string.
104
1052008-03-20      Till Straumann <strauman@slac.stanford.edu>
106
107        * include/bsp.h, startup/bspstart.c: confdefs.h now wants
108        us to use BSP_INTERRUPT_STACK_SIZE instead of
109        CONFIGURE_INTERRUPT_STACK_MEMORY.
110
1112008-03-05      Till Straumann <strauman@slac.stanford.edu>
112
113        * start/start.S, startup/bspstart.c: disable memory-select
114        errors early (in start.S) to avoid hangs due to speculative
115        memory access (motload maps absent memory in TLBs).
116        Remove TLB mappings for which no physical memory is installed
117        (bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors
118        result in a machine-check rather than stalling the machine.
119        Re-enable memory-select errors at this point.
120
1212008-03-05      Till Straumann <strauman@slac.stanford.edu>
122
123        * Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
124
1252008-01-29      Eric Norum <norume@aps.anl.gov>
126
127        * startup/bspstart.c: Fixes a lockup which occurs when a speculative
128        load occurs from a particular range of memory.
129
1302008-01-09      Eric Norum <norume@aps.anl.gov>
131
132        * include/bsp.h: Include <bsp/vectors.h>.
133
1342007-12-13      Till Straumann <strauman@slac.stanford.edu>
135
136        * Makefile.am: use preload.S, vectors_entry.S from shared
137        area.
Note: See TracBrowser for help on using the repository browser.