source: rtems/cpukit/score/cpu/m32r/ChangeLog @ 2f49bcfb

4.115
Last change on this file since 2f49bcfb was 2f49bcfb, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/10 at 18:52:16

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

PR 1599/cpukit

  • cpu_asm.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
  • Property mode set to 100644
File size: 1.9 KB
Line 
12010-07-30      Gedare Bloom <giddyup44@yahoo.com>
2
3        PR 1599/cpukit
4        * cpu_asm.c: Rename _Context_Switch_necessary to
5        _Thread_Dispatch_necessary to more properly reflect the intent.
6
72010-07-29      Gedare Bloom <giddyup44@yahoo.com>
8
9        PR 1635/cpukit
10        * rtems/score/cpu.h, rtems/score/types.h: Refactoring of priority
11        handling, to isolate the bitmap implementation of priorities in the
12        supercore so that priority management is a little more modular. This
13        change is in anticipation of scheduler implementations that can
14        select how they manage tracking priority levels / finding the highest
15        priority ready task. Note that most of the changes here are simple
16        renaming, to clarify the use of the bitmap-based priority management.
17
182010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
21        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
22
232010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        PR 1573/cpukit
26        * cpu_asm.c, rtems/score/cpu.h: Add a per cpu data structure which
27        contains the information required by RTEMS for each CPU core. This
28        encapsulates information such as thread executing, heir, idle and
29        dispatch needed.
30
312010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * context_init.c, context_switch.S, cpu.c, cpu_asm.c: Add include of
34        config.h
35
362009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
39        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
40        comments.
41
422008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * Makefile.am, preinstall.am, rtems/score/cpu.h: Now performs context
45        switches and many tests run.
46        * context_init.c, context_switch.S, cpu.c, cpu_asm.c: New files.
47
482008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * .cvsignore, ChangeLog, Makefile.am, preinstall.am, rtems/asm.h,
51        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32r.h,
52        rtems/score/types.h: New files.
53
Note: See TracBrowser for help on using the repository browser.