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

4.104.114.95
Last change on this file since c14e845b was c14e845b, checked in by Till Straumann <strauman@…>, on 05/10/08 at 21:03:13

2008-05-10 Till Straumann <strauman@…>

  • Property mode set to 100644
File size: 1.4 KB
Line 
12008-05-10      Till Straumann <strauman@slac.stanford.edu>
2
3        * network/tsec.c: removed memory input/output operands
4        which caused problems with gcc-4.3.0 (see
5        http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
6
72008-03-25      Till Straumann <strauman@slac.stanford.edu>
8
9        * include/bsp.h: declare BSP_commandline_string.
10
112008-03-20      Till Straumann <strauman@slac.stanford.edu>
12
13        * include/bsp.h, startup/bspstart.c: confdefs.h now wants
14        us to use BSP_INTERRUPT_STACK_SIZE instead of
15        CONFIGURE_INTERRUPT_STACK_MEMORY.
16
172008-03-05      Till Straumann <strauman@slac.stanford.edu>
18
19        * start/start.S, startup/bspstart.c: disable memory-select
20        errors early (in start.S) to avoid hangs due to speculative
21        memory access (motload maps absent memory in TLBs).
22        Remove TLB mappings for which no physical memory is installed
23        (bspstart). Enable HID1[RFXE] so that 'core_fault_in' errors
24        result in a machine-check rather than stalling the machine.
25        Re-enable memory-select errors at this point.
26
272008-03-05      Till Straumann <strauman@slac.stanford.edu>
28
29        * Makefile.am: add e500/mmu.rel to libbsp_a_LIBADD.
30
312008-01-29      Eric Norum <norume@aps.anl.gov>
32
33        * startup/bspstart.c: Fixes a lockup which occurs when a speculative
34        load occurs from a particular range of memory.
35
362008-01-09      Eric Norum <norume@aps.anl.gov>
37
38        * include/bsp.h: Include <bsp/vectors.h>.
39
402007-12-13      Till Straumann <strauman@slac.stanford.edu>
41
42        * Makefile.am: use preload.S, vectors_entry.S from shared
43        area.
Note: See TracBrowser for help on using the repository browser.