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

4.8
Last change on this file since b72e847b was c55364c4, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/07 at 22:24:57

2007-09-10 Alain Schaefer <alani@…>

  • cpu_asm.S: Fix two problems:
    • CC bit has been clobbered and was not correctly restored
    • bfin hardware does not allow to read instructions from the L1
  • Property mode set to 100644
File size: 2.2 KB
Line 
12007-09-10      Alain Schaefer <alani@easc.ch>
2
3        * cpu_asm.S: Fix two problems:
4            - CC bit has been clobbered and was not correctly restored
5            - bfin hardware does not allow to read instructions from the L1
6
7
82007-09-10      Alain Schaefer <alani@easc.ch>
9
10        * rtems/bfin/bf533.h: Add more definitions.
11
122007-05-31      Alain Schaefer <alani@easc.ch>
13
14        * rtems/score/cpu.h: Modifiy inline assembly language
15        constraints to use a data register as the CTL/STI
16        instructions requires. This is not only more correct,
17        it avoids GCC PR31787.
18
192007-05-24      Alain Schaefer <alani@easc.ch>
20
21        * rtems/score/cpu.h: Fix incorrect interrupt mask.
22
232007-04-17      Joel Sherrill <joel@OARcorp.com>
24
25        * rtems/bfin/bf533.h: Fix warnings about constants being too large.
26
272007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * rtems/score/cpu.h:
30          Use Context_Control_fp* instead of void* for fp_contexts.
31          Eliminate evil casts.
32
332006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * rtems/score/types.h: Remove unsigned64, signed64.
36
372006-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces.
40        * rtems/score/bfin.h: Use __BFIN__ instead of BFIN.
41
422006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * cpu_asm.S: Re-add HI, LO.
45
462006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * irq.c: Add missing newline.
49        * rtems/score/cpu.h: Eliminate hidden backspaces.
50
512006-10-24      Joel Sherrill <joel@OARcorp.com>
52
53        * rtems/bfin/bfin.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
54
552006-10-24      Alain Schaefer <alani@easc.ch>
56
57        * Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h:
58        Clean up rtems/score/bfin.h removing parts that are not needed by
59        RTEMS CPUkit to bfin specific .h files.
60        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
61
622006-10-23      Joel Sherrill <joel@OARcorp.com>
63
64        * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
65
662006-10-23      Joel Sherrill <joel@OARcorp.com>
67
68        * .cvsignore, ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c,
69        preinstall.am, rtems/asm.h, rtems/score/bfin.h, rtems/score/cpu.h,
70        rtems/score/cpu_asm.h, rtems/score/types.h: New files.
71
722006-10-20  Alain Schaefer <alani@easc.ch>
73
74    * all files : Initial version
Note: See TracBrowser for help on using the repository browser.