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

4.104.115
Last change on this file since 60e3b00 was 704e371, checked in by Joel Sherrill <joel.sherrill@…>, on 09/15/08 at 22:05:08

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

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