source: rtems/cpukit/score/cpu/bfin/ChangeLog @ 4b89ba7

4.104.114.95
Last change on this file since 4b89ba7 was 4b89ba7, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:22:55

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • rtems/score/cpu.h: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
4        the Configuration Table. This included pretasking_hook,
5        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
6        extra_mpci_receive_server_stack, stack_allocate_hook, and
7        stack_free_hook. As a side-effect of this effort some multiprocessing
8        code was made conditional and some style clean up occurred.
9
102007-09-10      Alain Schaefer <alani@easc.ch>
11
12        * cpu_asm.S: Fix two problems:
13            - CC bit has been clobbered and was not correctly restored
14            - bfin hardware does not allow to read instructions from the L1
15
16
172007-09-10      Alain Schaefer <alani@easc.ch>
18
19        * rtems/bfin/bf533.h: Add more definitions.
20
212007-05-31      Alain Schaefer <alani@easc.ch>
22
23        * rtems/score/cpu.h: Modifiy inline assembly language
24        constraints to use a data register as the CTL/STI
25        instructions requires. This is not only more correct,
26        it avoids GCC PR31787.
27
282007-05-24      Alain Schaefer <alani@easc.ch>
29
30        * rtems/score/cpu.h: Fix incorrect interrupt mask.
31
322007-04-17      Joel Sherrill <joel@OARcorp.com>
33
34        * rtems/bfin/bf533.h: Fix warnings about constants being too large.
35
362007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * rtems/score/cpu.h:
39          Use Context_Control_fp* instead of void* for fp_contexts.
40          Eliminate evil casts.
41
422006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * rtems/score/types.h: Remove unsigned64, signed64.
45
462006-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: Remove stray whitespaces.
49        * rtems/score/bfin.h: Use __BFIN__ instead of BFIN.
50
512006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * cpu_asm.S: Re-add HI, LO.
54
552006-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * irq.c: Add missing newline.
58        * rtems/score/cpu.h: Eliminate hidden backspaces.
59
602006-10-24      Joel Sherrill <joel@OARcorp.com>
61
62        * rtems/bfin/bfin.h: Eliminate hi, lo, HI, LO, and MK_BMSK.
63
642006-10-24      Alain Schaefer <alani@easc.ch>
65
66        * Makefile.am, cpu.c, cpu_asm.S, preinstall.am, rtems/score/bfin.h:
67        Clean up rtems/score/bfin.h removing parts that are not needed by
68        RTEMS CPUkit to bfin specific .h files.
69        * rtems/bfin/bf533.h, rtems/bfin/bfin.h: New files.
70
712006-10-23      Joel Sherrill <joel@OARcorp.com>
72
73        * cpu.c, rtems/score/cpu.h: Use the default IDLE thread body.
74
752006-10-23      Joel Sherrill <joel@OARcorp.com>
76
77        * .cvsignore, ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c,
78        preinstall.am, rtems/asm.h, rtems/score/bfin.h, rtems/score/cpu.h,
79        rtems/score/cpu_asm.h, rtems/score/types.h: New files.
80
812006-10-20  Alain Schaefer <alani@easc.ch>
82
83    * all files : Initial version
Note: See TracBrowser for help on using the repository browser.