source: rtems/c/src/lib/libcpu/sparc64/ChangeLog @ 21e3de1

4.115
Last change on this file since 21e3de1 was 2c4d3879, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/10 at 12:47:38

2010-08-20 Gedare Bloom <giddyup44@…>

PR 1681/cpukit

  • shared/score/interrupt.S: With the percpu patch, ASM uses INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The sparc64 was still using the old variable, which was declared in its cpu.h file. This patch to comment out the declaration and switch to using INTERRUPT_STACK_HIGH.
  • Property mode set to 100644
File size: 2.3 KB
Line 
12010-08-20      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1681/cpukit
4        * shared/score/interrupt.S: With the percpu patch, ASM uses
5        INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The
6        sparc64 was still using the old variable, which was declared in its
7        cpu.h file. This patch to comment out the declaration and switch to
8        using INTERRUPT_STACK_HIGH.
9
102010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        PR 1573/cpukit
13        * shared/score/interrupt.S: Add a per cpu data structure which contains
14        the information required by RTEMS for each CPU core. This
15        encapsulates information such as thread executing, heir, idle and
16        dispatch needed.
17
182010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * .cvsignore, ChangeLog, Makefile.am, configure.ac, preinstall.am,
21        shared/cache/cache.c, shared/cache/cache_.h,
22        shared/interrupts/installisrentries.c, shared/score/cpu.c,
23        shared/score/interrupt.S, shared/syscall/sparc64-syscall.S,
24        shared/syscall/sparc64-syscall.h: New files.
25
262010-05-13  Gedare Bloom <gedare@gwmail.gwu.edu>
27
28        * sun4u/syscall/sparc-syscall.S: disable/enable interrupts directly.
29
302010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
31
32        * shared/score/cpu.c, Makefile.am: Moved cpu.c from sun4v/score
33        * configure.ac: m5sim is no longer part of shared. sun4u option added.
34
352010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
36
37        * sun4u/: New model specific subdir.
38        * sun4u/score/, sun4u/syscall/: Copied from sun4v.
39
402010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>
41
42        * m5sim/syscall/sparc-syscall.h, m5sim/syscall/sparc-syscall.S:
43        Renamed files from syscall.h and syscall.S
44
452010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>
46
47        * sun4v/syscall/syscall.S: Explicitly enable IE bit when using
48        SYS_irqset.
49        * m5sim/score/cpu.c: install raw handler and isr get level are nops
50
512010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
52
53        * m5sim/score m5sim/syscall: new subdirs
54        * m5sim/syscall/syscall.h m5sim/syscall/syscall.S: New files.
55
562010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
57
58        * sun4v/score/cpu_asm.S: Remove context switch code.
59
602010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
61
62        * shared/, shared/cache, shared/interrupts: Moved cache and
63        interrupts into shared folder.
64
652010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
66
67        * sun4v, sun4v/score/cpu_asm.S, sun4v/score/cpu.c: Copied from
68        score/cpu/sparc64
69
702010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
71
72        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.