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

4.104.114.95
Last change on this file since 593297e was 4a7fc5d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/19/08 at 17:38:42

2008-08-19 Sebastian Huber <sebastian.huber@…>

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