source: rtems/cpukit/score/cpu/nios2/ChangeLog @ 6162bc2

4.104.115
Last change on this file since 6162bc2 was 6162bc2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/11/08 at 14:10:16

2008-09-11 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/types.h: Do not define boolean, single_precision, double_precision unless RTEMS_DEPRECATED_TYPES is given.
  • Property mode set to 100644
File size: 2.4 KB
Line 
12008-09-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Do not define boolean, single_precision,
4        double_precision unless RTEMS_DEPRECATED_TYPES is given.
5
62008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * rtems/score/cpu.h: Remove extraneous spaces.
9
102008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * rtems/score/types.h: Include stdbool.h.
13        Use bool as base-type for boolean.
14
152008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
18
192008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
22        parameter to indicate that the port uses the Simple Vectored
23        Interrupt model or the Programmable Interrupt Controller Model. The
24        PIC model is implemented primarily in the BSP and it is responsible
25        for all memory allocation.
26
272007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
30
312007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * irq.c: Sweep to make sure grep for COPYRIGHT passes.
34
352007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
38        Table to Configuration Table. Eliminate CPU Table from all ports.
39        Delete references to CPU Table in all forms.
40
412007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
44        the Configuration Table. This included pretasking_hook,
45        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
46        extra_mpci_receive_server_stack, stack_allocate_hook, and
47        stack_free_hook. As a side-effect of this effort some multiprocessing
48        code was made conditional and some style clean up occurred.
49
502007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * rtems/score/cpu.h:
53          Use Context_Control_fp* instead of void* for fp_contexts.
54          Eliminate evil casts.
55
562006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * rtems/score/types.h: Remove unsigned64, signed64.
59
602006-08-10      Joel Sherrill <joel@OARcorp.com>
61
62        * .cvsignore: New file.
63
642006-08-09      Kolja Waschk <waschk@telos.de>
65
66        * rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/nios2.h,
67        rtems/score/types.h: New files.
68
692006-08-09      Kolja Waschk <waschk@telos.de>
70
71        * ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am,
72        rtems/asm.h: New files.
73
742005-12-09  Kolja Waschk <rtemsdev@ixo.de>
75
76    Derived from no_cpu
77
Note: See TracBrowser for help on using the repository browser.