source: rtems/cpukit/score/cpu/bfin/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: 4.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        * cpu.c: Remove extraneous spaces.
9
102008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * cpu.c, rtems/score/cpu.h: Convert to "bool".
13
142008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * rtems/score/types.h: Include stdbool.h.
17        Use bool as base-type for boolean.
18
192008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * ChangeLog: Add correct entry.
22
232008-08-13      Allan Hessenflow <allanh@kallisti.com>
24
25        * cpu.c, cpu_asm.S, irq.c, rtems/score/cpu.h,
26        rtems/score/cpu_asm.h: reworked interrupt handling to fix
27        context switching.
28
292008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * rtems/score/cpu.h: Correct prototype of Idle threads.
32
332008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
36        parameter to indicate that the port uses the Simple Vectored
37        Interrupt model or the Programmable Interrupt Controller Model. The
38        PIC model is implemented primarily in the BSP and it is responsible
39        for all memory allocation.
40
412007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * rtems/score/cpu.h: Use correct register name.
44
452007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
48
492007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * cpu.c, irq.c, rtems/score/cpu_asm.h: Sweep to make sure grep for
52        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-09-10      Alain Schaefer <alani@easc.ch>
70
71        * cpu_asm.S: Fix two problems:
72            - CC bit has been clobbered and was not correctly restored
73            - bfin hardware does not allow to read instructions from the L1
74
75
762007-09-10      Alain Schaefer <alani@easc.ch>
77
78        * rtems/bfin/bf533.h: Add more definitions.
79
802007-05-31      Alain Schaefer <alani@easc.ch>
81
82        * rtems/score/cpu.h: Modifiy inline assembly language
83        constraints to use a data register as the CTL/STI
84        instructions requires. This is not only more correct,
85        it avoids GCC PR31787.
86
872007-05-24      Alain Schaefer <alani@easc.ch>
88
89        * rtems/score/cpu.h: Fix incorrect interrupt mask.
90
912007-04-17      Joel Sherrill <joel@OARcorp.com>
92
93        * rtems/bfin/bf533.h: Fix warnings about constants being too large.
94
952007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * rtems/score/cpu.h:
98          Use Context_Control_fp* instead of void* for fp_contexts.
99          Eliminate evil casts.
100
1012006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * rtems/score/types.h: Remove unsigned64, signed64.
104
1052006-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces.
108        * rtems/score/bfin.h: Use __BFIN__ instead of BFIN.
109
1102006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * cpu_asm.S: Re-add HI, LO.
113
1142006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * irq.c: Add missing newline.
117        * rtems/score/cpu.h: Eliminate hidden backspaces.
118
1192006-10-24      Joel Sherrill <joel@OARcorp.com>
120
121        * rtems/bfin/bfin.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
122
1232006-10-24      Alain Schaefer <alani@easc.ch>
124
125        * Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h:
126        Clean up rtems/score/bfin.h removing parts that are not needed by
127        RTEMS CPUkit to bfin specific .h files.
128        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
129
1302006-10-23      Joel Sherrill <joel@OARcorp.com>
131
132        * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
133
1342006-10-23      Joel Sherrill <joel@OARcorp.com>
135
136        * .cvsignore, ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c,
137        preinstall.am, rtems/asm.h, rtems/score/bfin.h, rtems/score/cpu.h,
138        rtems/score/cpu_asm.h, rtems/score/types.h: New files.
139
1402006-10-20  Alain Schaefer <alani@easc.ch>
141
142    * all files : Initial version
Note: See TracBrowser for help on using the repository browser.