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

4.104.115
Last change on this file since b7f49f7 was b7f49f7, checked in by Joel Sherrill <joel.sherrill@…>, on 03/02/09 at 18:34:12

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

  • cpu_asm.S: Eliminate extern of unused variables.
  • Property mode set to 100644
File size: 3.0 KB
Line 
12009-03-02      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * cpu_asm.S: Eliminate extern of unused variables.
4
52009-03-02      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * cpu.c: Remove stray semi-colon.
8
92009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
12        consistently return void * and take a uintptr_t argument.
13
142009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and
17        passing address of _Thread_Dispatch to _CPU_Initialize. Clean up
18        comments.
19
202008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * rtems/score/types.h: Do not define boolean, single_precision,
23        double_precision unless RTEMS_DEPRECATED_TYPES is given.
24
252008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * rtems/score/cpu.h: Remove extraneous spaces.
28
292008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * rtems/score/types.h: Include stdbool.h.
32        Use bool as base-type for boolean.
33
342008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
37
382008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
41        parameter to indicate that the port uses the Simple Vectored
42        Interrupt model or the Programmable Interrupt Controller Model. The
43        PIC model is implemented primarily in the BSP and it is responsible
44        for all memory allocation.
45
462007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
49
502007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * irq.c: Sweep to make sure grep for COPYRIGHT passes.
53
542007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
57        Table to Configuration Table. Eliminate CPU Table from all ports.
58        Delete references to CPU Table in all forms.
59
602007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
63        the Configuration Table. This included pretasking_hook,
64        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
65        extra_mpci_receive_server_stack, stack_allocate_hook, and
66        stack_free_hook. As a side-effect of this effort some multiprocessing
67        code was made conditional and some style clean up occurred.
68
692007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * rtems/score/cpu.h:
72          Use Context_Control_fp* instead of void* for fp_contexts.
73          Eliminate evil casts.
74
752006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * rtems/score/types.h: Remove unsigned64, signed64.
78
792006-08-10      Joel Sherrill <joel@OARcorp.com>
80
81        * .cvsignore: New file.
82
832006-08-09      Kolja Waschk <waschk@telos.de>
84
85        * rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/nios2.h,
86        rtems/score/types.h: New files.
87
882006-08-09      Kolja Waschk <waschk@telos.de>
89
90        * ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am,
91        rtems/asm.h: New files.
92
932005-12-09  Kolja Waschk <rtemsdev@ixo.de>
94
95    Derived from no_cpu
96
Note: See TracBrowser for help on using the repository browser.