source: rtems/cpukit/score/cpu/bfin/ChangeLog @ 3c87adba

4.104.114.95
Last change on this file since 3c87adba was 432a662c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/08 at 14:55:54

2008-07-31 Joel Sherrill <joel.sherrill@…>

  • rtems/score/cpu.h: Correct prototype of Idle threads.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * rtems/score/cpu.h: Correct prototype of Idle threads.
4
52008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
8        parameter to indicate that the port uses the Simple Vectored
9        Interrupt model or the Programmable Interrupt Controller Model. The
10        PIC model is implemented primarily in the BSP and it is responsible
11        for all memory allocation.
12
132007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * rtems/score/cpu.h: Use correct register name.
16
172007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
20
212007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * cpu.c, irq.c, rtems/score/cpu_asm.h: Sweep to make sure grep for
24        COPYRIGHT passes.
25
262007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
29        Table to Configuration Table. Eliminate CPU Table from all ports.
30        Delete references to CPU Table in all forms.
31
322007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
35        the Configuration Table. This included pretasking_hook,
36        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
37        extra_mpci_receive_server_stack, stack_allocate_hook, and
38        stack_free_hook. As a side-effect of this effort some multiprocessing
39        code was made conditional and some style clean up occurred.
40
412007-09-10      Alain Schaefer <alani@easc.ch>
42
43        * cpu_asm.S: Fix two problems:
44            - CC bit has been clobbered and was not correctly restored
45            - bfin hardware does not allow to read instructions from the L1
46
47
482007-09-10      Alain Schaefer <alani@easc.ch>
49
50        * rtems/bfin/bf533.h: Add more definitions.
51
522007-05-31      Alain Schaefer <alani@easc.ch>
53
54        * rtems/score/cpu.h: Modifiy inline assembly language
55        constraints to use a data register as the CTL/STI
56        instructions requires. This is not only more correct,
57        it avoids GCC PR31787.
58
592007-05-24      Alain Schaefer <alani@easc.ch>
60
61        * rtems/score/cpu.h: Fix incorrect interrupt mask.
62
632007-04-17      Joel Sherrill <joel@OARcorp.com>
64
65        * rtems/bfin/bf533.h: Fix warnings about constants being too large.
66
672007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * rtems/score/cpu.h:
70          Use Context_Control_fp* instead of void* for fp_contexts.
71          Eliminate evil casts.
72
732006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * rtems/score/types.h: Remove unsigned64, signed64.
76
772006-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces.
80        * rtems/score/bfin.h: Use __BFIN__ instead of BFIN.
81
822006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * cpu_asm.S: Re-add HI, LO.
85
862006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * irq.c: Add missing newline.
89        * rtems/score/cpu.h: Eliminate hidden backspaces.
90
912006-10-24      Joel Sherrill <joel@OARcorp.com>
92
93        * rtems/bfin/bfin.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
94
952006-10-24      Alain Schaefer <alani@easc.ch>
96
97        * Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h:
98        Clean up rtems/score/bfin.h removing parts that are not needed by
99        RTEMS CPUkit to bfin specific .h files.
100        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
101
1022006-10-23      Joel Sherrill <joel@OARcorp.com>
103
104        * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
105
1062006-10-23      Joel Sherrill <joel@OARcorp.com>
107
108        * .cvsignore, ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c,
109        preinstall.am, rtems/asm.h, rtems/score/bfin.h, rtems/score/cpu.h,
110        rtems/score/cpu_asm.h, rtems/score/types.h: New files.
111
1122006-10-20  Alain Schaefer <alani@easc.ch>
113
114    * all files : Initial version
Note: See TracBrowser for help on using the repository browser.