source: rtems/cpukit/score/cpu/m32r/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: 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        * context_init.c:
13        Use "__asm__" instead of "asm" for improved c99-compliance.
14
152011-01-31      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * context_switch.S: Reverse registers.
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-07-30      Gedare Bloom <giddyup44@yahoo.com>
26
27        PR 1599/cpukit
28        * cpu_asm.c: Rename _Context_Switch_necessary to
29        _Thread_Dispatch_necessary to more properly reflect the intent.
30
312010-07-29      Gedare Bloom <giddyup44@yahoo.com>
32
33        PR 1635/cpukit
34        * rtems/score/cpu.h, rtems/score/types.h: Refactoring of priority
35        handling, to isolate the bitmap implementation of priorities in the
36        supercore so that priority management is a little more modular. This
37        change is in anticipation of scheduler implementations that can
38        select how they manage tracking priority levels / finding the highest
39        priority ready task. Note that most of the changes here are simple
40        renaming, to clarify the use of the bitmap-based priority management.
41
422010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
43
44        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
45        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
46
472010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        PR 1573/cpukit
50        * cpu_asm.c, rtems/score/cpu.h: Add a per cpu data structure which
51        contains the information required by RTEMS for each CPU core. This
52        encapsulates information such as thread executing, heir, idle and
53        dispatch needed.
54
552010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * context_init.c, context_switch.S, cpu.c, cpu_asm.c: Add include of
58        config.h
59
602009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
63        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
64        comments.
65
662008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.am, preinstall.am, rtems/score/cpu.h: Now performs context
69        switches and many tests run.
70        * context_init.c, context_switch.S, cpu.c, cpu_asm.c: New files.
71
722008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * .cvsignore, ChangeLog, Makefile.am, preinstall.am, rtems/asm.h,
75        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32r.h,
76        rtems/score/types.h: New files.
77
Note: See TracBrowser for help on using the repository browser.