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

4.104.114.95
Last change on this file since ee29de05 was ee29de05, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/07 at 22:19:10

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

  • cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cpu.c, rtems/score/cpu.h: Move interrupt_stack_size field from CPU
4        Table to Configuration Table. Eliminate CPU Table from all ports.
5        Delete references to CPU Table in all forms.
6
72007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * rtems/score/cpu.h: Moved most of the remaining CPU Table fields to
10        the Configuration Table. This included pretasking_hook,
11        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
12        extra_mpci_receive_server_stack, stack_allocate_hook, and
13        stack_free_hook. As a side-effect of this effort some multiprocessing
14        code was made conditional and some style clean up occurred.
15
162007-05-09      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * rtems/score/cpu.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
19
202007-04-17      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * cpu_asm.c:
23          Use Context_Control_fp* instead of void* for fp_contexts.
24        * rtems/score/cpu.h:
25          Use Context_Control_fp* instead of void* for fp_contexts.
26          Eliminate evil casts.
27
282006-11-17      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * rtems/score/types.h: Remove unsigned64, signed64.
31
322006-01-16      Joel Sherrill <joel@OARcorp.com>
33
34        * rtems/score/cpu.h: Part of a large patch to improve Doxygen output.
35        As a side-effect, grammar and spelling errors were corrected, spacing
36        errors were address, and some variable names were improved.
37
382005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * rtems/score/types.h: Eliminate unsigned16, unsigned32.
41
422005-10-27      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * rtems/asm.h: Remove private version of CONCAT macros.
45        Include <rtems/concat.h> instead.
46
472005-02-19      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * rtems/score/cpu.h: Remove traces from NO_CPU.
50
512005-02-08      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Split out preinstallation rules.
54        * preinstall.am: New (Split out from Makefile.am).
55
562005-02-04      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        PR 754/rtems
59        * rtems/asm.h: New (relocated from .).
60        * asm.h: Remove (moved to rtems/asm.h).
61        * Makefile.am: Reflect changes above.
62
632004-01-28      Ralf Corsepius <ralf.corsepiu@rtems.org>
64
65        * asm.h, rtems/score/avr.h, rtems/score/cpu.h,
66        rtems/score/cpu_asm.h, rtems/score/types.h: New header guards.
67
682005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * rtems/score/types.h: Remove signed8, signed16, signed32,
71        unsigned8, unsigned16, unsigned32.
72
732005-01-24      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * rtems/score/cpu.h: *_swap_u32( uint32_t ).
76
772005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
80
812005-01-01      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Remove build-variant support.
84
852004-11-21      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * asm.h: Add doxygen preamble.
88
892004-10-02      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * rtems/score/avr.h: Add doxygen preamble.
92        * rtems/score/cpu.h: Add doxygen preamble.
93        * rtems/score/cpu_asm.h: Add doxygen preamble.
94        * rtems/score/types.h: Add doxygen preamble.
95
962004-11-01      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * rtems/score/types.h: s/no_cpu/avr/g.
99        Use POSIX types from rtems/stdint.h.
100
1012004-09-29      Joel Sherrill <joel@OARcorp.com>
102
103        * rtems/score/cpu.h: i960 obsoleted and all references removed.
104
1052004-09-23      Ralf Corsepius <ralf_corsepius@rtems.org>
106
107        * rtems/score/types.h, rtems/score/cpu.h, rtems/score/cpu_asm.h,
108        rtems/score/avr.h, Makefile.am, asm.h, cpu.c, cpu_asm.c, README:
109        New.
110
Note: See TracBrowser for help on using the repository browser.