source: rtems/cpukit/score/cpu/m32r/ChangeLog @ 9c121991

4.115
Last change on this file since 9c121991 was 9c121991, checked in by Sebastian Huber <sebastian.huber@…>, on 09/27/11 at 09:18:25

2011-09-27 Sebastian Huber <sebastian.huber@…>

PR 1914/cpukit

  • rtems/score/cpu.h: Select timestamp implementation.
  • Property mode set to 100644
File size: 2.7 KB
Line 
12011-09-27      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        PR 1914/cpukit
4        * rtems/score/cpu.h: Select timestamp implementation.
5
62011-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * cpu.c: Remove /*PAGE markers which were interpreted by a long dead
9        print script.
10
112011-05-17      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Reformat.
14
152011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * context_init.c:
18        Use "__asm__" instead of "asm" for improved c99-compliance.
19
202011-01-31      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * context_switch.S: Reverse registers.
23
242010-10-21      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to
27        _CPU_Context_restore() because it does not return. Telling GCC this
28        avoids generation of dead code.
29
302010-07-30      Gedare Bloom <giddyup44@yahoo.com>
31
32        PR 1599/cpukit
33        * cpu_asm.c: Rename _Context_Switch_necessary to
34        _Thread_Dispatch_necessary to more properly reflect the intent.
35
362010-07-29      Gedare Bloom <giddyup44@yahoo.com>
37
38        PR 1635/cpukit
39        * rtems/score/cpu.h, rtems/score/types.h: Refactoring of priority
40        handling, to isolate the bitmap implementation of priorities in the
41        supercore so that priority management is a little more modular. This
42        change is in anticipation of scheduler implementations that can
43        select how they manage tracking priority levels / finding the highest
44        priority ready task. Note that most of the changes here are simple
45        renaming, to clarify the use of the bitmap-based priority management.
46
472010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
48
49        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
50        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
51
522010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        PR 1573/cpukit
55        * cpu_asm.c, rtems/score/cpu.h: Add a per cpu data structure which
56        contains the information required by RTEMS for each CPU core. This
57        encapsulates information such as thread executing, heir, idle and
58        dispatch needed.
59
602010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * context_init.c, context_switch.S, cpu.c, cpu_asm.c: Add include of
63        config.h
64
652009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
68        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
69        comments.
70
712008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am, preinstall.am, rtems/score/cpu.h: Now performs context
74        switches and many tests run.
75        * context_init.c, context_switch.S, cpu.c, cpu_asm.c: New files.
76
772008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * .cvsignore, ChangeLog, Makefile.am, preinstall.am, rtems/asm.h,
80        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32r.h,
81        rtems/score/types.h: New files.
82
Note: See TracBrowser for help on using the repository browser.