source: rtems/cpukit/score/cpu/sparc64/ChangeLog @ 4eeed005

4.115
Last change on this file since 4eeed005 was 4eeed005, checked in by Joel Sherrill <joel.sherrill@…>, on 10/06/11 at 16:42:52

2011-10-06 Gedare Bloom <giddyup44@…>

PR 1918/cpukit

  • cpu.c: Initialize context with cleared g4 register.
  • Property mode set to 100644
File size: 2.8 KB
Line 
12011-10-06      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1918/cpukit
4        * cpu.c: Initialize context with cleared g4 register.
5
62011-09-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        PR 1914/cpukit
9        * rtems/score/cpu.h: Select timestamp implementation.
10
112011-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
14        print script.
15
162011-05-17      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Reformat.
19
202011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * rtems/score/cpu.h, rtems/score/sparc64.h:
23        Use "__asm__" instead of "asm" for improved c99-compliance.
24
252010-11-16      Gedare Bloom <giddyup44@yahoo.com>
26
27        * rtems/score/sparc64.h: Fix typo.
28
292010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to
32        _CPU_Context_restore() because it does not return. Telling GCC this
33        avoids generation of dead code.
34
352010-08-19      Gedare Bloom <giddyup44@yahoo.com>
36
37        PR 1681/cpukit
38        * rtems/score/cpu.h: With the percpu patch, ASM uses
39        INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The
40        sparc64 was still using the old variable, which was declared in its
41        cpu.h file. This patch comments out the declaration and switch to
42        using INTERRUPT_STACK_HIGH.
43
442010-07-29      Gedare Bloom <giddyup44@yahoo.com>
45
46        PR 1635/cpukit
47        * rtems/score/types.h: Refactoring of priority handling, to isolate the
48        bitmap implementation of priorities in the supercore so that priority
49        management is a little more modular. This change is in anticipation
50        of scheduler implementations that can select how they manage tracking
51        priority levels / finding the highest priority ready task. Note that
52        most of the changes here are simple renaming, to clarify the use of
53        the bitmap-based priority management.
54
552010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
56
57        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
58        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
59
602010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        PR 1561/cpukit
63        * .cvsignore, ChangeLog, Makefile.am, Makefile.in, README, context.S,
64        cpu.c, preinstall.am, rtems/asm.h, rtems/score/cpu.h,
65        rtems/score/sparc64.h, rtems/score/types.h: New files.
66
672010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
68
69        * README: Explain separation of score between here and libcpu.
70
712010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>
72
73        * rtems/score/cpu.h, context.S, cpu.c: Remove privileged
74        registers from context.
75
762010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>
77
78        * cpu.c: Remove interrupt handling code.  Moved to libcpu.
79
802010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>
81
82        * context.S: renamed cpu_asm.S to context.S
83
842010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
85
86        * cpu_asm.S: Remove interrupt handling code.  Moved to libcpu.
87
882009-10-19      Eugen Leontie <eugen@gwu.edu>
89
90        Added sparc64 architecture
Note: See TracBrowser for help on using the repository browser.