1 | 2011-11-09 Werner Almesberger <werner@almesberger.net> |
---|
2 | |
---|
3 | PR 1957/cpukit |
---|
4 | * score/include/rtems/score/coremutex.h, |
---|
5 | score/inline/rtems/score/threadmp.inl: Add parentheses to protect |
---|
6 | macro arguments. |
---|
7 | |
---|
8 | 2011-11-09 Werner Almesberger <werner@almesberger.net> |
---|
9 | |
---|
10 | PR 1954/cpukit |
---|
11 | * rtems/score/lm32.h: Protect against macro expansion. |
---|
12 | |
---|
13 | 2011-11-09 Werner Almesberger <werner@almesberger.net> |
---|
14 | |
---|
15 | PR 1955/cpukit |
---|
16 | * rtems/score/cpu.h: Convert CPU_swap_u16 into a static inline. |
---|
17 | |
---|
18 | 2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
19 | |
---|
20 | * irq.c: Change _exception_stack_frame into void*. |
---|
21 | |
---|
22 | 2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com> |
---|
23 | |
---|
24 | * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize. |
---|
25 | |
---|
26 | 2010-04-15 Ralf Corsépius <ralf.corsepius@rtems.org> |
---|
27 | |
---|
28 | * rtems/score/cpu.h: Make _gp global. |
---|
29 | |
---|
30 | 2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
31 | |
---|
32 | * cpu.c, cpu_asm.S, irq.c: Add include of config.h |
---|
33 | |
---|
34 | 2010-03-02 Michael Walle <michael@walle.cc> |
---|
35 | |
---|
36 | * cpu.c: Provide body for CPU specific Idle thread. This halts on qemu |
---|
37 | but is just a nop on a real cpu. |
---|
38 | |
---|
39 | 2009-05-05 Michael Walle <michael@walle.cc> |
---|
40 | |
---|
41 | * cpu_asm.S, irq.c, rtems/score/cpu.h: Add lm32 gdb stub support. |
---|
42 | |
---|
43 | 2009-04-14 Michael Walle <michael@walle.cc> |
---|
44 | |
---|
45 | * cpu.h: corrected the registers in Context_Control and |
---|
46 | in CPU_Interrupt_frame to correspond to the saved frame in cpu_asm.S |
---|
47 | Also switched on CPU_ISR_PASSES_FRAME_POINTER. |
---|
48 | * cpu_asm.S: Moved the restore part of _CPU_Context_switch for |
---|
49 | easier reading. Fixed _CPU_Context_restore, it now moves the |
---|
50 | argument and branches to a label in _CPU_Context_switch. Removed |
---|
51 | unnecessary saves of registers in context switch and irq handling. |
---|
52 | Rewrote irq code to call the C helper. Added some documentation |
---|
53 | * irq.c: New file derived from c4x and nios2. |
---|
54 | |
---|
55 | 2009-04-06 Michael Walle <michael@walle.cc> |
---|
56 | |
---|
57 | * cpu_asm.S: We cannot use any other register than r0 without saving |
---|
58 | them to the stack. (_ISR_Handler clears r0 right at the beginning) |
---|
59 | |
---|
60 | 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
61 | |
---|
62 | * cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to |
---|
63 | consistently return void * and take a uintptr_t argument. |
---|
64 | |
---|
65 | 2009-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 | |
---|
71 | 2008-12-05 Joel Sherrill <joel.sherrill@oarcorp.com> |
---|
72 | |
---|
73 | * .cvsignore: New file. |
---|
74 | |
---|
75 | 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi> |
---|
76 | |
---|
77 | * ChangeLog, Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/asm.h, |
---|
78 | rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/lm32.h, |
---|
79 | rtems/score/types.h: New files. |
---|
80 | |
---|