source: rtems/cpukit/score/cpu/bfin/ChangeLog @ 2fd427c

4.104.114.95
Last change on this file since 2fd427c was 2fd427c, checked in by Joel Sherrill <joel.sherrill@…>, on 06/05/08 at 14:30:07

2008-06-05 Joel Sherrill <joel.sherrill@…>

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