source: rtems/cpukit/score/cpu/m32c/ChangeLog @ ce02cc0

4.115
Last change on this file since ce02cc0 was ce02cc0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/11 at 22:51:09

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: 3.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-18      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        * context_init.c, cpu.c, varvects.h, rtems/score/cpu.h,
13        rtems/score/m32c.h:
14        Use "__asm__" instead of "asm" for improved c99-compliance.
15
162010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to
19        _CPU_Context_restore() because it does not return. Telling GCC this
20        avoids generation of dead code.
21
222010-07-30      Gedare Bloom <giddyup44@yahoo.com>
23
24        PR 1599/cpukit
25        * cpu_asm.c: Rename _Context_Switch_necessary to
26        _Thread_Dispatch_necessary to more properly reflect the intent.
27
282010-07-29      Gedare Bloom <giddyup44@yahoo.com>
29
30        PR 1635/cpukit
31        * rtems/score/cpu.h, rtems/score/types.h: Refactoring of priority
32        handling, to isolate the bitmap implementation of priorities in the
33        supercore so that priority management is a little more modular. This
34        change is in anticipation of scheduler implementations that can
35        select how they manage tracking priority levels / finding the highest
36        priority ready task. Note that most of the changes here are simple
37        renaming, to clarify the use of the bitmap-based priority management.
38
392010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
40
41        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
42        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
43
442010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        PR 1573/cpukit
47        * cpu_asm.c, rtems/score/cpu.h: Add a per cpu data structure which
48        contains the information required by RTEMS for each CPU core. This
49        encapsulates information such as thread executing, heir, idle and
50        dispatch needed.
51
522010-05-10      Joel Sherrill <joel.sherrilL@OARcorp.com>
53
54        * context_init.c, context_switch.S, cpu.c: Now builds multilib. R8C
55        paths produce warnings for now.
56
572010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
58
59        * context_init.c: Eliminate warnings.
60
612010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * context_init.c, context_switch.S, cpu.c, cpu_asm.c, varvects.S: Add
64        include of config.h
65
662009-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * rtems/score/cpu.h: Make heap alignment 4 which is greater than
69        CPU_ALIGNMENT but minimum for heap.
70
712009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
74        consistently return void * and take a uintptr_t argument.
75
762009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
79        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
80        comments.
81
822009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * rtems/score/cpu.h: Use a 16 bit object id on this target.
85
862009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * varvects.h: Fix prototype.
89
902008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * context_init.c, context_switch.S, cpu.c, cpu_asm.c: Correct file
93        headers.
94
952008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * context_switch.S, cpu_asm.c, rtems/score/cpu.h: Add support for
98        restarting the currently executing thread. Fine tune alignment factor
99        as two-byte aligned and use this for critical structures.
100
1012008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * .cvsignore, ChangeLog, Makefile.am, context_init.c, context_switch.S,
104        cpu.c, cpu_asm.c, preinstall.am, varvects.S, varvects.h, rtems/asm.h,
105        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32c.h,
106        rtems/score/types.h: New files.
107
Note: See TracBrowser for help on using the repository browser.