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

4.104.114.95
Last change on this file since 7220bf85 was 7220bf85, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/08 at 11:16:19

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

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