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

4.104.115
Last change on this file since 384171c was 384171c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 22:16:07

2008-09-16 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Use top level shared bsp_get_work_area() implementation.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, startup/linkcmds, startup/linkcmdsflash,
4        startup/linkcmdsram: Use top level shared bsp_get_work_area()
5        implementation.
6
72008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds,
10        startup/linkcmdsflash, startup/linkcmdsram: Add use of
11        bsp_get_work_area() in its own file and rely on BSP Framework to
12        perform more initialization. Remove unnecessary includes of
13        rtems/libio.h and rtems/libcsupport.h.
14
152008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
18        phase, all prototypes were removed from bsp.h and empty
19        implementations were removed and made to use the shared stub.
20
212008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * timer/timer.c: Convert to "bool".
24
252008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * timer/timer.c: Eliminate empty function from every benchmark timer
28        driver. Fix spelling.
29
302008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * timer/timer.c: Rename timer driver methods to follow RTEMS
33        programming conventions.
34
352008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
36
37        * startup/bspstart.c, startup/init5282.c: Fixed warnings.
38
392008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * startup/init5282.c: Add missing prototypes.
42
432008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * console/console.c: Eliminate copies of switches to convert termios
46        Bxxx constants to xxx as an integer. Use the shared
47        termios_baud_to_number() routine to do the same conversion.
48
492008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * Makefile.am: Rework to avoid .rel files.
52
532008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * startup/bspstart.c: Refactored and renamed initialization routines to
56        rtems_initialize_data_structures, rtems_initialize_before_drivers,
57        rtems_initialize_device_drivers, and
58        rtems_initialize_start_multitasking. This opened the sequence up so
59        that bootcard() could provide a more robust and flexible framework
60        which is easier to explain and understand. This also lays the
61        groundwork for sharing the division of available memory between the
62        RTEMS workspace and heap and the C library initialization across all
63        BSPs.
64
652008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
66
67        * console/console.c: Remove all references to console_reserve_resources
68        and termios_reserve_resources.
69
702008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
73        wildcard to gcc_except_table section so programs compiled with gcc
74        4.3.x can link.
75
762007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
77
78        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
79        Configuration Table. Use the RTEMS provided accessor macros to obtain
80        configuration fields.
81
822007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
85        Configuration Table. Eliminate CPU Table from all ports. Delete
86        references to CPU Table in all forms.
87
882007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
91        Table fields to the Configuration Table. This included
92        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
93        do_zero_of_workspace, extra_mpci_receive_server_stack,
94        stack_allocate_hook, and stack_free_hook. As a side-effect of this
95        effort some multiprocessing code was made conditional and some style
96        clean up occurred.
97
982007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * startup/bspstart.c: Fix spacing.
101
1022007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
105        m68k CPU Table since it is never read.
106
1072007-05-03      Joel Sherrill <joel@OARcorp.com>
108
109        * startup/linkcmds: Handle .data.* sections
110
1112007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * bsp_specs: Remove qrtems_debug.
114
1152007-04-10      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * bsp_specs: Remove lib: (Now supposed to be in GCC).
118
1192007-03-12      Joel Sherrill <joel@OARcorp.com>
120
121        * include/coverhd.h, start/start.S, startup/bspclean.c,
122        startup/bspstart.c, startup/linkcmds, startup/linkcmdsflash,
123        startup/linkcmdsram: Correct license URL and/or fix mistake in
124        copyright notice. Both of these mistakes appear to be from code
125        submitted after these changes were made previously.
126
1272007-03-11      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/bspstart.c: Remove assignments of
130        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
131        value in boot_card.c
132
1332007-03-10      Joel Sherrill <joel@OARcorp.com>
134
135        PR 1227/bsps
136        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
137        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
138
1392006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
142
1432006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * configure.ac: New BUG-REPORT address.
146
1472006-11-15      Joel Sherrill <joel@OARcorp.com>
148
149        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
150        file and simplified initialization.
151
1522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * Makefile.am: Remove superfluous -DASM.
155
1562006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * configure.ac: Require autoconf-2.60. Require automake-1.10.
159
1602006-09-11      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/init5282.c: Convert C++ style comments to C style.
163
1642006-02-08      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram: Add
167        sections required by newer gcc versions.
168
1692006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
170
171        * Makefile.am: Add preinstall.am.
172
1732005-11-12      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * bsp_specs: Remove %cpp.
176        * console/console.c: Eliminate obsolete types.
177
1782005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * include/bsp.h: Eliminate unsigned32.
181        * network/network.c: Several minor bug fixes.
182        * startup/bspstart.c: Eliminate unsigned32.
183
1842005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
185
186        * .cvsignore, Makefile.am, README, bsp_specs, configure.ac,
187        clock/clock.c, console/console.c, include/bsp.h,
188        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
189        network/network.c, start/start.S, startup/bspclean.c,
190        startup/bspstart.c, startup/init5282.c, startup/linkcmds,
191        startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
192
Note: See TracBrowser for help on using the repository browser.