source: rtems/cpukit/score/cpu/lm32/ChangeLog @ 294a609

4.10
Last change on this file since 294a609 was 294a609, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/11 at 18:51:29

2011-11-09 Werner Almesberger <werner@…>

PR 1954/cpukit

  • rtems/score/lm32.h: Protect against macro expansion.
  • Property mode set to 100644
File size: 2.4 KB
Line 
12011-11-09      Werner Almesberger <werner@almesberger.net>
2
3        PR 1954/cpukit
4        * rtems/score/lm32.h: Protect against macro expansion.
5
62011-11-09      Werner Almesberger <werner@almesberger.net>
7
8        PR 1955/cpukit
9        * rtems/score/cpu.h: Convert CPU_swap_u16 into a static inline.
10
112010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * irq.c: Change _exception_stack_frame into void*.
14
152010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
16
17        * rtems/score/cpu.h: Remove warning in _CPU_Context_Initialize.
18
192010-04-15      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * rtems/score/cpu.h: Make _gp global.
22
232010-03-27      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * cpu.c, cpu_asm.S, irq.c: Add include of config.h
26
272010-03-02      Michael Walle <michael@walle.cc>
28
29        * cpu.c: Provide body for CPU specific Idle thread. This halts on qemu
30        but is just a nop on a real cpu.
31
322009-05-05      Michael Walle <michael@walle.cc>
33
34        * cpu_asm.S, irq.c, rtems/score/cpu.h: Add lm32 gdb stub support.
35
362009-04-14      Michael Walle <michael@walle.cc>
37
38        * cpu.h: corrected the registers in Context_Control and
39        in CPU_Interrupt_frame to correspond to the saved frame in cpu_asm.S
40        Also switched on CPU_ISR_PASSES_FRAME_POINTER.
41        * cpu_asm.S: Moved the restore part of _CPU_Context_switch for
42        easier reading.  Fixed _CPU_Context_restore, it now moves the
43        argument and branches to a label in _CPU_Context_switch.  Removed
44        unnecessary saves of registers in context switch and irq handling.
45        Rewrote irq code to call the C helper.  Added some documentation
46        * irq.c: New file derived from c4x and nios2.
47
482009-04-06      Michael Walle <michael@walle.cc>
49
50        * cpu_asm.S: We cannot use any other register than r0 without saving
51        them to the stack. (_ISR_Handler clears r0 right at the beginning)
52
532009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
56        consistently return void * and take a uintptr_t argument.
57
582009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
61        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
62        comments.
63
642008-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * .cvsignore: New file.
67
682008-12-04      Jukka Pietarinen <jukka.pietarinen@mrf.fi>
69
70        * ChangeLog, Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/asm.h,
71        rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/lm32.h,
72        rtems/score/types.h: New files.
73
Note: See TracBrowser for help on using the repository browser.