source: rtems/c/src/lib/libbsp/mips/csb350/ChangeLog @ fbc74c35

4.104.114.95
Last change on this file since fbc74c35 was fbc74c35, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/08 at 07:24:04

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

  • timer/timer.c: Add missing prototypes.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12008-08-18      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * timer/timer.c: Add missing prototypes.
4
52008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
8        Framework to ask the BSP where it has memory for the RTEMS Workspace
9        and C Program Heap. These collectively are referred to as work area.
10        If the BSP supports this, then it does not have to include code to
11        split the available memory between the two areas. This reduces the
12        amount of code in the BSP specific bspstart.c file. Additionally, the
13        shared framework can initialize the C Library, call
14        rtems_debug_enable(), and dirty the work area memory. Until most/all
15        BSPs support this new capability, if the BSP supports this, it should
16        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
17        When the transition is complete, this autoconf macro can be removed.
18
192008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * Makefile.am: Rework to avoid .rel files.
22
232008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * startup/bspstart.c: Refactored and renamed initialization routines to
26        rtems_initialize_data_structures, rtems_initialize_before_drivers,
27        rtems_initialize_device_drivers, and
28        rtems_initialize_start_multitasking. This opened the sequence up so
29        that bootcard() could provide a more robust and flexible framework
30        which is easier to explain and understand. This also lays the
31        groundwork for sharing the division of available memory between the
32        RTEMS workspace and heap and the C library initialization across all
33        BSPs.
34
352008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * startup/linkcmds: Add wildcard to gcc_except_table section so
38        programs compiled with gcc 4.3.x can link.
39
402007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
43        Configuration Table. Use the RTEMS provided accessor macros to obtain
44        configuration fields.
45
462007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * startup/bspstart.c: Move interrupt_stack_size field from CPU Table to
49        Configuration Table. Eliminate CPU Table from all ports. Delete
50        references to CPU Table in all forms.
51
522007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
53
54        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
55        Table fields to the Configuration Table. This included
56        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
57        do_zero_of_workspace, extra_mpci_receive_server_stack,
58        stack_allocate_hook, and stack_free_hook. As a side-effect of this
59        effort some multiprocessing code was made conditional and some style
60        clean up occurred.
61
622007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * bsp_specs: Remove qrtems_debug.
65
662007-04-09      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * bsp_specs: Use nostdlib instead of nostdlibs (bogus).
69        * bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
70        endianness).
71
722007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * bsp_specs: Remove lib (Now expected to exist in GCC).
75
762007-03-12      Joel Sherrill <joel@OARcorp.com>
77
78        * clock/clockdrv.c, console/console-io.c, include/bsp.h,
79        network/network.c, start/start.S, startup/bspclean.c,
80        startup/bspstart.c, timer/timer.c: Correct license URL and/or fix
81        mistake in copyright notice. Both of these mistakes appear to be from
82        code submitted after these changes were made previously.
83
842007-03-10      Joel Sherrill <joel@OARcorp.com>
85
86        PR 1227/bsps
87        * include/bsp.h: Remove MAX_LONG_TEST_DURATION and
88        MAX_SHORT_TEST_DURATION. They are obsolete and unused.
89
902006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * configure.ac: New BUG-REPORT address.
93
942006-11-15      Joel Sherrill <joel@OARcorp.com>
95
96        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
97        file and simplified initialization.
98
992006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Remove superfluous -DASM.
102
1032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * configure.ac: Require autoconf-2.60. Require automake-1.10.
106
1072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * configure.ac: Require automake-1.9.
110
1112006-06-18      Joel Sherrill <joel@OARcorp.com>
112
113        * README:
114
1152006-03-08      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/linkcmds: Add .gnu.linkonce.b.* section.
118
1192006-02-08      Joel Sherrill <joel@OARcorp.com>
120
121        * startup/linkcmds: Add sections required by newer gcc versions.
122
1232006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Add preinstall.am.
126
1272005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * bsp_specs: Remove %cpp.
130
1312005-07-06      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * console/console-io.c: Remove unused variable i.
134
1352005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * include/bsp.h: New header guard.
138
1392005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * clock/clockdrv.c, include/bsp.h, network/network.c,
142        startup/bspstart.c, timer/timer.c: Eliminate unsigned{8|16|32}.
143
1442005-04-26      Joel Sherrill <joel@OARcorp.com>
145
146        * clock/clockdrv.c: Add include of rtems/bspIo.h.
147        * include/tm27.h: Delete TX3904 code and leave stub.
148        * network/network.c: Eliminate warnings.
149        * startup/bspclean.c: Add include of rtems/bspIo.h.  Reformat.
150
1512005-03-14      Joel Sherrill <joel@OARcorp.com>
152
153        * include/.cvsignore: Fixed typo.
154        * network/network.c: Now compiles with GCC 4.0.
155
1562005-03-04      Joel Sherrill <joel@OARcorp.com>
157
158        * .cvsignore, ChangeLog, include/.cvsignore: New files.
159
Note: See TracBrowser for help on using the repository browser.