source: rtems/cpukit/score/cpu/lm32/ChangeLog @ f88a1a0

4.104.115
Last change on this file since f88a1a0 was f88a1a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/29/10 at 05:19:13

2010-05-29 Ralf Corsépius <ralf.corsepius@…>

  • irq.c: Change _exception_stack_frame into void*.
  • Property mode set to 100644
File size: 2.1 KB
Line 
12010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * irq.c: Change _exception_stack_frame into void*.
4
52010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize.
8
92010-04-15      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * rtems/score/cpu.h: Make _gp global.
12
132010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * cpu.c, cpu_asm.S, irq.c: Add include of config.h
16
172010-03-02      Michael Walle <michael@walle.cc>
18
19        * cpu.c: Provide body for CPU specific Idle thread. This halts on qemu
20        but is just a nop on a real cpu.
21
222009-05-05      Michael Walle <michael@walle.cc>
23
24        * cpu_asm.S, irq.c, rtems/score/cpu.h: Add lm32 gdb stub support.
25
262009-04-14      Michael Walle <michael@walle.cc>
27
28        * cpu.h: corrected the registers in Context_Control and
29        in CPU_Interrupt_frame to correspond to the saved frame in cpu_asm.S
30        Also switched on CPU_ISR_PASSES_FRAME_POINTER.
31        * cpu_asm.S: Moved the restore part of _CPU_Context_switch for
32        easier reading.  Fixed _CPU_Context_restore, it now moves the
33        argument and branches to a label in _CPU_Context_switch.  Removed
34        unnecessary saves of registers in context switch and irq handling.
35        Rewrote irq code to call the C helper.  Added some documentation
36        * irq.c: New file derived from c4x and nios2.
37
382009-04-06      Michael Walle <michael@walle.cc>
39
40        * cpu_asm.S: We cannot use any other register than r0 without saving
41        them to the stack. (_ISR_Handler clears r0 right at the beginning)
42
432009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
46        consistently return void * and take a uintptr_t argument.
47
482009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
51        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
52        comments.
53
542008-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * .cvsignore: New file.
57
582008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
59
60        * ChangeLog, Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/asm.h,
61        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/lm32.h,
62        rtems/score/types.h: New files.
63
Note: See TracBrowser for help on using the repository browser.