source: rtems/cpukit/score/cpu/bfin/ChangeLog @ 7fa919fc

4.104.114.95
Last change on this file since 7fa919fc was cfdef834, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 02:00:39

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

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