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

4.104.115
Last change on this file since a5fb3d1b was 6d521f0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/15/10 at 04:51:23

2010-04-15 Ralf Corsépius <ralf.corsepius@…>

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