source: rtems/cpukit/score/cpu/m32c/ChangeLog @ 53eafcb

4.115
Last change on this file since 53eafcb was 89b85e51, checked in by Sebastian Huber <sebastian.huber@…>, on 07/16/10 at 08:46:29

2010-07-16 Sebastian Huber <sebastian.huber@…>

  • rtems/score/cpu.h: Include <rtems/score/types.h> first.
  • rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
  • Property mode set to 100644
File size: 2.2 KB
Line 
12010-07-16      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * rtems/score/cpu.h: Include <rtems/score/types.h> first.
4        * rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
5
62010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        PR 1573/cpukit
9        * cpu_asm.c, rtems/score/cpu.h: Add a per cpu data structure which
10        contains the information required by RTEMS for each CPU core. This
11        encapsulates information such as thread executing, heir, idle and
12        dispatch needed.
13
142010-05-10      Joel Sherrill <joel.sherrilL@OARcorp.com>
15
16        * context_init.c, context_switch.S, cpu.c: Now builds multilib. R8C
17        paths produce warnings for now.
18
192010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
20
21        * context_init.c: Eliminate warnings.
22
232010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * context_init.c, context_switch.S, cpu.c, cpu_asm.c, varvects.S: Add
26        include of config.h
27
282009-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * rtems/score/cpu.h: Make heap alignment 4 which is greater than
31        CPU_ALIGNMENT but minimum for heap.
32
332009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
36        consistently return void * and take a uintptr_t argument.
37
382009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
41        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
42        comments.
43
442009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * rtems/score/cpu.h: Use a 16 bit object id on this target.
47
482009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * varvects.h: Fix prototype.
51
522008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * context_init.c, context_switch.S, cpu.c, cpu_asm.c: Correct file
55        headers.
56
572008-10-13      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * context_switch.S, cpu_asm.c, rtems/score/cpu.h: Add support for
60        restarting the currently executing thread. Fine tune alignment factor
61        as two-byte aligned and use this for critical structures.
62
632008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * .cvsignore, ChangeLog, Makefile.am, context_init.c, context_switch.S,
66        cpu.c, cpu_asm.c, preinstall.am, varvects.S, varvects.h, rtems/asm.h,
67        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/m32c.h,
68        rtems/score/types.h: New files.
69
Note: See TracBrowser for help on using the repository browser.