source: rtems/c/src/lib/libbsp/mips/csb350/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.4 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-18      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * timer/timer.c: Add missing prototypes.
9
102008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
13        Framework to ask the BSP where it has memory for the RTEMS Workspace
14        and C Program Heap. These collectively are referred to as work area.
15        If the BSP supports this, then it does not have to include code to
16        split the available memory between the two areas. This reduces the
17        amount of code in the BSP specific bspstart.c file. Additionally, the
18        shared framework can initialize the C Library, call
19        rtems_debug_enable(), and dirty the work area memory. Until most/all
20        BSPs support this new capability, if the BSP supports this, it should
21        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
22        When the transition is complete, this autoconf macro can be removed.
23
242008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * Makefile.am: Rework to avoid .rel files.
27
282008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * startup/bspstart.c: Refactored and renamed initialization routines to
31        rtems_initialize_data_structures, rtems_initialize_before_drivers,
32        rtems_initialize_device_drivers, and
33        rtems_initialize_start_multitasking. This opened the sequence up so
34        that bootcard() could provide a more robust and flexible framework
35        which is easier to explain and understand. This also lays the
36        groundwork for sharing the division of available memory between the
37        RTEMS workspace and heap and the C library initialization across all
38        BSPs.
39
402008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * startup/linkcmds: Add wildcard to gcc_except_table section so
43        programs compiled with gcc 4.3.x can link.
44
452007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
48        Configuration Table. Use the RTEMS provided accessor macros to obtain
49        configuration fields.
50
512007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
54        Configuration Table. Eliminate CPU Table from all ports. Delete
55        references to CPU Table in all forms.
56
572007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
60        Table fields to the Configuration Table. This included
61        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
62        do_zero_of_workspace, extra_mpci_receive_server_stack,
63        stack_allocate_hook, and stack_free_hook. As a side-effect of this
64        effort some multiprocessing code was made conditional and some style
65        clean up occurred.
66
672007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * bsp_specs: Remove qrtems_debug.
70
712007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * bsp_specs: Use nostdlib instead of nostdlibs (bogus).
74        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
75        endianness).
76
772007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * bsp_specs: Remove lib (Now expected to exist in GCC).
80
812007-03-12      Joel Sherrill <joel@OARcorp.com>
82
83        * clock/clockdrv.c, console/console-io.c, include/bsp.h,
84        network/network.c, start/start.S, startup/bspclean.c,
85        startup/bspstart.c, timer/timer.c: Correct license URL and/or fix
86        mistake in copyright notice. Both of these mistakes appear to be from
87        code submitted after these changes were made previously.
88
892007-03-10      Joel Sherrill <joel@OARcorp.com>
90
91        PR 1227/bsps
92        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
93        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
94
952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * configure.ac: New BUG-REPORT address.
98
992006-11-15      Joel Sherrill <joel@OARcorp.com>
100
101        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
102        file and simplified initialization.
103
1042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Remove superfluous -DASM.
107
1082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * configure.ac: Require autoconf-2.60. Require automake-1.10.
111
1122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Require automake-1.9.
115
1162006-06-18      Joel Sherrill <joel@OARcorp.com>
117
118        * README:
119
1202006-03-08      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Add .gnu.linkonce.b.* section.
123
1242006-02-08      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds: Add sections required by newer gcc versions.
127
1282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Add preinstall.am.
131
1322005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * bsp_specs: Remove %cpp.
135
1362005-07-06      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * console/console-io.c: Remove unused variable i.
139
1402005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * include/bsp.h: New header guard.
143
1442005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * clock/clockdrv.c, include/bsp.h, network/network.c,
147        startup/bspstart.c, timer/timer.c: Eliminate unsigned{8|16|32}.
148
1492005-04-26      Joel Sherrill <joel@OARcorp.com>
150
151        * clock/clockdrv.c: Add include of rtems/bspIo.h.
152        * include/tm27.h: Delete TX3904 code and leave stub.
153        * network/network.c: Eliminate warnings.
154        * startup/bspclean.c: Add include of rtems/bspIo.h.  Reformat.
155
1562005-03-14      Joel Sherrill <joel@OARcorp.com>
157
158        * include/.cvsignore: Fixed typo.
159        * network/network.c: Now compiles with GCC 4.0.
160
1612005-03-04      Joel Sherrill <joel@OARcorp.com>
162
163        * .cvsignore, ChangeLog, include/.cvsignore: New files.
164
Note: See TracBrowser for help on using the repository browser.