source: rtems/cpukit/score/cpu/bfin/ChangeLog @ 30e2df6

4.104.114.95
Last change on this file since 30e2df6 was dc2503a, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/08 at 16:41:03

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

  • Property mode set to 100644
File size: 3.9 KB
Line 
12008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * ChangeLog: Add correct entry.
4
52008-08-13      Allan Hessenflow <allanh@kallisti.com>
6
7        * cpu.c, cpu_asm.S, irq.c, rtems/score/cpu.h,
8        rtems/score/cpu_asm.h: reworked interrupt handling to fix
9        context switching.
10
112008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * rtems/score/cpu.h: Correct prototype of Idle threads.
14
152008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
18        parameter to indicate that the port uses the Simple Vectored
19        Interrupt model or the Programmable Interrupt Controller Model. The
20        PIC model is implemented primarily in the BSP and it is responsible
21        for all memory allocation.
22
232007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * rtems/score/cpu.h: Use correct register name.
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        * cpu.c, irq.c, rtems/score/cpu_asm.h: Sweep to make sure grep for
34        COPYRIGHT passes.
35
362007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
39        Table to Configuration Table. Eliminate CPU Table from all ports.
40        Delete references to CPU Table in all forms.
41
422007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
45        the Configuration Table. This included pretasking_hook,
46        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
47        extra_mpci_receive_server_stack, stack_allocate_hook, and
48        stack_free_hook. As a side-effect of this effort some multiprocessing
49        code was made conditional and some style clean up occurred.
50
512007-09-10      Alain Schaefer <alani@easc.ch>
52
53        * cpu_asm.S: Fix two problems:
54            - CC bit has been clobbered and was not correctly restored
55            - bfin hardware does not allow to read instructions from the L1
56
57
582007-09-10      Alain Schaefer <alani@easc.ch>
59
60        * rtems/bfin/bf533.h: Add more definitions.
61
622007-05-31      Alain Schaefer <alani@easc.ch>
63
64        * rtems/score/cpu.h: Modifiy inline assembly language
65        constraints to use a data register as the CTL/STI
66        instructions requires. This is not only more correct,
67        it avoids GCC PR31787.
68
692007-05-24      Alain Schaefer <alani@easc.ch>
70
71        * rtems/score/cpu.h: Fix incorrect interrupt mask.
72
732007-04-17      Joel Sherrill <joel@OARcorp.com>
74
75        * rtems/bfin/bf533.h: Fix warnings about constants being too large.
76
772007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * rtems/score/cpu.h:
80          Use Context_Control_fp* instead of void* for fp_contexts.
81          Eliminate evil casts.
82
832006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * rtems/score/types.h: Remove unsigned64, signed64.
86
872006-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces.
90        * rtems/score/bfin.h: Use __BFIN__ instead of BFIN.
91
922006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * cpu_asm.S: Re-add HI, LO.
95
962006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * irq.c: Add missing newline.
99        * rtems/score/cpu.h: Eliminate hidden backspaces.
100
1012006-10-24      Joel Sherrill <joel@OARcorp.com>
102
103        * rtems/bfin/bfin.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
104
1052006-10-24      Alain Schaefer <alani@easc.ch>
106
107        * Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h:
108        Clean up rtems/score/bfin.h removing parts that are not needed by
109        RTEMS CPUkit to bfin specific .h files.
110        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
111
1122006-10-23      Joel Sherrill <joel@OARcorp.com>
113
114        * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
115
1162006-10-23      Joel Sherrill <joel@OARcorp.com>
117
118        * .cvsignore, ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c,
119        preinstall.am, rtems/asm.h, rtems/score/bfin.h, rtems/score/cpu.h,
120        rtems/score/cpu_asm.h, rtems/score/types.h: New files.
121
1222006-10-20  Alain Schaefer <alani@easc.ch>
123
124    * all files : Initial version
Note: See TracBrowser for help on using the repository browser.