source: rtems/cpukit/score/cpu/avr/ChangeLog @ b7b6100

4.104.114.95
Last change on this file since b7b6100 was b7b6100, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/08 at 04:10:51

2008-08-21 Ralf Corsépius <ralf.corsepius@…>

  • rtems/score/types.h: Include stdbool.h. Use bool as base-type for boolean.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/types.h: Include stdbool.h.
4        Use bool as base-type for boolean.
5
62008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
9
102008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
13        parameter to indicate that the port uses the Simple Vectored
14        Interrupt model or the Programmable Interrupt Controller Model. The
15        PIC model is implemented primarily in the BSP and it is responsible
16        for all memory allocation.
17
182007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
21
222007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * rtems/score/avr.h: Sweep to make sure grep for 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-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
44
452007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * cpu_asm.c:
48          Use Context_Control_fp* instead of void* for fp_contexts.
49        * rtems/score/cpu.h:
50          Use Context_Control_fp* instead of void* for fp_contexts.
51          Eliminate evil casts.
52
532006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * rtems/score/types.h: Remove unsigned64, signed64.
56
572006-01-16      Joel Sherrill <joel@OARcorp.com>
58
59        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
60        As a side-effect, grammar and spelling errors were corrected, spacing
61        errors were address, and some variable names were improved.
62
632005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
66
672005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * rtems/asm.h: Remove private version of CONCAT macros.
70        Include <rtems/concat.h> instead.
71
722005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * rtems/score/cpu.h: Remove traces from NO_CPU.
75
762005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Split out preinstallation rules.
79        * preinstall.am: New (Split out from Makefile.am).
80
812005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        PR 754/rtems
84        * rtems/asm.h: New (relocated from .).
85        * asm.h: Remove (moved to rtems/asm.h).
86        * Makefile.am: Reflect changes above.
87
882004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
89
90        * asm.h, rtems/score/avr.h, rtems/score/cpu.h,
91        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
92
932005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * rtems/score/types.h: Remove signed8, signed16, signed32,
96        unsigned8, unsigned16, unsigned32.
97
982005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
101
1022005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
105
1062005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * Makefile.am: Remove build-variant support.
109
1102004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * asm.h: Add doxygen preamble.
113
1142004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        * rtems/score/avr.h: Add doxygen preamble.
117        * rtems/score/cpu.h: Add doxygen preamble.
118        * rtems/score/cpu_asm.h: Add doxygen preamble.
119        * rtems/score/types.h: Add doxygen preamble.
120
1212004-11-01      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * rtems/score/types.h: s/no_cpu/avr/g.
124        Use POSIX types from rtems/stdint.h.
125
1262004-09-29      Joel Sherrill <joel@OARcorp.com>
127
128        * rtems/score/cpu.h: i960 obsoleted and all references removed.
129
1302004-09-23      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        * rtems/score/types.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
133        rtems/score/avr.h, Makefile.am, asm.h, cpu.c, cpu_asm.c, README:
134        New.
135
Note: See TracBrowser for help on using the repository browser.