source: rtems/cpukit/score/cpu/bfin/ChangeLog @ df4fcaa

4.104.114.95
Last change on this file since df4fcaa was df4fcaa, checked in by Joel Sherrill <joel.sherrill@…>, on 09/08/08 at 15:19:23

2008-09-08 Joel Sherrill <joel.sherrill@…>

  • cpu.c: Remove extraneous spaces.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * cpu.c: Remove extraneous spaces.
4
52008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * cpu.c, rtems/score/cpu.h: Convert to "bool".
8
92008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * rtems/score/types.h: Include stdbool.h.
12        Use bool as base-type for boolean.
13
142008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * ChangeLog: Add correct entry.
17
182008-08-13      Allan Hessenflow <allanh@kallisti.com>
19
20        * cpu.c, cpu_asm.S, irq.c, rtems/score/cpu.h,
21        rtems/score/cpu_asm.h: reworked interrupt handling to fix
22        context switching.
23
242008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * rtems/score/cpu.h: Correct prototype of Idle threads.
27
282008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
31        parameter to indicate that the port uses the Simple Vectored
32        Interrupt model or the Programmable Interrupt Controller Model. The
33        PIC model is implemented primarily in the BSP and it is responsible
34        for all memory allocation.
35
362007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * rtems/score/cpu.h: Use correct register name.
39
402007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
43
442007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * cpu.c, irq.c, rtems/score/cpu_asm.h: Sweep to make sure grep for
47        COPYRIGHT passes.
48
492007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
52        Table to Configuration Table. Eliminate CPU Table from all ports.
53        Delete references to CPU Table in all forms.
54
552007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
58        the Configuration Table. This included pretasking_hook,
59        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
60        extra_mpci_receive_server_stack, stack_allocate_hook, and
61        stack_free_hook. As a side-effect of this effort some multiprocessing
62        code was made conditional and some style clean up occurred.
63
642007-09-10      Alain Schaefer <alani@easc.ch>
65
66        * cpu_asm.S: Fix two problems:
67            - CC bit has been clobbered and was not correctly restored
68            - bfin hardware does not allow to read instructions from the L1
69
70
712007-09-10      Alain Schaefer <alani@easc.ch>
72
73        * rtems/bfin/bf533.h: Add more definitions.
74
752007-05-31      Alain Schaefer <alani@easc.ch>
76
77        * rtems/score/cpu.h: Modifiy inline assembly language
78        constraints to use a data register as the CTL/STI
79        instructions requires. This is not only more correct,
80        it avoids GCC PR31787.
81
822007-05-24      Alain Schaefer <alani@easc.ch>
83
84        * rtems/score/cpu.h: Fix incorrect interrupt mask.
85
862007-04-17      Joel Sherrill <joel@OARcorp.com>
87
88        * rtems/bfin/bf533.h: Fix warnings about constants being too large.
89
902007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * rtems/score/cpu.h:
93          Use Context_Control_fp* instead of void* for fp_contexts.
94          Eliminate evil casts.
95
962006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * rtems/score/types.h: Remove unsigned64, signed64.
99
1002006-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces.
103        * rtems/score/bfin.h: Use __BFIN__ instead of BFIN.
104
1052006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * cpu_asm.S: Re-add HI, LO.
108
1092006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * irq.c: Add missing newline.
112        * rtems/score/cpu.h: Eliminate hidden backspaces.
113
1142006-10-24      Joel Sherrill <joel@OARcorp.com>
115
116        * rtems/bfin/bfin.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
117
1182006-10-24      Alain Schaefer <alani@easc.ch>
119
120        * Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h:
121        Clean up rtems/score/bfin.h removing parts that are not needed by
122        RTEMS CPUkit to bfin specific .h files.
123        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
124
1252006-10-23      Joel Sherrill <joel@OARcorp.com>
126
127        * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
128
1292006-10-23      Joel Sherrill <joel@OARcorp.com>
130
131        * .cvsignore, ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c,
132        preinstall.am, rtems/asm.h, rtems/score/bfin.h, rtems/score/cpu.h,
133        rtems/score/cpu_asm.h, rtems/score/types.h: New files.
134
1352006-10-20  Alain Schaefer <alani@easc.ch>
136
137    * all files : Initial version
Note: See TracBrowser for help on using the repository browser.