source: rtems/cpukit/score/cpu/sparc64/ChangeLog @ 7c2f2448

4.115
Last change on this file since 7c2f2448 was 7c2f2448, checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/11 at 23:43:20

2011-07-24 Joel Sherrill <joel.sherrill@…>

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