source: rtems/cpukit/score/cpu/sparc64/ChangeLog @ a44edd15

4.115
Last change on this file since a44edd15 was a44edd15, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/10 at 17:52:00

2010-07-29 Gedare Bloom <giddyup44@…>

PR 1635/cpukit

  • rtems/score/types.h: Refactoring of priority handling, to isolate the bitmap implementation of priorities in the supercore so that priority management is a little more modular. This change is in anticipation of scheduler implementations that can select how they manage tracking priority levels / finding the highest priority ready task. Note that most of the changes here are simple renaming, to clarify the use of the bitmap-based priority management.
  • Property mode set to 100644
File size: 1.6 KB
Line 
12010-07-29      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1635/cpukit
4        * rtems/score/types.h: Refactoring of priority handling, to isolate the
5        bitmap implementation of priorities in the supercore so that priority
6        management is a little more modular. This change is in anticipation
7        of scheduler implementations that can select how they manage tracking
8        priority levels / finding the highest priority ready task. Note that
9        most of the changes here are simple renaming, to clarify the use of
10        the bitmap-based priority management.
11
122010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
15        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
16
172010-06-15      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        PR 1561/cpukit
20        * .cvsignore, ChangeLog, Makefile.am, Makefile.in, README, context.S,
21        cpu.c, preinstall.am, rtems/asm.h, rtems/score/cpu.h,
22        rtems/score/sparc64.h, rtems/score/types.h: New files.
23
242010-05-10  Gedare Bloom <gedare@gwmail.gwu.edu>
25
26        * README: Explain separation of score between here and libcpu.
27
282010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>
29
30        * rtems/score/cpu.h, context.S, cpu.c: Remove privileged
31        registers from context.
32
332010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>
34
35        * cpu.c: Remove interrupt handling code.  Moved to libcpu.
36
372010-05-03  Gedare Bloom <gedare@gwmail.gwu.edu>
38
39        * context.S: renamed cpu_asm.S to context.S
40
412010-05-02  Gedare Bloom <gedare@gwmail.gwu.edu>
42
43        * cpu_asm.S: Remove interrupt handling code.  Moved to libcpu.
44
452009-10-19      Eugen Leontie <eugen@gwu.edu>
46
47        Added sparc64 architecture
Note: See TracBrowser for help on using the repository browser.