source: rtems/c/src/lib/libbsp/m68k/av5282/ChangeLog @ 35f52a6

4.104.114.95
Last change on this file since 35f52a6 was 35f52a6, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 16:07:58

2008-08-31 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Rename timer driver methods to follow RTEMS
4        programming conventions.
5
62008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
9
102008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * startup/init5282.c: Add missing prototypes.
13
142008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * console/console.c: Eliminate copies of switches to convert termios
17        Bxxx constants to xxx as an integer. Use the shared
18        termios_baud_to_number() routine to do the same conversion.
19
202008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile.am: Rework to avoid .rel files.
23
242008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * startup/bspstart.c: Refactored and renamed initialization routines to
27        rtems_initialize_data_structures, rtems_initialize_before_drivers,
28        rtems_initialize_device_drivers, and
29        rtems_initialize_start_multitasking. This opened the sequence up so
30        that bootcard() could provide a more robust and flexible framework
31        which is easier to explain and understand. This also lays the
32        groundwork for sharing the division of available memory between the
33        RTEMS workspace and heap and the C library initialization across all
34        BSPs.
35
362008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * console/console.c: Remove all references to console_reserve_resources
39        and termios_reserve_resources.
40
412008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
44        wildcard to gcc_except_table section so programs compiled with gcc
45        4.3.x can link.
46
472007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
50        Configuration Table. Use the RTEMS provided accessor macros to obtain
51        configuration fields.
52
532007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
56        Configuration Table. Eliminate CPU Table from all ports. Delete
57        references to CPU Table in all forms.
58
592007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
62        Table fields to the Configuration Table. This included
63        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
64        do_zero_of_workspace, extra_mpci_receive_server_stack,
65        stack_allocate_hook, and stack_free_hook. As a side-effect of this
66        effort some multiprocessing code was made conditional and some style
67        clean up occurred.
68
692007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * startup/bspstart.c: Fix spacing.
72
732007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
76        m68k CPU Table since it is never read.
77
782007-05-03      Joel Sherrill <joel@OARcorp.com>
79
80        * startup/linkcmds: Handle .data.* sections
81
822007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * bsp_specs: Remove qrtems_debug.
85
862007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * bsp_specs: Remove lib: (Now supposed to be in GCC).
89
902007-03-12      Joel Sherrill <joel@OARcorp.com>
91
92        * include/coverhd.h, start/start.S, startup/bspclean.c,
93        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
94        startup/linkcmdsram: Correct license URL and/or fix mistake in
95        copyright notice. Both of these mistakes appear to be from code
96        submitted after these changes were made previously.
97
982007-03-11      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/bspstart.c: Remove assignments of
101        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
102        value in boot_card.c
103
1042007-03-10      Joel Sherrill <joel@OARcorp.com>
105
106        PR 1227/bsps
107        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
108        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
109
1102006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
113
1142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * configure.ac: New BUG-REPORT address.
117
1182006-11-15      Joel Sherrill <joel@OARcorp.com>
119
120        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
121        file and simplified initialization.
122
1232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Remove superfluous -DASM.
126
1272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Require autoconf-2.60. Require automake-1.10.
130
1312006-09-11      Joel Sherrill <joel@OARcorp.com>
132
133        * startup/init5282.c: Convert C++ style comments to C style.
134
1352006-02-08      Joel Sherrill <joel@OARcorp.com>
136
137        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
138        sections required by newer gcc versions.
139
1402006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Add preinstall.am.
143
1442005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * bsp_specs: Remove %cpp.
147        * console/console.c: Eliminate obsolete types.
148
1492005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * include/bsp.h: Eliminate unsigned32.
152        * network/network.c: Several minor bug fixes.
153        * startup/bspstart.c: Eliminate unsigned32.
154
1552005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
156
157        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
158        clock/clock.c, console/console.c, include/bsp.h,
159        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
160        network/network.c, start/start.S, startup/bspclean.c,
161        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
162        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
163
Note: See TracBrowser for help on using the repository browser.