source: rtems/cpukit/score/cpu/avr/ChangeLog @ 182aecb

4.104.114.95
Last change on this file since 182aecb was 182aecb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/08 at 04:14:53

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

  • rtems/score/avr.h: Add avr25, avr31, avr35, avr51 to CPU_NAME cascade.
  • rtems/score/cpu.h: Add missing prototypes.h.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems/score/avr.h: Add avr25, avr31, avr35, avr51 to
4        CPU_NAME cascade.
5        * rtems/score/cpu.h: Add missing prototypes.h.
6
72008-08-21      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * rtems/score/types.h: Include stdbool.h.
10        Use bool as base-type for boolean.
11
122008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads.
15
162008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * rtems/score/cpu.h: Add CPU_SIMPLE_VECTORED_INTERRUPTS porting
19        parameter to indicate that the port uses the Simple Vectored
20        Interrupt model or the Programmable Interrupt Controller Model. The
21        PIC model is implemented primarily in the BSP and it is responsible
22        for all memory allocation.
23
242007-12-17      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
27
282007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * rtems/score/avr.h: Sweep to make sure grep for COPYRIGHT passes.
31
322007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
35        Table to Configuration Table. Eliminate CPU Table from all ports.
36        Delete references to CPU Table in all forms.
37
382007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
41        the Configuration Table. This included pretasking_hook,
42        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
43        extra_mpci_receive_server_stack, stack_allocate_hook, and
44        stack_free_hook. As a side-effect of this effort some multiprocessing
45        code was made conditional and some style clean up occurred.
46
472007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
50
512007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * cpu_asm.c:
54          Use Context_Control_fp* instead of void* for fp_contexts.
55        * rtems/score/cpu.h:
56          Use Context_Control_fp* instead of void* for fp_contexts.
57          Eliminate evil casts.
58
592006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * rtems/score/types.h: Remove unsigned64, signed64.
62
632006-01-16      Joel Sherrill <joel@OARcorp.com>
64
65        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
66        As a side-effect, grammar and spelling errors were corrected, spacing
67        errors were address, and some variable names were improved.
68
692005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
72
732005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * rtems/asm.h: Remove private version of CONCAT macros.
76        Include <rtems/concat.h> instead.
77
782005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * rtems/score/cpu.h: Remove traces from NO_CPU.
81
822005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Split out preinstallation rules.
85        * preinstall.am: New (Split out from Makefile.am).
86
872005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        PR 754/rtems
90        * rtems/asm.h: New (relocated from .).
91        * asm.h: Remove (moved to rtems/asm.h).
92        * Makefile.am: Reflect changes above.
93
942004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
95
96        * asm.h, rtems/score/avr.h, rtems/score/cpu.h,
97        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
98
992005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * rtems/score/types.h: Remove signed8, signed16, signed32,
102        unsigned8, unsigned16, unsigned32.
103
1042005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
107
1082005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
111
1122005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * Makefile.am: Remove build-variant support.
115
1162004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * asm.h: Add doxygen preamble.
119
1202004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
121
122        * rtems/score/avr.h: Add doxygen preamble.
123        * rtems/score/cpu.h: Add doxygen preamble.
124        * rtems/score/cpu_asm.h: Add doxygen preamble.
125        * rtems/score/types.h: Add doxygen preamble.
126
1272004-11-01      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        * rtems/score/types.h: s/no_cpu/avr/g.
130        Use POSIX types from rtems/stdint.h.
131
1322004-09-29      Joel Sherrill <joel@OARcorp.com>
133
134        * rtems/score/cpu.h: i960 obsoleted and all references removed.
135
1362004-09-23      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * rtems/score/types.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
139        rtems/score/avr.h, Makefile.am, asm.h, cpu.c, cpu_asm.c, README:
140        New.
141
Note: See TracBrowser for help on using the repository browser.