source: rtems/cpukit/score/cpu/sparc64/ChangeLog @ 3c83d57a

4.115
Last change on this file since 3c83d57a was 9c121991, checked in by Sebastian Huber <sebastian.huber@…>, on 09/27/11 at 09:18:25

2011-09-27 Sebastian Huber <sebastian.huber@…>

PR 1914/cpukit

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