source: rtems/cpukit/score/cpu/nios2/ChangeLog @ c03e2bc

4.104.115
Last change on this file since c03e2bc was c03e2bc, checked in by Joel Sherrill <joel.sherrill@…>, on 02/11/09 at 21:45:05

2009-02-11 Joel Sherrill <joel.sherrill@…>

  • cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and passing address of _Thread_Dispatch to _CPU_Initialize. Clean up comments.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
4        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
5        comments.
6
72008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * rtems/score/types.h: Do not define boolean, single_precision,
10        double_precision unless RTEMS_DEPRECATED_TYPES is given.
11
122008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * rtems/score/cpu.h: Remove extraneous spaces.
15
162008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * rtems/score/types.h: Include stdbool.h.
19        Use bool as base-type for boolean.
20
212008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
24
252008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
28        parameter to indicate that the port uses the Simple Vectored
29        Interrupt model or the Programmable Interrupt Controller Model. The
30        PIC model is implemented primarily in the BSP and it is responsible
31        for all memory allocation.
32
332007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
36
372007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * irq.c: Sweep to make sure grep for COPYRIGHT passes.
40
412007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
44        Table to Configuration Table. Eliminate CPU Table from all ports.
45        Delete references to CPU Table in all forms.
46
472007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
50        the Configuration Table. This included pretasking_hook,
51        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
52        extra_mpci_receive_server_stack, stack_allocate_hook, and
53        stack_free_hook. As a side-effect of this effort some multiprocessing
54        code was made conditional and some style clean up occurred.
55
562007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * rtems/score/cpu.h:
59          Use Context_Control_fp* instead of void* for fp_contexts.
60          Eliminate evil casts.
61
622006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * rtems/score/types.h: Remove unsigned64, signed64.
65
662006-08-10      Joel Sherrill <joel@OARcorp.com>
67
68        * .cvsignore: New file.
69
702006-08-09      Kolja Waschk <waschk@telos.de>
71
72        * rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/nios2.h,
73        rtems/score/types.h: New files.
74
752006-08-09      Kolja Waschk <waschk@telos.de>
76
77        * ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am,
78        rtems/asm.h: New files.
79
802005-12-09  Kolja Waschk <rtemsdev@ixo.de>
81
82    Derived from no_cpu
83
Note: See TracBrowser for help on using the repository browser.